Yen Chi Hsuan
|
7efc1c2b49
|
[twitter] Fix metadata extraction and test_Twitter_1
|
2016-02-21 17:29:28 +08:00 |
|
Yen Chi Hsuan
|
132e3b74bd
|
[twitter] Fix a typo
|
2016-02-21 17:21:37 +08:00 |
|
Yen Chi Hsuan
|
bdbf4ba40e
|
[twitter:amplify] Extract more metadata
|
2016-02-21 17:16:35 +08:00 |
|
Yen Chi Hsuan
|
acb6e97e6a
|
[twitter] Fix several failed tests
|
2016-02-21 16:57:56 +08:00 |
|
Yen Chi Hsuan
|
445d72b8b5
|
[twitter:amplify] Add TwitterAmplifyIE for handling Twitter smart URLs
Closes #8075
|
2016-02-21 16:41:24 +08:00 |
|
Yen Chi Hsuan
|
7360db05b4
|
[postprocessor/embedthumbnail] Allow mkv to embed thumbnails
Fixes #6046
|
2016-02-21 03:32:03 +08:00 |
|
Yen Chi Hsuan
|
a4e4d7dfcd
|
[test_iqiyi_sdk_interpreter] Add test for iQiyi login
|
2016-02-20 23:10:39 +08:00 |
|
Yen Chi Hsuan
|
73f9c2867d
|
[iqiyi] Support playlists (closes #8019)
|
2016-02-20 22:44:04 +08:00 |
|
Yen Chi Hsuan
|
1d14c75f55
|
[Makefile] iQiyi login test requires network
|
2016-02-20 20:49:30 +08:00 |
|
Yen Chi Hsuan
|
99709cc3f1
|
[iqiyi] Implement _login()
Currently only email login supported
|
2016-02-20 19:54:58 +08:00 |
|
Yen Chi Hsuan
|
5bc880b988
|
[utils] Add OHDave's RSA encryption function
|
2016-02-20 19:54:58 +08:00 |
|
Yen Chi Hsuan
|
958759f44b
|
[appletrailers] Extend _VALID_URL (#8524)
|
2016-02-20 15:54:00 +08:00 |
|
Yen Chi Hsuan
|
cb64ccc715
|
[facebook] Improve error handling (#8572)
|
2016-02-16 09:07:38 +08:00 |
|
Yen Chi Hsuan
|
1932476c13
|
[iqiyi] Omit MD5 sums for the VIP-only video
|
2016-02-16 02:45:21 +08:00 |
|
Yen Chi Hsuan
|
8e0548e180
|
[iqiyi] Partial support for VIP-only videos
See #8569 and #8019. Currently only 6-min preview are supported
|
2016-02-15 19:58:24 +08:00 |
|
Yen Chi Hsuan
|
58be922079
|
[kuwo] Check for georestriction
|
2016-02-04 01:26:25 +08:00 |
|
Yen Chi Hsuan
|
1df4141196
|
[test_YoutubeDL] Fix test_youtube_format_selection
Broken since a6c2c24479. Thanks to
@jaimeMF and @anisse for pointing that out
|
2016-02-03 03:42:37 +08:00 |
|
Yen Chi Hsuan
|
08411970d5
|
Merge pull request #8374 from yan12125/facebook-dash
Facebook DASH formats
|
2016-02-01 18:31:49 +08:00 |
|
Yen Chi Hsuan
|
dc724e0c8b
|
[daum.net:user] Match more URLs (#1952)
|
2016-02-01 18:26:23 +08:00 |
|
Yen Chi Hsuan
|
0a5d1ec706
|
Merge branch 'ping-daum-playlist-user'
|
2016-02-01 18:19:32 +08:00 |
|
Yen Chi Hsuan
|
58250eff2b
|
[daum] Update test_daum_1
|
2016-02-01 18:19:02 +08:00 |
|
Yen Chi Hsuan
|
11a4efc505
|
[daum] Do not match a single URL with multiple info extractors
|
2016-02-01 18:15:53 +08:00 |
|
Yen Chi Hsuan
|
7537b35fb8
|
[daum] PEP8
|
2016-02-01 17:40:35 +08:00 |
|
Yen Chi Hsuan
|
33cc74eeeb
|
Merge branch 'daum-playlist-user' of https://github.com/ping/youtube-dl into ping-daum-playlist-user
|
2016-02-01 17:29:12 +08:00 |
|
Yen Chi Hsuan
|
f021acee49
|
[kickstarter] Fix title and test_kickstarter
It's the description page that contains a video. The original URL is now
the calendar.
|
2016-02-01 17:21:40 +08:00 |
|
Yen Chi Hsuan
|
abe694ca95
|
[kickstarter] Eliminate the warning message and add_ie
|
2016-02-01 17:10:11 +08:00 |
|
Yen Chi Hsuan
|
b286f201a8
|
[YoutubeDL] Do not override ie_key in url_transparent
|
2016-02-01 17:05:48 +08:00 |
|
Yen Chi Hsuan
|
bd93a12e85
|
[vidzi] Fix _TESTS
|
2016-02-01 17:03:31 +08:00 |
|
Yen Chi Hsuan
|
92769650fa
|
[vidzi] Fix extraction
Closes #8386.
Vidzi.tv now uses jwplayer, which can be handled by GenericIE
|
2016-02-01 15:40:42 +08:00 |
|
Yen Chi Hsuan
|
dc4fe5c6d7
|
[allocine] Use xpath_element
|
2016-02-01 05:32:28 +08:00 |
|
Yen Chi Hsuan
|
566bda51f2
|
[bpb] Fix extraction and update tests
|
2016-02-01 05:00:09 +08:00 |
|
Yen Chi Hsuan
|
f63757ec35
|
[allocine] Fix for Python 2.6
Python 2.6 does not support .// syntax in find(). Fortunately, the
interested node is at the top level
|
2016-02-01 03:34:02 +08:00 |
|
Yen Chi Hsuan
|
7a0ed06909
|
[allocine] Fix extraction of test_allocine_1 and update tests
|
2016-02-01 03:31:58 +08:00 |
|
Yen Chi Hsuan
|
9934fe76be
|
[acast] Remove ACastBaseIE
No longer necessary as _API_BASE_URL is used by ACastChannelIE only
|
2016-02-01 03:08:46 +08:00 |
|
Yen Chi Hsuan
|
a8aad21001
|
[acast] Fix extraction
|
2016-02-01 03:07:45 +08:00 |
|
Yen Chi Hsuan
|
d055bf91cc
|
Merge branch 'rrooij-gamekings_fix'
|
2016-02-01 02:21:02 +08:00 |
|
Yen Chi Hsuan
|
0e1b1a011d
|
[gamekings] Stricter checks
|
2016-02-01 02:19:03 +08:00 |
|
Yen Chi Hsuan
|
eab3c2895c
|
[gamekings] add_ie
|
2016-02-01 02:15:25 +08:00 |
|
Yen Chi Hsuan
|
163da6a484
|
[gamekings] Add MD5 back
The test is now a YouTube video, whose MD5 should be stable
|
2016-02-01 02:13:11 +08:00 |
|
Yen Chi Hsuan
|
324916d11a
|
Merge branch 'gamekings_fix' of https://github.com/rrooij/youtube-dl into rrooij-gamekings_fix
|
2016-02-01 02:11:25 +08:00 |
|
Yen Chi Hsuan
|
231ea2a3bb
|
[xuite] Replace the test case with my uploaded one
|
2016-01-31 20:21:57 +08:00 |
|
Yen Chi Hsuan
|
b99d88c6a1
|
[youporn] Fix uploader and description
|
2016-01-31 20:12:43 +08:00 |
|
Yen Chi Hsuan
|
189d72d5fd
|
[test_subtitles] Fix TestRaiSubtitles
RaiIE is renamed to RaiTVIE in 06d5556dfa
|
2016-01-31 20:12:43 +08:00 |
|
Yen Chi Hsuan
|
a7aab0c23e
|
[test_youtube_lists] Fix TestYoutubeLists.test_youtube_course
Youtube entries are now generators
|
2016-01-31 20:12:43 +08:00 |
|
Yen Chi Hsuan
|
7b7507d6e1
|
[letv] Fix LetvCloud extraction
|
2016-01-31 07:15:43 +08:00 |
|
Yen Chi Hsuan
|
db9b1dbcd9
|
[nba] Add ext for hls formats and fix test_NBA
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
e881c4bcab
|
[nbc] Use NBC's id and fix _TESTS
ThePlatform URL gives the same ID for all _TESTS
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
670ad51ade
|
[nrktv] Fix _TESTS
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
eb6fc7d32a
|
[senateisvp] Fix test_SenateISVP and test_SenateISVP_1
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
ed1a390583
|
[tv2] Fix test_TV2
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
809e1857c5
|
[screenwavemedia] Fix HLS extension and test_TeamFour
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
7c38af48b9
|
[vgtv] Fix test_VGTV_2
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
60ad3eb970
|
[viidea] Skip download for the test case requiring ffmpeg
|
2016-01-31 04:58:10 +08:00 |
|
Yen Chi Hsuan
|
248ae880b6
|
[facebook] Add md5 for the test case with DASH
|
2016-01-30 23:01:19 +08:00 |
|
Yen Chi Hsuan
|
2d2fa82d17
|
[common] Add _extract_dash_manifest_formats
|
2016-01-30 22:52:23 +08:00 |
|
Yen Chi Hsuan
|
c94678957f
|
[common] Remove unused arguments
|
2016-01-30 22:45:16 +08:00 |
|
Yen Chi Hsuan
|
16f38a699f
|
[common] Rename to namespace
For consistency with _parse_smil_*
|
2016-01-30 22:40:56 +08:00 |
|
Yen Chi Hsuan
|
a6c2c24479
|
[youtube] Remove '(v|a)codec': 'none' entries
Not used anymore
|
2016-01-30 22:28:53 +08:00 |
|
Yen Chi Hsuan
|
df374b5222
|
[common] Prefer the manifest than formats_dict in determining codecs
|
2016-01-30 21:42:27 +08:00 |
|
Yen Chi Hsuan
|
5ea1eb78f5
|
[common] Fix for youtube
|
2016-01-30 21:36:01 +08:00 |
|
Yen Chi Hsuan
|
5d2c0fd9ba
|
[youtube] Pass self._formats to _parse_dash_manifest
|
2016-01-30 21:32:15 +08:00 |
|
Yen Chi Hsuan
|
0803753fea
|
[facebook] Add support for DASH manifests
|
2016-01-30 21:31:53 +08:00 |
|
Yen Chi Hsuan
|
b323e1707d
|
[common] Modify _parse_dash_manifest for use in Facebook
|
2016-01-30 21:27:43 +08:00 |
|
Yen Chi Hsuan
|
17b598d30c
|
[common] _parse_dash_manifest() from youtube.py
|
2016-01-30 21:05:55 +08:00 |
|
Yen Chi Hsuan
|
05d0d131a7
|
[youtube] Move decrypt_sig out of _parse_dash_manifest
|
2016-01-30 20:05:56 +08:00 |
|
Yen Chi Hsuan
|
c140629995
|
[facebook] Support alternative webpage form
Fixes #8371
|
2016-01-30 19:33:22 +08:00 |
|
Yen Chi Hsuan
|
0179f6a830
|
[daum] Add 'thumbnail' to all _TESTS
|
2016-01-30 16:54:14 +08:00 |
|
Yen Chi Hsuan
|
830afe85dc
|
[daum.net] Support VodPlayer.swf URLs (closes #8173)
|
2016-01-30 16:50:13 +08:00 |
|
Yen Chi Hsuan
|
8bf39420b4
|
Merge remote-tracking branch 'upstream/master'
|
2016-01-30 16:25:55 +08:00 |
|
Yen Chi Hsuan
|
71d08b3e29
|
Merge branch 'ping-daum-fix-clip'
|
2016-01-30 16:25:06 +08:00 |
|
Yen Chi Hsuan
|
06ffa33485
|
[daum.net] Move the request to ClipInfoXml.do
To reduce the number of wasted requests
|
2016-01-30 16:23:37 +08:00 |
|
Yen Chi Hsuan
|
874e05975b
|
Merge branch 'daum-fix-clip' of https://github.com/ping/youtube-dl into ping-daum-fix-clip
|
2016-01-30 16:22:37 +08:00 |
|
Yen Chi Hsuan
|
29f46c2bee
|
Credit @dyn888 for improving format selection
[ci skip]
|
2016-01-28 22:56:59 +08:00 |
|
Yen Chi Hsuan
|
39c10a2b6e
|
Merge pull request #8346 from dyn888/dyn888-regex-1
Regex pattern update to match more codecs (fixes #6858)
|
2016-01-28 22:22:43 +08:00 |
|
Yen Chi Hsuan
|
e9bd0f772b
|
Merge pull request #8130 from dyn888/master
[youtube] added vcodec/acodec/abr for multiple itags
|
2016-01-25 01:15:11 +08:00 |
|
Yen Chi Hsuan
|
77f785076f
|
[common] Keep full codec name from m3u8 manifests
See #8293. This is for consistency between YouTube and HLS formats.
|
2016-01-25 01:03:46 +08:00 |
|
Yen Chi Hsuan
|
94278f7202
|
[youtube] Prefer info from YouTube than _formats (#8293)
|
2016-01-25 01:02:19 +08:00 |
|
Yen Chi Hsuan
|
a0d8d704df
|
[utils] Reorder items in mimetype2ext alphabetically
|
2016-01-25 01:01:15 +08:00 |
|
Yen Chi Hsuan
|
f6861ec96f
|
[utils] Add more items to mimetype2ext (#8293)
These are used in Youtube formats
|
2016-01-25 00:58:53 +08:00 |
|
Yen Chi Hsuan
|
6b45f9aba2
|
[iqiyi] Update key (closes #8292)
|
2016-01-22 02:14:47 +08:00 |
|
Yen Chi Hsuan
|
56aa074538
|
Credit @FounderSG for WeiqiTV and LetvCloud (#7994)
[ci skip]
|
2016-01-20 13:20:03 +08:00 |
|
Yen Chi Hsuan
|
7d4d9c526a
|
Merge branch 'ping-patch-8239'
|
2016-01-20 04:22:25 +08:00 |
|
Yen Chi Hsuan
|
fe6856b059
|
[neteasemusic] Use float_or_none
|
2016-01-20 04:21:51 +08:00 |
|
Yen Chi Hsuan
|
a54fbf2ca6
|
Merge branch 'patch-8239' of https://github.com/ping/youtube-dl into ping-patch-8239
|
2016-01-20 04:15:46 +08:00 |
|
Yen Chi Hsuan
|
d8024aebe5
|
Merge branch 'FounderSG-Weiqitv'
|
2016-01-20 04:06:09 +08:00 |
|
Yen Chi Hsuan
|
8652bd22f1
|
[weiqitv] Use single quotes
|
2016-01-20 04:04:39 +08:00 |
|
Yen Chi Hsuan
|
f15a9ca301
|
[weiqitv] Rename the extractor - capitilize 'TV'
|
2016-01-20 04:03:57 +08:00 |
|
Yen Chi Hsuan
|
65ced034b8
|
[weiqitv] Make codes shorter
|
2016-01-20 04:02:30 +08:00 |
|
Yen Chi Hsuan
|
bec30224ff
|
[letv] LetvCloud: Detect ext instead of the hardcoded one
|
2016-01-20 04:00:37 +08:00 |
|
Yen Chi Hsuan
|
0428106da3
|
[letv] LetvCloud: make title looks like a title
|
2016-01-20 03:53:17 +08:00 |
|
Yen Chi Hsuan
|
73e7442456
|
[letv] LetvCloud: simplify and improve _VALID_URL
|
2016-01-20 03:42:01 +08:00 |
|
Yen Chi Hsuan
|
26de1bba83
|
[letv] LetvCloud: check error messages from server
|
2016-01-20 03:31:34 +08:00 |
|
Yen Chi Hsuan
|
e0690782b8
|
[letv] LetvCloud: guard against invalid URLs
|
2016-01-20 03:25:12 +08:00 |
|
Yen Chi Hsuan
|
8fff4f61e5
|
[letv] Use single quotes
|
2016-01-20 03:18:54 +08:00 |
|
Yen Chi Hsuan
|
10defdd06a
|
[letv] Reduce duplicated codes
|
2016-01-20 03:17:35 +08:00 |
|
Yen Chi Hsuan
|
78be2eca7c
|
Merge branch 'Weiqitv' of https://github.com/FounderSG/youtube-dl into FounderSG-Weiqitv
|
2016-01-19 23:39:32 +08:00 |
|
Yen Chi Hsuan
|
b39eab7f94
|
Merge pull request #8262 from jwilk/https-everywhere
[ustream] Use HTTPS for GitHub URL
|
2016-01-17 22:10:03 +08:00 |
|
Yen Chi Hsuan
|
614db89ae3
|
[compat] Clarify the versions requiring compat_kwargs
It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See
https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337
https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
|
2016-01-16 22:17:31 +08:00 |
|
Yen Chi Hsuan
|
1358b94163
|
[ae] Fix _TESTS
|
2016-01-16 20:56:53 +08:00 |
|
Yen Chi Hsuan
|
350e02d40d
|
[bbc] Use _search_json_ld
|
2016-01-16 20:46:28 +08:00 |
|