From 1291dc943bfa8a238d6af4695aafb553dc6e6e2f Mon Sep 17 00:00:00 2001 From: snoppy Date: Mon, 24 Jun 2024 10:11:54 +0800 Subject: [PATCH] chore: fix typos Signed-off-by: snoppy --- youtube_dl/extractor/youporn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/youporn.py b/youtube_dl/extractor/youporn.py index ec6125a79..1af216312 100644 --- a/youtube_dl/extractor/youporn.py +++ b/youtube_dl/extractor/youporn.py @@ -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: