AngelouDi / ert-downloader

A script to download videos from ert web tv
MIT License
45 stars 13 forks source link

Problems with the script... #12

Closed PAOK1926 closed 2 years ago

PAOK1926 commented 3 years ago

hello,

first of all, you have to install all these python modules beautifulsoup4==4.9.3 certifi==2020.12.5 chardet==3.0.4 idna==2.10 lxml==4.6.2 requests==2.25.0 soupsieve==2.0.1 urllib3==1.26.2

second, there is a problem with the encoding, i had to declare a standard filename in order to save it..

os.system(('ffmpeg -f concat -i download_parts/parts -acodec copy -vcodec copy "{}//{}.mp4"'.format(os.getcwd(), title)))

os.system(('ffmpeg -f concat -i download_parts/parts -acodec copy -vcodec copy "all.mp4"'.format(os.getcwd(), title)))
AngelouDi commented 2 years ago

I have removed a dependency,

The title can produce problems in certain cases, I haven't had that problem, if you can find a specific title so I could reproduce it, it would be helpful.

Feel free to open a new issue.