mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-05-11 13:14:41 -06: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 New Issue
Block a user