aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-07-17[xvideos] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[xtube] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[xnxx] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[xbef] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[spankwire] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[pornhub] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plusSergey M․
2015-07-17[playvid] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plusSergey M․
2015-07-17[photobucket] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[openfilm] Use compat_urllib_parse_unquote_plusSergey M․
2015-07-17[odnoklassniki] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[myvideo] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[mofosex] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[mixcloud] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[mitele] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[metacafe] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[malemotion] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[karaoketv] Use compat_urllib_parse_unquote_plusSergey M․
2015-07-17[infoq] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[extractor/generic] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[gamespot] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[facebook] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[ehow] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[crunchyroll] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[ceskatelevize] Use compat_urllib_parse_unquoteSergey M․
2015-07-17[bet] Use compat_urllib_parse_unquoteSergey M․
2015-07-17Merge branch 'atomicdryad-pr-crashfix_compat_urllib_unquote'Sergey M․
2015-07-17Merge pull request #6259 from remitamine/howstuffworksSergey M.
[howstuffwoks] fix _VALID_URL regex
2015-07-17match only the test urlremitamine
2015-07-17do not capture a groupremitamine
2015-07-17Add test for urls without a numberremitamine
2015-07-17[howstuffwoks] fix _VALID_URL regexremitamine
2015-07-17Merge branch 'pr-crashfix_compat_urllib_unquote' of ↵Sergey M․
https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-crashfix_compat_urllib_unquote
2015-07-17[extractor/common] Add 'transform_source' parameter to _extract_f4m_formats()Yen Chi Hsuan
2015-07-17[npo] Compound titleSergey M․
2015-07-17[npo] Remove unused importsSergey M․
2015-07-17[vpro] Improve playlist extractionSergey M․
2015-07-17[npo] Allow missing descriptionSergey M․
2015-07-17[npo] Prefer aflevering_titel over titelSergey M․
2015-07-17[vpro] Fix extraction and add support for vpro playlistsSergey M․
2015-07-17[wnl] Add extractor for omroepwnl playlistsSergey M․
2015-07-16[npo] Update testSergey M․
2015-07-16[npo] Add support for omroepwnl fragmentsSergey M․
2015-07-16[npo] Extend _VALID_URL to support ntr.nl (Closes #6248)Sergey M․
2015-07-15Generic: use compat_urllib_parse_unquote to prevent utf8 manglingfnord
of the entire page in python 2. -requires- fixed compat_urllib_parse_unquote example - the following will save with a mangled playlist title, instead of the kanji for 'tsunami'. This affects all utf8encoded urls as well youtube-dl -f18 -o '%(playlist_title)s-%(title)s.%(ext)s' \ https://gist.githubusercontent.com/atomicdryad/fcb97465e6060fc519e1/raw/61c14c1e3a4985471dcf56c281d24d7e781a4e0e/tsunami.html
2015-07-16[prosiebensat1] Clarify test purposeSergey M․
2015-07-16[extractor/common] Keep going in some media_url is missingSergey M․
2015-07-16[prosiebensat1] Use generic f4m manifest extractionSergey M․
2015-07-16[extractor/common] Recursively extract child f4m manifestsSergey M․
2015-07-16[extractor/common] Properly handle full URLsSergey M․
2015-07-16[extractor/common] Handle malformed f4m manifestsSergey M․