Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | [spiegel] Implement format selection | Philipp Hagemeister | 2013-11-16 | 2 | -16/+44 | |
| | | | | | | ||||||
* | | | | | | Add automatic generation of format note based on bitrate and codecs | Philipp Hagemeister | 2013-11-16 | 3 | -4/+25 | |
| | | | | | | ||||||
* | | | | | | release 2013.11.15.1 | Philipp Hagemeister | 2013-11-15 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [ted] Fix playlists (Fixes #1770) | Philipp Hagemeister | 2013-11-15 | 1 | -15/+14 | |
| | | | | | | ||||||
* | | | | | | [ted] simplify | Philipp Hagemeister | 2013-11-15 | 1 | -7/+2 | |
| | | | | | | ||||||
* | | | | | | [rtlnow] Remove the test for nitro | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -12/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The videos expire. | |||||
* | | | | | | Don't accept '>' inside the content attribute in OpenGraph regexes | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -3/+5 | |
| | | | | | | ||||||
* | | | | | | Improve the OpenGraph regex | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not accept '>' between the property and content attributes. * Recognize the properties if the content attribute is before the property attribute using two regexes (fixes the extraction of the description for SlideshareIE). | |||||
* | | | | | | [tvp] Update the title and the description of the test video | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | [youtube:channel] Fix the extraction of autogenerated channels | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -13/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The ajax pages are empty, now it looks directly in the channel's /videos page | |||||
* | | | | | | Pass the 'download' argument to 'process_video_result' (fixes #1769) | Jaime Marquínez Ferrándiz | 2013-11-15 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | release 2013.11.15 | Philipp Hagemeister | 2013-11-15 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-11-15 | 6 | -6/+50 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [soundlcoud] Set the correct extension for the tracks (fixes #1766) | Jaime Marquínez Ferrándiz | 2013-11-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some tracks are not in mp3 format, they can be wav files. | |||||
| * | | | | | | [livestream] Add an extractor for the original version of livestream (closes ↵ | Jaime Marquínez Ferrándiz | 2013-11-14 | 2 | -1/+45 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1764) The two versions use different systems. | |||||
| * | | | | | Don't assume the 'subtitlesformat' is set in the params dict (fixes #1750) | Jaime Marquínez Ferrándiz | 2013-11-13 | 2 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | [gamekings] Fix the test video checksum | Jaime Marquínez Ferrándiz | 2013-11-13 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* / | | | | [youtube] Fix protocol-independent URLs (Fixes #1768) | Philipp Hagemeister | 2013-11-15 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | release 2013.11.13 | Philipp Hagemeister | 2013-11-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Credit @saper for tvp IE (#1730) | Philipp Hagemeister | 2013-11-13 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | [tvp] Minor improvements (#1730) | Philipp Hagemeister | 2013-11-13 | 1 | -33/+14 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'saper/tvp' | Philipp Hagemeister | 2013-11-13 | 2 | -0/+61 | |
|\ \ \ \ | ||||||
| * | | | | [tvp] Telewizja Polska: new extractor for tvp.pl, fixes #1719 | Marcin Cieślak | 2013-11-05 | 2 | -0/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks-To: mplonski https://github.com/mplonski/linux/blob/master/tvp-dl.py | |||||
* | | | | | Credit @jelly for gamekings extractor (#1759) | Philipp Hagemeister | 2013-11-13 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | [gamekings] Minor fixes (#1759) | Philipp Hagemeister | 2013-11-13 | 1 | -14/+15 | |
| | | | | | ||||||
* | | | | | Add extractor for gamekings.tv | Jelle van der Waa | 2013-11-13 | 2 | -0/+40 | |
| |/ / / |/| | | | ||||||
* | | | | [vine] Fix uploader extraction | Jaime Marquínez Ferrándiz | 2013-11-12 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | FFmpegMetadataPP: don't enclose the values with " (fixes #1756) | Jaime Marquínez Ferrándiz | 2013-11-12 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [common] Simplify og_search_property | Philipp Hagemeister | 2013-11-12 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | release 2013.11.11 | Philipp Hagemeister | 2013-11-11 | 2 | -3/+5 | |
| | | | | ||||||
* | | | | Clarify -c. Do not pass it in if you don't know what you're doing | Philipp Hagemeister | 2013-11-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Suggested in #1743 | |||||
* | | | | Use avconv for downloading with m3u8 manifests if it's available (fixes #1735) | Jaime Marquínez Ferrándiz | 2013-11-10 | 1 | -9/+13 | |
| | | | | ||||||
* | | | | Use the 'rtmp_live' field for the live parameter of rtmpdump | Jaime Marquínez Ferrándiz | 2013-11-10 | 2 | -3/+3 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'rzhxeo/rtmpdump_live' | Jaime Marquínez Ferrándiz | 2013-11-10 | 2 | -2/+7 | |
|\ \ \ \ | ||||||
| * | | | | [CinemassacreIE] Add live paramter to extracted info as a workaround | rzhxeo | 2013-11-02 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Add support for live parameter to rtmpdump | rzhxeo | 2013-11-02 | 1 | -2/+5 | |
| | | | | | ||||||
* | | | | | Merge all the subtitles test into a single file | Jaime Marquínez Ferrándiz | 2013-11-10 | 4 | -232/+211 | |
| | | | | | | | | | | | | | | | | | | | | They reuse a base class | |||||
* | | | | | [ted] Return a single info_dict for talks urls | Jaime Marquínez Ferrándiz | 2013-11-10 | 2 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | It failed with the --list-subs option | |||||
* | | | | | Merge pull request #1705 from iemejia/master | Jaime Marquínez Ferrándiz | 2013-11-10 | 5 | -13/+110 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ted] support for subtitles | |||||
| * | | | | | [ted] fixed error in case of no subtitles present | Ismaël Mejía | 2013-11-05 | 2 | -8/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I created a test, but I leave it commented since TED videos get new subtitles frequently. | |||||
| * | | | | | Merge remote-tracking branch 'iemejia/master' | Ismaël Mejía | 2013-11-02 | 3 | -0/+90 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'ted_subtitles' | Ismaël Mejía | 2013-11-02 | 5 | -14/+97 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | [ted] Added support for subtitle download | Ismaël Mejía | 2013-11-02 | 2 | -4/+87 | |
| | | | | | | | ||||||
| | * | | | | | [subtitles] refactor to support websites with subtitle information the | Ismaël Mejía | 2013-11-02 | 3 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | webpage. I added the parameter webpage, so now it's similar to the way automatic captions are handled. This is an improvement needed for websites like TED. | |||||
* | | | | | | | Merge pull request #1726 from saper/escaped | Jaime Marquínez Ferrándiz | 2013-11-10 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix AssertionError when og property not found | |||||
| * | | | | | | | Fix AssertionError when og property not found | Marcin Cieślak | 2013-11-05 | 1 | -1/+3 | |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On tvp.pl some webpages contain OpenGraph metadata and some don't. If og property is not found, _og_search_description fails with WARNING: unable to extract OpenGraph description; please report this issue on http://yt-dl.org/bug Traceback (most recent call last): File "/usr/home/saper/bin/youtube-dl", line 18, in <module> youtube_dl.main() File "/usr/home/saper/sw/youtube-dl/youtube_dl/__init__.py", line 766, in main _real_main(argv) File "/usr/home/saper/sw/youtube-dl/youtube_dl/__init__.py", line 719, in _real_main retcode = ydl.download(all_urls) File "/usr/home/saper/sw/youtube-dl/youtube_dl/YoutubeDL.py", line 715, in download videos = self.extract_info(url) File "/usr/home/saper/sw/youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info ie_result = ie.extract(url) File "/usr/home/saper/sw/youtube-dl/youtube_dl/extractor/common.py", line 125, in extract return self._real_extract(url) File "/usr/home/saper/sw/youtube-dl/youtube_dl/extractor/tvp.py", line 56, in _real_extract info['description'] = self._og_search_description(webpage) File "/usr/home/saper/sw/youtube-dl/youtube_dl/extractor/common.py", line 331, in _og_search_description return self._og_search_property('description', html, fatal=False, **kargs) File "/usr/home/saper/sw/youtube-dl/youtube_dl/extractor/common.py", line 325, in _og_search_property return unescapeHTML(escaped) File "/usr/home/saper/sw/youtube-dl/youtube_dl/utils.py", line 494, in unescapeHTML assert type(s) == type(u'') AssertionError The patch allows me to use: try: info['description'] = self._og_search_description(webpage) info['thumbnail'] = self._og_search_thumbnail(webpage) except RegexNotFoundError: pass | |||||
* | | | | | | | Fix the documentation of '--autonumber-size' (#1743) | Jaime Marquínez Ferrándiz | 2013-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's '--auto-number' not '--autonumber' | |||||
* | | | | | | | Improve format listing for long format ids | Jaime Marquínez Ferrándiz | 2013-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now arte.tv videos have quite long ids. | |||||
* | | | | | | | [arte] Improve the format sorting | Jaime Marquínez Ferrándiz | 2013-11-09 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also use the bitrate. Prefer normal version and sourds/mal version over original version with subtitles. | |||||
* | | | | | | | [arte] Make sure the format_id is unique (closes #1739) | Jaime Marquínez Ferrándiz | 2013-11-09 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include the bitrate and use the height instead of the quality field. |