Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-21 | [youtube] Simplify the decryption process for the manifest urls and add a ↵ | Jaime Marquínez Ferrándiz | |
test (closes #2422) | |||
2014-02-21 | Merge branch 'youtube-dash' of github.com:m0vie/youtube-dl | Jaime Marquínez Ferrándiz | |
2014-02-21 | [youtube] Fix playlist extraction (Closes #2423, #2424, #2425) | Sergey M. | |
2014-02-21 | [youtube] decrypt signature when downloading dash manifest | m0viefreak | |
2014-02-19 | [youtube] Add support for yourepeat.com URLs (Closes #2397) | Sergey M. | |
2014-02-17 | [youtube] Match more truncated URLs (Closes #2402) | Philipp Hagemeister | |
2014-02-15 | [youtube:search] Mark "no results found" error as expected | Philipp Hagemeister | |
2014-02-10 | [youtube] Correct a minor regex typo | Filippo Valsorda | |
2014-02-09 | [youtube] Correct invalid JSON (Fixes #2353) | Philipp Hagemeister | |
2014-02-08 | [jadorecettepub] Add extractor (Fixes #2148) | Philipp Hagemeister | |
2014-02-06 | [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332) | Jaime Marquínez Ferrándiz | |
The list parameter starts with ‘MC’ and can have more characters after it, including dots | |||
2014-02-04 | [youtube] signatures: Recognize javascript functions that contain “$” ↵ | Jaime Marquínez Ferrándiz | |
(fixes #2304) | |||
2014-01-29 | [youtube:user] Fix id key (Fixes #1745) | Philipp Hagemeister | |
2014-01-25 | [youtube] Encode the data when submitting the form for confirming the age | Jaime Marquínez Ferrándiz | |
Needed on python 3 | |||
2014-01-25 | [youtube] Use https: in more urls | Jaime Marquínez Ferrándiz | |
2014-01-25 | [youtube:toplist] Make the regex for finding the playlist link more flexible | Jaime Marquínez Ferrándiz | |
`title={foo}` may not be at the end of the `href` string. | |||
2014-01-24 | [youtube] Fix new formats | Philipp Hagemeister | |
2014-01-23 | [youtube] Add new formats (Fixes #2221) | Philipp Hagemeister | |
2014-01-23 | [youtube] Do not break upon unknown formats | Philipp Hagemeister | |
2014-01-23 | [youtube:truncated_url] Also match mail subscription links (#2214) | Philipp Hagemeister | |
2014-01-22 | [youtube] Make DASH manifest download conditional for now | Philipp Hagemeister | |
DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403. | |||
2014-01-22 | Merge branch 'paged-lists' | Philipp Hagemeister | |
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py | |||
2014-01-22 | Merge branch 'youtube-dash-manifest' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/youtube.py | |||
2014-01-20 | Add infrastructure for paged lists | Philipp Hagemeister | |
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 | |||
2014-01-20 | [youtube] Fall back to header if playlist title is not available | Philipp Hagemeister | |
Sometimes (in about 10% of requests), the og:title is missing for a weird reason. See #2170 for an example | |||
2014-01-19 | [youtube] Download DASH manifest | Philipp Hagemeister | |
If given, download and parse the DASH manifest file, in order to get ultra-HQ formats. Fixes #2166 | |||
2014-01-17 | [everyonesmixtape] Add support (Fixes #2161) | Philipp Hagemeister | |
2014-01-09 | [youtube] Add a pseudo format for rtmp videos (#2123) | Philipp Hagemeister | |
2014-01-09 | [youtube] Correct subtitle URL (Fixes #2120) | Philipp Hagemeister | |
2014-01-08 | Use double quotes in error message (#2112) | Philipp Hagemeister | |
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. | |||
2014-01-01 | [youtube] Add itag 264 (closes #2063) | Jaime Marquínez Ferrándiz | |
It has a better bitrate than 137 but the same resolution | |||
2013-12-24 | [youtube] Simplify format specification | Philipp Hagemeister | |
2013-12-24 | Add temporary _sort_formats helper function | Philipp Hagemeister | |
2013-12-23 | [youtube] Prefer videos with sound | Philipp Hagemeister | |
2013-12-23 | Merge remote-tracking branch 'rzhxeo/youtube' | Philipp Hagemeister | |
2013-12-22 | [youtube:user] Speed up --match-title | Philipp Hagemeister | |
2013-12-18 | [YoutubeIE] Sort formats by resolution | rzhxeo | |
2013-12-18 | [YoutubeIE] Add width and height to format dict | rzhxeo | |
2013-12-18 | [YoutubeIE] Externalize format selection | rzhxeo | |
2013-12-17 | [youtube] Do not warn for videos with allow_rating=0 | Philipp Hagemeister | |
This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU | |||
2013-12-16 | [youtube] Make duration an integer or None | Philipp Hagemeister | |
2013-12-09 | Merge remote-tracking branch 'jaimeMF/yt-toplists' | Philipp Hagemeister | |
2013-12-09 | Add fatal=False parameter to _download_* functions. | Philipp Hagemeister | |
This allows us to simplify the calls in the youtube extractor even further. | |||
2013-12-08 | Remove the calls to 'compat_urllib_request.urlopen' in a few extractors | Jaime Marquínez Ferrándiz | |
2013-12-08 | [youtube:channel] Fix automated channel detection | Philipp Hagemeister | |
2013-12-06 | [youtube:playlist] Recognize mix ids for direct use (fixes #1295) | Jaime Marquínez Ferrándiz | |
2013-12-06 | [youtube:playlist] Support mix ids longer than 13 (#1295) | Jaime Marquínez Ferrándiz | |
2013-12-06 | [youtube] Extract like and dislike count (#1895) | Jaime Marquínez Ferrándiz | |
2013-12-04 | [youtube] Resolve URLs in comments | Philipp Hagemeister | |
2013-12-03 | Change the ie_name of YoutubeSearchDateIE | Jaime Marquínez Ferrándiz | |
It produced a duplicate entry when listing the extractors with '--list-extractors' and generates noise in the commit log when generating the supported sites webpage (like in 09f355f73bf1657ecacfd05eda21d2c4bf1cc4a8) |