Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodoudou authored May 14, 2018
1 parent bfb5d97 commit c49ea65
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,18 @@ set DEBUG=* & PlexIPTV.win.x64.exe & set debug =
},
{
"name": ">>> World News",
"remame": "World News", // Will rename the channel to "World News"
"channel": "2"
}
},
{
"meta": "I254\\.59337\\.schedulesdirect\\.org", // Will map channel if the meta tag contain I254.59337.schedulesdirect.org
"channel": "3"
},
{
"name": ">>> Cartoons", // Will map channel if name contains ">>> Cartoons" and ...
"meta": "I251\\.59331\\.schedulesdirect\\.org", // if the meta tag contain I251.59331.schedulesdirect.org
"channel": "4"
},
]
}
```
Expand Down

0 comments on commit c49ea65

Please sign in to comment.