f-rog / twitter2mp4

twitter2mp4 its a tool to download videos from Twitter. Needless of ffmpeg.
27 stars 8 forks source link

Delete unnecessary code #1

Closed mrh0wl closed 4 years ago

birdmonter commented 4 years ago

[+] There was an error, please submit a report with the details below. ERROR:root:Error at division Traceback (most recent call last): File "twitter2mp4.py", line 98, in dl = vidDownload(args.url) File "twitter2mp4.py", line 63, in init self.url = downloader(self) File "twitter2mp4.py", line 52, in downloader videos = json.loads(get_url)['extended_entities']['media'][0]['video_info']['variants'] KeyError: 'extended_entities'