metube/app
Woodyy07 12a49843af Add YouTube Music artist subscription support
When a music.youtube.com/channel/... URL is subscribed, use ytmusicapi
to enumerate the artist's album and single releases instead of yt-dlp
flat-extract, which only returns individual topic video uploads.

Each release is tracked as an OLAK5uy_ playlist ID in seen_ids, so new
albums and singles are detected and queued automatically on each check.

- Add extract_ytmusic_artist_releases() using ytmusicapi.get_artist()
  and get_artist_albums() for full pagination
- Route YTMusic URLs in add_subscription() and _check_one_unlocked()
- Add ytmusicapi dependency
- Add 31 tests covering URL detection, extraction, and manager integration
2026-06-08 12:19:37 +02:00
..
tests Add YouTube Music artist subscription support 2026-06-08 12:19:37 +02:00
dl_formats.py code review fixes 2026-03-15 20:53:13 +02:00
main.py add option for following nightly yt-dlp releases (closes #999) 2026-06-06 09:42:26 +03:00
state_store.py add subscriptions; change persistence file format to JSON (closes #901, #76, #113, #170, #242, #444, #503, #555, #566) 2026-04-01 14:33:24 +03:00
subscriptions.py Add YouTube Music artist subscription support 2026-06-08 12:19:37 +02:00
ytdl.py implement time-clipped downloads (closes #969, replaces #907) 2026-04-26 23:07:50 +03:00