1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 20:07:17 +08:00

remove debug tracing

This commit is contained in:
Lyz 2020-05-25 10:36:32 +02:00
parent 85e170e542
commit 37c5f6b32c
No known key found for this signature in database
GPG Key ID: 6C7D7C1612CDE02F

View File

@ -121,7 +121,6 @@ class BandcampIE(InfoExtractor):
r'\b%s\s*["\']?\s*:\s*(["\'])(?P<value>.+)\1' % key, r'\b%s\s*["\']?\s*:\s*(["\'])(?P<value>.+)\1' % key,
webpage, key, default=None, group='value') webpage, key, default=None, group='value')
import pdb; pdb.set_trace() # XXX BREAKPOINT
artist = extract('artist') artist = extract('artist')
album = extract('album_title') album = extract('album_title')