KoD 0.8.1

- riorganizzate le impostazioni
- aggiunte descrizioni tag qualità su cb01 (presto anche sugli altri)
- aggiunto il supporto alle serie di polpotv
- fixato server mystream
- fix Rinumerazione per episodi Nuovi
This commit is contained in:
marco
2020-03-14 17:03:57 +01:00
parent c642ddc358
commit 3cdedad7e8
413 changed files with 10944 additions and 1540 deletions
Regular → Executable
-9
View File
@@ -7,19 +7,10 @@
"pattern": "youtube(?:-nocookie)?\\.com/(?:(?:(?:v/|embed/))|(?:(?:watch(?:_popup)?(?:\\.php)?)?(?:\\?|#!?)(?:.+&)?v=))?([0-9A-Za-z_-]{11})",
"url": "http://www.youtube.com/watch?v=\\1"
},
{
"pattern": "www.youtube.*?v(?:=|%3D)([0-9A-Za-z_-]{11})",
"url": "http://www.youtube.com/watch?v=\\1"
},
{
"pattern": "youtube.com/v/([0-9A-Za-z_-]{11})",
"url": "http://www.youtube.com/watch?v=\\1"
}
,
{
"pattern": "youtu.be/([0-9A-Za-z_-]{11})",
"url": "http://www.youtube.com/watch?v=\\1"
}
]
},
"free": true,