Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
help to deobfuscate mp4 file from flash player #3627
Comments
|
It seem's using wget works perfectly fine. I thought you may have needed to spoof the referrer but thats not the case. I accessed it in chrome and got a video player (from browser), and not a 405. You should try again. |
|
|
Definetely not: [
|
|
It may be ip restricted, so if you did that, grep the url out of the HTML. ATM I can't replicate this to bypass anything. |
|
that's weird, it gets blocked even through various proxy sites, maybe only works from usa ? |
|
in fact it worked with browser, not with wget, even when setting --user-agent="" or "Safari" |
hello,
im trying to reverse a video file address pattern from this site for inclusion in youtube-dl, eg:
http://www.drtuber.com/video/1724798/soft-young-lusty-brunette
in the page theres a reference to the mp4 file:
unfortunately the access to the file is restricted:
Any clues of how they manage to substitue the real file name ?
May the embedded video url be a weaker target ?
http://www.drtuber.com/embed/1724798
Regards.