shaked6540 / YoutubePlaylistDownloader

A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Apache License 2.0
1.54k stars 244 forks source link

downgrade resolution from 720 to 360 on the run #177

Closed quasar-cod closed 1 year ago

quasar-cod commented 1 year ago

image

shaked6540 commented 1 year ago

Can you explain what do you mean?

quasar-cod commented 1 year ago

sorry, I wanted to mean that during download resolution has changed from 1280x720 down to 640x360 image this was my setting image

shaked6540 commented 1 year ago

I think I know why this happens, sometimes youtube doesn't provide separate streams for audio and video and just puts it in 1 stream that contains both audio and video. My program doesn't know how to deal with that, it searches for a video only stream and audio only stream. It could be that these videos don't have video only and audio only streams at 720p, so it looks for the next best available resolution.

I know this is strange, but thats how I wrote the program to deal with most videos, as the '1 stream only' videos are not very common. Anyway, I don't have the time or motiviation to change it now so I'm sorry :\

On another note, if this is not the case, you can try attaching the log files and maybe this is caused by a different error which I could fix.

The log files can be found by clicking WinKey+R and typing %appdata%/Youtube Playlist Downloader into it and pressing ENTER. It should open a folder with some files, among them you should find a file named Errors.txt, please send it here.

quasar-cod commented 1 year ago

Sorry to read this. I've tried again but errore.txt did not changed.