index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-11-23
Switch codebase to use sanitized_Request instead of
Sergey M?
2015-11-23
Rename compat_urllib_request_Request to sanitized_Request and move to utils
Sergey M․
2015-11-23
[vimeo] Use compat_urllib_request_Request
Sergey M․
2015-11-23
[YoutubeDL] Wrap plain-text URL requests in compat_urllib_request_Request
Sergey M․
2015-11-23
[compat] Add compat_urllib_request_Request
Sergey M․
2015-11-23
[youtube] Fix test
Sergey M․
2015-11-23
[youtube] Fix test
Sergey M․
2015-11-23
[youtube] Clarify ytplayer.config extraction rationale
Sergey M․
2015-11-23
[youtube] Add test with '};' in tags
Sergey M․
2015-11-23
[youtube] Improve ytplayer.config extraction
Sergey M․
2015-11-23
Merge pull request #7599 from lalinsky/fix-youtube
Sergey M
2015-11-23
[pluralsight] Add support for alternative webpage layout (Closes #7607)
Sergey M․
2015-11-22
[youtube] Send the list of patterns directly to _search_regex
Lukáš Lalinský
2015-11-22
[youtube] Fall back to the original regex for ytplayer.config
Lukáš Lalinský
2015-11-22
[rutube] Remove unnecessary print
Sergey M․
2015-11-22
[youtube] More explicit player config JSON extraction (fixes #7468)
Lukáš Lalinský
2015-11-22
[pornhd] Fix title extraction (Closes #7596)
Sergey M․
2015-11-22
[utils] Check ext with trailing slash against the list of known extensions
Sergey M․
2015-11-22
[test_utils] Add tests for determine_ext
Sergey M․
2015-11-22
[utils] Improve determine_ext (Closes #7593)
Sergey M․
2015-11-22
[youtube] Add test for multi page list of playlists
Sergey M․
2015-11-22
[youtube] Extract base for entry list extractors and support multi page lists...
Sergey M․
2015-11-21
release 2015.11.21
2015.11.21
Philipp Hagemeister
2015-11-22
[youtube:show] Rework in terms of playlists base extractor
Sergey M․
2015-11-22
[youtube:user:playlists] Add extractor (Closes #3817)
Sergey M․
2015-11-22
[pluralsight] Rephrase
Sergey M․
2015-11-22
[pluralsight] Clarify allowed qualities guessing rationale
Sergey M․
2015-11-22
[soundcloud] Remove unused variable
Sergey M․
2015-11-22
[pluralsight] Until listing formats request only single format
Sergey M․
2015-11-22
[pluralsight] Clarify and randomize ViewClip sleep interval
Sergey M․
2015-11-21
[pluralsight] prevent error 429 when sensing video formats
Andrzej Lichnerowicz
2015-11-21
[pluralsight] Improve login detection
Sergey M․
2015-11-21
[pluralsight] Extract base class
Sergey M․
2015-11-21
[pluralsight] Update some more URLs
Sergey M․
2015-11-21
[pluralsight] Update _LOGIN_URL
Sergey M․
2015-11-21
[soundcloud:search] Simplify (Closes #7213)
Sergey M․
2015-11-21
[soundcloud:search] Remove no track results message
Sergey M․
2015-11-21
[soundcloud:search] Fix non-ASCII searches
Sergey M․
2015-11-21
[utils] Improve encode_dict
Sergey M․
2015-11-21
[soundcloud:search] PEP 8
Sergey M․
2015-11-21
[soundcloud] Remove limit on search results
reiv
2015-11-21
[soundcloud] Use correct error message conventions
reiv
2015-11-21
Rewrite as list comprehension.
reiv
2015-11-21
Simplify with itertools.islice().
reiv
2015-11-21
Fix some compatibility issues, cleanup.
reiv
2015-11-21
[soundcloud] Add Soundcloud search extractor
reiv
2015-11-21
[rutube] Extract all formats
Sergey M․
2015-11-21
[extractor/common] Use baseURL from f4m manifest for recursive manifest extra...
Sergey M․
2015-11-21
[rutube:embed] Extend _VALID_URL (Closes #7588)
Sergey M․
2015-11-21
[generic] Extract M3U8 formats (closes #7582)
Yen Chi Hsuan
[next]