23492 Commits

Author SHA1 Message Date
Sergey M․
58a65ba852
release 2017.02.14 2017.02.14 2017-02-14 01:09:18 +07:00
Sergey M․
cedf08ff54
[ChangeLog] Actualize 2017-02-14 01:07:35 +07:00
Sergey M․
50de3dbad3
[zdf] Fix extraction (closes #12117) 2017-02-14 01:00:06 +07:00
Sergey M․
085f169ffe
[xtube] Fix extraction for both kinds of video id (closes #12088) 2017-02-13 23:44:43 +07:00
Vobe
f6d6ca1db3
[xtube] Improve title extraction 2017-02-13 23:34:14 +07:00
Sergey M․
6e5956e6ba
[lemonde] Fallback delegate extraction to generic extractor (closes #12115, closes #12116) 2017-02-13 23:17:48 +07:00
Sergey M․
50fd3c2c69
Merge branch 'master' of github.com:rg3/youtube-dl 2017-02-13 22:58:50 +07:00
Thomas Christlieb
999d569176 Fixed Lemonde Extractor 2017-02-13 16:36:43 +01:00
Remita Amine
89c6691f9d [bellmedia] accept longer video id(closes #12114) 2017-02-13 15:08:48 +01:00
Remita Amine
454e5cdb17 [limelight] add support referer protected videos 2017-02-13 14:29:05 +01:00
Sergey M
1de9f78e71 [travis] Separate builds for core and download 2017-02-13 18:56:05 +08:00
Remita Amine
9dad941853 [disney] improve extraction
- add support for more urls
- detect expired videos
- skip Adobe Flash Access protected videos

closes #4975
closes #11000
closes #11882
closes #11936
2017-02-13 11:43:20 +01:00
Sergey M․
1e2c3f61fc
[travis] Separate builds for core and download 2017-02-13 17:36:13 +07:00
iamacode
8d8096ccc6 Update README.md 2017-02-13 11:13:27 +08:00
Aarni Koskela
de36edbf4c Support Vimeo urls with query strings 2017-02-12 23:57:42 +02:00
Sergey M․
2663b0e259
[travis] Separate builds for core and download 2017-02-12 23:40:02 +07:00
Remita Amine
0dac7cbb09 [hotstar] improve extraction(closes #12096)
- extract all qualities
- detect drm protected videos
- extract more metadata
2017-02-12 17:35:24 +01:00
Johns Mathew
f69607eeac Remove Duplicate Formats
Remove duplicate formats from various platforms (filtered using format_id)
2017-02-12 19:04:20 +05:30
Johns Mathew
a0b875578c Added _remove_duplicate_formats_by_id 2017-02-12 19:02:50 +05:30
Yen Chi Hsuan
f8514630db
[einthusan] Fix extraction (closes #11416)
The old test URLs are no longer valid, so I replace them with the one
from #11416
2017-02-12 20:53:55 +08:00
Johns Mathew
451d7917fd Updated available platforms
Better extract 1080p links
2017-02-12 18:23:35 +05:30
Aniruddh-J
459818e280 [aenetworks] Add support for lifetimemovieclub.com 2017-02-12 20:18:11 +08:00
Johns Mathew
b71693ffde 1080p Support
Added support for 1080p video download
2017-02-12 17:14:58 +05:30
Aniruddh Joshi
fd6073e718 Added lifetime movie club 2017-02-12 16:41:40 +05:30
Sergey M․
6310acf512
[youtube] Fix parsing codecs (closes #12091) 2017-02-12 18:09:53 +07:00
Vobe
b3a6d17849 [xtube] fix title parsing, old URLs and playlists 2017-02-11 21:11:55 +01:00
Tobias Gruetzmacher
4aea13ca9e [heise] Support videos embedded in any article. 2017-02-11 18:39:06 +01:00
Yen Chi Hsuan
8d38dafbbf
ChangeLog: update after #12085 2017-02-12 00:45:37 +08:00
Yen Chi Hsuan
f3915452de Merge pull request #12085 from wiiaboo/python2
utils.py: Workaround TypeError with Python 2.7.13 in Windows
2017-02-12 00:42:43 +08:00
Mirsal
26940b9f29 Makefile: Add missing uninstall target 2017-02-11 16:13:41 +00:00
Ricardo Constantino
2f49bcd690
utils.py: Workaround TypeError with Python 2.7.13 in Windows
Fixes #11540

Tested with Windows Python 2.7.12 and 2.7.13.
2017-02-11 14:51:28 +00:00
Yen Chi Hsuan
68c22c4c15
[iqiyi] Update _TESTS 2017-02-11 22:27:45 +08:00
Sergey M․
9b92a5917b
release 2017.02.11 2017.02.11 2017-02-11 03:24:00 +07:00
Sergey M․
3e2274c8b7
[ChangeLog] Actualize 2017-02-11 17:08:22 +07:00
Sergey M․
3d7e3aaa0e
[pluralsight:course] Fix extraction (closes #12075) 2017-02-11 17:00:52 +07:00
Sergey M․
624c4b92ff
[facebook] Add coding cookie 2017-02-11 16:18:45 +07:00
Thomas Christlieb
2af12ad9d2 Introduce get_elements_by_class and get_elements_by_attribute utility functions 2017-02-11 17:16:54 +08:00
gkoelln
752dccb5a6 [Disney] Add support for MarvelKids and StarWars 2017-02-10 13:58:52 -06:00
Remita Amine
97eb9bd2ac [bbc] extract m3u8 formats with 320k audio 2017-02-10 19:46:15 +01:00
Sergey M․
71cdd75628
[facebook] Relax video id matching (closes #11017, closes #12055, closes #12056) 2017-02-11 01:05:22 +07:00
Thomas Christlieb
c4835496cf New function get_elements_by_class() and get_elements_by_attribute() which return lists of hits, instead of only one
Deleted duplicate codes, calling new functions from old ones

New Tests for Function get_element_by_attribute() + get_elements_by_class() + get_elements_by_attribute() + Bug fixing of functions

Review as requested by dstftw

changes as requested

Checked with flake8
2017-02-10 18:04:54 +01:00
Remita Amine
c7d6f614f3 [corus] Add new extractor(closes #12060)(#9164) 2017-02-10 17:00:09 +01:00
Remita Amine
08a00eef79 [extractor/common] skip m3u8 manifests protected with Adobe Flash Access 2017-02-10 17:00:09 +01:00
Sergey M․
9dd5408c99
[pluralsight] Detect blocked account error message (#12070) 2017-02-10 22:48:11 +07:00
Sergey M․
9510709575
[bloomberg] Add another video id regex (closes #12062) 2017-02-10 22:16:20 +07:00
Remita Amine
5abcca9060 [sixplay] use raw string for regex 2017-02-10 09:34:59 +01:00
Khang Nguyen
34b8970708 Merge branch 'master' of https://github.com/rg3/youtube-dl 2017-02-10 10:17:10 +07:00
Sergey M․
e01bfc19c3
[extractor/commonmistakes] Restrict _VALID_URL (closes #12050) 2017-02-10 09:39:24 +07:00
Remita Amine
4d32b63851 [tvplayer] Add new extractor 2017-02-09 23:09:21 +01:00
Sergey M․
55d4de2283
release 2017.02.10 2017.02.10 2017-02-10 01:27:33 +07:00