- 11 Dec, 2016 1 commit
-
-
Sergey M․ authored
-
- 10 Dec, 2016 9 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Remita Amine authored
-
Remita Amine authored
-
Remita Amine authored
-
Remita Amine authored
-
Remita Amine authored
-
- 08 Dec, 2016 3 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
-
- 07 Dec, 2016 2 commits
- 06 Dec, 2016 1 commit
-
-
Remita Amine authored
-
- 05 Dec, 2016 3 commits
- 04 Dec, 2016 2 commits
-
-
Yen Chi Hsuan authored
1. ProxyError now inherits from socket.error instead of IOError The only functions socks.py overrides are connect and connect_ex. In Python 2.x and Python <= 3.2, socket functions raises socket.error. In newer Python versions, those functions raises OSError instead. The name socket.error is preserved as an alias of OSError for backward compability. To keep socks.py compatible with Python's standard library, it should raise the same exception as raw sockets. See PEP 3151 (https://www.python.org/dev/peps/pep-3151/) for more information about the change in Python 3.3. 2. Raise EOFError instead of IOError when the socket receives less data than it expects There's no common convention, but both ftplib and telnetlib raises EOFError for similar situations. socks.py follows them. Closes #11355 In #11355, only Python 2 is affected. In Python 3, both socket.error and IOError are alias of OSError, so AbstractHTTPHandler.do_open correctly catches the error and thus InfoExtractor._is_valid_url works fine.
-
Sergey M․ authored
-
- 03 Dec, 2016 1 commit
-
-
Yen Chi Hsuan authored
-
- 01 Dec, 2016 2 commits
-
-
Remita Amine authored
-
Yen Chi Hsuan authored
Closes #11271
-
- 30 Nov, 2016 5 commits
-
-
Laneone authored
Just a minor spelling mistake in the readme
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Philipp Hagemeister authored
-
- 29 Nov, 2016 5 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Varun authored
-
Mark Lee authored
-
Philipp Hagemeister authored
CC seems to have added yet another indirection for full episodes - the mgid is now only in a linked feed. This may be a little brittle, but it's better than failing outright. Plus, the current The Daily Show episode now works :)
-
- 28 Nov, 2016 2 commits
- 27 Nov, 2016 4 commits
-
-
Yen Chi Hsuan authored
Some videos on NicoNico are swf
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-