Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat, networking] Deprecate old functions (#2861) | coletdjnz | 2023-07-15 | 1 | -2/+2 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [extractor/nebula] Fix extractor (#7156) | Roland Hieber | 2023-06-21 | 1 | -16/+20 |
| | | | | | | Closes #7017 Authored by: Lamieur, rohieb Co-authored-by: Lam <github@Lam.pl> | ||||
* | [extractor/nebula] Add `beta.nebula.tv` (#6516) | unbeatable-101 | 2023-03-13 | 1 | -1/+5 |
| | | | Authored by: unbeatable-101 | ||||
* | [extractor/nebula] Remove broken cookie support (#5979) | Henrik Heimbuerger | 2023-02-17 | 1 | -84/+35 |
| | | | | Authored by: hheimbuerger Closes #4002 | ||||
* | [extractor/nebula] Add nebula.tv (#4918) | Tanner Anderson | 2022-09-22 | 1 | -3/+5 |
| | | | | Closes #4917 Authored by: tannertechnology | ||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -1/+1 |
| | |||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -6/+3 |
| | | | | Removing any more will require changes to a large number of extractors | ||||
* | [nebula] Add support for subscriptions (#3719) | Henrik Heimbuerger | 2022-05-15 | 1 | -28/+67 |
| | | | | Closes #3609 Authored by: hheimbuerger | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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 52efa4b31200119adaa8acf33e50b84fcb6948f0 | pukkandan | 2022-04-02 | 1 | -1/+1 |
| | |||||
* | [extractor] Add `_perform_login` function (#2943) | pukkandan | 2022-03-18 | 1 | -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 Heimbuerger | 2021-11-27 | 1 | -159/+211 |
| | | | | Closes #1690 Authored by: hheimbuerger | ||||
* | [cleanup] Fix line endings for `nebula.py` (#1064) | Glenn Slayden | 2021-09-23 | 1 | -238/+238 |
| | | | | :ci skip Authored by: glenn-slayden | ||||
* | [nebula] Authentication via tokens from cookie jar (#537) | Henrik Heimbuerger | 2021-07-21 | 1 | -14/+51 |
| | | | | Closes #496 Co-authored-by: hheimbuerger, TpmKranz | ||||
* | [nebula] Move to nebula.app | pukkandan | 2021-04-28 | 1 | -4/+8 |
| | | | | | Closes #272 Tested by: Lamieur | ||||
* | [nebula] Add extractor (watchnebula.com) (#122) | Henrik Heimbuerger | 2021-04-09 | 1 | -0/+197 |
Authored by: hheimbuerger |