summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2016.02.01 2016.02.01Philipp Hagemeister2016-02-012-1/+3
|
* Merge pull request #8374 from yan12125/facebook-dashYen Chi Hsuan2016-02-013-111/+152
|\ | | | | Facebook DASH formats
| * [facebook] Add md5 for the test case with DASHYen Chi Hsuan2016-01-301-0/+1
| |
| * [common] Add _extract_dash_manifest_formatsYen Chi Hsuan2016-01-302-8/+19
| |
| * [common] Remove unused argumentsYen Chi Hsuan2016-01-303-3/+3
| |
| * [common] Rename to namespaceYen Chi Hsuan2016-01-303-5/+5
| | | | | | | | For consistency with _parse_smil_*
| * [youtube] Remove '(v|a)codec': 'none' entriesYen Chi Hsuan2016-01-301-40/+40
| | | | | | | | Not used anymore
| * [common] Prefer the manifest than formats_dict in determining codecsYen Chi Hsuan2016-01-301-4/+9
| |
| * [common] Fix for youtubeYen Chi Hsuan2016-01-301-2/+2
| |
| * [youtube] Pass self._formats to _parse_dash_manifestYen Chi Hsuan2016-01-301-1/+2
| |
| * [facebook] Add support for DASH manifestsYen Chi Hsuan2016-01-301-2/+24
| |
| * [common] Modify _parse_dash_manifest for use in FacebookYen Chi Hsuan2016-01-301-12/+17
| |
| * [common] _parse_dash_manifest() from youtube.pyYen Chi Hsuan2016-01-302-52/+52
| |
| * [youtube] Move decrypt_sig out of _parse_dash_manifestYen Chi Hsuan2016-01-301-18/+14
| |
* | [daum.net:user] Match more URLs (#1952)Yen Chi Hsuan2016-02-011-1/+4
| |
* | Merge branch 'ping-daum-playlist-user'Yen Chi Hsuan2016-02-012-2/+146
|\ \
| * | [daum] Update test_daum_1Yen Chi Hsuan2016-02-011-1/+1
| | |
| * | [daum] Do not match a single URL with multiple info extractorsYen Chi Hsuan2016-02-011-10/+35
| | |
| * | [daum] PEP8Yen Chi Hsuan2016-02-011-2/+2
| | |
| * | Merge branch 'daum-playlist-user' of https://github.com/ping/youtube-dl into ↵Yen Chi Hsuan2016-02-012-1/+120
|/| | | | | | | | | | | ping-daum-playlist-user
| * | [daum.net] Support for playlists, user channelsping2016-01-302-1/+120
| |/
* | [kickstarter] Fix title and test_kickstarterYen Chi Hsuan2016-02-011-2/+2
| | | | | | | | | | It's the description page that contains a video. The original URL is now the calendar.
* | [kickstarter] Eliminate the warning message and add_ieYen Chi Hsuan2016-02-011-2/+4
| |
* | [YoutubeDL] Do not override ie_key in url_transparentYen Chi Hsuan2016-02-012-2/+38
| |
* | [vidzi] Fix _TESTSYen Chi Hsuan2016-02-011-0/+5
| |
* | [vidzi] Fix extractionYen Chi Hsuan2016-02-011-9/+5
| | | | | | | | | | | | Closes #8386. Vidzi.tv now uses jwplayer, which can be handled by GenericIE
* | [allocine] Use xpath_elementYen Chi Hsuan2016-02-011-1/+2
| |
* | [bpb] Fix extraction and update testsYen Chi Hsuan2016-02-011-5/+25
| |
* | [allocine] Fix for Python 2.6Yen Chi Hsuan2016-02-011-1/+1
| | | | | | | | | | Python 2.6 does not support .// syntax in find(). Fortunately, the interested node is at the top level
* | [allocine] Fix extraction of test_allocine_1 and update testsYen Chi Hsuan2016-02-011-6/+11
| |
* | [acast] Remove ACastBaseIEYen Chi Hsuan2016-02-011-6/+3
| | | | | | | | No longer necessary as _API_BASE_URL is used by ACastChannelIE only
* | [acast] Fix extractionYen Chi Hsuan2016-02-011-2/+7
| |
* | Merge branch 'rrooij-gamekings_fix'Yen Chi Hsuan2016-02-011-10/+19
|\ \
| * | [gamekings] Stricter checksYen Chi Hsuan2016-02-011-2/+3
| | |
| * | [gamekings] add_ieYen Chi Hsuan2016-02-011-0/+2
| | |
| * | [gamekings] Add MD5 backYen Chi Hsuan2016-02-011-2/+1
| | | | | | | | | | | | The test is now a YouTube video, whose MD5 should be stable
| * | Merge branch 'gamekings_fix' of https://github.com/rrooij/youtube-dl into ↵Yen Chi Hsuan2016-02-011-8/+15
|/| | | | | | | | | | | rrooij-gamekings_fix
| * | [Gamekings] Fix viewing of old videosrrooij2016-01-311-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some old videos that aren't on Vimeo are being uploaded to YouTube under the 'Gamekings Vault' channel. They use YouTube now for some videos as video hosting instead of Vimeo or their own hosting. The first test failed to succeed under the existing code, but works now by using the YouTube extractor. The Regex is changed to find the new gogoVideo JavaScript line with the YouTube embed. Checking if there is a YouTube embed is done by a String find, which is probably not the best method of checking this.
| * | [Gamekings] Fix url from .tv to .nlrrooij2016-01-311-4/+4
| | | | | | | | | | | | | | | Gamekings doesn't use the .tv top level domain anymore, but the regular domain for Dutch sites.
* | | [youtube] Use 'orderedSet' instead of 'set' to preserve the orderJaime Marquínez Ferrándiz2016-01-311-1/+1
| | |
* | | [FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382)Jaime Marquínez Ferrándiz2016-01-311-5/+6
| | |
* | | [xuite] Replace the test case with my uploaded oneYen Chi Hsuan2016-01-311-10/+11
| | |
* | | [youporn] Fix uploader and descriptionYen Chi Hsuan2016-01-311-4/+2
| | |
* | | [test_subtitles] Fix TestRaiSubtitlesYen Chi Hsuan2016-01-311-2/+2
| | | | | | | | | | | | RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f
* | | [test_youtube_lists] Fix TestYoutubeLists.test_youtube_courseYen Chi Hsuan2016-01-311-1/+1
| | | | | | | | | | | | Youtube entries are now generators
* | | release 2016.01.31 2016.01.31Philipp Hagemeister2016-01-313-1/+8
| | |
* | | [youtube] Filter duplicates in playlists base extractorSergey M․2016-01-311-1/+1
| | |
* | | [youtube] Use authentication for entry list base extractor (Closes #8380)Sergey M․2016-01-311-2/+2
| | |
* | | [letv] Fix LetvCloud extractionYen Chi Hsuan2016-01-311-15/+50
| | |
* | | [schooltv] Improve video id regexSergey M․2016-01-311-1/+2
| | |