Commit Graph

101 Commits

Author SHA1 Message Date
Caleb Rogers ed19ffa020
Don't stop processing downloads if channel has been deleted (#1183)
* Don't stop processing downloads if channel has been deleted

* Just continue, don't try/ with immediate except

* Add print if no json data
2026-07-05 22:58:50 +07:00
Simon 33948221c9
switch to forked pot plugin with disable flag, #1156 2026-05-16 13:22:16 +07:00
Simon 6f0a1e4edd
fix plugin_dirs on localhost 2026-03-18 21:31:01 +07:00
Jordan May e3cf3e13b2
halt downloads on YouTube bot detection (#1127)
* add configurable stop_on_bot setting to halt downloads on YouTube bot detection

* rework: BOT_MESSAGES list, drop config toggle, always stop on bot detection

* add rand_sleep

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2026-03-14 17:36:07 +07:00
Simon 8f45e3cb7e
split plugin install, runtime whitelisting 2026-03-14 17:19:46 +07:00
Simon 161e8ba9dd
remove old pot manual field 2026-02-08 18:04:00 +07:00
Simon 395de16974
handle scientific timestamp string parsing 2026-02-06 11:31:51 +07:00
Simon e667591af8
handle pot plugin noop 2026-01-30 19:25:56 +07:00
Simon 546128fd23
fix nested dict merging for ytobs 2026-01-26 18:15:05 +07:00
Simon c00f3888d9
fix handle embedding file not found 2026-01-25 18:26:50 +07:00
Simon 6adae31641
fix unittests, empty cookiefile 2026-01-25 14:45:11 +07:00
Simon 71bc8383e5
persist temporary cookie, add cachepath, #1081 2026-01-25 11:56:12 +07:00
Isaac Sanders cc1a2a8a72
test: Adds a test to fix #1094 (#1108)
* test: Adds a test to fix #1094

* chore: Formats test file

* fix: Handles floats for published date

* chore: handles another case where published could be a float
2026-01-24 10:14:54 +07:00
bmcdonough 0986406ceb
Add potoken provider (#1076)
* added extractor_args

* added extractor_args

* added extractor_args within AppConfig

* added extractor_args

* added extractor_args

* added extractor_args

* created ExtractorArgsParser

* forgot the settings-box-wrapper for extractor_args

* fixed linting errors

* Update extractor arguments format in settings, example of multiples

* added bgutil-ytdlp-pot-provider

* UI changes to support pot_provider_url

* if pot_provide_url, append to extractor_args

* reworded PO Token Provider URL, to match yt-dlp wording.

* changed pot token provider url link to User Guide

* simplify, remove generic extractor arg parsing

* revert package.json changes

* revert package.json changes, take 2

* revert package.json changes, take 3

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2026-01-23 00:11:57 +07:00
Simon fe50b413d5
define downloads mapping, serialize improvements 2026-01-06 22:18:50 +07:00
Simon 6e346efcb3
serialize and validate channel data 2026-01-03 15:44:08 +07:00
Simon 56e53c12fc
remove now redundant add_thumbnail functionality 2025-12-31 15:42:33 +07:00
Simon 11638a2430
implement playlist restore from embed 2025-12-28 11:33:09 +07:00
Simon 3886724efe
fix None playlist overwrite indexing 2025-12-28 08:50:05 +07:00
Simon c19af11e14
reduce thumbnail page size 2025-12-26 22:07:03 +07:00
Simon 939def5120
reuse absolute path flag 2025-12-25 15:53:23 +07:00
Simon 8309dc4fec
fix embed channel ID missing 2025-12-25 14:38:28 +07:00
Simon c9d4a45e39
implement channel artwork embed in video 2025-12-25 12:08:03 +07:00
Simon fdadcfd48b
fix delete channel tvart 2025-12-24 14:55:09 +07:00
Simon 360c621e66
fix overwrite none serialization 2025-12-15 21:24:01 +07:00
Simon c02ec7e82e
validate DownloadItemSerializer for video to add to queue 2025-12-13 15:16:12 +07:00
Simon 2fb58e9e94
handle invalid timestamp and upload dates, #1094 2025-12-13 14:56:12 +07:00
Simon daa15c0577
add missing local playlist downloaded match, #1092 2025-11-15 22:46:02 +07:00
Simon 037f379cf3
handle expected playlist extrac failure in postprocessing 2025-11-15 09:45:17 +07:00
Simon d5cfbd03ca
clean up debug output 2025-11-01 12:26:59 +07:00
Simon 815790e397
add full metadata embedding 2025-10-29 18:54:07 +07:00
Craig Alexander 9dafa81fac
Use correct date format when using upload_date (#1052)
* When falling back to uploaded date, create a date string that can be accepted by elasticsearch

* add tests

* Oh es actually always wants a timestamp

* Use timezone for final fallback as well

* Inspect response for errors flag

* Display failed video ids

* Fix precommit checks

* Fix assert

* Fix method names in tests

* update method names again
2025-10-27 14:24:02 +07:00
Simon 7e35b7488f
fix mangled method naming 2025-10-09 10:25:26 +07:00
Simon 7bae974aa6
ignore playlist error in post processing and channel indexing, #1032 2025-09-03 16:11:28 +07:00
Simon 4adfea6e5c
refac channel query building, better handle overwrites, #1047, #1048 2025-09-03 15:06:30 +07:00
Simon cadbdc791f
validate expected keys for adding to queue 2025-08-26 09:24:20 +07:00
Simon c6d0e02f16
fix playlist incomplete index, slice in queue, #942 2025-08-14 15:51:38 +07:00
Simon 3cf9b5ed40
add multi select, add redownload 2025-08-13 14:21:33 +07:00
Simon 445ef8ad05
update mweb player-client for potoken 2025-08-11 21:15:30 +07:00
Simon 507c77fdbb fix add to ignore from existing video, #1023 2025-08-11 13:52:59 +07:00
Simon f17b62626d
fix empty is_live video response handling, #1016 2025-07-23 21:11:55 +07:00
Simon 7e8ced001d
handle error state bulk update, add bulk clear error 2025-07-22 19:02:31 +07:00
Simon 64ac647ade
ensure vid_type enum in __extract_vid_type 2025-07-17 20:26:30 +07:00
Simon f8a66ce7f0
handle none page size subscriptions 2025-07-13 16:54:13 +07:00
Simon e6260f6919
fix unknow vid_type in queue 2025-07-13 08:40:49 +07:00
Simon 4d9be9853c
fix _add_video empty return 2025-07-12 18:15:46 +07:00
Simon 759d034c86
add channel_tabs indexing 2025-07-12 18:06:41 +07:00
Simon e56059771c
flatten channel_json arg 2025-07-12 09:51:31 +07:00
Simon 27bb5ff298
add to each item to pending queue in loop 2025-07-11 22:47:28 +07:00
Simon 5504c333b8
improved notification during scanning 2025-07-11 21:50:32 +07:00