Age | Commit message (Collapse) | Author | |
---|---|---|---|
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․ | |
2016-11-30 | [soundcloud] Update client id (closes #11327) | Sergey M․ | |
2016-11-30 | [comedcycentral] Give /shows/.+/full-episodes URLs to the ↵ | Philipp Hagemeister | |
COmedyCentralFullEpisodesIE | |||
2016-11-30 | [ruutu] Detect DRM videos | Sergey M․ | |
2016-11-29 | [liveleak] Simplify and PEP 8 | Sergey M․ | |
2016-11-29 | [liveleak] Add support for youtube embeds | Varun | |
2016-11-29 | [spike] Fix full episodes extraction | Mark Lee | |
2016-11-29 | [comedycentral] Add new extractor for full-episodes | Philipp Hagemeister | |
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 :) | |||
2016-11-28 | [teamfourstar] Simplify _VALID_URL and relax regexes | Sergey M․ | |
2016-11-28 | [screenwavemedia] Remove extractor | felix | |
Rewrite TeamFourStar and Normalboots extractors in terms of JWPlatform | |||
2016-11-27 | Ignore and clean .swf files | Yen Chi Hsuan | |
Some videos on NicoNico are swf | |||
2016-11-27 | release 2016.11.272016.11.27 | Sergey M․ | |
2016-11-27 | [ChangeLog] Actualize | Sergey M․ | |
2016-11-27 | [extractor/generic] Add support for webcaster.pro embeds | Sergey M․ | |
2016-11-27 | [webcaster] Add support for webcaster.pro | Sergey M․ | |
2016-11-27 | [azubu] Add support for azubu.uol.com.br (closes #11305) | Sergey M․ | |
2016-11-26 | [viki] Prefer hls | Sergey M․ | |
2016-11-26 | [viki] Fix rtmp formats extraction (closes #11255) | Sergey M․ | |
2016-11-25 | [puls4] Relax _VALID_URL (closes #11267) | Sergey M․ | |
2016-11-24 | [vevo] Allow video info to fail in tests | Sergey M․ | |
2016-11-24 | [vevo] Simplify artists extraction | Sergey M․ | |
2016-11-24 | vevo: fixing naming when there are featured artists | Andrew J. Erickson | |
2016-11-24 | [mitele] Modernize and extract more metadata | Sergey M․ | |
2016-11-24 | [mitele] Relax _VALID_URL | zurfyx | |
2016-11-24 | [cbslocal] Support newyork.cbslocal.com | Yen Chi Hsuan | |
Closes #11285 | |||
2016-11-23 | [youtube:playlist] Pass disable_polymer in query (closes #11193, closes #11270) | Sergey M․ | |
2016-11-22 | release 2016.11.222016.11.22 | Sergey M․ | |