-
Notifications
You must be signed in to change notification settings - Fork 470
==== Failed to get deciphers function ==== #341
Comments
Have the same issue testing with this video - https://www.youtube.com/watch?v=rP5nfac1bw4 Notice: Undefined offset: 1 in /var/www/html/downloader/src/Provider/Youtube/SignatureDecipher.php on line 193 Warning: explode(): Empty delimiter in /var/www/html/downloader/src/Provider/Youtube/SignatureDecipher.php on line 201 Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/downloader/src/Provider/Youtube/SignatureDecipher.php on line 201 |
On Sun, 9 Sep 2018 at 8:46 AM, JTTM ***@***.***> wrote:
*Have the same issue testing with this video -
https://www.youtube.com/watch?v=rP5nfac1bw4
<https://www.youtube.com/watch?v=rP5nfac1bw4>*
Notice: Undefined offset: 1 in
/var/www/html/downloader/src/Provider/Youtube/SignatureDecipher.php on line
193
Warning: explode(): Empty delimiter in
/var/www/html/downloader/src/Provider/Youtube/SignatureDecipher.php on line
201
Warning: count(): Parameter must be an array or an object that implements
Countable in
/var/www/html/downloader/src/Provider/Youtube/SignatureDecipher.php on line
201
==== Failed to get deciphers function ====
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#341 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVahEK4dvkQIbpgopQqTvZteDaYzfnrWks5uZGT4gaJpZM4WfyzA>
.
Almost all youtube downloader not work when downloading cipher video. But
recently i did some google search and found this site working well
https://ytcdn.bid
Does anyone know how this site performs well? It seems weird on their links
|
me too |
1 similar comment
me too |
Me three ! |
It doesn't work for no one ? |
I cant get it to work either. This whole thing is just broken
…On Sun, Oct 21, 2018, 3:43 PM Lucky420 ***@***.***> wrote:
It doesn't work for no one ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#341 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKL_TdUMBGQW-tsqbR416YTo5VHoxprvks5unM5ogaJpZM4WfyzA>
.
|
Is it only the cypher signature feature that's broken? I've never actually used that so I don't have good test cases. @hzlooker @SnappaGuy @Lucky420 @jswails Is the problem you are having with the cypher signature error message that @harisnaeemofficial quotes above, or are you having other problems? My assumption is that YouTube has rolled out changes to their cypher signature algorithm and until someone develops code to handle those new signatures (or ports it from one of the other packages) this will continue to fail. |
hi
yes. just the cypher signature. Generally any new video with music on yt
I have this issue with.
for example try this one. I just tried it using the software
https://www.youtube.com/watch?v=uKQmwNiUouI
thanks
…On 10/22/18 8:48 AM, John Eckman wrote:
Is it only the cypher signature feature that's broken? I've never
actually used that so I don't have good test cases.
@hzlooker <https://github.com/hzlooker> @SnappaGuy
<https://github.com/SnappaGuy> @Lucky420 <https://github.com/Lucky420>
@jswails <https://github.com/jswails> Is the problem you are having
with the cypher signature error message that @harisnaeemofficial
<https://github.com/harisnaeemofficial> quotes above, or are you
having other problems?
My assumption is that YouTube has rolled out changes to their cypher
signature algorithm and until someone develops code to handle those
new signatures (or ports it from one of the other packages) this will
continue to fail.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#341 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKL_TW4TyqxzWFpYjWbVt9RFPqluCTwqks5unb6ggaJpZM4WfyzA>.
|
Can y'all who are having this problem try the code with this pull request from @jenyak I just merged? |
Fixed for me |
This comment has been minimized.
This comment has been minimized.
@BenNottelling 720p videos don't show in List of available formats for download but in Separated video and audio format. |
Description
Youtube extraction failed when enable_youtube_decipher_signature is set to true , for every video
Steps to Reproduce
Please include the direct url to the YouTube video.
https://www.youtube.com/watch?v=RBumgq5yVrA
Expected behavior:
links to download videos
Actual behavior:
Notice: Undefined offset: 1 in
yt/src/Provider/Youtube/SignatureDecipher.php on line 193
Warning: explode(): Empty delimiter in
yt/src/Provider/Youtube/SignatureDecipher.php on line 202
Version
Latest code taken from master branch , it was working till day before yesterday, but it has stopped working now.
it seems there is change in youtube signature , ytdl-org/youtube-dl#17464.
thanks
The text was updated successfully, but these errors were encountered: