aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/funimation.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-3/+2
|
* Improve `extractor_args` parsingpukkandan2021-07-081-2/+2
|
* [Funimation] Rewrite extractor (See desc) (#444)pukkandan2021-07-071-102/+198
| | | | | | | | * Support direct `/player/` URL * Treat the different versions of an episode as different formats of a single video. So `experience_id` can no longer be used as the video `id` and the `episode_id` is used instead. This means that all existing archives will break * Extractor options `language` and `version` to pre-select them * Compat option `seperate-video-versions` to fall back to old behavior (including using the old video IDs) Closes #428
* [funimation] Add `FunimationShowIE` (#442)Mevious2021-06-251-0/+52
| | | | | Closes #436 Authored by: Mevious
* [funimation] Extract subtitles (#434)Mevious2021-06-231-1/+21
| | | | | | Closes #420, https://github.com/ytdl-org/youtube-dl/issues/25645 Related: https://github.com/ytdl-org/youtube-dl/pull/24906 Authored by: Mevious
* Update to ytdl-commit-a726009pukkandan2021-05-061-1/+5
| | | | | [blinkx] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+154
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan