diff --git a/examples/movistar b/examples/movistar new file mode 100644 index 0000000..0bc1fc8 --- /dev/null +++ b/examples/movistar @@ -0,0 +1,6 @@ +device_class = "webplayer" +mp_crypto = MPCrypto( + device_class=device_class, + config_url="https://ver.movistarplus.es/feed/conf.php?id=all", + config_pattern=r"yomvi\.setupConf\((\{.*?\})\);" +) \ No newline at end of file