Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | [xhamster] Fix thumbnail extraction | Sergey M․ | |
2015-08-05 | [xhamster] Make more robust | Sergey M․ | |
2015-08-05 | Merge pull request #6467 from vijayanandnandam/master | Sergey M. | |
fixing xhamster file extraction | |||
2015-08-05 | fixing xhamster file extraction | vijayanand nandam | |
2015-08-05 | [lynda] Make login more robust | Sergey M․ | |
2015-08-05 | [lynda] Fix login (Closes #6462) | Sergey M․ | |
2015-08-04 | [bbc] Add support for vxp-playlist-data embeds (Closes #6453) | Sergey M․ | |
2015-08-03 | YoutubeDL: format spec: don't accept a bare '/' (#6124) | Jaime Marquínez Ferrándiz | |
2015-08-03 | [twitch] Parse start_time from 't' (closes #6441) | Niklas Haas | |
Eg. for VOD links like http://www.twitch.tv/gamesdonequick/v/9136645?t=14h29m15s | |||
2015-08-03 | [pornhub] Improve video quality regex | Sergey M․ | |
2015-08-03 | Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124) | Jaime Marquínez Ferrándiz | |
2015-08-03 | [mdr] Change XPath to make it work in python 2.6 (fixes #6443) | Jaime Marquínez Ferrándiz | |
The 'progressiveDownloadUrl' element is a direct child, so they should be equivalent. | |||
2015-08-03 | Merge pull request #6439 from remitamine/facebook | Sergey M. | |
[facebook] extract uploader | |||
2015-08-03 | [facebook] add uploader value to the tests | remitamine | |
2015-08-02 | [facebook] extract uploader | remitamine | |
2015-08-03 | [pornhub] Improve | Sergey M․ | |
2015-08-03 | [pornhub] Fix video url regular expression. | George Brighton | |
PornHub seems to have subtly changed their JavaScript. Before, video URL strings were embedded directly in the video's `flashvars_*` object, but they are now assigned to variables of the form `player_quality_*`, which are then added to this object later under the relevant quality key. | |||
2015-08-03 | [downloader/http] Clarify rationale for Content-Range check (#6426) | Sergey M․ | |
2015-08-03 | [downloader/http] Report unable to resume | Sergey M․ | |
2015-08-03 | [downloader/http] Simplify | Sergey M․ | |
2015-08-03 | [utils] import re | remitamine | |
2015-08-03 | [utils] restart download if server does not support byte ranges | remitamine | |
2015-08-02 | [dailymotion:playlist] Use an iterator for the entries | Jaime Marquínez Ferrándiz | |
So that using '--playlist-end' only downloads the required pages (reported in #2175). | |||
2015-08-02 | [nowtv] Remove unused import | Jaime Marquínez Ferrándiz | |
2015-08-02 | [nowtv] Expand _VALID_URL | Sergey M․ | |
2015-08-02 | [nowtv] Fix extraction (Closes #6357) | Sergey M․ | |
2015-08-01 | [screenwavemedia] Use the IP for the videoserver (fixes #6397) | Jaime Marquínez Ferrándiz | |
For http://cinemassacre.com/2015/07/28/avgn-seaman-for-dreamcast/ the other server returns a 403 error. | |||
2015-08-01 | [screenwavemedia] fix info extraction (fixes #6270) | remitamine | |
Closes #6330. | |||
2015-08-01 | [nbcnews] Extend _VALID_URL | Sergey M․ | |
2015-08-01 | Merge pull request #6392 from dstftw/generalized-fragmented-fd | Sergey M. | |
Generalized fragmented media file downloader | |||
2015-08-01 | [utils] Make value optional for find_xpath_attr | Sergey M․ | |
This allows selecting particular attributes by name but without specifying the value and similar to xpath syntax `[@attrib]` | |||
2015-08-01 | [gdcvault] Fix typo: xml_decription_url -> xml_description_url | Jaime Marquínez Ferrándiz | |
2015-08-01 | [gdcvault] Add support for audio extraction (fixes #5784) | remitamine | |
Closes #6412. | |||
2015-08-01 | [viewster] use head request to extract api token | remitamine | |
Closes #6419. | |||
2015-08-01 | [vidme] Make uploader optional and add test | Sergey M․ | |
2015-08-01 | Merge pull request #6421 from remitamine/vidme | Sergey M. | |
[vidme] extract the uploader | |||
2015-08-01 | [soundcloud] Clean up _VALID_URLs | Sergey M․ | |
2015-07-31 | [vidme] extract the uploader | remitamine | |
2015-07-31 | [soundcloud:user] Rework extractor (Closes #6399) | Sergey M․ | |
2015-07-30 | [viewster] Use 'compat_urllib_parse_unquote' | Jaime Marquínez Ferrándiz | |
2015-07-30 | [viewster] extract the api auth token | remitamine | |
Closes #6406. | |||
2015-07-29 | Merge remote-tracking branch 'dstftw/multifeed-videos' (closes #6360) | Jaime Marquínez Ferrándiz | |
2015-07-30 | [bbc] Improve work with mediaselection URLs | Sergey M․ | |
2015-07-29 | Merge branch 'pr-fix_bbc_mediaselector' of ↵ | Sergey M․ | |
https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-fix_bbc_mediaselector | |||
2015-07-29 | [youtube] Show info message for multifeed videos according to noplaylist option | Sergey M․ | |
2015-07-29 | Merge branch 'purdeaandrei-save_tags_simpler_only_saves_tags_to_info_json' | Sergey M․ | |
2015-07-29 | [youtube] Improve tags extraction and add test | Sergey M․ | |
2015-07-29 | [extractor/common] Add _meta_regex and clarify tags field | Sergey M․ | |
2015-07-29 | Merge pull request #6372 from raphaelm/patch-1 | Sergey M. | |
Remove redundant (and wrong) class parameters | |||
2015-07-29 | [hls] Implement hlsnative fd in terms of fragment fd | Sergey M․ | |