mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-25 09:54:32 +01: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…
Reference in New Issue
Block a user