aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/vlive.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/vlive] Replace with `VLiveWebArchiveIE` (#6196)sepro2023-02-121-372/+0
| | | | | vlive has shut down: https://web.archive.org/web/20221031171019/https://www.vlive.tv/notice/4749 Authored by: seproDev
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [extractor/vlive] Extract `release_timestamp`pukkandan2022-11-071-0/+16
| | | | Closes #5424
* [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-11/+5
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [extractor] Add convinience function `_yes_playlist`pukkandan2022-01-241-19/+13
|
* [extractor] Standardize `_live_title`pukkandan2021-12-151-1/+1
|
* [cleanup] minor fixespukkandan2021-11-101-4/+4
|
* [VLive] Add upload_date and thumbnail (#1486)Ashish Gupta2021-10-301-0/+11
| | | | Closes #1472 Authored by: Ashish0804
* [vlive:channel] Fix extractionpukkandan2021-10-221-120/+99
| | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/29866 Closes #749, #927, https://github.com/ytdl-org/youtube-dl/issues/29837 Authored by kikuyan, pukkandan
* [vlive] Extract thumbnail directly in addition to the one from Naverpukkandan2021-07-121-1/+7
| | | | Closes #477
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* Update to ytdl v2021-04-01pukkandan2021-04-011-1/+1
| | | | | | https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb Closes #205
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+377
* 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