Commit graph

20 commits

Author SHA1 Message Date
bergoid 56b838bbad Improvements as recommended by seproDev 2023-11-04 21:49:11 +01:00
bergoid abd99c4f07 Change parsing of 'description' 2023-11-04 15:36:41 +01:00
bergoid 86d98dab3b Move token refresh to _real_extract() 2023-09-21 22:55:53 +02:00
bergoid c90ab9dcd6 Linting 2023-09-21 22:13:24 +02:00
bergoid 44b69976b1 Disabled playerInfo token 2023-09-21 00:11:48 +02:00
bergoid deeb4857bd Download works 2023-09-17 23:17:58 +02:00
bergoid c96f4429f3 Able to get vrtPlayerToken 2023-09-17 17:44:16 +02:00
bergoid 28e4722b00 Some streamlining 2023-09-17 16:19:33 +02:00
bergoid b619e119e6 Able to get site_profile tokens 2023-09-17 11:50:57 +02:00
bergoid 843649e2ef non-working tryouts 2023-09-17 10:15:38 +02:00
bergoid 5621944b0b login but no tokens 2023-09-16 01:23:38 +02:00
bergoid ef8445c6d3 Merge remote-tracking branch 'upstream/master' 2023-09-05 20:53:02 +02:00
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions (#2861)
Authored by: coletdjnz, pukkandan
2023-07-15 16:18:35 +05:30
Zprokkel 325191d0c9
[ie/vrt] Update token signing key (#7519)
Authored by: Zprokkel
2023-07-10 13:15:47 +00:00
Jeroen Jacobs 1a7dcca378
[extractor/vrt] Overhaul extractors (#6244)
* Fixes `VrtNU` extractor to work with the VRT MAX site change
* Adapts `VRT`, `Ketnet` and `DagelijkseKost` extractors to the new VRT API
* Removes `Canvas` and `CanvasEen` extractors; the sites and API no longer exist
* Moves all remaining VRT-related extractors into the `vrt` module

Closes #4908
Authored by: jeroenj, bergoid, bashonly

Co-authored-by: bergoid <bergoid@users.noreply.github.com>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2023-06-02 18:29:00 +00:00
bergoid 9c76ec8738 VRTIE: regex, metadata 2022-09-17 01:16:24 +02:00
bergoid f0075841e8 Add test. Clear dead VRT extractors 2022-09-15 23:55:07 +02:00
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
2022-04-12 05:32:51 +05:30
pukkandan 5ad28e7ffd
[extractor] Common function _match_valid_url 2021-08-23 00:50:40 +05:30
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp (#85)
* 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
2021-02-25 00:15:56 +05:30
Renamed from youtube_dlc/extractor/vrt.py (Browse further)