58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"active": true,
|
|
"changes": [
|
|
{
|
|
"date": "18/07/2017",
|
|
"description": "Versión incial"
|
|
}
|
|
],
|
|
"find_videos": {
|
|
"ignore_urls": [],
|
|
"patterns": [
|
|
{
|
|
"pattern": "(?s)https://youtube.googleapis.com.*?docid=([^(?:&|\")]+)",
|
|
"url": "http://docs.google.com/get_video_info?docid=\\1"
|
|
},
|
|
{
|
|
"pattern": "(?s)https://(?:docs|drive).google.com/file/d/([^/]+)/preview",
|
|
"url": "http://docs.google.com/get_video_info?docid=\\1"
|
|
},
|
|
{
|
|
"pattern": "(?s)\"https://(?!docs)(.*?).googleusercontent.com/([^\"]+)",
|
|
"url": "https://\\1.googleusercontent.com/\\2"
|
|
}
|
|
]
|
|
},
|
|
"free": true,
|
|
"id": "gvideo",
|
|
"name": "gvideo",
|
|
"settings": [
|
|
{
|
|
"default": false,
|
|
"enabled": true,
|
|
"id": "black_list",
|
|
"label": "Incluir en lista negra",
|
|
"type": "bool",
|
|
"visible": true
|
|
},
|
|
{
|
|
"default": 0,
|
|
"enabled": true,
|
|
"id": "favorites_servers_list",
|
|
"label": "Incluir en lista de favoritos",
|
|
"lvalues": [
|
|
"No",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5"
|
|
],
|
|
"type": "list",
|
|
"visible": false
|
|
}
|
|
],
|
|
"thumbnail": "https://s11.postimg.org/giobzkprz/logo-google1.png",
|
|
"version": 1
|
|
}
|