add some scripts.
This commit is contained in:
@ -55,7 +55,8 @@ def is_recent_video(upload_date):
|
||||
|
||||
# 获取视频列表
|
||||
def fetch_video_list(output_file="video_list.json"):
|
||||
url = "https://www.pornhub.com/video?o=mr" # 根据时间排序(最近一年)
|
||||
#url = "https://www.pornhub.com/video?o=mr" # 根据时间排序(最近一年)
|
||||
url = "https://www.pornhub.com/video?o=cm" # 最近
|
||||
|
||||
# 爬取视频列表
|
||||
with YoutubeDL(ydl_opts) as ydl:
|
||||
|
||||
Reference in New Issue
Block a user