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.
Before submitting an issue make sure you have:
What is the purpose of your issue?
Extractor for VOD TVP is not working due to video URL format change on the service.
Old URL format: http://vod.tvp.pl/194536/i-seria-odc-13
New URL format: https://vod.tvp.pl/video/czas-honoru,i-seria-odc-13,194536
The fix is a simple URL regex change in
extractor/tvp.py.I have started working on the PR for this issue and will submit it soon.