Tyrrrz / YoutubeDownloader

Downloads videos and playlists from YouTube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't download "free with ads" YouTube movies

Whylickspittle opened this issue · comments

Version

v1.10.1

Platform

Windows 10

Steps to reproduce

Video URL: https://www.youtube.com/watch?v=BJhIIOyUd9k

Download settings:
1080p (mp4)

Application settings:
Nothing changed from the initial state.

Steps:
Just download.

Details

I tried to download the free videos in Youtube. So I switched my VPN to the US. But I found it seems that it didn't work for videos in the movie channel?
I could get the audio url and the video through request, and start the download,but it's so slow.SO I Try to use the state-of-the-art youtube download tools for help!
actually the 404 bug you have mentioned #33 (comment)
,but i still seems need to be fixed. Thank you!

image

Checklist

  • I have looked through existing issues to make sure that this bug has not been reported before
  • I have provided a descriptive title for this issue
  • I have made sure that that this bug is reproducible on the latest version of the application
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I have sponsored this project

It should no longer crash but the downloads will still be slow on this kind of videos until Tyrrrz/YoutubeExplode#706 is implemented (which is a lot of effort).

image
link1:https://www.youtube.com/watch?v=6QcDE-eajjU
error: need to transfer the itag '142'
link2:https://www.youtube.com/watch?v=6PV5qQ3Y7Vs
error: playback on other websites has been disadbled by the video owner

Hey,dude.Thank you for your help, due to my poor vpn, i couldn't express my gratitude in time.Now i met some more issues.
So I googled the YoutubeExplode,try to solve it. By checking the webpage source code I found some new itags. (in the next dialog)
I added some itags to make the YoutubeExplode could work. Than i found the muxed streams didn't exist.
image
image

I found another issue that the "free with ad" movies source-code page didn't have the feature like mp4a.40.2( which i think it's the muxed download source by observing other videos)
I'm a little confused.

  146 =>1080,
  226 =>1080,
  227 =>1080,
  275 =>1080,
  360 =>1080,
  657 =>1080,
  658 =>1080,
  145 =>720,
  224 =>720,
  225 =>720,
  274 =>720,
  357 =>720,
  358 =>720,
  652 =>720,
  653 =>720,
  654 =>720,
  144 =>480,
  222 =>480,
  223 => 480,
  273 => 480,
  317 => 480,
  318 => 480,
  649 => 480,
  650 => 480,
  651 => 480,
  143 => 360,
  280 => 360,
  648 => 360,
  142 => 240,
  279 => 240,
  647 => 240,
  161 => 144,       

the extra itag

I’m not sure that I should new a issue or just cliam my problems there. I wish the YoutubeExplode project could deal with the problems. Additionally,I wish your hometown can be out of war ASAP!

As for muxed streams, yeah. The client YTE uses in order to fetch these videos does not return muxed streams. The other errors I'll take a look a bit later.

link1:youtube.com/watch?v=6QcDE-eajjU
error: need to transfer the itag '142'

I added the new itags, thanks.

link2:youtube.com/watch?v=6PV5qQ3Y7Vs
error: playback on other websites has been disadbled by the video owner

There is no workaround for this, unfortunately, at the moment. It's also blocked by Tyrrrz/YoutubeExplode#706.

ok, I got it. It feels so great for me to give some useful feedback. Thank you for your patient explanation