blob: 2d80c8f24bd086b90960d481bd4b048983b362ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addoninfo>
<id>com.m1905.scraper</id>
<type>scraper</type>
<title>M1905</title>
<library>m1905.xml</library>
<version>1.0.0</version>
<platforms>
<platform>all</platform>
</platforms>
<minversion>
<xbmc>20000</xbmc>
</minversion>
<summary>M1905 Movie Scraper</summary>
<description>Download Movie information from www.m1905.com</description>
<author>TAXIGPS</author>
<supportedcontent>
<content>movies</content>
</supportedcontent>
</addoninfo>
|