Unknown
3ca3f77f9c
[skip travis] adding automerge support
...
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
2020-09-02 23:33:41 +02:00
Unknown
cefecac12c
[skip travis] renaming
...
to avoid using same folder when using pip install for example
2020-09-02 20:25:25 +02:00
Random User
c73e330e7a
_find_jwplayer_data() returns dict or None
...
This simplifies code for callers of `_find_jwplayer_data()` which no longer have
to run `_parse_json()` on the return value.
It also makes sure that `_find_jwplayer_data()` returns either a `dict` or
`None` and nothing else.
2017-03-25 19:38:30 +01:00
Yen Chi Hsuan
a4a554a793
[generic] Try parsing JWPlayer embedded videos ( closes #12030 )
2017-02-16 23:44:03 +08:00
Sergey M․
6cfcb8ac36
[tvnoe] Do not capture unused groups in _VALID_URL
2016-09-08 22:53:20 +07:00
Yen Chi Hsuan
9127e1533d
[tvnoe] PEP8 and coding style
2016-09-05 13:37:36 +08:00
Matěj Cepl
78e762d23c
Add new extractor for TV Noe (Czech Christian TV).
...
Fixes #10520
2016-09-04 19:06:40 +02:00