30324 Commits

Author SHA1 Message Date
Forthrin
5cab6fccb5 Stops FFmpeg from flooding youtube-dl progress bar with excess information 2019-05-07 17:06:45 +02:00
J. Randall Owens
b04bf91c7c Merge branch 'master' of https://github.com/rg3/youtube-dl 2019-05-07 14:24:50 +01:00
Remita Amine
71ebd35d50 [sky] add support for news.sky.com (closes #13055) 2019-05-07 10:17:18 +01:00
Enes
defbc8150a Update kanald.py 2019-05-07 03:39:02 +03:00
Enes
29e7569801 Fixed invalid control character error 2019-05-06 23:43:08 +03:00
JChris246
3f0716c8c6 made changes
removed sanitized_Request
made webpage non fatal
moved flags into regex
made a check if arr is null
removed pointless tbr
re-added code to pull video urls from webpage
removed sort in favor of _sort_formats
2019-05-06 15:40:45 -04:00
JChris246
3745cedfe4 made changes
removed sanitized_request
made webpage non fatal
moved flags into regex
made check for null arr
removed tbr from video data format attrs
re-added code for pulling video urls from webpage
removed videos.sort in favor of _sort_formats
2019-05-06 15:34:43 -04:00
kosantosbik
5145ae5d49
Merge pull request #2 from mrfade/kanald
fix extraction
2019-05-06 21:03:16 +03:00
Jakub Wilk
70ad513a1c [giphy] Add extractor 2019-05-06 18:02:43 +02:00
Jakub Wilk
21867e8fdd [iai] Add extractor 2019-05-06 17:24:52 +02:00
Enes
fbf0c21b33 Update kanald.py 2019-05-06 14:38:00 +03:00
Paolo de Dios
1ce08aeca4 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [youtube:entrylistbase] Retry on 5xx HTTP errors (#20965)
  [francetvinfo] Extend video id extraction (closes #20619) (#20740)
  [4tube] Update token hosts (closes #20918)
  [hotstar] Move to API v2 (closes #20931)
  [fox] fix Uplynk PrePlay error handling under python 2(#20925)
  [fox] Fix API error handling under python 2 (closes #20925)
2019-05-05 21:28:05 -07:00
Enes
6167af3c8e Merge branch 'kanald' of https://github.com/mrfade/youtube-dl into kanald 2019-05-06 04:05:10 +03:00
Enes
4b769d40ea Update kanald.py 2019-05-06 04:05:06 +03:00
kosantosbik
bd6c7743c8
Extractor import alphabetical order fix 2019-05-06 03:22:01 +03:00
kosantosbik
7c5e01e366
Merge pull request #1 from mrfade/kanald
Fix kanald.com.tr
2019-05-06 03:19:05 +03:00
Enes
26dfeb79e5
Merge branch 'kanald' into kanald 2019-05-06 02:53:38 +03:00
Enes
cf162a440b Fix kanald.com.tr 2019-05-06 02:42:01 +03:00
Sergey M․
f8c55c6664
[youtube:entrylistbase] Retry on 5xx HTTP errors (#20965) 2019-05-06 01:25:16 +07:00
Jindrich Makovicka
977977b97f [utils] Configurable SSL cipher list
Allows working around the weak ciphers by setting to DEFAULT@SECLEVEL=1

Needed for ceskatelevize.cz with recent Linux distros.
2019-05-05 13:59:44 +02:00
Avichai Cohen
ff87a1b642 updating version 2019-05-05 14:02:39 +03:00
Avichai Cohen
b02e947a14 adding live_status to facebook 2019-05-05 11:44:38 +03:00
Avichai Cohen
a169965a2a fixes by flake8 2019-05-05 11:43:45 +03:00
mtilbury
876fed6bf3 [francetvinfo] Extend video id extraction (closes #20619) (#20740) 2019-05-05 06:26:30 +07:00
kosantosbik
50b937c659
KanaldSerieIE wrong match fix 2019-05-05 00:46:21 +03:00
Jakub Wilk
37cbc63e44 [tvn24] Extract all parts of "Szkło kontaktowe" videos 2019-05-04 22:19:33 +02:00
Sergey M․
c9856648db
[4tube] Update token hosts (closes #20918) 2019-05-04 03:26:40 +07:00
Sergey M․
2533f5b691
[hotstar] Move to API v2 (closes #20931) 2019-05-04 03:11:25 +07:00
kosantosbik
0f726bc002 [Kanal D]Added support for new site 2019-05-03 18:19:30 +03:00
SpeakerEnder
502bc3fec9 Merge branch 'master' of https://github.com/speakerender/youtube-dl into directvnow-auth-fix 2019-05-03 07:13:47 -04:00
chazardsquair
9b1df67ae2
Add support for additional meta fields
Add support for view_count, like_count, dislike_count, and comment_count. Simplify and remove redundant code.
2019-05-02 22:14:29 -05:00
nindogo
dea5b2b089 Merge remote-tracking branch 'upstream/master' into porntrex 2019-05-03 03:48:39 +03:00
Michael Tilbury
eaf1ef17dd Make regex search more strict by only matching whitespace. 2019-05-02 13:43:15 -07:00
David Hood
70b46b7605 Fixed failing tests for ABCIView and ABCIViewShow 2019-05-03 00:12:54 +10:00
David Hood
7806e673cb Merge remote-tracking branch 'upstream/master' 2019-05-02 23:46:02 +10:00
David Hood
21221d0d92 Only match on unambiguous urls - this removes the overly restrictive <id>.
urls containing programs/<series>/<id> are still used since they are
returned by the series json info.
2019-05-02 23:22:37 +10:00
Remita Amine
e0dde1d8e2 [fox] fix Uplynk PrePlay error handling under python 2(#20925) 2019-05-02 10:46:29 +01:00
J. Randall Owens
6182474984 Merge branch 'master' of https://github.com/rg3/youtube-dl 2019-05-02 10:02:21 +01:00
nindogo
56b6e28b06 Merge remote-tracking branch 'upstream/master' into porntrex 2019-05-02 01:01:48 +03:00
Sergey M․
62d10f0d32
[fox] Fix API error handling under python 2 (closes #20925) 2019-05-02 00:36:52 +07:00
Paolo de Dios
79fa7ede06 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [redbulltv] Extend _VALID_URL (closes #20922)
2019-05-01 08:04:05 -07:00
Sergey M․
274519dd08
[redbulltv] Extend _VALID_URL (closes #20922) 2019-05-01 21:36:19 +07:00
J. Randall Owens
8bdd8b3cbf Merge branch 'master' of https://github.com/rg3/youtube-dl 2019-05-01 11:26:05 +01:00
sgerwk
961fbb6dc0 [paramount] generalize extractor to paramountnetwork.es 2019-05-01 00:11:57 +02:00
sgerwk
df6a9996d7 [paramount] update urls to paramountnetwork.it 2019-04-30 19:00:26 +02:00
Avichai Cohen
cb4f53ec57 updating version 2019-04-30 16:27:06 +03:00
nindogo
12af751a37 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-30 04:17:45 +03:00
nindogo
bbf0342afd Change test case for PornTrexIE
The video that we used to test the previous version of porntrex.py is no
longer on the website. This led to failures in the tests. Here we have a
corrected version with working URL.
2019-04-30 04:13:32 +03:00
Paolo de Dios
8deac5b76f Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  release 2019.04.30
  [ChangeLog] Actualize [ci skip]
  [openload] Use real Chrome versions (closes #20902)
  [youtube] Remove info el for get_video_info request Since it does not work for quite a long time
  [youtube] Improve extraction robustness Fail on missing token only when no formats found
2019-04-29 16:32:49 -07:00
Sergey M․
8092594ed6
release 2019.04.30 2019-04-30 06:14:33 +07:00