Skip to content

Commit

Permalink
Add amazonmubi
Browse files Browse the repository at this point in the history
  • Loading branch information
booxter committed Nov 30, 2024
1 parent f5c6d95 commit 0a080a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/letsrolld/film.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
AMAZONPRIME = "amazonprime"
AMAZONPRIMEWITHADS = "amazonprimevideowithads"
AMAZONAMCPLUS = "amazonamcplus"
AMAZONMUBI = "amazonmubi"
AMAZON = "amazon"
YOUTUBE = "youtube"
CRITERION = "criterionchannel"
Expand All @@ -45,6 +46,7 @@
HOOPLA,
AMAZONPRIME,
AMAZONPRIMEWITHADS,
AMAZONMUBI,
AMAZONAMCPLUS,
AMAZON,
YOUTUBE,
Expand Down Expand Up @@ -84,6 +86,7 @@
STREAM_SERVICES = FREE_SERVICES + [
AMAZON,
AMAZONAMCPLUS,
AMAZONMUBI,
YOUTUBE,
CRITERION,
METROGRAPH,
Expand Down

0 comments on commit 0a080a2

Please sign in to comment.