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
- Host: GitHub
- URL: https://github.com/iwconfig/svtplay-data
- Owner: iwconfig
- Created: 2019-01-30T18:54:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T11:19:58.000Z (over 6 years ago)
- Last Synced: 2025-06-05T04:19:41.872Z (about 1 year ago)
- Topics: data, metadata, streamlink, svtplay, svtplay-dl, youtube-dl
- Language: Python
- Homepage:
- Size: 5.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).