Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-04 | Fix unicode_escape (Fixes #2695) | Philipp Hagemeister | |
2014-04-03 | [cnet] Add new extractor (Fixes #2679) | Philipp Hagemeister | |
2014-04-01 | [utils] Correct decoding of large unicode codepoints in uppercase_escape ↵ | Philipp Hagemeister | |
(Fixes #2664) | |||
2014-03-30 | Add new --encoding option (Fixes #2650) | Philipp Hagemeister | |
2014-03-28 | [comedycentral] Duration can now be a float (Fixes #2647) | Philipp Hagemeister | |
2014-03-24 | [washingtonpost] Add extractor (Fixes #2622) | Philipp Hagemeister | |
2014-03-24 | [clipfish] Modernize | Philipp Hagemeister | |
2014-03-24 | [instagram] Fix info_dict key name | Philipp Hagemeister | |
2014-03-23 | [utils] Simplify setproctitle | Philipp Hagemeister | |
2014-03-21 | [videolectures] (New extractor) | Philipp Hagemeister | |
2014-03-21 | [pbs] Add support for video ratings | Philipp Hagemeister | |
2014-03-18 | Fix typo | Philipp Hagemeister | |
2014-03-18 | Fix getpass on Windows (Fixes #2547) | Philipp Hagemeister | |
2014-03-12 | Add format to unified_strdate | Sergey M․ | |
2014-03-10 | [generic] Suppress warning about doctypes in RSS parser | Philipp Hagemeister | |
2014-03-07 | [facebook] Fix login process | Jaime Marquínez Ferrándiz | |
It was broken and didn't work in python 3. And use `_download_webpage` instead of `compat_urllib_request.urlopen`. | |||
2014-02-27 | Add one more format to unified_strdate | Sergey M. | |
2014-02-25 | Ignore BOM in batch files (Fixes #2450) | Philipp Hagemeister | |
2014-02-23 | Add one more format to unified_strdate | Sergey M. | |
2014-02-21 | [generic] Fix on python 2.6 | Jaime Marquínez Ferrándiz | |
`ParseError` is not available, it raises `xml.parsers.expat.ExpatError`. The webpage needs to be encoded. | |||
2014-02-17 | Add one more format in unified_strdate | Sergey M. | |
2014-02-17 | Improve parse_duration | Sergey M. | |
2014-02-15 | Fix f4m downloading on Python 2.6 | Philipp Hagemeister | |
2014-02-09 | Fix #2355 (date parsing with dashes) | Philipp Hagemeister | |
2014-02-09 | [youtube] Correct invalid JSON (Fixes #2353) | Philipp Hagemeister | |
2014-02-06 | [elpais] Add extractor | Philipp Hagemeister | |
2014-01-22 | Add __len__ to PagedLists | Philipp Hagemeister | |
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-22 | [mtv] Update tests and xpath function for new title extraction | Philipp Hagemeister | |
2014-01-22 | [gametrailers/mtv] Fix pre-3.x compatibility function for find_xpath_attr | Philipp Hagemeister | |
Fixes #2189 | |||
2014-01-20 | Correct XML ampersand fixup | Philipp Hagemeister | |
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-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-07 | Move check_executable into a helper ufnction | Philipp Hagemeister | |
2014-01-07 | Merge remote-tracking branch 'epitron/metadata-pp' | Philipp Hagemeister | |
Conflicts: youtube_dl/PostProcessor.py | |||
2014-01-07 | Use original Referer URL in Brightcove requests (Fixes #2110) | Philipp Hagemeister | |
2014-01-06 | [orf] Use new extraction method (Fixes #2057) | Philipp Hagemeister | |
2014-01-05 | Fix/work around Windows encoding issues (Fixes #2095) | Philipp Hagemeister | |
2014-01-03 | FFmpegMetadataPP; Write temporary file to `something.temp.{ext}` (fixes #2079) | Jaime Marquínez Ferrándiz | |
ffmpeg correctly recognize the formats of extensions like m4a, but it doesn’t works if it’s passed with the `—format` option. | |||
2014-01-02 | Added '--xattrs' option which writes metadata to the file's extended ↵ | epitron | |
attributes using a youtube-dl postprocessor. Works on Linux, OSX, and Windows. | |||
2013-12-29 | Add new --print-traffic option | Philipp Hagemeister | |
2013-12-26 | [cnn] Add multiple formats, duration, and upload_date | Philipp Hagemeister | |
2013-12-25 | [yahoo] Use centralized sorting, and add tbr field | Philipp Hagemeister | |
2013-12-20 | [aparat] Add support (Fixes #2012) | Philipp Hagemeister | |
2013-12-17 | [utils] Remove duplicated line | Philipp Hagemeister | |
This line was added by accident in 42393ce234c651aaae244e1546e1803101765acc | |||
2013-12-17 | Simplify url_basename | Jaime Marquínez Ferrándiz | |
Use urlparse from the standard library. | |||
2013-12-17 | Add support for direct links to a video (#1973) | Philipp Hagemeister | |
2013-12-17 | [utils] Fix url_basename | Philipp Hagemeister | |
2013-12-17 | Add webpage_url_basename info_dict field (Fixes #1938) | Philipp Hagemeister | |