Page 2 of 6
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Wed Aug 28, 2013 11:23 am
by Giorgio Maone
user wrote:BTW-2: did you forget to sign the xpi files of the 1.5.5.6 branch?
http://hackademix.net/2013/07/20/noscri ... -unsigned/
Thanks for the bug reports.
user wrote:
Currently I'm working on sandboxing the YouTube.decode_signature_func
Do you mean to execute the actual YT code in a sandbox and therefore become more resilient to future changes? That would be great!
Anyway, feel free to publish your patches wherever you want but, if is it possible, please
email me a copy.
Thank you again

Re: FlashGot has stopped recognizing YouTube videos.
Posted: Thu Aug 29, 2013 6:04 am
by JustLikeTomThumbsBlues
I live in the US - I started to notice the same problem about an hour ago.
The spam filter just ate my post and I don't feel like typing everything again.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Thu Aug 29, 2013 10:54 am
by Thrawn
JustLikeTomThumbsBlues wrote:
The spam filter just ate my post and I don't feel like typing everything again.
I recommend always hitting Ctrl+A, Ctrl+C before posting anything anywhere.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Mon Sep 02, 2013 5:57 pm
by DavidJ
Flashgot stopped working for me on or about August 23.
I load a page with a video embedded in it, youtube or other. The Flashgot icon at the upper-right on my browser flashes. I click on it to download the video. The screen locks for a few seconds and then resumes the video play. The video does not appear in the list of recent downloads (seen by clicking the down-arrow near the flashget icon to open the library) but if I go to the downloads folder the name of the video file is there but the file size is Zero.
Can anyone help me in VERY plain English?
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Mon Sep 02, 2013 7:09 pm
by GµårÐïåñ
Can you please try the latest
dev version 1.5.5.6rc2.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Mon Sep 02, 2013 7:37 pm
by DavidJ
Yeah, I just did. Same issue continues.

Re: FlashGot has stopped recognizing YouTube videos.
Posted: Mon Sep 02, 2013 8:50 pm
by DavidJ
I tried uninstalling and reinstalling too.
It had been working perfectly for months!
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Mon Sep 02, 2013 10:49 pm
by Thrawn
Please create a clean
profile from scratch. Install only FlashGot, leaving all the defaults.
Does the problem still exist? If not, FlashGot is not the culprit.
Try adding back your extensions, one at a time, until you find the one that causes the issue.
Then remove all the others, pairing only the suspected one with FlashGot, to confirm that the remaining one is the issue.
If the problem is solved even with all add-ons reinstalled, then the previous profile was probably corrupt. Problem solved.
Let us know, thanks.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Tue Sep 03, 2013 4:23 am
by GUEST
Hi,
My comment is related to WinXP SP3, Firefox 23.0.1, Flashgot 1.5.5.6rc2
When
Flashgot 1.5.5.6rc2 was just released it worked with all
YouTube videos as it was usual before YT changes, I could download a HD
VEVO video as a test (
http://youtu.be/yx-G_bFeHzw, videoplayback (mp4), 177.655.808 bytes)
A very few days ago
Flashgot 1.5.5.6rc2 stopped to work with YouTube
VEVO videos, still works with YT non-VEVO videos, seems YT has changed again some of its settings.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Tue Sep 03, 2013 7:09 am
by GµårÐïåñ
That has to do with the way YouTube has been pushing out new encryption and delivery system making it much harder to detect and resolve some of the resources. This is why Giorgio has been working hard on this and much of should have been resolved with the dev build. But if you are still experiencing this, then we must still have work to do. The whole point of this thread actually.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Tue Sep 03, 2013 8:29 am
by user
YouTube changed the signature decoding algorithm twice since then, on Aug 26 and 28. I made a basic decoder (for those who don't know ActionScript and JavaScript or just too lazy :p), although it probably won't last long either and we'll need an ActionScript interpreter. I'm having a day off today, so now I'm going to merge my changes with the latest build and post the new version in an hour or so.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Tue Sep 03, 2013 10:07 am
by user
Here we go, patched 1.5.5.6:
Code: Select all
http://rghost.net/private/48545403/f37ef8431895ca49758aeadb430ba267
If the signature is incorrect, you'll get the only menu item named "Refresh signature" under the "Available formats" submenu. Clicking it should update the signature decoding function. Then you just refresh the page, and the menu should list all available streams, as usual. If not, check the flashgot.log for error messages.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Wed Sep 04, 2013 12:07 am
by GUEST
The version patched by user is working in my system.
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Wed Sep 04, 2013 3:02 am
by user
New version, YouTube-related changes:
Code: Select all
http://rghost.net/private/48558997/869dfe0245035beccb30e8d656fdcd0e
Re: FlashGot has stopped recognizing YouTube videos.
Posted: Wed Sep 04, 2013 6:27 am
by GUEST
The new version is working in my system, I can download any YouTube video, VEVO videos included, the Flashgot button is shown in Firefox toolbar and its context menu is also shown.