-
-
Save RichardBronosky/3141351 to your computer and use it in GitHub Desktop.
category_management.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Top News": { | |
"feeds": [ | |
"/api/content/v1/manuallist/5847/?format=json", | |
"/api/content/v1/automaticlist/9121/?format=json" | |
] | |
} | |
}, | |
{ | |
"Sports": { | |
"feeds": [ | |
"/api/content/v1/manuallist/1112121/?format=json", | |
"/api/content/v1/automaticlist/31/?format=json" | |
] | |
} | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version" : "1.0.0", | |
"feeds" : [ | |
{ | |
"uuid" : "ea67da9a-4d5f-4587-9326-a18e6b91c8f6", | |
"enabled" : "1", | |
"name" : "Top", | |
"title" : "Top", | |
"description" : "Top News", | |
"station_id" : "1", | |
"category_id" : "1", | |
"algorithm_id" : "1", | |
"keyword_id" : "1", | |
"collection_id" : "3", | |
"api" : "Medley", | |
"format" : "json", | |
"subfeeds":[ | |
{ "uuid" : "aa67da9a-4d5f-4587-9326-a18e6b91c8f7", | |
"enabled" : "1", | |
"name" : "World", | |
"title" : "World", | |
"description" : "World Top News", | |
"url": "/api/content/v1/manuallist/5681/?format=json", | |
}, | |
{ "uuid" : "fa67da9a-4d5f-4587-9326-a18e6b91c8f1", | |
"enabled" : "1", | |
"name" : "Local", | |
"title" : "Local", | |
"description" : "Local Top News", | |
"url": "/api/content/v1/manuallist/162281/?format=json", | |
} | |
] | |
}, | |
{ | |
"uuid" : "4a67da9a-4d5f-4587-9326-a18e6b91c8f2", | |
"enabled" : "1", | |
"name" : "Sports", | |
"title" : "Sports", | |
"description" : "Sports News", | |
"station_id" : "1", | |
"category_id" : "1", | |
"algorithm_id" : "1", | |
"keyword_id" : "1", | |
"collection_id" : "3", | |
"api" : "Medley", | |
"format" : "json", | |
"subfeeds":[ | |
{ "uuid" : "5a67da9a-4d5f-4587-9326-a18e6b91c8f5", | |
"enabled" : "1", | |
"name" : "World", | |
"title" : "World", | |
"description" : "World Sports News", | |
"url": "/api/content/v1/manuallist/34441/?format=json", | |
}, | |
{ "uuid" : "7a67da9a-4d5f-4587-9326-a18e6b91c8f7", | |
"enabled" : "1", | |
"name" : "Local", | |
"title" : "Local", | |
"description" : "Local Sports News", | |
"url": "/api/content/v1/manuallist/281/?format=json", | |
} | |
] | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0.0", | |
"sections": [ | |
{ | |
"id": "63", | |
"enabled": true, | |
"title": "Top", | |
"description": "Top News", | |
"feeds": [ | |
{ | |
"title": "Local", | |
"description": "Top Local News", | |
"url": "http://www.ktvu.com/api/content/v1/automaticlist/1625/?format=json", | |
"format": "json", | |
"enabled": true | |
}, | |
{ | |
"title": "National", | |
"description": "Top National News", | |
"url": "http://www.daytondailynews.com/blogs/content/shared-gen/blogs/dayton/taste/rss-full.xml", | |
"format": "rss", | |
"enabled": true | |
} | |
] | |
}, | |
{ | |
"id": "348", | |
"enabled": true, | |
"title": "Sports", | |
"description": "Sports", | |
"feeds": [ | |
{ | |
"title": "Pro", | |
"description": "Professional Sports", | |
"url": "http://www.ktvu.com/api/content/v1/manuallist/5682/?format=json", | |
"format": "json", | |
"enabled": true | |
}, | |
{ | |
"title": "College", | |
"description": "College Sports", | |
"url": "http://www.daytondailynews.com/rss-mobile/categories/highschool/?content_types=news.medleystory", | |
"format": "rss", | |
"enabled": true | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment