Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-05 | Merge branch 'qqmusic-more-formats' of https://github.com/ping/youtube-dl ↵ | Yen Chi Hsuan | |
into ping-qqmusic-more-formats | |||
2015-06-05 | [teamcoco] Handle incomplete m3u8 URLs (fixes #5798) | Yen Chi Hsuan | |
There are 2 TODOs. I don't know how to handle these cases correctly. | |||
2015-06-05 | [qqmusic] Set abr for mp3 formats | ping | |
2015-06-04 | release 2015.06.04.12015.06.04.1 | Philipp Hagemeister | |
2015-06-04 | release 2015.06.042015.06.04 | Philipp Hagemeister | |
2015-06-05 | [qqmusic:toplist] List name and description are optional | Yen Chi Hsuan | |
2015-06-05 | Merge pull request #5891 from ping/qqmusic-toplist-fix | Yen Chi Hsuan | |
[qqmusic] Fix toplist extraction | |||
2015-06-04 | [tnaflix] Fix relative URLs (empflix) | Sergey M․ | |
2015-06-04 | [empflix] Fix typo | Sergey M․ | |
2015-06-04 | [tnaflix] Modernize | Sergey M․ | |
2015-06-04 | [tnaflix] Fix typo | Sergey M․ | |
2015-06-04 | [qqmusic] Extract additional formats (mp3-128, mp3-320) | ping | |
2015-06-04 | [qqmusic] Remove unused import | ping | |
2015-06-04 | [qqmusic] Fix toplist | ping | |
2015-06-03 | [test/aes] Fix on python 3.3 and higher | Jaime Marquínez Ferrándiz | |
Since 878563c847fa5248eedbd44187536dec04643eaf the aes functions only accepts the base64 data as a unicode string. | |||
2015-06-03 | Merge pull request #5876 from slava-sh/nova | Sergey M. | |
[nova] Update | |||
2015-06-03 | [nova] Revert "Fix extension extraction bug" | Slava Shklyaev | |
This reverts commit 9464a194dbf48989c486fa2de9e1aebc59e28ed4. | |||
2015-06-03 | [tvigle] Skip tests | Sergey M․ | |
2015-06-03 | [tvigle] Capture error message | Sergey M․ | |
2015-06-03 | [24video] Fix uploader extraction | Sergey M․ | |
2015-06-03 | [tumblr] Detect vid.me embeds (fixes #5883) | Yen Chi Hsuan | |
2015-06-03 | [vidme] Always use the non-embedded page | Yen Chi Hsuan | |
For example, https://vid.me/Wmur contains more information than https://vid.me/e/Wmur | |||
2015-06-02 | [nova] Add a comment about html in description | Slava Shklyaev | |
2015-06-02 | [nova] Fix Python 2.6 compatability issue | Slava Shklyaev | |
2015-06-02 | [nova] Fix display_id extraction bug | Slava Shklyaev | |
2015-06-02 | [nova] Comply with review | Slava Shklyaev | |
2015-06-02 | [iprima] Fix description extraction | Sergey M․ | |
`og:description` does not contain actual description anymore. | |||
2015-06-02 | Merge pull request #5877 from slava-sh/iprima | Sergey M. | |
[iprima] Update | |||
2015-06-02 | [iprima] Comply with review | Slava Shklyaev | |
2015-06-02 | [iprima] Update | Slava Shklyaev | |
2015-06-02 | [nova] Minor style improvement | Slava Shklyaev | |
2015-06-02 | [nova] Remove html tags from description | Slava Shklyaev | |
2015-06-02 | [nova] Extract upload_date in some cases | Slava Shklyaev | |
2015-06-02 | [nova] Fix extension extraction bug | Slava Shklyaev | |
Replace the hardcoded flv with determine_ext. Let rtmpdump parse the url. | |||
2015-06-02 | [nova] Fix display_id extraction bug | Slava Shklyaev | |
Make id group non-greedy so that .html is not included in it. | |||
2015-06-02 | [nova] Add tv test | Sergey M․ | |
2015-06-02 | [nova] Add extractor | Sergey M․ | |
2015-06-01 | [aftonbladet] Fix extraction and update _VALID_URL (Fixes #5863) | Naglis Jonaitis | |
2015-06-01 | Credit @PeterDing for 91porn extractor (#5830) | Yen Chi Hsuan | |
2015-06-01 | [patreon] Fix embeds extraction (Closes #5862) | Sergey M․ | |
2015-05-31 | [imgur] Improve extraction | Sergey M․ | |
2015-05-31 | [YoutubeDL] Tweak select_format for video only media | Sergey M․ | |
2015-05-31 | Merge pull request #5852 from ivan/make-playlist-url | Sergey M. | |
[youtube] Construct a playlist URL in case the page is missing one | |||
2015-05-31 | [tvigle] Modernize | Sergey M․ | |
2015-05-31 | [tvigle] Add support for m3u8 | Sergey M․ | |
2015-05-30 | [youtube] Construct a playlist URL in case the page is missing one | Ivan Kozik | |
This fixes jumping from user/channel -> playlist for some users like https://www.youtube.com/user/BitcoinFoundation This also removes the superfluous log message "add --no-playlist to just download video VIDEOID" when downloading a user/channel. | |||
2015-05-31 | [extractor/generic] Clarify test comment | Sergey M․ | |
2015-05-31 | [extractor/generic] Put all direct link tests near to each other for better ↵ | Sergey M․ | |
navigation | |||
2015-05-31 | [extractor/generic] Add test for large compressed media | Sergey M․ | |
2015-05-31 | [extractor/generic] Use compat_urllib_parse_unquote for unquoting video_id ↵ | Sergey M․ | |
and title from URL |