aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-17[meipai] Add extractorPhilip Xu
2016-12-17[ondemandkorea] Fix extraction (closes #10772)Sergey M․
2016-12-17[jwplatform] Improve duration extractionSergey M․
2016-12-17[jwplatform] Improve subtitles extractionSergey M․
2016-12-17[utils] Improve urljoinSergey M․
2016-12-17[ondemandkorea] Add extractorping
2016-12-16[vporn] Use urljoin for thumbnailSergey M․
2016-12-16[vvvvid] do not cache the conn_idRemita Amine
2016-12-16[vvvvid] Add new extractor(closes #5915)Remita Amine
2016-12-15release 2016.12.152016.12.15Sergey M․
2016-12-15[ChangeLog] ActualizeSergey 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 streamsSergey M․
2016-12-14[vlive] Add video params extraction fallback and improve (closes #11375)Sergey M․
2016-12-14[vlive] Update extractionCorey Nicholson
2016-12-13[canvas] extract dash formatsRemita Amine
2016-12-13[melonvod] Improve (closes #11419)Sergey M․
2016-12-13[utils] Add convenience urljoinSergey M․
2016-12-13[melonvod] Add extractor for vod.melon.comping
2016-12-12release 2016.12.122016.12.12Sergey M․
2016-12-12[ChangeLog] ActualizeSergey M․
2016-12-12[dplay] Use Safari user-agent for hls (closes #11418)Sergey M․
2016-12-12[utils] Add common user agents mapSergey M․
2016-12-11[facebook] Detect login required error messageSergey 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 formatsRemita Amine
2016-12-10[rts,srgssr] improve extraction for geo restricted videos(fixes ↵Remita Amine
#11089)(closes #4989)
2016-12-09release 2016.12.092016.12.09Sergey M․
2016-12-09[ChangeLog] ActualizeSergey M․
2016-12-09[openload] Fix extraction (closes #10408)Yen Chi Hsuan
2016-12-07[pandoratv] PEP 8 and simplifySergey M․
2016-12-07[pandoratv] Fix extraction (closes #11023)Serkora
2016-12-06[telebruxelles] extract all formats and add support for emission urlsRemita Amine
2016-12-06[bloomberg] Add another video id regex (closes #11371)Sergey M․
2016-12-05[1tv] Fix video id extractionSergey M․
2016-12-05[fusion] Update ooyala id regexvordep
2016-12-05[socks] Refine exception model for better error handlingYen 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 _TESTSYen Chi Hsuan
Closes #11271
2016-12-01[README.md] Fix typoLaneone
Just a minor spelling mistake in the readme
2016-12-01release 2016.12.012016.12.01Sergey M․
2016-12-01[ChangeLog] ActualizeSergey M․