aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/funimation.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-3/+3
| | | | Authored by: coletdjnz, pukkandan
* [cleanup] Use `random.choices` (#5800)Anant Murmu2022-12-301-1/+1
| | | Authored by: freezboltz
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+1
|
* Minor bugfixespukkandan2022-08-021-2/+3
|
* [extractor] Support multiple archive ids for one video (#4307)pukkandan2022-08-021-1/+2
| | | | Closes #4352
* [cleanup] Misc fixespukkandan2022-04-291-0/+3
| | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | 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
* [utils] `traverse_obj`: Allow filtering by valuepukkandan2022-03-311-1/+1
|
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-10/+3
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [cleanup] Minor cleanuppukkandan2021-11-191-1/+1
| | | | Closes #1696, Closes #1673
* [utils] Add `join_nonempty`pukkandan2021-11-061-3/+5
|
* [Funimation] Fix for /v/ urls (#1196)Jules-A2021-10-091-62/+73
| | | | Closes #993 Authored by: pukkandan, Jules-A
* [funimation] Sort formats according to the relevant extractor-argspukkandan2021-10-041-2/+10
|
* [funimation] Fix for locations outside USpukkandan2021-09-121-2/+10
| | | | | Closes #868 Authored by: Jules-A, pukkandan
* [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