You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FongMi 8be8cf6024 Update README.md 3 years ago
app Update to 1.2.6 3 years ago
catvod Update Spider.java 3 years ago
gradle/wrapper Initial commit 4 years ago
.gitignore Custom exo for fix hls segment error 3 years ago
README.md Update README.md 3 years ago
build.gradle Initial commit 4 years ago
gradle.properties Add play controller - part 4 3 years ago
gradlew Initial commit 4 years ago
gradlew.bat Initial commit 4 years ago
logo.png Update icon 3 years ago
settings.gradle Support render 3 years ago

README.md

TV

Based on CatVod

https://github.com/CatVodTVOfficial/CatVodTVJarLoader

Download

TV
Mobile ...incoming

Local Format

file://cat.json

Relative Path

spider.jar
/spider.jar
./spider.jar

Local Example

{
   "spider":"spider.jar",
   "sites":[
      {
         "key":"one",
         "name":"One",
         "type":3,
         "api":"csp_Csp",
         "searchable":1,
         "quickSearch":1,
         "filterable":1,
         "ext":"file://one.json"
      },
      {
         "key":"two",
         "name":"Two",
         "type":3,
         "api":"csp_XPath",
         "searchable":1,
         "quickSearch":1,
         "filterable":1,
         "ext":"two.json"
      }
   ]
}

How to build

Use dev branch