[ndr] fix regexes containing illegal characters
[test] fixed typo in test_format_note (test_YoutubeDL)
[StreamCZ] correct video id + add test
[SWRMediathek] add support for swrmediathek.de (fixes #2929)
typo
This test was introduced in c57f775710.
c57f775710
Remove old, unused CHANGELOG and LATEST_VERSION files
py26: re.split can't take flags. use inline flags or re.compile py27: info_dict must be serializable. remove request object py335, py34: no urlparse module. use utils.compat_urlparse
No longer erroneously calculate upload_date within some extractors
Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176)