HeisenBerg?

Results 136 issues of HeisenBerg?

``` if len(js['item_list']) == 0: print('this video is not supported yet',js['filter_list'][0]['filter_reason']) ``` for test purpose https://www.douyin.com/video/7068253884954791182 https://www.iesdouyin.com/web/api/v2/aweme/iteminfo/?item_ids=7068253884954791182

BUG

如果一次给的链接比较多,现在的结果页我感觉更像是详情条目,如果想增加一个按钮 一键下载所有视频 所有背景音乐 你有什么思路吗

enhancement
Fixed

一般上传都要选文件 或者文件夹

这块功能能有吗 还是说我得借助外部工具

编辑文章时 如果是下面的代码 ``` ![](https://pic4.zhimg.com/v2-d8e3fde68c3bde8de506a56846cf1a3b_b.jpg) ``` 则发表文章以后图片无法正常显示

https://github.com/wanghaisheng/youtube-auto-upload

windows客户端点选已关注公众号后,可以看到文章总数 滑动滚轮即可不断刷新文章 我看了下代码 是不是可以直接改造这个 ``` def getArticles(self, who, RollTimes=None): ''' 打开某个聊天框 who : 要打开的聊天框好友名,str; * 最好完整匹配,不完全匹配只会选取搜索框第一个 RollTimes : 默认向下滚动多少次,再进行搜索 ''' self.UiaAPI.SwitchToThisWindow() RollTimes = 10 if not RollTimes else RollTimes def...

``` import seleniumwire.undetected_chromedriver as webdriver from webdriver_manager.chrome import ChromeDriverManager from selenium.webdriver.chrome.service import Service print('start uc with proxy') service=Service(ChromeDriverManager().install()) driver = webdriver.Chrome(service=service, options=options, seleniumwire_options=seleniumwire_options) ``` error ``` ====== WebDriver manager ======...

最好也弄一个InputVideo