mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-11 04:51:04 +00:00
final
This commit is contained in:
parent
447864a6a3
commit
1ceed5041f
|
@ -855,9 +855,8 @@ class YoutubeDL(object):
|
|||
force_generic_extractor -- force using the generic extractor
|
||||
"""
|
||||
|
||||
# New debug line: helps users trace which URL is being processed
|
||||
# if self.params.get('verbose'):
|
||||
# self.to_screen('[debug] Starting extraction for URL: %s' % url)
|
||||
if self.params.get('verbose'):
|
||||
self.to_screen('[debug] Starting extraction for URL: %s' % url)
|
||||
|
||||
if not ie_key and force_generic_extractor:
|
||||
ie_key = 'Generic'
|
||||
|
|
Loading…
Reference in a new issue