1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-08-21 00:34:43 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Snoppy
a2bd022380
Merge 1291dc943bfa8a238d6af4695aafb553dc6e6e2f into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6 2025-04-01 07:57:38 +02:00
snoppy
1291dc943b
chore: fix typos
Signed-off-by: snoppy <michaleli@foxmail.com>
2024-06-24 10:11:54 +08:00

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: