Felix Stupp
32ddc9f03d
extractors/media/youtube: improve thumbnail selection
6 months ago
Felix Stupp
ae85d6ae0c
extractors/media/youtube: disable check_formats for less requests
6 months ago
Felix Stupp
5c9662314d
extractors/media/youtube: migrate to yt-dlp
6 months ago
Felix Stupp
8b6e318a20
make youtube extractor compatible with mutliple date formats
6 months ago
Felix Stupp
1e27f7b3d1
UriHolder: Make uri & uri_set proper properties
...
- to avoid direct DB access
- to allow for getter & setter functions
- makes consistency checks on each lookup unneccesary
- propose async consistency checks (TODO)
2 years ago
Felix Stupp
0d84f14eec
Add "type: ignore" to packages without types
3 years ago
Felix Stupp
ecd43706fd
Add long_name, key to general extractor attributes
3 years ago
Felix Stupp
203a9abaaa
Reformat code
3 years ago
Felix Stupp
1e748c4f1a
youtube: Ignore trailing slashes and fragments on URIs
3 years ago
Felix Stupp
088269f272
youtube: Add tags for keywords
3 years ago
Felix Stupp
49c5d47893
Extracted youtube datatypes to extractors/all module
3 years ago
Felix Stupp
3a19ecbfcc
youtube: Add support for working with extracted keywords
3 years ago
Felix Stupp
6a232bfab9
extractors/*/youtube: Also allow mobile URIs
3 years ago
Felix Stupp
eaa2bcbfe2
Improved change detection for updates
3 years ago
Felix Stupp
c97559ed62
Reworked ExtractedData classes, split into Offline & Online
3 years ago
Felix Stupp
39b3ac278b
extractors: Add & Fix return types
...
tt_rss's _update_object_raw should have never returned a str
3 years ago
Felix Stupp
49cff6f300
uri_suitable: Explicitly check for "is not None" & use helper methods
...
- helper for convertion from boolean to SuitableLevel
3 years ago
Felix Stupp
babdf8ff64
extr/media/youtube: Reraise exceptions from extraction as ExtractionErrors
3 years ago
Felix Stupp
33ac573a57
extr/media/youtube: Ignore live streams until they are available as VOD
3 years ago
Felix Stupp
922c9fd5a2
extr/media/youtube: Rename extractor to "youtube"
3 years ago
Felix Stupp
0debf4d875
extr/media/youtube: support embed & shorts video links
3 years ago
Felix Stupp
5479db90b8
extr/media/youtube: Also support youtube-nocookie links
3 years ago
Felix Stupp
35024597df
extr/media/youtube: Rewrite URI so extractor works deteministicly
3 years ago
Felix Stupp
6bb65981c9
extr/media/youtube: Explicit check for suitable URI
3 years ago
Felix Stupp
96e12f6fe8
extr/coll,media/youtube: Move setting URLs to media extractor
3 years ago
Felix Stupp
4e62a3fe70
extr/media/youtube: Extract description
3 years ago
Felix Stupp
f0af32c099
Extract media thumbnail automatically from YouTube
3 years ago
Felix Stupp
f236db4084
Format code
...
- server/entertainment_decider/common.py
- server/entertainment_decider/extractors/all/tt_rss.py
- server/entertainment_decider/extractors/all/ytdl.py
- server/entertainment_decider/extractors/collection/__init__.py
- server/entertainment_decider/extractors/collection/tt_rss.py
- server/entertainment_decider/extractors/collection/youtube.py
- server/entertainment_decider/extractors/generic.py
- server/entertainment_decider/extractors/helpers.py
- server/entertainment_decider/extractors/media/__init__.py
- server/entertainment_decider/extractors/media/base.py
- server/entertainment_decider/extractors/media/youtube.py
- server/entertainment_decider/extractors/media/ytdl.py
Applied automatically using black
3 years ago
Felix Stupp
bd72ad77bb
Reformat code (partially using black)
3 years ago
Felix Stupp
d0c2aab529
Added youtube media extractor based on new version of youtubesearchpython
4 years ago