Add new countries
This commit is contained in:
parent
d07fc3c664
commit
af673ee4b5
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class YouTube:
|
|||
return videos
|
||||
|
||||
class Playlist:
|
||||
COMMON_COUNTRIES = {"DE", "FI", "GB", "IT", "JP", "NL", "US"}
|
||||
COMMON_COUNTRIES = {"DE", "FI", "FR", "GB", "IT", "JP", "NL", "PT", "US"}
|
||||
|
||||
def __init__(self):
|
||||
self.waiting = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue