fix streamtape

This commit is contained in:
marco
2020-12-27 00:07:43 +01:00
parent 3e599cfd62
commit da94fe501e
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -4,7 +4,10 @@
"ignore_urls": [],
"patterns": [{
"pattern": "https?://streamtape\\.com/(?:e|v)/(\\w+)",
"url": "https://streamtape.com/e/\\1"
"url": "https://streamta.pe/e/\\1"
},{
"pattern": "https?://streamta\\.pe/(?:e|v)/(\\w+)",
"url": "https://streamta.pe/e/\\1"
}]
},
"free": true,