22530 Commits

Author SHA1 Message Date
Sergey M․
3aa66003a2
release 2016.06.26 2016-06-26 21:17:53 +07:00
Sergey M․
92747e664a
release 2016.06.26 2016.06.26 2016-06-26 21:15:24 +07:00
Sergey M․
f1f336322d
[msn] Fix extraction (Closes #8960, closes #9542) 2016-06-26 21:10:05 +07:00
Sergey M․
bf8dd79045
[extractor/common] Fix sorting with custom field preference 2016-06-26 21:09:07 +07:00
TRox1972
c6781156aa
[MSN] add new extractor 2016-06-26 21:07:59 +07:00
remitamine
59bbe4911a [extractor/common] add helper method to extract html5 media entries 2016-06-26 14:04:08 +01:00
remitamine
4f3c5e0627 [utils] add helper function for parsing codecs 2016-06-26 14:03:58 +01:00
TRox1972
adbf4a8615 [MSN] add new extractor 2016-06-26 13:10:54 +02:00
Déstin Reed
9910e48f1f [Flipagram] Don't make title optional 2016-06-26 12:54:53 +02:00
Sergey M․
f484c5fa25
[vidbit] Improve (Closes #9759) 2016-06-26 16:59:28 +07:00
Sergey M․
88d9f6c0c4
[utils] Add support for name list in _html_search_meta 2016-06-26 16:57:14 +07:00
TRox1972
3c9c088f9c
[Vidbit] Add new extractor 2016-06-26 16:52:52 +07:00
mauriziopz
86ee847411 modified url building logic to handle different extensions and videos without and HD format 2016-06-26 11:06:31 +02:00
Yen Chi Hsuan
fc3996bfe1
[iqiyi] Remove codes for debugging 2016-06-26 15:45:41 +08:00
Yen Chi Hsuan
5b6ad8630c
[iqiyi] Partially fix IqiyiIE
Use the HTML5 API. Only low-resolution formats available

Related: #9839

Thanks @zhangn1985 for the overall algorithm (soimort/you-get#1224)
2016-06-26 15:18:32 +08:00
Yen Chi Hsuan
30105f4ac0
[le] Move urshift() to utils.py 2016-06-26 15:17:26 +08:00
Yen Chi Hsuan
1143535d76
[utils] Add urshift()
Used in IqiyiIE and LeIE
2016-06-26 15:16:49 +08:00
Yen Chi Hsuan
7d52c052ef
[generic] Fix test_Generic_76
Broken: https://travis-ci.org/rg3/youtube-dl/jobs/140251658
2016-06-26 11:56:27 +08:00
Déstin Reed
3435358c9b [DagbladetArticle] Simplify extraction 2016-06-26 01:49:05 +02:00
Déstin Reed
dcfe3eedf5 [DBTV] Add support for articles 2016-06-26 01:29:48 +02:00
TRox1972
38bc638505 [Vidbit] Add new extractor 2016-06-26 00:13:18 +02:00
stepshal
a2406fce3c
Fix misspelling 2016-06-26 01:28:55 +07:00
stepshal
1695563105 Fix misspelling 2016-06-26 01:23:48 +07:00
Sergey M․
3b34ab538c
[svtplay] Extend _VALID_URL (#9900) 2016-06-26 00:29:53 +07:00
Sergey M․
ac782306f1
[iqiyi] Mark broken 2016-06-26 00:25:41 +07:00
Déstin Reed
8666546015 [Flipagram] Add new extractor 2016-06-25 19:01:47 +02:00
Déstin Reed
130cc3f51e Merge branch 'p3' of https://github.com/TRox1972/youtube-dl into p3 2016-06-25 18:40:28 +02:00
Déstin Reed
b77bd403ee [Flipagram] Remove 'ext' field as its already defined in 'formats' 2016-06-25 18:40:06 +02:00
Déstin Reed
a2105ed5d0 [Flipagram] Simplify date format conversion for 'timestamp' 2016-06-25 18:40:06 +02:00
TRox1972
7e1af5dc99 [Flipagram] add comments about comment retrieval 2016-06-25 18:40:06 +02:00
TRox1972
5d3106356f [Flipagram] add new extractor
saw there was another pull request for an extractor for the website, but it does not extract all the necessary metadata, and has been inactive for a period of time
2016-06-25 18:40:05 +02:00
Sergey M․
0c00e889f3
Credit @JakubAdamWieczorek for #9813 2016-06-25 23:35:57 +07:00
Sergey M․
ce96ed05f4
[polskieradio] Add test with video 2016-06-25 23:31:21 +07:00
Déstin Reed
d023fd66b2 [Flipagram] Remove 'ext' field as its already defined in 'formats' 2016-06-25 18:21:28 +02:00
Sergey M․
0463b77a1f
[polskieradio] Improve extraction (Closes #9813) 2016-06-25 23:19:18 +07:00
Jakub Adam Wieczorek
2d185706ea
[polskieradio] Add support for Polskie Radio.
Polskie Radio is the main Polish state-funded radio broadcasting service.
2016-06-25 23:19:18 +07:00
Sergey M․
b72b44318c
[utils] Add strip_or_none 2016-06-25 23:19:18 +07:00
Sergey M․
46f59e89ea
[utils] Add unified_timestamp 2016-06-25 23:19:18 +07:00
Déstin Reed
0e073ce26a [Flipagram] Simplify date format conversion for 'timestamp' 2016-06-25 18:05:49 +02:00
Jesse Friedman
cb81dc34a3 [imgur] Updating album resolution endpoint 2016-06-25 08:53:06 -04:00
N1k145
caac41969f [openload] fixed #9706 2016-06-25 13:03:24 +02:00
mauriziopz
079c311df3 Fixed url for HD format and added test for it 2016-06-25 12:12:31 +02:00
mauriziopz
43f86e12c0 pep8 reformatting 2016-06-25 10:19:42 +02:00
mauriziopz
c3b02b405b Cominsoon_it Add new extractor 2016-06-25 10:00:52 +02:00
Sergey M․
0d208ed61d
release 2016.06.25 2016-06-25 03:04:53 +07:00
Sergey M․
b4241e308e
release 2016.06.25 2016.06.25 2016-06-25 03:03:20 +07:00
Sergey M․
3d4b08dfc7
[setup.py] Add file version information and quotes consistency (Closes #9878) 2016-06-25 02:50:12 +07:00
Sergey M․
be49068d65
[youtube] Fix and skip some tests 2016-06-24 22:47:19 +07:00
Sergey M․
525cedb971
[youtube] Relax URL expansion in description 2016-06-24 22:37:13 +07:00
Sergey M․
de3c7fe0d4
[youtube] Fix 141 format tests 2016-06-24 22:27:55 +07:00