Add music.youtube.com to the YouTube domains

This commit is contained in:
tcely 2025-05-07 15:24:23 -04:00 committed by GitHub
parent 967fc64d94
commit dab458c9f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ DOMAINS = dict({
'youtube': frozenset({
'youtube.com',
'm.youtube.com',
'music.youtube.com',
'www.youtube.com',
}),
})