|
@@ -48,7 +48,7 @@ def format_nums(data):
|
|
return count
|
|
return count
|
|
|
|
|
|
|
|
|
|
-class Follow:
|
|
|
|
|
|
+class YoutubeFollow:
|
|
# 翻页参数
|
|
# 翻页参数
|
|
continuation = ''
|
|
continuation = ''
|
|
# 抓取平台
|
|
# 抓取平台
|
|
@@ -1174,14 +1174,14 @@ class Follow:
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
if __name__ == "__main__":
|
|
- # print(Follow.get_browse_id('follow', 'youtube', '@chinatravel5971', "local"))
|
|
|
|
- # print(Follow.get_user_from_feishu('follow', 'youtube', 'c467d7', 'dev', 'local'))
|
|
|
|
- # print(Follow.get_user_from_feishu('follow', 'youtube', 'c467d7', 'prod', 'prod'))
|
|
|
|
- # Follow.get_out_user_info('follow', 'youtube', 'UC08jgxf119fzynp2uHCvZIg', '@weitravel')
|
|
|
|
- # Follow.get_video_info('follow', 'youtube', 'OGVK0IXBIhI')
|
|
|
|
- # Follow.get_follow_videos('follow', 'youtube', 'youtube_follow', 'out', 'dev', 'local')
|
|
|
|
- # print(Follow.filter_emoji("姐妹倆一唱一和,完美配合,終於把大慶降服了😅😅#萌娃搞笑日常"))
|
|
|
|
- # Follow.repeat_video('follow', 'youtube', 4, "dev", "local")
|
|
|
|
|
|
+ # print(YoutubeFollow.get_browse_id('follow', 'youtube', '@chinatravel5971', "local"))
|
|
|
|
+ # print(YoutubeFollow.get_user_from_feishu('follow', 'youtube', 'c467d7', 'dev', 'local'))
|
|
|
|
+ # print(YoutubeFollow.get_user_from_feishu('follow', 'youtube', 'c467d7', 'prod', 'prod'))
|
|
|
|
+ # YoutubeFollow.get_out_user_info('follow', 'youtube', 'UC08jgxf119fzynp2uHCvZIg', '@weitravel')
|
|
|
|
+ # YoutubeFollow.get_video_info('follow', 'youtube', 'OGVK0IXBIhI')
|
|
|
|
+ # YoutubeFollow.get_follow_videos('follow', 'youtube', 'youtube_follow', 'out', 'dev', 'local')
|
|
|
|
+ # print(YoutubeFollow.filter_emoji("姐妹倆一唱一和,完美配合,終於把大慶降服了😅😅#萌娃搞笑日常"))
|
|
|
|
+ # YoutubeFollow.repeat_video('follow', 'youtube', 4, "dev", "local")
|
|
# title = "'西部巡游220丨两人一车环游中国半年,需要花费多少钱? 2万公里吃住行费用总结'"
|
|
# title = "'西部巡游220丨两人一车环游中国半年,需要花费多少钱? 2万公里吃住行费用总结'"
|
|
# title = "'Insanely Crowded Shanghai Yu Garden Lantern Festival Walk Tour 2023 人气爆棚的上海豫园元宵节漫步之行 4K'"
|
|
# title = "'Insanely Crowded Shanghai Yu Garden Lantern Festival Walk Tour 2023 人气爆棚的上海豫园元宵节漫步之行 4K'"
|
|
# print(title.strip().replace("\\", "").replace(" ", "").replace("\n", "").replace("/", "").replace("\r", "").replace("&NBSP", "").replace("&", ""))
|
|
# print(title.strip().replace("\\", "").replace(" ", "").replace("\n", "").replace("/", "").replace("\r", "").replace("&NBSP", "").replace("&", ""))
|