Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [--load-info] Always read file as UTF-8 | Philipp Hagemeister | 2013-12-09 | 1 | -2/+1 | |
| | | | | | | | | | | | | This allows editing the file (and not escaping non-ASCII characters) and reloading it in. | |||||
* | | | Merge remote-tracking branch 'jaimeMF/load-info' | Philipp Hagemeister | 2013-12-09 | 2 | -2/+23 | |
|\ \ \ | ||||||
| * | | | Option '--load-info': if the download fails, try extracting the info with ↵ | Jaime Marquínez Ferrándiz | 2013-12-03 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the 'webpage_url' field of the info dict The video url may have expired. | |||||
| * | | | Add --load-info option (#972) | Jaime Marquínez Ferrándiz | 2013-12-03 | 2 | -2/+14 | |
| | | | | | | | | | | | | | | | | It just calls the 'YoutubeDL.process_ie_result' with the dictionary from the json file | |||||
* | | | | Remove unused imports | Philipp Hagemeister | 2013-12-09 | 4 | -6/+1 | |
| | | | | ||||||
* | | | | Lower number of expected entries in top list | Philipp Hagemeister | 2013-12-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'jaimeMF/yt-toplists' | Philipp Hagemeister | 2013-12-09 | 3 | -0/+44 | |
|\ \ \ \ | ||||||
| * | | | | [youtube] Add support for downloading top lists (fixes #1868) | Jaime Marquínez Ferrándiz | 2013-11-30 | 3 | -0/+44 | |
| | | | | | | | | | | | | | | | | | | | | It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie. | |||||
* | | | | | Merge remote-tracking branch 'dstftw/smotri.com-broadcast' | Philipp Hagemeister | 2013-12-09 | 3 | -8/+142 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/FileDownloader.py youtube_dl/extractor/smotri.py | |||||
| * | | | | | [smotri] Fix broadcast ticket regex | dst | 2013-12-04 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | [smotri] Add an extractor for live rtmp broadcasts | dst | 2013-12-04 | 3 | -8/+148 | |
| | | | | | | ||||||
* | | | | | | Add filename to --dump-json output (Fixes #1908) | Philipp Hagemeister | 2013-12-09 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Add some bug reporting hints | Philipp Hagemeister | 2013-12-09 | 1 | -8/+48 | |
| | | | | | | ||||||
* | | | | | | release 2013.12.09.1 | Philipp Hagemeister | 2013-12-09 | 2 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | Add a workaround for terminals without bidi support (Fixes #1912) | Philipp Hagemeister | 2013-12-09 | 2 | -14/+59 | |
| | | | | | | ||||||
* | | | | | | release 2013.12.09 | Philipp Hagemeister | 2013-12-09 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Restore Python 2.6.<6 compatibility (Fixes #1860) | Philipp Hagemeister | 2013-12-09 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Add fatal=False parameter to _download_* functions. | Philipp Hagemeister | 2013-12-09 | 2 | -41/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows us to simplify the calls in the youtube extractor even further. | |||||
* | | | | | | Remove the calls to 'compat_urllib_request.urlopen' in a few extractors | Jaime Marquínez Ferrándiz | 2013-12-08 | 5 | -86/+42 | |
| | | | | | | ||||||
* | | | | | | [arte.tv:ddc] Add fields to the test and skip download (rtmp) | Jaime Marquínez Ferrándiz | 2013-12-08 | 1 | -0/+7 | |
| | | | | | | ||||||
* | | | | | | Merge remote-tracking branch 'spjoe/master' (closes PR #1921) | Jaime Marquínez Ferrándiz | 2013-12-08 | 2 | -0/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | made ddc.arte.tv test working | Camillo Dell'mour | 2013-12-08 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | added arte.tv extractor support for subdomain ddc - Mit offenen ↵ | Camillo Dell'mour | 2013-12-08 | 2 | -0/+29 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Karten(german) Le Dessous des Cartes(france) | |||||
* | | | | | | release 2013.12.08.1 | Philipp Hagemeister | 2013-12-08 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [youtube:channel] Fix automated channel detection | Philipp Hagemeister | 2013-12-08 | 1 | -4/+5 | |
| | | | | | | ||||||
* | | | | | | [wimp] simplify | Philipp Hagemeister | 2013-12-08 | 1 | -12/+10 | |
| | | | | | | ||||||
* | | | | | | release 2013.12.08 | Philipp Hagemeister | 2013-12-08 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Automatically load SSL certs on Windows | Philipp Hagemeister | 2013-12-08 | 1 | -2/+5 | |
| | | | | | | ||||||
* | | | | | | [FileDownloader] Fix progress report on Windows (Fixes #1918) | Philipp Hagemeister | 2013-12-08 | 1 | -4/+12 | |
| | | | | | | ||||||
* | | | | | | Simplify status reporting (#1918) | Philipp Hagemeister | 2013-12-08 | 1 | -17/+22 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #1919 from rzhxeo/xhamster | Jaime Marquínez Ferrándiz | 2013-12-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | [XHamsterIE] Fix HD video detection | |||||
| * | | | | | [XHamsterIE] Fix md5 in second test | rzhxeo | 2013-12-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | [XHamsterIE] Fix HD video detection | rzhxeo | 2013-12-07 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | [pyvideo] add support for videos that don't come from Youtube | Jaime Marquínez Ferrándiz | 2013-12-07 | 1 | -4/+26 | |
| | | | | | ||||||
* | | | | | [pyvideo] Cleanup and fix test | Jaime Marquínez Ferrándiz | 2013-12-07 | 1 | -5/+9 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'gekitsuu/master' (closes PR #1913) | Jaime Marquínez Ferrándiz | 2013-12-07 | 2 | -0/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | removing bad VALID_URL | Adam Glenn | 2013-12-06 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | Adding pyvideo support | Adam Glenn | 2013-12-06 | 2 | -0/+27 | |
|/ / / / / | ||||||
* | | | | | [vimeo] Add an extractor for groups | Jaime Marquínez Ferrándiz | 2013-12-06 | 3 | -5/+29 | |
| | | | | | ||||||
* | | | | | [vimeo] Add an extractor for albums (closes #1911) | Jaime Marquínez Ferrándiz | 2013-12-06 | 3 | -3/+30 | |
| | | | | | ||||||
* | | | | | [imdb] Fix extraction | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The paths to each format's page may have leading whitespace. The height and the duration can't be extracted. | |||||
* | | | | | [vevo] Update test video's duration | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [youtube:playlist] Recognize mix ids for direct use (fixes #1295) | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | [youtube:playlist] Support mix ids longer than 13 (#1295) | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | [dailymotion] Fix view count regex | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | In some languages they can be in the format '123,456' instead of '123.456' | |||||
* | | | | | [dailymotion] Extract view count (#1895) | Jaime Marquínez Ferrándiz | 2013-12-06 | 3 | -0/+14 | |
| | | | | | ||||||
* | | | | | [youtube] Extract like and dislike count (#1895) | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -12/+11 | |
| | | | | | ||||||
* | | | | | [vimeo] Extract views count, likes count and comments count (#1895) | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -0/+13 | |
| | | | | | ||||||
* | | | | | [wistia] Add extractor | Philipp Hagemeister | 2013-12-06 | 4 | -10/+80 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-12-05 | 2 | -20/+86 | |
|\ \ \ \ \ |