Closed ShakeWeLy closed 2 months ago
You should use ffmpeg. Do you have QQ or WeChat? I can show you how to use this downloader with ffmpeg.
First of all, you should be from some ancient oriental country, so you need http proxy, secondly, it may be because of ffmpeg problem, for some reasons, we can only discuss it privately
It should be an issue with the HTTP proxy. I have very little knowledge about this
thx, i spent some time to check,it finally work!
Great😃
it was my porblem for changing some code?
`def recursion_fill_movie_urls_by_page(playlist_url,movie_url_list): html_source = https_request_with_retry(request_url=playlist_url) if html_source is None: return # 如果重试失败,直接返回
set_dns()
def get_movie_uuid(movie_url): try: html = requests.get(url=movie_url, headers=headers, verify=False, timeout=60).text return html except requests.exceptions.RequestException as e: print(f"Failed to fetch movie UUID: {e}") return None`