mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-08-03 17:24:14 +09:00
Merge 1291dc943bfa8a238d6af4695aafb553dc6e6e2f into d55d1f423d6473ae6a9e13462d94bad1d71d28e0
This commit is contained in:
commit
20bc7e7ad7
@ -338,7 +338,7 @@ class YouPornListBase(InfoExtractor):
|
||||
tries_left -= 1
|
||||
for from_ in yield_entries(page_data[1]):
|
||||
# may get the same page twice instead of empty page
|
||||
# or (site bug) intead of actual next page
|
||||
# or (site bug) instead of actual next page
|
||||
if not first_url:
|
||||
first_url = from_['url']
|
||||
if first_url == last_first_url:
|
||||
|
Loading…
x
Reference in New Issue
Block a user