feat: Allow users to specify a cookie when querying youtube.

See #263.
This commit is contained in:
Terry Geng
2021-04-23 23:01:20 +08:00
parent b7232b8bae
commit 61748c199a
3 changed files with 11 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import util
import variables as var
from pyradios import RadioBrowser
from database import SettingsDatabase, MusicDatabase, Condition
import media.playlist
from media.item import item_id_generators, dict_to_item, dicts_to_items, ValidationFailedError
from media.cache import get_cached_wrapper_from_scrap, get_cached_wrapper_by_id, get_cached_wrappers_by_tags, \
get_cached_wrapper, get_cached_wrappers, get_cached_wrapper_from_dict, get_cached_wrappers_from_dicts