Commit Graph

1042 Commits (master)

Author SHA1 Message Date
Simon 9fe0aa85d0
add invalid watch url 3 weeks ago
Simon a201d43bfd
chdir for tests, test reading mapping 3 weeks ago
Simon ed3183b42c
remove comments 3 weeks ago
Simon a1e3512bab
add test_helper 3 weeks ago
Simon 241e76c17d
cleane get_duration_str without zfill on first part 3 weeks ago
Simon 7111fedd5c
fix redirect with is_shorts 3 weeks ago
Simon 40beb35f34
fix typo, better date parsing error 3 weeks ago
Simon 30c20b41d9
test and better handle invalid domains 3 weeks ago
Simon d6b5521c11
fix naming 3 weeks ago
Simon 3e3e3ae78e
add tests for urlparser 3 weeks ago
Simon 1bcb4f1f7c
remove unused CONFIG init 3 weeks ago
Simon 758038f93d
fix sync_to_videos in channel reindex 3 weeks ago
Simon d6f679784e
fix logout django 5 needing post request 3 weeks ago
Simon 478d05997c
channel art fallback injection, #701 4 weeks ago
Simon 3c441c3a31
fix missing channel 4 weeks ago
Simon bbf59eaca9
set first in queue with score 1 4 weeks ago
Simon 1d9c274390
better reindex_type handler, fix off by one 4 weeks ago
Simon 2a35b42d88
add redisqueue in use docs 4 weeks ago
Simon 11ab314649
refact CommentList to use RedisQueue 4 weeks ago
Simon d58d133baf
refactor decouple DownloadPostProcess 4 weeks ago
Simon d6f3fd883c
skip empty add 4 weeks ago
Simon 8f1a5c8557
use dynamic max_score for reindex queue 4 weeks ago
Simon fdc427977e
fix types 4 weeks ago
Simon db080e97bb
better queue total management with score 4 weeks ago
Simon 5235af3d91
refactor download post processing to redis queue 4 weeks ago
Simon 6ab70c7602
better att to queue, track score 4 weeks ago
Simon 86d157699a
better 404 handling in views 4 weeks ago
Simon c176405b32
untangle channel_overwrites in video index and queue 4 weeks ago
Simon 6e7cb74366
clean up, remove unused 4 weeks ago
Simon 05cfeb9d99
fix stop iterator, better channel overwrite unpack 4 weeks ago
Simon 4edb5adead
thumb clean up notification, call in task 4 weeks ago
Simon c17627a911
clean up thumbs from cache 4 weeks ago
Simon 36a738d5d7
move get_channel_overwrites to helper 4 weeks ago
Simon d6c4a6ea46
remove redundant playlistcheck in _process_entry 4 weeks ago
Simon 77ee9cfc13
use video class for channel_id extraction 4 weeks ago
Simon c413811e17
fix _parse_playlist, add existing playlist to queue, #634 4 weeks ago
Simon 2a9769d154
simplify channel overwrite handling in posprocessing 4 weeks ago
Simon d9ce9641e2
rewrite playlist postprocess, ensure refresh, #686 4 weeks ago
Simon f874d402b1
implement skip_on_empty in update_playlist 4 weeks ago
Simon 97b6d7d606
simplify playlist reindex, use update 4 weeks ago
Simon 4a38636ef3
implement remove_vids_from_playlist 4 weeks ago
Simon 97bc03f855
split channel rescan checking with existing index, #500 1 month ago
Simon 770990c568
split playlist parsing in find_missing in playlist 1 month ago
Simon ddc4685811
decouple playlist video id matching to individual 1 month ago
Simon 56220a94e0
workaround channel_subs, use first entry, #701 1 month ago
Simon fd039de53d
add to queue notification, #714 1 month ago
Simon 320ead0bd2
clean up startup migrations 1 month ago
Simon e33341d30d
fix playlist subscribe template bool logic, #684 1 month ago
Simon 21b79e7c8f Merge branch 'testing' into feat-delete-ignore 1 month ago
Simon 9366b8eab9
Feature beat model (#713)
* add django-celery-beat

* implement schedule migration

* fix version_check migration

* remove old schedule init

* better schedule migration

* fix task_config migration

* show task config on settings page

* fix notify url builder

* refactor celery initiation

* fix get task

* fix scheduler mig

* fix linter

* better task_config store on periodic task

* save new schedules

* fix task_config extraction from custom model

* implement auto schedule

* implement schedule delete

* refactor notifications to ES config storage

* downgrade redis

* better notification migration to ES

* add notification url handling

* fix worker start

* fix docs spelling

* don't resend form data on notification refresh

* fix type hints

* move TASK_CONFIG to separate module

* fix partial task config imports

* fix yt_obs typing

* delete schedule

* remove outdated instructions

* create initial schedules

* fix reindex days config key

* fix doc string

* unregister BeatModels
1 month ago