aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/nebula.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-2/+2
| | | | Authored by: coletdjnz, pukkandan
* [extractor/nebula] Fix extractor (#7156)Roland Hieber2023-06-211-16/+20
| | | | | | Closes #7017 Authored by: Lamieur, rohieb Co-authored-by: Lam <github@Lam.pl>
* [extractor/nebula] Add `beta.nebula.tv` (#6516)unbeatable-1012023-03-131-1/+5
| | | Authored by: unbeatable-101
* [extractor/nebula] Remove broken cookie support (#5979)Henrik Heimbuerger2023-02-171-84/+35
| | | | Authored by: hheimbuerger Closes #4002
* [extractor/nebula] Add nebula.tv (#4918)Tanner Anderson2022-09-221-3/+5
| | | | Closes #4917 Authored by: tannertechnology
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+1
|
* [compat] Remove more functionspukkandan2022-06-251-6/+3
| | | | Removing any more will require changes to a large number of extractors
* [nebula] Add support for subscriptions (#3719)Henrik Heimbuerger2022-05-151-28/+67
| | | | Closes #3609 Authored by: hheimbuerger
* [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
* [Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0pukkandan2022-04-021-1/+1
|
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-4/+2
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [nebula] Add NebulaCollectionIE and rewrite extractor (#1694)Henrik Heimbuerger2021-11-271-159/+211
| | | | Closes #1690 Authored by: hheimbuerger
* [cleanup] Fix line endings for `nebula.py` (#1064)Glenn Slayden2021-09-231-238/+238
| | | | :ci skip Authored by: glenn-slayden
* [nebula] Authentication via tokens from cookie jar (#537)Henrik Heimbuerger2021-07-211-14/+51
| | | | Closes #496 Co-authored-by: hheimbuerger, TpmKranz
* [nebula] Move to nebula.apppukkandan2021-04-281-4/+8
| | | | | Closes #272 Tested by: Lamieur
* [nebula] Add extractor (watchnebula.com) (#122)Henrik Heimbuerger2021-04-091-0/+197
Authored by: hheimbuerger