Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mto the swf file parsing and also adding of '&has_verified=1' to the html fetch file #23

Closed
wants to merge 2 commits into from

Conversation

Jamie-Landeg-Jones
Copy link

Hi.

  1. The parsing for the SWF url was wrong (the "//" are now escaped and the initial .*match needs to be 'ungreedy'), so the -W setting to rtmpdump was not set, causing the decryption of the video to be wrong.

  2. I also suggest only setting "-q" to rtmpdump if "-q" is sent to youtube-dl

  3. adding '&amphas_verified=1' to the html file fetching overrides any age restriction questions

jamiejones added 2 commits November 16, 2010 13:52
…he initial .*match needs to be 'ungreedy'), so the -W setting to rtmpdump was not set, causing the decryption of the video to be wrong.


Also only setting "-q" to rtmpdump if "-q" is sent to youtube-dl

Finally, add "&has_verified=1" to the fetch of the HMTL page to allow fetching of age-restricted videos
@Jamie-Landeg-Jones
Copy link
Author

It seems the 'age verification' system is different depending on whether it's a native youtube http or a rtmpdump.

From what I gather, you've already sorted out the 'age verificaction' for http files - the above seems to fix it on rtmpdump streams.

I have an age restricted encrypted URL for you to test all these changes out on, but it's UK only - however you can have a ssh login on my UK machine if you want

cheers,
jamie

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant