Merge 1291dc943bfa8a238d6af4695aafb553dc6e6e2f into da7223d4aa42ff9fc680b0951d043dd03cec2d30

This commit is contained in:
Snoppy 2025-03-22 07:23:55 +08:00 committed by GitHub
commit 1ae8f049cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -338,7 +338,7 @@ class YouPornListBase(InfoExtractor):
tries_left -= 1 tries_left -= 1
for from_ in yield_entries(page_data[1]): for from_ in yield_entries(page_data[1]):
# may get the same page twice instead of empty page # 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: if not first_url:
first_url = from_['url'] first_url = from_['url']
if first_url == last_first_url: if first_url == last_first_url: