aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/funimation.py
AgeCommit message (Collapse)Author
2021-11-19[cleanup] Minor cleanuppukkandan
Closes #1696, Closes #1673
2021-11-06[utils] Add `join_nonempty`pukkandan
2021-10-09[Funimation] Fix for /v/ urls (#1196)Jules-A
Closes #993 Authored by: pukkandan, Jules-A
2021-10-04[funimation] Sort formats according to the relevant extractor-argspukkandan
2021-09-12[funimation] Fix for locations outside USpukkandan
Closes #868 Authored by: Jules-A, pukkandan
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-07-08Improve `extractor_args` parsingpukkandan
2021-07-07[Funimation] Rewrite extractor (See desc) (#444)pukkandan
* 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
2021-06-25[funimation] Add `FunimationShowIE` (#442)Mevious
Closes #436 Authored by: Mevious
2021-06-23[funimation] Extract subtitles (#434)Mevious
Closes #420, https://github.com/ytdl-org/youtube-dl/issues/25645 Related: https://github.com/ytdl-org/youtube-dl/pull/24906 Authored by: Mevious
2021-05-06Update to ytdl-commit-a726009pukkandan
[blinkx] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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