yt-dlp
yt-dlp copied to clipboard
[ie/Fifa] Add extractors
IMPORTANT: PRs without the template will be CLOSED
Description of your pull request and other information
New extractors support movies, series and articles; the old extractor knows the new URL.
Fixes #3633, closes #3640, fixes #7944.
All videos on Fifa (FifaPlus) are almost DRM-protected.
Questions:
- The redirection part in "FifaIE" looks awkward. What's the better approach?
- Shall we update the "uplynk" extractor as well?
Template
Before submitting a pull request make sure you have:
- [x] At least skimmed through contributing guidelines including yt-dlp coding conventions
- [x] Searched the bugtracker for similar pull requests
In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check all of the following options that apply:
- [x] I am the original author of this code and I am willing to release it under Unlicense
- [x] I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence) Based on #3640.
What is the purpose of your pull request?
- [x] Fix or improvement to an extractor (Make sure to add/update tests)
- [x] New extractor (Piracy websites will not be accepted)
- [ ] Core bug fix/improvement
- [ ] New feature (It is strongly recommended to open an issue first)