tubearchivist/tubearchivist/home
Matthew Glinski 9a38aff03d
Accept members-only/paid-content playlist IDs/URLs (#469)
This adds a new check to the playlist url_id check to allow playlist urls from subscription only content on youtube channels.

The channel I tested on had an ID length of 26 (https://www.youtube.com/playlist?list=UUMOvk0KB4Ue0vfPqvDzjIAwiQ), I am not sure if other lengths are valid here also.

I have tested this on my local install and it is downloading the members only playlist correctly as long as I have valid youtube cookies.
2023-04-28 10:20:49 +07:00
..
migrations commit migrations 2023-02-02 14:19:06 +07:00
src Accept members-only/paid-content playlist IDs/URLs (#469) 2023-04-28 10:20:49 +07:00
templates/home add channel aggs 2023-04-15 22:55:30 +07:00
tests testing tests 2021-10-11 16:55:47 +07:00
__init__.py moove startup functions to ready() method to avoid double execs 2021-09-27 17:45:44 +07:00
admin.py custom user models for admin login 2021-10-25 19:28:05 +07:00
apps.py remove old startup class 2023-02-02 12:46:54 +07:00
config.json disable backup, enable snapshot 2023-02-03 14:50:41 +07:00
models.py custom user models for admin login 2021-10-25 19:28:05 +07:00
settings.py minimal viable product 2021-09-06 00:10:14 +07:00
tasks.py fix title overwrite in notification 2023-04-10 10:25:09 +07:00
urls.py simplify view import 2023-03-20 15:23:30 +07:00
views.py add channel aggs 2023-04-15 22:55:30 +07:00