Niels Hofmans

Results 202 comments of Niels Hofmans

Hmm, I'm a bit confused, since Belgium doesn't have anything to do with Germany. (I don't speak German) Do you think nickelodeon will be impossible to scrape starting from the...

Looping in, the episodes are still on nickelodeon.nl FYI.

Checking here again since the episodes are still available. Any plans to fix @CHJ85 ? ``` [nick.de] 9db34b6e-b6e3-11e0-8fe5-0026b9414f30: Downloading info ERROR: Unable to download XML: HTTP Error 500: Internal Server...

FWIW it seems they are moving over to `rtmpe`, following script e.g. returns `rtmpe://cp5290.edgefcs.net/ondemand/mtviestor/_!/intlod/won-intl/spongebob_squarepants/spongebob_squarepants_11/233_spongebob_squarepants_233/ABC742414/ABC742414_nl-NL_1920x1080_5000.mp4`: ```shell #!/usr/bin/env bash SHOWSLUG="76ypv4/spongebob" echo "Downloading show ${SHOWSLUG}" showContent=$(curl -s https://www.nickelodeon.nl/shows/"${SHOWSLUG}") episodeIDs=$(echo "${showContent}" | grep -Eo...

nmap (which is already a plugin) could be used to do protocol detection. e.g. `nmap -O`

That requires a shell.

Would love to see this as wel, any plans for this @objective-see ?

Hi @elico ! Oddly enough, `ALL_PROXY="http://0.0.0.0:8080" curl -vvv https://ironpeak.be/ 1>/dev/null` seems to work as wel for your docker compose setup. (no cert warning to indicate sslbump is working)

@abdollar : were you able to fix this?