Closed MCrissDev closed 5 years ago
Downloading not working anymore = YES.
seems like youtube changed type of signature and deciphering of it
confirmed, does not work anymore
it does not work anymore, specially music videos
Working on it to fix it.
@madc0de do you need more examples? https://www.youtube.com/watch?v=g7TpJjOxXsA Before a single reload was sometimes needed to make it work again (non-zero byte download) just as a side note.
I change file "/src/Provider/Youtube/Format.php"
Line : 179
//$signature = '&signature=' . $sig;
$signature = '&sig=' . $sig;
Working ;)
I change file "/src/Provider/Youtube/Format.php" Line : 179
//$signature = '&signature=' . $sig;
$signature = '&sig=' . $sig;
Working ;)
It worked! MV are downloading now! Its is necessary to refresh the page because of zero byte sometimes but it is working. Thank you!!!!
Closing this since now its working.
Description
Streams like https://www.youtube.com/watch?v=6HCnT_NqrQI do not work anymore
Steps to Reproduce
Please include the direct url to the YouTube video.
1.https://www.youtube.com/watch?v=6HCnT_NqrQI 2.https://www.youtube.com/watch?v=GIITpi-WfhA 3.https://www.youtube.com/watch?v=QmGX3t0VjJM
Expected behavior: all detected streams should work
Actual behavior: all streams are 0 B
Version
0.11-dev
Additional Information
https has been enabled on server