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.
[Question]Regarding TVFPlay Extractor #14391
Comments
|
This depends on a particular site's embedding mechanism. |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Is there any predefined way to extract the actual url of the video in the InfoExtractor Class of common.py?
For instance, I am having a web url of https://tvfplay.com/episode/6/139/230/1056
But, the actual url of the video, when checked is https://youtu.be/mtUTZEh9VAU
Is it possible to somehow extract the 2nd url if user inputs the 1st one?
#14379