mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 11:47:46 +08:00
remove debug tracing
This commit is contained in:
parent
85e170e542
commit
37c5f6b32c
@ -121,7 +121,6 @@ class BandcampIE(InfoExtractor):
|
||||
r'\b%s\s*["\']?\s*:\s*(["\'])(?P<value>.+)\1' % key,
|
||||
webpage, key, default=None, group='value')
|
||||
|
||||
import pdb; pdb.set_trace() # XXX BREAKPOINT
|
||||
artist = extract('artist')
|
||||
|
||||
album = extract('album_title')
|
||||
|
Loading…
x
Reference in New Issue
Block a user