diff --git a/plugin.video.alfa/channels/gvideo.json b/plugin.video.alfa/channels/gvideo.json new file mode 100644 index 00000000..1df66e72 --- /dev/null +++ b/plugin.video.alfa/channels/gvideo.json @@ -0,0 +1,53 @@ +{ + "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://drive.google.com/file/d/(.*?)/preview", + "url": "http://docs.google.com/get_video_info?docid=\\1" + } + + ] + }, + "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 + } + ], + "version": 1 +} \ No newline at end of file