aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/fujitv.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
| | | | Authored by: coletdjnz, pukkandan
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+1
|
* [extractor] Document netrc machinespukkandan2022-05-111-1/+1
| | | | Closes #3169
* [cleanup] Misc fixespukkandan2022-04-291-3/+3
| | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
* [cleanup] Upgrade syntaxpukkandan2022-04-121-2/+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
* [fujitv] Extract resolution for free sources (#2685)YuenSzeHong2022-02-131-0/+21
| | | Authored by: YuenSzeHong
* [Fujitv] Extract metadata and support premium (#2505)YuenSzeHong2022-01-281-29/+33
| | | Authored by: YuenSzeHong
* [fujitv] Extract 1080p from `tv_android` m3u8 (#1928)YuenSzeHong2021-12-111-2/+15
| | | Authored by: YuenSzeHong
* Update to ytdl-commit-3be0980pukkandan2021-03-151-1/+1
| | | | https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+35
* 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