YoutubePlaylistDownloader icon indicating copy to clipboard operation
YoutubePlaylistDownloader copied to clipboard

Not download this link

Open korenevskiy opened this issue 2 years ago • 16 comments

It works for me, what error are you getting?

shaked6540 avatar Mar 19 '22 17:03 shaked6540

image

image

korenevskiy avatar Mar 20 '22 09:03 korenevskiy

But, even with an error message, a new position is added to the list of downloads. In the new position, -42 is visible. But in fact there are only 6 video clips. image

korenevskiy avatar Mar 20 '22 09:03 korenevskiy

This may allow you the opportunity to find out the cause of the error. image

korenevskiy avatar Mar 20 '22 10:03 korenevskiy

Can you screenshot the settings you're using? The button near the link text box

shaked6540 avatar Mar 20 '22 14:03 shaked6540

image image

korenevskiy avatar Mar 21 '22 12:03 korenevskiy

The problem is in your settings, in the "playlist" section you marked "download from video number 48 ... " when the playlist has only 6 videos, so it shows you -42 videos in that playlist. Remove the V from it and it should work fine, or change it to 0

Let me know if it works

shaked6540 avatar Mar 21 '22 13:03 shaked6540

You right.

korenevskiy avatar Mar 21 '22 17:03 korenevskiy

I just unchecked the box opposite 48, but the error persisted. But after writing down the number 0, the download started. What role does the tick play?

korenevskiy avatar Mar 21 '22 17:03 korenevskiy

It shouldn't happen, I will check it and fix it.

shaked6540 avatar Mar 21 '22 21:03 shaked6540

It shouldn't happen, I will check it and fix it.

this is not critical, but if you will fix it, you may want to make a combobox with the select of the sorting method. forward, reverse, by date, or by duration. for example, download 20 videos only short or only the very first. But the program works. and it can already be used. it is very convenient to drag links. thanks.

korenevskiy avatar Mar 21 '22 22:03 korenevskiy

https://www.youtube.com/watch?v=2F6ZYC4LVoc https://www.youtube.com/watch?v=xAYowMeszvg https://www.youtube.com/watch?v=0_G4gZcFgLk @shaked6540 This links not download

korenevskiy avatar Apr 21 '22 17:04 korenevskiy

I found the problem but unfortunately it will be a bit hard to fix and since I don't have time I'll not fix it. sorry :(

The problem is that these videos are missing the audio or video streams. What my program does is download the video only stream, and then the audio only stream and combine them into 1 file. These videos have only muxed videos, meaning videos with audio included. And while that's not an issue, my program then tries to find the 2nd stream and combine it, but its met with an error because the 2nd stream doesnt exist.

to solve it I'll have to re-write the logic of choosing the video/audio streams and also the handling

In general, most videos have at least 2 seperate audio and video streams so thats why I choose that approach instead of searching for videos with only 1 stream.

shaked6540 avatar Apr 21 '22 23:04 shaked6540

And if you do not change the logic of choice. And just use the principle, well, if there is no stream, then you don't need to download it, but download only what is available. And in this case, only what is available will be downloaded.

korenevskiy avatar Apr 22 '22 16:04 korenevskiy

I have a lot of such links, I just wrote 2 of them here, there was no point in writing everything. Thanks. Did you come across such links when using the program? When I used the program, I wouldn't even know that there are such links. I had to manually compare the number of videos in the channel with the actual number of stream. Since the number number in the program can show the number of thread links found, and not show the number of real ones. I think that you could also have the same videos, but you just didn't know about the presence of such.

korenevskiy avatar Apr 26 '22 11:04 korenevskiy

https://www.youtube.com/watch?v=jcBeTzhZNFA The program freezes and closes crash. @shaked6540

korenevskiy avatar Jun 08 '22 17:06 korenevskiy