mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
chore: fix typos
Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
parent
4d05f84325
commit
1291dc943b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue