Skip to content

Daily JSON backup of content metadata from SVTPlay

Notifications You must be signed in to change notification settings

iwconfig/svtplay-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svtplay-data

Every 6th hour a list of data of all content from SVTPlay is backed up in ./singles_and_episodes.json.xz file. All available title page data is also stored in ./title_pages.json.xz. I made this mostly just for fun but it can be useful for retrieving information that is no longer available on SVTPlay.

Extract archives using the xz command:

xz -dk singles_and_episodes.json.xz
xz -dk title_pages.json.xz

The code used to acquire this data is located in ./src.

Releases

No releases published

Packages

No packages published