Commit Graph

15 Commits (85b87c991af25dcb35630fa94580fd418e78ee33)

Author SHA1 Message Date
sepro 5b1a2aa978
[ie/bitchute] Fix extractors ()
Closes 
Authored by: seproDev
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
SirElderling b1a1ec1540
[ie/bitchute] Fix and improve metadata extraction ()
Closes 
Authored by: SirElderling
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions ()
Authored by: coletdjnz, pukkandan
Neurognostic 0c4e0fbcad
[extractor/bitchute] Add more fallback subdomains ()
Authored by: Neurognostic
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
MMM efdc45a6ea
[extractor/bitchute] Better error for geo-restricted videos ()
Authored by: flashdagger
MMM c61473c1d6
[extractor/bitchute] Improve `BitChuteChannelIE` ()
Authored by: flashdagger, pukkandan
pukkandan f72218c199
[extractor/bitchute] Simplify extractor ()
* Check alternate domains when a URL does not work
* Obey `--no-check-formats`
* Remove webseeds (doesnt seem to exist anymore)

Authored by: flashdagger, pukkandan

Co-authored-by: Marcel <flashdagger@googlemail.com>
pukkandan 1704c47ba8
[extractor/bitchute] Mark errors as expected
Closes 
pukkandan bfd973ece3 [extractors] Use new framework for existing embeds ()
`Brightcove` is difficult to migrate because it's subclasses may depend
on the signature of the current functions. So it is left as-is for now

Note: Tests have not been migrated
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
mahanstreamer aca5774e68
[bitchute] Fix test ()
Authored by: mahanstreamer
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