aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/bitchute.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
| | | | Authored by: coletdjnz, pukkandan
* [extractor/bitchute] Add more fallback subdomains (#6907)Neurognostic2023-04-251-1/+4
| | | Authored by: Neurognostic
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor/bitchute] Better error for geo-restricted videos (#5474)MMM2022-11-091-0/+19
| | | Authored by: flashdagger
* [extractor/bitchute] Improve `BitChuteChannelIE` (#5066)MMM2022-11-091-41/+97
| | | Authored by: flashdagger, pukkandan
* [extractor/bitchute] Simplify extractor (#5066)pukkandan2022-11-041-52/+61
| | | | | | | | | | * 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>
* [extractor/bitchute] Mark errors as expectedpukkandan2022-08-201-1/+3
| | | | Closes #4685
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-8/+1
| | | | | | | `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
* [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
* [bitchute] Fix test (#758)mahanstreamer2021-08-231-6/+6
| | | Authored by: mahanstreamer
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+158
* 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