Skip to content

Instantly share code, notes, and snippets.

View contrequarte's full-sized avatar
🤪
Learning git

contrequarte

🤪
Learning git
  • Cologne, Germany
View GitHub Profile
@contrequarte
contrequarte / iceportal.py
Last active November 10, 2023 06:29 — forked from xflr6/iceportal.py
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/'