An open API service indexing awesome lists of open source software.

https://github.com/iwconfig/svtplay-data

Daily JSON backup of content metadata from SVTPlay
https://github.com/iwconfig/svtplay-data

data metadata streamlink svtplay svtplay-dl youtube-dl

Last synced: 8 months ago
JSON representation

Daily JSON backup of content metadata from SVTPlay

Awesome Lists containing this project

README

          


svtplay-data






Every 6th hour a list of data of all content from SVTPlay is backed up in [./singles_and_episodes.json.xz](singles_and_episodes.json.xz) file. All available title page data is also stored in [./title_pages.json.xz](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](src).