We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting infos and data from https://filme-serien.iceportal.de/
See also this comment:
Disclaimer: For educational purpose! Do not use it. Watch the videos and read the journals during your journey or buy them +1
curl -s -L https://api.filme-serien.iceportal.de/api/portal-teasers |jq -r '."hydra:member"[].slug' |while read a ; do curl -o ${a}.m4s "https://assets.filme-serien.iceportal.de/contents/media/videos/${a}/t/dash_vp9/video-stream-1080p-vp9-2200.m4s" ; done` curl -L https://www.iceportal.de/api1/rs/page/zeitungskiosk |jq -r '.teaserGroups[].items[].navigation.href' |sed 's#^/zeitungskiosk/##g' |while read a ; do curl -o ${a}.pdf https://www.iceportal.de/api1/rs/magazines/file/freeCopy/$a/82d9cebe.5e94809b0d92d/$a.pdf ; done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting infos and data from https://filme-serien.iceportal.de/
See also this comment:
The text was updated successfully, but these errors were encountered: