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