diff --git a/src/livestreamer/plugins/media_ccc_de.py b/src/livestreamer/plugins/media_ccc_de.py index aa082fbc..9f059f73 100644 --- a/src/livestreamer/plugins/media_ccc_de.py +++ b/src/livestreamer/plugins/media_ccc_de.py @@ -26,15 +26,15 @@ from livestreamer.stream import HTTPStream, HLSStream API_URL_MEDIA = "https://api.media.ccc.de" -API_URL_STREAMING_MEDIA = "http://streaming.media.ccc.de/streams/v1.json" +API_URL_STREAMING_MEDIA = "https://streaming.media.ccc.de/streams/v1.json" # http(s)://media.ccc.de/path/to/talk.html _url_media_re = re.compile("(?Phttp|https)" ":\/\/" "(?Pmedia\.ccc\.de)" - "\/.*\.html") -# http://streaming.media.ccc.de/room/ -_url_streaming_media_re = re.compile("(?Phttp)" + "\/") +# https://streaming.media.ccc.de/room/ +_url_streaming_media_re = re.compile("(?Phttp|https)" ":\/\/" "(?Pstreaming\.media\.ccc\.de)" "\/"