aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/funimation.py
AgeCommit message (Collapse)Author
2025-01-25[ie/funimation] Remove extractors (#12167)doe1080
Closes #1569, Closes #2255, Closes #2517, Closes #2723, Closes #4318, Closes #4345, Closes #5326, Closes #6575, Closes #8644 Authored by: doe1080
2024-12-02[cleanup] Bump ruff to 0.8.x (#11608)sepro
Authored by: seproDev
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-03-08[cleanup] Fix infodict returned fields (#8906)sepro
Authored by: seproDev
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz
Authored by: coletdjnz, pukkandan
2022-12-30[cleanup] Use `random.choices` (#5800)Anant Murmu
Authored by: freezboltz
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-08-02Minor bugfixespukkandan
2022-08-02[extractor] Support multiple archive ids for one video (#4307)pukkandan
Closes #4352
2022-04-29[cleanup] Misc fixespukkandan
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
2022-04-12[cleanup] Upgrade syntaxpukkandan
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-03-31[utils] `traverse_obj`: Allow filtering by valuepukkandan
2022-03-18[extractor] Add `_perform_login` function (#2943)pukkandan
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
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