tubearchivist/tubearchivist/home/src/ta
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
..
__init__.py major refactor, split up modules 2022-01-22 22:13:37 +07:00
config.py ensure load_new_defaults for all manage.py commands, #434 2023-02-18 09:20:09 +07:00
helper.py add typing 2023-04-16 13:59:15 +07:00
ta_redis.py add type hints 2023-03-31 13:15:30 +07:00
task_manager.py cleanup notifications 2023-03-30 18:20:53 +07:00
urlparser.py Accept members-only/paid-content playlist IDs/URLs (#469) 2023-04-28 10:20:49 +07:00