Commit Graph

1858 Commits (1db738ce89b6757ba9fbd12cb2f4f1273fb66b4a)
 

Author SHA1 Message Date
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>
9 months ago
Simon 86fe31d258
cleanup subtitles after deleting channels 10 months ago
Simon 5b26433599 Merge branch 'master' into testing 10 months ago
Simon 4d2fc5423e
fix video reindex exist check 10 months ago
Simon 94295cdbd4
add type hints to ReleaseVersion 10 months ago
Simon b84bf78974
hotfix: clear faulty version check 10 months ago
Simon 14e23a4371
handle reindex item delete during task run 10 months ago
Simon fe8f4faa10
update TA_VERSION 10 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
10 months ago
Simon 7eec3ece49
lock yt-dlp at commit 10 months ago
Simon 789c35e2b5
refactor RedisQueue to use sorted set 10 months ago
Simon 8870782a6e
refactor, use decode_responses in base class 10 months ago
Simon e75ffb603c
fix auto delete lte datatype, #622 10 months ago
Simon feabc87c9f
fix chrome scaling issue, #616 10 months ago
Simon 6f1a45ffb1
downgrade redis 10 months ago
Simon 098db97cba
revert channel about parsing, #614 10 months ago
Simon 597da56975
fix comment_author_is_uploader extraction 10 months ago
Simon 325bdf5cba
add unstable tag, #build 11 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
11 months ago
Simon b61b8635b8
bump celery 11 months ago
Simon 5aafc21bda
use featured path to extract channel metadata, #614 11 months ago
lamusmaser 099c70a13b
Add check to determine if `sub_value` is `rand-d`, always. (#612) 11 months ago
Simon 43708ee2a3
refac _has_update parser, use tpl comparison 11 months ago
Simon cfb15c1a78
handle version check comparison over any diff 11 months ago
Simon e9a95d7ada
bump TA_VERSION 11 months ago
Simon a21a111221
rename to Videos 11 months ago
Simon 18e504faf2
fix add missining playlist_entries mappings, #605 11 months ago
Simon 9ffe2098a5
add unstable version 11 months ago
Simon 1315e836a4
Improved dashboard, reindex fix, #build
Changed:
- Added additional sort by fields
- [API] Chaned primary stats endpoints
- [API] Added separate video stats endpoints
- Added fallback for some manual import values
- Fix comment extration for members video
- Fix reindex outdated query
11 months ago
Simon 2e4289e75c
bump requirements 11 months ago
Simon 96e73a3a53
handle empty tile response 11 months ago
Simon a369be0f4a
split active videos tile, add duration 11 months ago
Simon d5676e5173
[API] remove primary endpoint, in favor of dedicated stats 11 months ago
Simon 44c4cf93e2
refactor dashboard tile building 11 months ago
Simon 02ac590caa
[API] add download stats 11 months ago
Simon a466c02304
[API] add playlist stats 11 months ago
Simon e74c26fe36
[API] add channel aggs 11 months ago
Simon b1267cba83
standard json style 11 months ago
Simon 91bb0ed9c0
[API] add video aggregation 11 months ago
Simon 4a145ee7cb
paginate to get total active docs count 11 months ago
Simon 463019ce5a
fix outdated redinex now_lte datatype 11 months ago
Simon 9a9d35cac4
explicitly define player mapping, #592 11 months ago
Simon f41ecd24c5
fix missing config for comments extraction, #596 11 months ago
crocs eced8200c1
Update settings_scheduling.html (#601)
I found more!
11 months ago
Simon 669bc6a620
fallback for view_count, refac, #581 11 months ago
lamusmaser 37df9b65c7
Add `allowed_null_keys` and its dictionary for manual imports. (#595)
* Add `allowed_null_keys` and its dictionary for manual imports.

* Fix linting for `allowed_null_keys` list.

* Add missing trailing comma for linting.

* Add missing newline that wasn't in earlier linting responses.

* Clear empty text in newlines.

* Remove newline that the linter requested because the linter now doesn't want it. ¯\_(ツ)_/¯

* Change default application from manual import to the video processing.

* Fix missing space.
11 months ago
lamusmaser 6721d01fa6
Fix `textarea` type from `shell` to `Shell`. (#594) 11 months ago
crocs 2b49af9620
Update settings.html (#599)
This was really bugging me lol
11 months ago
Derek Slenk 2f62898a10
Add new css item for web footer (#598) 11 months ago
spechter 832259ce48
Expanded sorting functionality (#589)
* - Added duration and filesize as options in sorting menu on Home and ChannelId views
- Added keys 'duration' and 'filesize' as valid parameters to sort by
- Mapped 'duration' and 'filesize' to their corresponding es keys

* Fixed spelling

* Changed formatting to comply to maximum line length.

* Locally running "deploy.sh validate" before committing

---------

Co-authored-by: spechter <spechter@spechter.net>
11 months ago