add support for twitter

This commit is contained in:
Roy Olav Purser 2021-09-27 08:40:14 +02:00
parent fdf26cd34f
commit dde0318e48
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -21,6 +21,7 @@ providers["nrk_web"] = "https://nrk.no"
providers["svt"] = "https://svtplay.se"
providers["youtube"] = "https://www.youtube.com/watch?v="
providers["twitch"] = "https://twitch.tv"
providers["twitter"] = "https://twitter.com"
nextcloud_server = os.environ.get("NEXTCLOUD_SERVER")
if nextcloud_server is not None: