Commit Graph

25 Commits (cec240eb2d82a32e7b54b40b858f40e7b2a3ba8a)

Author SHA1 Message Date
Jackson Humphrey f2a4983df7
[ie/archive.org] Fix comments extraction ()
Closes 
Authored by: jshumphrey
sepro add96eb9f8
[cleanup] Add more ruff rules ()
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
sepro f4f9f6d00e
[cleanup] Fix infodict returned fields ()
Authored by: seproDev
bashonly 3894ab9574
[ie/archiveorg] Fix format URL encoding ()
Closes 
Authored by: bashonly
sepro 1732eccc0a
[core] Parse `release_year` from `release_date` ()
Closes 
Authored by: seproDev
bashonly 9652bca1bd
[ie/web.archive:vlive] Remove extractor ()
Closes 
Authored by: bashonly
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions ()
Authored by: coletdjnz, pukkandan
sepro b3eaab7ca2
[extractor/vlive] Replace with `VLiveWebArchiveIE` ()
vlive has shut down: https://web.archive.org/web/20221031171019/https://www.vlive.tv/notice/4749

Authored by: seproDev
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
Matthew 217753f4aa
[extractor/YoutubeWebArchive] Improve metadata extraction ()
Closes https://github.com/yt-dlp/yt-dlp/issues/4574

Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
pukkandan 19b4e59a1e
[extractor/web.archive:youtube] Fix _YT_INITIAL_PLAYER_RESPONSE_RE
coletdjnz 871a8929bc
[extractor/archiveorg] Improve handling of formats ()
* 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
pukkandan ac66811112
[compat] Remove more functions
Removing any more will require changes to a large number of extractors
coletdev f0bc6e2019
[extractor] Add `default` parameter to `_search_json` ()
Authored by: pukkandan, coletdjnz
pukkandan b7c47b7438
[extractor] Add `_search_json`
All fetching of JSON objects should eventually be done with this function
but only `youtube` is being refactored for now
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
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
pukkandan 04f3fd2c89
[cleanup] Use `_html_extract_title`
coletdjnz c8e856a551
[web.archive:youtube] Make CDX API requests non-fatal
Partial fix for https://github.com/yt-dlp/yt-dlp/issues/3278
Authored-by: coletdjnz
pukkandan 88f23a18e0
[docs,cleanup] Fix linter and misc cleanup
Closes 
pukkandan 1f13021eca
[web.archive:youtube] Add `ytarchive:` prefix
and misc cleanup
pukkandan e612f66c7c
[archive.org] Ignore unnecessary files
Closes 
coletdjnz aa4b054512
[web.archive:youtube] Improve metadata extraction ()
Authored-by: coletdjnz
pukkandan 4dfbf8696b
[utils] Add `parse_qs`
coletdjnz 879e7199bb
[archiveorg] Add YoutubeWebArchiveIE ()
Co-authored by: colethedj, pukkandan, alex-gedeon
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* 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