- extend _VALID_URL to match both br.de and br-klassik.de - extract all formats(hls,hds and rtmp) - use xpath_element and xpath_text for xml info extraction
- select hashlib.md5 constructor as digestmod(in python 3.4+ MD5 as implicit default digest for digestmod is deprecated.) - extract hls formats - update tests - extract errors
[canal13cl] fix info extraction
- improve jwplayer setup regex - sort formats - remove duplicate formats - update youtube test
[cnet] fix extraction and extract more formats and metadata(closes #7003)
- relex data json regex - extract the platform metadata once - extract hds formats - extract duration - extract thumbnail
Fixes #7608