188 Commits (edec83a02579007da0f1043f7340ff2fe252a84b)

Author SHA1 Message Date
Philipp Hagemeister 89938c719e Fix Windows output for non-BMP unicode characters 10 years ago
Philipp Hagemeister b58ddb32ba [utils] Completely rewrite Windows output (Fixes #2672) 10 years ago
Philipp Hagemeister 104aa7388a Use our own encoding when writing strings 10 years ago
Philipp Hagemeister 734f90bb41 Use --encoding when outputting 10 years ago
Philipp Hagemeister 676eb3f2dd Fix unicode_escape (Fixes #2695) 10 years ago
Philipp Hagemeister 9271bc8355 [cnet] Add new extractor (Fixes #2679) 10 years ago
Philipp Hagemeister a612753db9 [utils] Correct decoding of large unicode codepoints in uppercase_escape (Fixes #2664) 10 years ago
Philipp Hagemeister 62fec3b2ff Add new --encoding option (Fixes #2650) 10 years ago
Philipp Hagemeister 43f775e4ca [comedycentral] Duration can now be a float (Fixes #2647) 10 years ago
Philipp Hagemeister fac55558ad [washingtonpost] Add extractor (Fixes #2622) 10 years ago
Philipp Hagemeister ba40a74666 [clipfish] Modernize 10 years ago
Philipp Hagemeister 912b38b428 [instagram] Fix info_dict key name 10 years ago
Philipp Hagemeister 6eefe53329 [utils] Simplify setproctitle 10 years ago
Philipp Hagemeister 64e7ad6045 [videolectures] (New extractor) 10 years ago
Philipp Hagemeister a1a530b067 [pbs] Add support for video ratings 10 years ago
Philipp Hagemeister 4e6f9aeca1 Fix typo 10 years ago
Philipp Hagemeister e68301af21 Fix getpass on Windows (Fixes #2547) 10 years ago
Sergey M․ b047de6f6e Add format to unified_strdate 10 years ago
Philipp Hagemeister bcf89ce62c [generic] Suppress warning about doctypes in RSS parser 10 years ago
Jaime Marquínez Ferrándiz b74fa8cd2c [facebook] Fix login process
It was broken and didn't work in python 3.
And use `_download_webpage` instead of `compat_urllib_request.urlopen`.
10 years ago
Sergey M. 4cf9654693 Add one more format to unified_strdate 10 years ago
Philipp Hagemeister 62e609ab77 Ignore BOM in batch files (Fixes #2450) 10 years ago
Sergey M. 7ff5d5c2e2 Add one more format to unified_strdate 10 years ago
Jaime Marquínez Ferrándiz f7300c5c90 [generic] Fix on python 2.6
`ParseError` is not available, it raises `xml.parsers.expat.ExpatError`.
The webpage needs to be encoded.
10 years ago
Sergey M. 0f99566c01 Add one more format in unified_strdate 10 years ago
Sergey M. 2db806b4aa Improve parse_duration 10 years ago
Philipp Hagemeister b53466e168 Fix f4m downloading on Python 2.6 10 years ago
Philipp Hagemeister 026fcc0495 Fix #2355 (date parsing with dashes) 10 years ago
Philipp Hagemeister 81c2f20b53 [youtube] Correct invalid JSON (Fixes #2353) 10 years ago
Philipp Hagemeister 5de90176d9 [elpais] Add extractor 10 years ago
Philipp Hagemeister dd26ced164 Add __len__ to PagedLists 10 years ago
Philipp Hagemeister 65697b3bf3 Merge branch 'paged-lists'
Conflicts:
	test/test_utils.py
	youtube_dl/extractor/youtube.py
10 years ago
Philipp Hagemeister 50317b111d Merge branch 'youtube-dash-manifest'
Conflicts:
	youtube_dl/extractor/youtube.py
10 years ago
Philipp Hagemeister af1588c05f [mtv] Update tests and xpath function for new title extraction 10 years ago
Philipp Hagemeister 00122de6a9 [gametrailers/mtv] Fix pre-3.x compatibility function for find_xpath_attr
Fixes #2189
10 years ago
Philipp Hagemeister 5aafe895fc Correct XML ampersand fixup 10 years ago
Philipp Hagemeister b7ab059084 Add infrastructure for paged lists
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
10 years ago
Philipp Hagemeister dd27fd1739 [youtube] Download DASH manifest
If given, download and parse the DASH manifest file, in order to get ultra-HQ formats.
Fixes #2166
10 years ago
Philipp Hagemeister d70ad093af Move check_executable into a helper ufnction 10 years ago
Philipp Hagemeister 5f263296ea Merge remote-tracking branch 'epitron/metadata-pp'
Conflicts:
	youtube_dl/PostProcessor.py
10 years ago
Philipp Hagemeister 79f8295303 Use original Referer URL in Brightcove requests (Fixes #2110) 10 years ago
Philipp Hagemeister 5d73273f6f [orf] Use new extraction method (Fixes #2057) 10 years ago
Philipp Hagemeister 8bf48f237d Fix/work around Windows encoding issues (Fixes #2095) 10 years ago
Jaime Marquínez Ferrándiz 91d7d0b333 FFmpegMetadataPP; Write temporary file to `something.temp.{ext}` (fixes #2079)
ffmpeg correctly recognize the formats of extensions like m4a, but it doesn’t works if it’s passed with the `—format` option.
10 years ago
epitron e63fc1bed4 Added '--xattrs' option which writes metadata to the file's extended attributes using a youtube-dl postprocessor.
Works on Linux, OSX, and Windows.
11 years ago
Philipp Hagemeister a0ddb8a2fa Add new --print-traffic option 11 years ago
Philipp Hagemeister 608d11f515 [cnn] Add multiple formats, duration, and upload_date 11 years ago
Philipp Hagemeister 7217e148fb [yahoo] Use centralized sorting, and add tbr field 11 years ago
Philipp Hagemeister aa94a6d315 [aparat] Add support (Fixes #2012) 11 years ago
Philipp Hagemeister e029b8bd43 [utils] Remove duplicated line
This line was added by accident in 42393ce234
11 years ago