Skip to content

Instantly share code, notes, and snippets.

@xflr6
xflr6 / iceportal.py
Last active November 5, 2024 21:33
Download all available audio books from ICE portal
"""Download all available audio books from DB ICE Portal."""
import json
import os
import urllib.parse
import urllib.request
BASE = 'http://iceportal.de/api1/rs/'