499c47c7a1
move set_cookie to separate method for reusabliity
2022-06-21 08:01:33 +07:00
2cf30e1127
refactor: default set_message in RedisArchivist to True
2022-06-16 10:37:46 +07:00
30abbe9be7
rewrite cookie into redis from io stream, auto validate
2022-06-15 17:54:05 +07:00
2ceb1b701a
consolidate config of cookie revoke
2022-06-15 15:39:24 +07:00
2ad093a9a8
handle cookiejar.LoadError dont import invalid cookie
2022-06-15 10:39:48 +07:00
c41f0a7cc4
try to LOAD_TRUNCATED_IMAGES, #256
2022-06-01 09:04:55 +07:00
5d262d7d48
skip cookie if no config added to YtWrap
2022-05-30 18:22:17 +07:00
231ac1e012
make channel matching optional for reusability
2022-05-30 17:59:52 +07:00
caaed252f9
specify videos page for get_last_youtube_videos of channel
2022-05-28 14:34:01 +07:00
9a31243b1c
log message when skipping video
2022-05-28 11:11:09 +07:00
88e526f5e5
refactor new YtWrap class for yt-dlp calls, #build
...
Changed:
- new yt-dlp base class
- new cookie class using io_stream
- MetadataFromField postprocessors
2022-05-25 16:15:38 +07:00
Clark
730ac15349
Fix #241 Use title/uploader for embedded metadata not Content ID ( #252 )
2022-05-25 16:13:25 +07:00
c39f8a9cb8
refactor use cookie io_stream
2022-05-24 15:51:58 +07:00
3f5104d6d8
integrate new YtWrap class in download queue and subscriptions classes
2022-05-24 10:36:39 +07:00
4b00f454b7
integrate new YtWrap class in yt_dlp handler
2022-05-24 10:19:02 +07:00
33f27f018f
handle download error
2022-05-24 10:18:33 +07:00
4e699621a0
obs base and handle extract error
2022-05-24 10:00:40 +07:00
37e6f8656a
yt-dlp base class
2022-05-24 08:53:05 +07:00
3722f11a65
cleanup cookie file after task
2022-05-07 09:34:51 +07:00
087043811f
avoid unneeded cookie open
2022-05-07 09:34:33 +07:00
94fa191fb8
skip premium videos, clean exit for empty bulk_list, #237
2022-05-05 23:38:10 +07:00
1613b71942
hide cookie after rescan and download process
2022-05-03 17:32:32 +07:00
ca5b00a373
refresh for PendingInteract delete to avoid race condition, #217
2022-05-02 18:20:56 +07:00
34a1fe9e8e
fix thumb re-embed task, #231
2022-05-02 17:38:20 +07:00
6fbac12314
fix channel_validate in PlaylistSubscription, #223
2022-05-02 11:27:50 +07:00
ca3ea20283
add socket_timeout when passing check_formats to yt-dlp
2022-05-02 09:48:52 +07:00
bc7d90f1f4
raise FileNotFoundError when trying to use unavailable cookie
2022-04-30 19:09:19 +07:00
487c81d50b
fix FileNotFoundError in cookie hide
2022-04-30 18:34:28 +07:00
088e87bccf
add cookiefile to PendingList and VideoDownloader
2022-04-30 17:27:57 +07:00
4e3d71e0e3
simplify, un-userspaced
2022-04-30 16:38:23 +07:00
9b107b9940
implement cookie validator
2022-04-30 13:05:01 +07:00
43eec5aac0
move CookieHandler to separate module
2022-04-30 12:05:41 +07:00
1fa26cdc44
added basic cookie import functionality
2022-04-23 21:59:59 +07:00
59f1c111aa
extend timeout for sleep interval
2022-04-16 08:58:35 +07:00
Ainsey11
dc29c6718c
Fix : #210 - Download UI Box being removed when file is still processing ( #219 )
...
* Fix: https://github.com/bbilly1/tubearchivist/issues/210 - Download UI element is removed when the file has finished downloading, but is still being moved on disk to the storage destination. This means the user is presented with nothing in the UI yet the file is still being processed.
* FIX: Resolving linting issue
* FIX: Set moving message to never expire and then a second message after the move with a 4 second expiry timer.
Co-authored-by: Rob Ainsworth <roba@immjsystems.com>
2022-04-15 15:21:24 +07:00
9d73dbc45a
implement video overwrites index for sponsorblock
2022-04-08 17:19:25 +07:00
a07d789e66
add base64 blur video thumb
2022-04-08 00:29:09 +07:00
1f7d6871cf
use ElasticWrap to delete item from pending
2022-03-23 11:09:21 +07:00
9f5c9b17a5
refactor redis connection, fix sync_redis_state task setup issue
2022-03-22 17:50:54 +07:00
3d451e47e5
full playlist refresh and index for channel overwrites
2022-03-22 09:42:41 +07:00
fc311a7b7e
refactor validate_playlists and move into DownloadPostProcess class
2022-03-21 11:14:44 +07:00
7c6041d686
refactor VideoDownloader and implement per channel delete older than
2022-03-19 17:37:28 +07:00
9fd7e2b11a
rename channel_overwrites attribute
2022-03-19 15:03:38 +07:00
3ba6e0478d
fix filesysem rescan function
2022-03-19 14:36:46 +07:00
b68a00073f
fix thumbnail validation with new PendingList class
2022-03-19 14:27:37 +07:00
89428297c9
add download format channel overwrite per video
2022-03-18 22:22:41 +07:00
ac9df4e082
map channel overwrite to video id for later efficient mapping
2022-03-18 21:39:33 +07:00
a6937db5fd
use the refactored PendingList class
2022-03-18 18:27:25 +07:00
05b8dbc02f
refacor PendingList class into subclasses
2022-03-18 17:19:21 +07:00
b98ccd9dab
handle error if subscribed channel not available anymore, #175
2022-02-25 11:21:29 +07:00