forked from michael-rutledge/stremify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
5 lines (5 loc) · 761 Bytes
/
example.env
File metadata and controls
5 lines (5 loc) · 761 Bytes
1
2
3
4
5
TMDB_API_KEY="your tmdb api key, this is only needed if you are also scraping English providers"
scrape_built_in="true/false - disables or enables English providers, TMDB API KEY needed if this is set to true"
foreign_provider_languages="de,it,fr,es - list of languages that you want your instance to scrape, no commas in between the languages"
exclude_non_remote_embeds="true/false - exclude embeds that have the same IP polciy, only toggle this to true if you are hosting remotely"
enable_browser_scraping="true/false (false by default) - If true, enables a real, singleton Chrome browser to do scraping on select providers. Only recommended for self-hosters due to high performance cost. That being said, it can allow for much more reliable stream finding."