Finn R. Gärtner
8e6e365172
[ie/Piapro] Improve `_VALID_URL` ( #8999 )
...
Authored by: FinnRG
10 months ago
coletdjnz
3d2623a898
[compat, networking] Deprecate old functions ( #2861 )
...
Authored by: coletdjnz, pukkandan
1 year ago
Finn R. Gärtner
1bcb9fe871
[ie/piapro] Support `/content` URL ( #7592 )
...
Authored by: FinnRG
1 year ago
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
3 years ago
Lesmiscore
b52e788eb2
[Piapro] Extract description with break lines
...
Authored by: Lesmiscore
Closes #3334
3 years ago
pukkandan
52efa4b312
[extractor] Add `_perform_login` function ( #2943 )
...
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
3 years ago
Lesmiscore (Naoya Ozaki)
6bb608d055
[piapro] Add extractor ( #2801 )
...
Based on https://github.com/ytdl-org/youtube-dl/pull/25922
Closes #2710 , https://github.com/ytdl-org/youtube-dl/issues/5856
Authored by: pycabbage, Lesmiscore
3 years ago