Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [youtube] feeds: Also look for the html in the 'content_html' field (fixes ↵ | Jaime Marquínez Ferrándiz | 2014-04-02 | 1 | -3/+2 | |
| | | | | #2671) | |||||
* | [youtube] Transform google's JSON dialect (fixes #2663) | Philipp Hagemeister | 2014-04-01 | 1 | -1/+3 | |
| | ||||||
* | [youtube] Encode ytsearch query | Philipp Hagemeister | 2014-03-30 | 1 | -3/+6 | |
| | ||||||
* | Remove unusued imports | Philipp Hagemeister | 2014-03-30 | 1 | -1/+0 | |
| | ||||||
* | [youtube] Move JavaScript interpreter into its own module | Philipp Hagemeister | 2014-03-30 | 1 | -107/+5 | |
| | ||||||
* | [youtube] Remove useless resolution fields from format definitions | Philipp Hagemeister | 2014-03-22 | 1 | -29/+29 | |
| | | | | These can be - and are - calculated automatically by the YoutubeDL core. | |||||
* | itag 160 is 144p, not 192p | hurda | 2014-03-22 | 1 | -1/+1 | |
| | ||||||
* | Add --prefer-insecure option (Fixes #2364) | Philipp Hagemeister | 2014-03-21 | 1 | -5/+9 | |
| | ||||||
* | Add bestvideo and worstvideo to special format names (#2163) | Jaime Marquínez Ferrándiz | 2014-03-14 | 1 | -14/+14 | |
| | ||||||
* | [youtube] Fix up invalid JSON | Philipp Hagemeister | 2014-03-10 | 1 | -2/+3 | |
| | ||||||
* | [youtube] Add support for search result URLs (Fixes #2495) | Philipp Hagemeister | 2014-03-04 | 1 | -1/+39 | |
| | ||||||
* | Fix incorrect format codes | AGSPhoenix | 2014-02-24 | 1 | -2/+2 | |
| | | | | | Corrects the descriptions for the DASH video format codes 264 and 138 (1440p and 2160p, respectively). | |||||
* | [youtube] Fix mix video regex | Sergey M. | 2014-02-24 | 1 | -3/+2 | |
| | | | | | Attributes' order in <li> is arbitrary and changes every time playlist page is fetched, so we can't rely on `data-index` to be before `data-video-username`. | |||||
* | [youtube:playlist] Fix mixes extraction (fixes #2444) | Jaime Marquínez Ferrándiz | 2014-02-23 | 1 | -4/+9 | |
| | ||||||
* | Fix imports | Philipp Hagemeister | 2014-02-22 | 1 | -1/+0 | |
| | ||||||
* | [youtube] Simplify the decryption process for the manifest urls and add a ↵ | Jaime Marquínez Ferrándiz | 2014-02-21 | 1 | -6/+21 | |
| | | | | test (closes #2422) | |||||
* | Merge branch 'youtube-dash' of github.com:m0vie/youtube-dl | Jaime Marquínez Ferrándiz | 2014-02-21 | 1 | -4/+18 | |
|\ | ||||||
| * | [youtube] decrypt signature when downloading dash manifest | m0viefreak | 2014-02-21 | 1 | -4/+18 | |
| | | ||||||
* | | [youtube] Fix playlist extraction (Closes #2423, #2424, #2425) | Sergey M. | 2014-02-21 | 1 | -14/+16 | |
|/ | ||||||
* | [youtube] Add support for yourepeat.com URLs (Closes #2397) | Sergey M. | 2014-02-19 | 1 | -1/+2 | |
| | ||||||
* | [youtube] Match more truncated URLs (Closes #2402) | Philipp Hagemeister | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | [youtube:search] Mark "no results found" error as expected | Philipp Hagemeister | 2014-02-15 | 1 | -1/+2 | |
| | ||||||
* | [youtube] Correct a minor regex typo | Filippo Valsorda | 2014-02-10 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Correct invalid JSON (Fixes #2353) | Philipp Hagemeister | 2014-02-09 | 1 | -5/+5 | |
| | ||||||
* | [jadorecettepub] Add extractor (Fixes #2148) | Philipp Hagemeister | 2014-02-08 | 1 | -3/+4 | |
| | ||||||
* | [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332) | Jaime Marquínez Ferrándiz | 2014-02-06 | 1 | -8/+7 | |
| | | | | The list parameter starts with ‘MC’ and can have more characters after it, including dots | |||||
* | [youtube] signatures: Recognize javascript functions that contain “$” ↵ | Jaime Marquínez Ferrándiz | 2014-02-04 | 1 | -1/+1 | |
| | | | | (fixes #2304) | |||||
* | [youtube:user] Fix id key (Fixes #1745) | Philipp Hagemeister | 2014-01-29 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Encode the data when submitting the form for confirming the age | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -1/+2 | |
| | | | | Needed on python 3 | |||||
* | [youtube] Use https: in more urls | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -7/+7 | |
| | ||||||
* | [youtube:toplist] Make the regex for finding the playlist link more flexible | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -1/+1 | |
| | | | | `title={foo}` may not be at the end of the `href` string. | |||||
* | [youtube] Fix new formats | Philipp Hagemeister | 2014-01-24 | 1 | -1/+2 | |
| | ||||||
* | [youtube] Add new formats (Fixes #2221) | Philipp Hagemeister | 2014-01-23 | 1 | -0/+5 | |
| | ||||||
* | [youtube] Do not break upon unknown formats | Philipp Hagemeister | 2014-01-23 | 1 | -1/+2 | |
| | ||||||
* | [youtube:truncated_url] Also match mail subscription links (#2214) | Philipp Hagemeister | 2014-01-23 | 1 | -1/+4 | |
| | ||||||
* | [youtube] Make DASH manifest download conditional for now | Philipp Hagemeister | 2014-01-22 | 1 | -5/+7 | |
| | | | | DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403. | |||||
* | Merge branch 'paged-lists' | Philipp Hagemeister | 2014-01-22 | 1 | -18/+10 | |
|\ | | | | | | | | | | | Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py | |||||
| * | Add infrastructure for paged lists | Philipp Hagemeister | 2014-01-20 | 1 | -18/+10 | |
| | | | | | | | | | | | | | | | | | | This commit allows to download pages in playlists as needed instead of all at once. Before this commit, youtube-dl http://www.youtube.com/user/ANNnewsCH/videos --playlist-end 2 --skip-download took quite some time - now it's almost instantaneous. As an example, the youtube:user extractor has been converted. Fixes #2175 | |||||
* | | Merge branch 'youtube-dash-manifest' | Philipp Hagemeister | 2014-01-22 | 1 | -25/+71 | |
|\ \ | |/ |/| | | | | | Conflicts: youtube_dl/extractor/youtube.py | |||||
| * | [youtube] Download DASH manifest | Philipp Hagemeister | 2014-01-19 | 1 | -25/+71 | |
| | | | | | | | | | | If given, download and parse the DASH manifest file, in order to get ultra-HQ formats. Fixes #2166 | |||||
* | | [youtube] Fall back to header if playlist title is not available | Philipp Hagemeister | 2014-01-20 | 1 | -1/+9 | |
|/ | | | | | Sometimes (in about 10% of requests), the og:title is missing for a weird reason. See #2170 for an example | |||||
* | [everyonesmixtape] Add support (Fixes #2161) | Philipp Hagemeister | 2014-01-17 | 1 | -0/+2 | |
| | ||||||
* | [youtube] Add a pseudo format for rtmp videos (#2123) | Philipp Hagemeister | 2014-01-09 | 1 | -1/+4 | |
| | ||||||
* | [youtube] Correct subtitle URL (Fixes #2120) | Philipp Hagemeister | 2014-01-09 | 1 | -1/+1 | |
| | ||||||
* | Use double quotes in error message (#2112) | Philipp Hagemeister | 2014-01-08 | 1 | -2/+2 | |
| | | | | | | On Windows, double quotes are required, because single quotes get served to youtube-dl. (Yes, cmd.exe is crazy like that). On other system, both double and single quotes are fine, unless the string contains a dollar sign (then you need single quotes). Since virtually no URLs contain dollar signs, double quotes should do. | |||||
* | [youtube] Add itag 264 (closes #2063) | Jaime Marquínez Ferrándiz | 2014-01-01 | 1 | -0/+1 | |
| | | | | It has a better bitrate than 137 but the same resolution | |||||
* | [youtube] Simplify format specification | Philipp Hagemeister | 2013-12-24 | 1 | -160/+62 | |
| | ||||||
* | Add temporary _sort_formats helper function | Philipp Hagemeister | 2013-12-24 | 1 | -10/+1 | |
| | ||||||
* | [youtube] Prefer videos with sound | Philipp Hagemeister | 2013-12-23 | 1 | -3/+10 | |
| | ||||||
* | Merge remote-tracking branch 'rzhxeo/youtube' | Philipp Hagemeister | 2013-12-23 | 1 | -141/+90 | |
|\ |