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.
Custom Extractor - Get data from video #12542
Comments
|
You can't play it without browser, What you should do is to reverse engineer browser's behavior and reproduce it as python code. |
|
Do you have some example code? Because I really don't know, how it everything works. :( |
Hello, I am working on custom extractor and it's first thing, which I'm programming in Python.
When I open URL of video in my browser, video starts auto play. But when I get HTML code from extractor in "def _real_extract", I get only HTML, where video is not played, so I don't have any access to the video sources and subtitles. So, how can I "play" this video from Python and extract information from new HTML code?
Thanks! And sorry for english.