mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-08 14:17:54 +01:00
oops
This commit is contained in:
parent
900fd59355
commit
6a2fa7a8cf
@ -952,8 +952,9 @@ class YoutubeDL(object):
|
|||||||
extra_info=extra)
|
extra_info=extra)
|
||||||
|
|
||||||
entry_result_uploaddate = entry_result.get('upload_date')
|
entry_result_uploaddate = entry_result.get('upload_date')
|
||||||
if self.params.get('date_ordered_playlist') and entry_result_uploaddate not in self.params.get('daterange'):
|
if entry_result_uploaddate:
|
||||||
break
|
if self.params.get('date_ordered_playlist') and entry_result_uploaddate not in self.params.get('daterange'):
|
||||||
|
break
|
||||||
|
|
||||||
playlist_results.append(entry_result)
|
playlist_results.append(entry_result)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user