Commit Graph

1835 Commits (master)
 

Author SHA1 Message Date
lamusmaser 731f4b6111
Add additional user scripts. (#682)
* Add additional user scripts.

* Add new repo.

* clarify license

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2 months ago
Simon e512329599
remove migpath call at startup, #687 2 months ago
Simon e26b039899
bump requirements 2 months ago
Simon 8bf7f71351
ensure 100 download progress is sent 2 months ago
Simon a72be27982
more robust channel title building 2 months ago
Simon b2c1b417e5
add unstable tag 3 months ago
Simon a348b4a810
Custom user created Playlists, #build
Changed:
- Added playlist create form
- Removed autoplay
- Disable progress less than 10s
- Better cookie jar error logs
- bump yt-dlp
3 months ago
Simon bb8db53f7d
bump yt-dlp 3 months ago
Simon 2711537a4d
clarify cookie import choices, #672 3 months ago
dot-mike 45f455070d
Fix rare edge case where comment author is None. (#676)
This happens mostly for older YT profiles that has not set-up a @-handle.
3 months ago
Simon 6dcef70b8e
skip empty subtitle, #663 3 months ago
Simon c993a5de5c
bump dependencies 3 months ago
Greg 090d88c336
Feature 590 custom playlist (#620)
* add remove custom playlist

* custom playlist page, move video controls

* align to existing code patterns

* cleanup

* resolve merge conflict

* cleanup

* cleanup

* polish

* polish

* some fixes for lint

* resolve merge conflict

* bugfix on delete video/playlist/channel - preserve custom playlist but
delete corresponding videos in custom playlist

* cleanup

* ./deploy.sh validate isort fix - validate runs clean now

* sync to latest master branch

* sync to master

* updates per admin guidance. sync to master

* attempt to resolve merge conflict

* attempt to resolve merge conflict - reintroduce changes to file.

* validate playlist_type

* validate playlist custom action

* move custom id creation to view

* stricter custom playlist matching

* revert unreachable playlist delete check

* undo unneeded playlist matching

---------

Co-authored-by: Simon <simobilleter@gmail.com>
3 months ago
Nick 0e967d721f
log cookiejar.LoadError (#669) 3 months ago
Simon c32dbf8bc8 Merge branch 'master' into testing 3 months ago
dot-mike df08a6d591
Add in user script (#680)
* remove autoplay, disable video progress less than 10s

* Update readme.md. Add in user script. Format user scripts as bulleted list

* Revert "remove autoplay, disable video progress less than 10s"

This reverts commit 8778546577.

---------

Co-authored-by: Simon <simobilleter@gmail.com>
3 months ago
DarkFighterLuke 9339b9227e
Add base URL setup in README.md User Scripts section (#664) 3 months ago
Simon 8778546577
remove autoplay, disable video progress less than 10s 4 months ago
Simon 0ff27ebfb9
fix black linting 4 months ago
Simon 0d863ef557
bump TA_VERSION 4 months ago
Simon 56ca49d0e2
bump ES 4 months ago
Simon 27b6efcab7
Redirect and celery memory usage workaround, #build
Changed:
- Limit life span of worker to avoid building up memory usage
- Validate video ID at index, raise error on redirect
- Clean up subtitles on channel delete
4 months ago
Simon 18ba808664
bump TA_VERSION unstable 4 months ago
Simon 65738ef52c
validate expected video ID with remote ID to avoid redirect 4 months ago
Simon 4049a2a3c1
bump requirements 4 months ago
PhuriousGeorge 49659322a1
Limit worker lifespan - RAM useage mitigation (#644)
Limit worker lifespan to save our precious RAM as discussed on [Discord](https://discord.com/channels/920056098122248193/1179480913701241002/1180026088802496512)

Mitigates #500 though RAM usage can still ramp rather high before worker is culled
4 months ago
Simon 4078eb307f Merge branch 'master' into testing 4 months ago
Daniel Jue 7f056b38f4
Update README.md (#647)
* Update README.md

Added a link to a simple helper script for prioritizing downloads

* Update README.md

@Krafting Fixed a mistake I made

Co-authored-by: Krafting <36538123+Krafting@users.noreply.github.com>

---------

Co-authored-by: Krafting <36538123+Krafting@users.noreply.github.com>
4 months ago
Simon 86fe31d258
cleanup subtitles after deleting channels 5 months ago
Simon 5b26433599 Merge branch 'master' into testing 5 months ago
Simon 4d2fc5423e
fix video reindex exist check 5 months ago
Simon 94295cdbd4
add type hints to ReleaseVersion 5 months ago
Simon b84bf78974
hotfix: clear faulty version check 5 months ago
Simon 14e23a4371
handle reindex item delete during task run 5 months ago
Simon fe8f4faa10
update TA_VERSION 5 months ago
Simon ddc0b7a481
Various yt-dlp fixes, #build
Changed:
- Fix for channel about page parsing
- Fix for like_count extraction
- Fix for comment author extraction
- Refactor RedisQueue use sorted set
- Fix chrome scaling issue
- Fix autodelete
5 months ago
Simon 7eec3ece49
lock yt-dlp at commit 5 months ago
Simon 789c35e2b5
refactor RedisQueue to use sorted set 5 months ago
Simon 8870782a6e
refactor, use decode_responses in base class 5 months ago
Simon e75ffb603c
fix auto delete lte datatype, #622 5 months ago
Simon feabc87c9f
fix chrome scaling issue, #616 5 months ago
Simon 6f1a45ffb1
downgrade redis 5 months ago
Simon 098db97cba
revert channel about parsing, #614 6 months ago
Simon 597da56975
fix comment_author_is_uploader extraction 6 months ago
Simon 325bdf5cba
add unstable tag, #build 6 months ago
Simon db2f249979
Channel about parser workaround, #build
Changed:
- Use /featured endpoint for channel parsing
- Improved version check cleanup process
- Handle version check random channel building errors
6 months ago
Simon b61b8635b8
bump celery 6 months ago
Simon 5aafc21bda
use featured path to extract channel metadata, #614 6 months ago
lamusmaser 099c70a13b
Add check to determine if `sub_value` is `rand-d`, always. (#612) 6 months ago
Simon 43708ee2a3
refac _has_update parser, use tpl comparison 6 months ago