You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
需要修改的是acfun.py中的acfun_download函数, 以下有两处需要修改,拷贝粘贴后注意缩进问题:
1 - 在获取title的语句和assert title的语句之间,插入如下两行,部分视频标题嵌在这儿
(好像还有其他的地方也可以获取,不过标题不是问题)
if not title:
title = r1(r'<h\d id="title-article" class="title"[^<>]*>([^<>]+)</h\d>', html)
2 - 在该函数结束前,有一个获取id的语句,改成
id = r1(r'Video[/Video]', html)
The text was updated successfully, but these errors were encountered: