aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/archiveorg.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/vlive] Replace with `VLiveWebArchiveIE` (#6196)sepro2023-02-121-0/+236
| | | | | 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-1/+1
|
* [extractor/YoutubeWebArchive] Improve metadata extraction (#4968)Matthew2022-10-171-44/+239
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/4574 Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
* [extractor/web.archive:youtube] Fix _YT_INITIAL_PLAYER_RESPONSE_REpukkandan2022-09-171-2/+3
|
* [extractor/archiveorg] Improve handling of formats (#4461)coletdjnz2022-07-291-9/+94
| | | | | | | * Ignore private formats if not logged in (fixes https://github.com/yt-dlp/yt-dlp/issues/3832) * Prefer original formats * Support mpg formats Authored by: coletdjnz, pukkandan
* [compat] Remove more functionspukkandan2022-06-251-13/+11
| | | | Removing any more will require changes to a large number of extractors
* [extractor] Add `default` parameter to `_search_json` (#4057)coletdev2022-06-181-2/+2
| | | Authored by: pukkandan, coletdjnz
* [extractor] Add `_search_json`pukkandan2022-06-061-12/+9
| | | | | All fetching of JSON objects should eventually be done with this function but only `youtube` is being refactored for now
* [cleanup] Upgrade syntaxpukkandan2022-04-121-5/+2
| | | | | | | | | | 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] Use `_html_extract_title`pukkandan2022-04-041-2/+1
|
* [web.archive:youtube] Make CDX API requests non-fatalcoletdjnz2022-04-021-2/+4
| | | | | Partial fix for https://github.com/yt-dlp/yt-dlp/issues/3278 Authored-by: coletdjnz
* [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-1/+1
| | | | Closes #2419
* [web.archive:youtube] Add `ytarchive:` prefixpukkandan2022-01-231-35/+37
| | | | and misc cleanup
* [archive.org] Ignore unnecessary filespukkandan2022-01-231-1/+1
| | | | Closes #2452
* [web.archive:youtube] Improve metadata extraction (#1785)coletdjnz2021-12-091-104/+357
| | | Authored-by: coletdjnz
* [utils] Add `parse_qs`pukkandan2021-08-231-3/+2
|
* [archiveorg] Add YoutubeWebArchiveIE (#356)coletdjnz2021-05-311-8/+184
| | | Co-authored by: colethedj, pukkandan, alex-gedeon
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+243
* 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