Jesse Bannon
|
3ace86435d
|
[BACKEND] Defined kwarg strings. Add playlist/source description variable (#237)
|
2022-09-17 08:09:09 -07:00 |
|
Jesse Bannon
|
c66e5b72f3
|
[BACKEND] Add source and playlist variables to every entry (#236)
|
2022-09-16 22:56:56 -07:00 |
|
Jesse Bannon
|
892c5f5e6f
|
[BACKEND] Use generic collection download for every playlist strategy (#233)
|
2022-09-15 09:47:37 -07:00 |
|
Jesse Bannon
|
3894625479
|
[BACKEND] Remove split_video download strategy (#232)
|
2022-09-14 22:03:44 -07:00 |
|
Jesse Bannon
|
c08ea64b5a
|
[BACKEND] Add generic.collection download strategy, use it for soundcloud, youtube channel/playlist (#230)
|
2022-09-14 15:36:14 -07:00 |
|
Jesse Bannon
|
c33eed5a64
|
[BUGFIX] Fix source vars containing variable-like syntax (#231)
|
2022-09-14 08:36:56 -07:00 |
|
Jesse Bannon
|
c9f0300b39
|
[BACKEND] EntryParent class, use it to make downloaders more generic (#229)
|
2022-09-10 22:50:27 -07:00 |
|
Jesse Bannon
|
c7e9380fe0
|
[BACKEND] Refactor entry classes (#228)
|
2022-09-10 14:46:03 -07:00 |
|
Jesse Bannon
|
5488501bed
|
[BACKEND] File lock working directory to prevent multiple instances from polluting it (#227)
|
2022-09-08 23:41:09 -07:00 |
|
Jesse Bannon
|
d0cbd57a7f
|
[BUGFIX] Fix preset ordering (#226)
|
2022-09-08 15:43:09 -07:00 |
|
Jesse Bannon
|
2c86d640a4
|
[FEATURE] Have notion of modified files. Do not include files that have not changed (#225)
|
2022-09-08 12:24:46 -07:00 |
|
Jesse Bannon
|
4b6c79caef
|
[FEATURE] Add webpage_url source variable (#224)
|
2022-09-08 09:54:57 -07:00 |
|
Jesse Bannon
|
f24860c729
|
[BUGFIX] Properly sanitize override variables after it is resolved (#223)
* [BUGFIX] Properly sanitize override variables after it is resolved
* fixtures
|
2022-09-08 07:47:55 -07:00 |
|
Jesse Bannon
|
4b2e6e1169
|
[FEATURE] Set break_on_reject: True when using date_range plugin (#221)
|
2022-09-07 15:30:16 -07:00 |
|
Jesse Bannon
|
819bddc9d0
|
[FEATURE] Support duplicate NFO keys (#220)
|
2022-09-07 14:06:13 -07:00 |
|
Jesse Bannon
|
6383d133dc
|
[BUGFIX] Retry channel image downloads, continue if it fails (#218)
|
2022-09-06 16:12:28 -07:00 |
|
Jesse Bannon
|
3e801c56eb
|
[BUGFIX] Fix overrides failing validation in datetime vars (#209)
|
2022-09-02 14:41:51 -07:00 |
|
Jesse Bannon
|
2f4a2a4726
|
[BUGFIX] Fix extract info with retry issue with deleting download archive (#208)
|
2022-09-02 00:10:37 -07:00 |
|
Jesse Bannon
|
ffb45f6eb5
|
[BUGFIX] Handle source_uploader when it is empty (#207)
|
2022-09-02 00:06:44 -07:00 |
|
Jesse Bannon
|
6d84e52467
|
[FEATURE] Add multiple preset inheritance (#204)
|
2022-09-01 10:43:07 -07:00 |
|
Jesse Bannon
|
5782445366
|
[FEATURE] Add ability for downloaders to add new override variables. Add source_title, source_uploader, and source_description for YouTube channels and playlists (#203)
|
2022-09-01 00:25:01 -07:00 |
|
Jesse Bannon
|
ca0ac787b0
|
[FEATURE] Ability to write .info.json files (#201)
|
2022-08-29 22:50:42 -07:00 |
|
Jesse Bannon
|
99925836f3
|
[BACKEND] Add warning for using deprecated youtube.channel date range (#200)
|
2022-08-28 11:26:43 -07:00 |
|
Jesse Bannon
|
73be77c500
|
[FEATURE] date_range plugin, supports Override variables (#199)
|
2022-08-28 11:09:11 -07:00 |
|
Jesse Bannon
|
9ea1be4c5f
|
[FEATURE] NFO/XML attribute support (#198)
|
2022-08-28 00:56:51 -07:00 |
|
Jesse Bannon
|
d79e94e7e6
|
[BACKEND] Use native xml library, remove dicttoxml (#196)
|
2022-08-27 15:01:14 -07:00 |
|
Jesse Bannon
|
61c5a22933
|
[REFACTOR] Move chapter timestamps support into chapter plugin, remove from youtube.video (#193)
Introduces breaking changes to youtube.video.chapter_timestamps. Please use chapters.embed_chapter_timestamps instead to embed timestamps into a video
|
2022-08-26 23:08:53 -07:00 |
|
Jesse Bannon
|
553862fdad
|
[FEATURE] Add day_of_year variables (#195)
|
2022-08-24 09:59:34 -07:00 |
|
Jesse Bannon
|
e09a2c0ed8
|
[DOCS] Fix subtitles example (#194)
|
2022-08-23 23:59:23 -07:00 |
|
Jesse Bannon
|
9b224b7fc6
|
[FEATURE] Add reversed date variables (#192)
|
2022-08-23 22:32:41 -07:00 |
|
Jesse Bannon
|
f8386daadd
|
[DOCS] Fix nfo plugin names (#187)
|
2022-08-19 09:18:35 -07:00 |
|
Jesse Bannon
|
790c65859a
|
[FEATURE] Add split_by_chapters plugin (#184)
|
2022-08-18 23:24:03 -07:00 |
|
Jesse Bannon
|
c443d2e295
|
[BUGFIX] Fix truncated year source variable (#185)
|
2022-08-18 17:57:27 -07:00 |
|
Jesse Bannon
|
2a666ef70b
|
[FEATURE] Chapters plugin with SponsorBlock support (#178)
|
2022-08-15 17:01:03 -07:00 |
|
Jesse Bannon
|
871c051aa8
|
[FEATURE] Audio extract plugin (#177)
|
2022-08-14 10:10:10 -07:00 |
|
Jesse Bannon
|
064dca40b2
|
[BUGFIX] Subtitles for channel + playlist downloads (#176)
* subtitle fix for playlists
* download channel vids as singles
* no regen tests
|
2022-08-13 15:47:26 -07:00 |
|
Jesse Bannon
|
9a7a34f3d0
|
[FEATURE] Video tags plugin to embed metadata into video files (#173)
|
2022-08-13 09:53:55 -07:00 |
|
Jesse Bannon
|
1f09398ad5
|
[FEATURE] Subtitles support via Subtitles plugin (#169)
|
2022-08-12 09:58:08 -07:00 |
|
Jesse Bannon
|
bcf45f7f7e
|
[REFACTOR] Use JSON files instead of hard-coded classes for expected downloads (#165)
* Expected download summaries WIP
* jesse/fix-tests
* working
* tests passing
* remove fixture usage
* fix ignore md5 logic
|
2022-08-10 12:16:38 -07:00 |
|
Jesse Bannon
|
3e60f7d1da
|
[BACKEND] Do not write download archive file if no files changed (#161)
* [BACKEND] Do not write download archive file if no files changed
* ensure empty log for playlists
* test dl args
* test main completely
|
2022-08-07 15:02:02 -07:00 |
|
Jesse Bannon
|
47a46265cf
|
[FOLLOWUP] Actually process YT channels and playlists ascending (#160)
* actually sort
* use playlist_index instead
|
2022-08-06 22:40:45 -07:00 |
|
Jesse Bannon
|
8033b1a44c
|
[BACKEND] Download descending, process ascending for YouTube channels and playlists (#159)
|
2022-08-06 22:02:18 -07:00 |
|
Jesse Bannon
|
034855fbc4
|
[FEATURE+BUGFIX] Add kodi_safe arg for NFO plugins, support YT shorts (#157)
|
2022-08-05 16:53:36 -07:00 |
|
Jesse Bannon
|
5244b7c939
|
[DOCS] Clean up source variable readthedocs section (#152)
|
2022-08-04 17:34:06 -07:00 |
|
Jesse Bannon
|
b28ef2365b
|
[BACKEND] Allow more nesting for source + override variables (#150)
|
2022-08-04 14:42:20 -07:00 |
|
Jesse Bannon
|
b3883de7c4
|
[DOCS] Remove download_individually params from readthedocs (#147)
|
2022-08-04 11:28:48 -07:00 |
|
Jesse Bannon
|
c6e6f8e275
|
[BUG] Fix channel artwork error if not specified (#146)
|
2022-08-04 11:28:34 -07:00 |
|
Jesse Bannon
|
e3d6245aeb
|
[BUG] Prevent ytdl-sub args being specified as dl args (#139)
* [BUG] Prevent ytdl-sub args being specified as dl args
* refactor fail
|
2022-08-01 15:40:52 -07:00 |
|
Jesse Bannon
|
2fde8f69c3
|
[BUG] Fix log-level not respected by loggers (#138)
* [BUG] Fix log-level not respected by loggers
* _main
* fix mocking
|
2022-08-01 14:45:01 -07:00 |
|
Jesse Bannon
|
9fd97beca3
|
[BACKEND|BUG] Retry downloads with missing files (#137)
* [BACKEND|BUG] Retry downloads with missing files
* fix if statement, rename channel test file
|
2022-08-01 12:39:23 -07:00 |
|