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
path:
root
/
youtube_dl
/
extractor
/
generic.py
Age
Commit message (
Expand
)
Author
2013-11-07
[brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' parame...
Jaime Marquínez Ferrándiz
2013-11-06
[brightcove] Add the extraction of the url from generic
Jaime Marquínez Ferrándiz
2013-11-06
tests: don't run the test if any of the extractors listed in the 'add_ie' fie...
Jaime Marquínez Ferrándiz
2013-11-05
[GenericIE] Also detect youtube if src url of iframe is embedded in ' instaed...
rzhxeo
2013-10-27
[generic] Detect bandcamp pages that use custom domains (closes #1662)
Jaime Marquínez Ferrándiz
2013-10-27
[generic] Fix test video's checksum
Jaime Marquínez Ferrándiz
2013-10-18
Check for embedded YouTube player (Fixes #1616)
Philipp Hagemeister
2013-10-15
[generic] Support embedded vimeo videos (#1602)
Philipp Hagemeister
2013-10-11
Fix Brightcove detection when another Flash object is on the page
Joey Adams
2013-10-06
[generic] Clarify error messages
Philipp Hagemeister
2013-09-26
[brightcove] Support videos that only provide flv versions (fixes #1504)
Jaime Marquínez Ferrándiz
2013-09-06
[generic] If the url doesn't specify the protocol, then try to extract prepen...
Jaime Marquínez Ferrándiz
2013-09-05
[generic] Recognize html5 video in the format '<video src=".+?"' and only unq...
Jaime Marquínez Ferrándiz
2013-08-28
[generic] simply use urljoin
Philipp Hagemeister
2013-08-28
[generic] Fix URL concatenation
Philipp Hagemeister
2013-08-26
[generic] small typo
Philipp Hagemeister
2013-08-24
[generic] add support for relative URLs (Fixes #1308)
Philipp Hagemeister
2013-08-24
[generic] Support double slash URLs (Fixes #1309)
Philipp Hagemeister
2013-08-21
[generic] support HTML5 video
Philipp Hagemeister
2013-08-21
[generic] Ignore stupid HTTP servers (#1284)
Philipp Hagemeister
2013-07-12
GenericIE: allow to match declaration of the Brightocove parameters that use ...
Jaime Marquínez Ferrándiz
2013-07-11
GenericIE: detect more Brightcove videos
Jaime Marquínez Ferrándiz
2013-07-10
GenericIE: Detect videos from Brightcove
Jaime Marquínez Ferrándiz
2013-07-01
GenericIE: match titles that spread across multiple lines (related #904)
Jaime Marquínez Ferrándiz
2013-07-01
Add --list-extractor-descriptions (human-readable list of IEs)
Philipp Hagemeister
2013-06-27
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2013-06-27
Move tests to the IE definitions
Philipp Hagemeister
2013-06-27
Made 'video' the default title for generic IE
Albert Kim
2013-06-27
Made generic IE handle more cases
Albert Kim
2013-06-23
Move GenericIE into its own file
Philipp Hagemeister