mengzonefire / twitter-media-downloader

用于提取推特页面中包含的媒体文件 (支持文本, 图片, 视频, 动图) 的脚本
356 stars 19 forks source link

media 我怎么下不了 #40

Closed gxusb closed 1 year ago

gxusb commented 1 year ago

python3 twitter-media-downloader.py https://twitter.com/Yaorenmao_neko/media

image
Traceback (most recent call last):
  File "/Users/ljn/Desktop/MyProject/twitter-media-downloader/task/baseTask.py", line 46, in parseData
    cursor, rest_id_list = parseData(
  File "/Users/ljn/Desktop/MyProject/twitter-media-downloader/common/tools.py", line 609, in parseData
    rest_id_list.append(twtId)
AttributeError: 'str' object has no attribute 'append'
mengzonefire commented 1 year ago

因为这是dev分支,我还没写完

1.3.0这个版本请先等我写完release了再使用,没写完就先使用release里的1.2.5

mengzonefire commented 1 year ago

047ea94

修了,有别的问题欢迎反馈