Commit Graph

9013 Commits (3cc8b4c327585ff4dbb045d17d6f5c160df6fdb8)
 

Author SHA1 Message Date
Sergey M․ 3cc8b4c327 [compat] Fix missing _asciire on python 2.6 9 years ago
Sergey M․ 6b19647d57 [veehd] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 7bd42d0d96 [openfilm] Fix compat_urllib_parse_unquote_plus import 9 years ago
Sergey M․ c60e8cfaf7 [ehow] Simplify 9 years ago
Sergey M․ 7fd002c006 [youtube] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ db6c50f109 [ynet] Use compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ aa4789d632 [xvideos] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ ee8de13e14 [xtube] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 7dde5f6a8d [xnxx] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 736f003f2e [xbef] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 47af21e8f1 [spankwire] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 605cbef653 [pornhub] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ 388ad0c05c [playvid] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ 2ebbb6f1f7 [photobucket] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ d54f1c7477 [openfilm] Use compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ b78f5ec4c3 [odnoklassniki] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 9fd3bf04b7 [myvideo] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ e97bb3de83 [mofosex] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ c2daf8dfa4 [mixcloud] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 09b718c439 [mitele] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ c177bb3a50 [metacafe] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 977a247a06 [malemotion] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 899a3e2f13 [karaoketv] Use compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ 8ee4ecb48d [infoq] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ f7e6f7fa23 [extractor/generic] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 1f80e360fc [gamespot] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ d7011316d0 [facebook] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ d3671b344f [ehow] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ a60cccbf9f [crunchyroll] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 3e72f5f10e [ceskatelevize] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ b94b78971c [bet] Use compat_urllib_parse_unquote 9 years ago
Sergey M․ 4d08161ac2 [compat] Mention unquote_plus 9 years ago
Sergey M․ 8954e48140 [test_compat] Add tests for compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ aa99aa4e85 [compat] Add compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ d79febcd06 [test_compat] Remove redundant test 9 years ago
Sergey M․ 13fc7f3a05 Merge branch 'atomicdryad-pr-crashfix_compat_urllib_unquote' 9 years ago
Sergey M․ 14309e1ddc [test_compat] Make tests more idiomatic 9 years ago
Sergey M․ 5513967926 [compat] Simplify and use latest cpython 3 code 9 years ago
Sergey M. eacd875f3b Merge pull request #6259 from remitamine/howstuffworks
[howstuffwoks] fix _VALID_URL regex
9 years ago
remitamine c4fe07c7af match only the test url 9 years ago
remitamine 1186e3f91a do not capture a group 9 years ago
remitamine f354385bf5 Add test for urls without a number 9 years ago
remitamine cabe001590 [howstuffwoks] fix _VALID_URL regex 9 years ago
Sergey M․ 89f691e141 Merge branch 'pr-crashfix_compat_urllib_unquote' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-crashfix_compat_urllib_unquote 9 years ago
fnord 4a63291144 Add tests for compat_urllib_parse_unquote 9 years ago
fnord 593b77064c Don't forget trailing '%' 9 years ago
fnord 9fefc88656 fix TestCompat test_all_present 9 years ago
fnord a0f28f90fa remove kebab 9 years ago
fnord 851229a01f remove debugprint 9 years ago
fnord c9c854cea7 replace old compat_urllib_parse_unquote with backport from python3's function
* required unquote_to_bytes function ported as well
    (uses .decode('hex') instead of dynamically populated _hextobyte global)
  * required implicit conversion to bytes and/or unicode in places due to
    differing type assumptions in p3
9 years ago