Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-17 | [meipai] Add extractor | Philip Xu | |
2016-12-17 | [ondemandkorea] Fix extraction (closes #10772) | Sergey M․ | |
2016-12-17 | [jwplatform] Improve duration extraction | Sergey M․ | |
2016-12-17 | [jwplatform] Improve subtitles extraction | Sergey M․ | |
2016-12-17 | [utils] Improve urljoin | Sergey M․ | |
2016-12-17 | [ondemandkorea] Add extractor | ping | |
2016-12-16 | [vporn] Use urljoin for thumbnail | Sergey M․ | |
2016-12-16 | [vvvvid] do not cache the conn_id | Remita Amine | |
2016-12-16 | [vvvvid] Add new extractor(closes #5915) | Remita Amine | |
2016-12-15 | release 2016.12.152016.12.15 | Sergey M․ | |
2016-12-15 | [ChangeLog] Actualize | Sergey M․ | |
2016-12-15 | [openload] Recognize oload.tv URLs (#10408) | Yen Chi Hsuan | |
2016-12-15 | [facebook] Recognize .onion URLs (closes #11443) | Yen Chi Hsuan | |
2016-12-14 | [vlive] Use live titles for live streams | Sergey M․ | |
2016-12-14 | [vlive] Add video params extraction fallback and improve (closes #11375) | Sergey M․ | |
2016-12-14 | [vlive] Update extraction | Corey Nicholson | |
2016-12-13 | [canvas] extract dash formats | Remita Amine | |
2016-12-13 | [melonvod] Improve (closes #11419) | Sergey M․ | |
2016-12-13 | [utils] Add convenience urljoin | Sergey M․ | |
2016-12-13 | [melonvod] Add extractor for vod.melon.com | ping | |
2016-12-12 | release 2016.12.122016.12.12 | Sergey M․ | |
2016-12-12 | [ChangeLog] Actualize | Sergey M․ | |
2016-12-12 | [dplay] Use Safari user-agent for hls (closes #11418) | Sergey M․ | |
2016-12-12 | [utils] Add common user agents map | Sergey M․ | |
2016-12-11 | [facebook] Detect login required error message | Sergey M․ | |
2016-12-11 | [facebook] Improve video selection (closes #11390) | Sergey M․ | |
2016-12-11 | [canalplus] Add another video id regex (closes #11399) | Sergey M․ | |
2016-12-10 | [mixcloud] Relax _VALID_URL (closes #11406) | Sergey M․ | |
2016-12-10 | [ctvnews] relax _VALID_URL regex(closes #11394) | Remita Amine | |
2016-12-10 | [common] recognize hls manifests that contain video only formats(#11394) | Remita Amine | |
2016-12-10 | [rte] improve extraction(closes #10498)(closes #7746) | Remita Amine | |
2016-12-10 | [prosiebensat1] extract dash formats | Remita Amine | |
2016-12-10 | [rts,srgssr] improve extraction for geo restricted videos(fixes ↵ | Remita Amine | |
#11089)(closes #4989) | |||
2016-12-09 | release 2016.12.092016.12.09 | Sergey M․ | |
2016-12-09 | [ChangeLog] Actualize | Sergey M․ | |
2016-12-09 | [openload] Fix extraction (closes #10408) | Yen Chi Hsuan | |
2016-12-07 | [pandoratv] PEP 8 and simplify | Sergey M․ | |
2016-12-07 | [pandoratv] Fix extraction (closes #11023) | Serkora | |
2016-12-06 | [telebruxelles] extract all formats and add support for emission urls | Remita Amine | |
2016-12-06 | [bloomberg] Add another video id regex (closes #11371) | Sergey M․ | |
2016-12-05 | [1tv] Fix video id extraction | Sergey M․ | |
2016-12-05 | [fusion] Update ooyala id regex | vordep | |
2016-12-05 | [socks] Refine exception model for better error handling | Yen Chi Hsuan | |
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. | |||
2016-12-04 | [1tv] Improve extraction and add support for playlists (closes #11335) | Sergey M․ | |
2016-12-03 | [socks] Fix error reporting (#11355) | Yen Chi Hsuan | |
2016-12-01 | [aenetworks] extract more formats(closes #11321) | Remita Amine | |
2016-12-01 | [thisoldhouse] Recognize /tv-episode/ URLs and update _TESTS | Yen Chi Hsuan | |
Closes #11271 | |||
2016-12-01 | [README.md] Fix typo | Laneone | |
Just a minor spelling mistake in the readme | |||
2016-12-01 | release 2016.12.012016.12.01 | Sergey M․ | |
2016-12-01 | [ChangeLog] Actualize | Sergey M․ | |