aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/afreecatv.py
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-3/+2
| | | | Authored by fstirlitz, pukkandan
* [AfreecaTV] Add `AfreecaTVUserIE` (#3286)Ha Tien Loi2022-04-071-1/+57
| | | | Closes #3257 Authored by: hatienl0i261299
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-8/+1
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [afreecatv] Match new vod url (#3097)Luc Ritchie2022-03-181-1/+4
| | | Authored by: wlritchi
* [afreecatv] Support password-protected livestreams (#2738)Luc Ritchie2022-02-111-6/+15
| | | Authored by: wlritchi
* [afreecatv] Add support for livestreams (#2097)Luc Ritchie2022-01-071-0/+97
| | | Authored by: wlritchi
* [afreecatv] Tolerate failure to parse date string (#832)Luc Ritchie2021-08-301-2/+11
| | | Authored by: wlritchi
* [afreecatv] Fix adult VODs (#831)Luc Ritchie2021-08-301-0/+6
| | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/28405 Fixes https://github.com/ytdl-org/youtube-dl/issues/26622, https://github.com/ytdl-org/youtube-dl/issues/26926 Authored by: wlritchi
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-1/+1
| | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
* Fix inconsistent use of `report_warning`pukkandan2021-04-171-1/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+367
* 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