Closed jamoowns closed 4 years ago
Issue was with the encoding on the terminal, Updated encoding in my terminal following this style: https://stackoverflow.com/questions/32382686/unicodeencodeerror-charmap-codec-cant-encode-character-u2010-character-m
All okay now
Ok. thanks for pointing this out :)
Describe the bug When running downloader using python 3.7, Video download/encoding fails due to codec
To Reproduce
reddit = Downloader(max_q=True) reddit.url = 'https://v.redd.it/c8oic7ppc2751' reddit.download()
run the script: python downloader.py
Get the following error:
temp folder contains mp4 with ~1 frame of the video recorded
Expected behavior The video is downloaded as expected
Desktop (please complete the following information):
Additional context Havent been able to get the script working