aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/fancode.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Miscpukkandan2022-11-161-1/+1
| | | | Closes #5541
* [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
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-21/+17
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [cleanup] Misc cleanuppukkandan2021-12-231-1/+1
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [test/download] Fallback test to `bv`pukkandan2021-11-061-1/+0
|
* [Fancode] Fix live streams (#961)zenerdi0de2021-09-131-1/+1
| | | Authored by: zenerdi0de
* [fancode] Fix extraction, support live and allow login with refresh token (#471)zenerdi0de2021-07-071-16/+112
| | | Authored-by: zenerdi0de
* [fancode] Add extractor (#316,#354)pukkandan2021-05-301-0/+91
Closes #269, #363 Authored by: rmsmachine