mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 10:37:36 -07:00
[YouPornIE] Extract all encrypted links and remove doubles at the end
This commit is contained in:
parent
49a25557b0
commit
7df286540f
2 changed files with 27 additions and 53 deletions
|
@ -462,7 +462,7 @@ class YoutubeDL(object):
|
|||
info_dict['playlist_index'] = None
|
||||
|
||||
# This extractors handle format selection themselves
|
||||
if info_dict['extractor'] in [u'youtube', u'Youku', u'YouPorn', u'mixcloud']:
|
||||
if info_dict['extractor'] in [u'youtube', u'Youku', u'mixcloud']:
|
||||
if download:
|
||||
self.process_info(info_dict)
|
||||
return info_dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue