summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2016.12.09 2016.12.09Sergey M․2016-12-093-5/+5
|
* [ChangeLog] ActualizeSergey M․2016-12-091-0/+11
|
* [openload] Fix extraction (closes #10408)Yen Chi Hsuan2016-12-092-77/+14
|
* [pandoratv] PEP 8 and simplifySergey M․2016-12-071-6/+9
|
* [pandoratv] Fix extraction (closes #11023)Serkora2016-12-071-0/+14
|
* [telebruxelles] extract all formats and add support for emission urlsRemita Amine2016-12-061-24/+21
|
* [bloomberg] Add another video id regex (closes #11371)Sergey M․2016-12-061-1/+2
|
* [1tv] Fix video id extractionSergey M․2016-12-051-1/+1
|
* [fusion] Update ooyala id regexvordep2016-12-051-1/+1
|
* [socks] Refine exception model for better error handlingYen Chi Hsuan2016-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* [1tv] Improve extraction and add support for playlists (closes #11335)Sergey M․2016-12-041-35/+70
|
* [socks] Fix error reporting (#11355)Yen Chi Hsuan2016-12-031-1/+1
|
* [aenetworks] extract more formats(closes #11321)Remita Amine2016-12-011-5/+7
|
* [thisoldhouse] Recognize /tv-episode/ URLs and update _TESTSYen Chi Hsuan2016-12-012-2/+10
| | | | Closes #11271
* [README.md] Fix typoLaneone2016-12-011-1/+1
| | | Just a minor spelling mistake in the readme
* release 2016.12.01 2016.12.01Sergey M․2016-12-014-7/+7
|
* [ChangeLog] ActualizeSergey M․2016-12-011-0/+13
|
* [soundcloud] Update client id (closes #11327)Sergey M․2016-11-301-1/+1
|
* [comedcycentral] Give /shows/.+/full-episodes URLs to the ↵Philipp Hagemeister2016-11-301-2/+5
| | | | COmedyCentralFullEpisodesIE
* [ruutu] Detect DRM videosSergey M․2016-11-301-0/+6
|
* [liveleak] Simplify and PEP 8Sergey M․2016-11-291-3/+6
|
* [liveleak] Add support for youtube embedsVarun2016-11-291-1/+15
|
* [spike] Fix full episodes extractionMark Lee2016-11-292-2/+23
|
* [comedycentral] Add new extractor for full-episodesPhilipp Hagemeister2016-11-292-1/+33
| | | | | | 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 :)
* [teamfourstar] Simplify _VALID_URL and relax regexesSergey M․2016-11-281-5/+5
|
* [screenwavemedia] Remove extractorfelix2016-11-285-170/+54
| | | Rewrite TeamFourStar and Normalboots extractors in terms of JWPlatform
* Ignore and clean .swf filesYen Chi Hsuan2016-11-272-1/+2
| | | | Some videos on NicoNico are swf
* release 2016.11.27 2016.11.27Sergey M․2016-11-274-5/+7
|
* [ChangeLog] ActualizeSergey M․2016-11-271-0/+8
|
* [extractor/generic] Add support for webcaster.pro embedsSergey M․2016-11-272-0/+23
|
* [webcaster] Add support for webcaster.proSergey M․2016-11-272-0/+89
|
* [azubu] Add support for azubu.uol.com.br (closes #11305)Sergey M․2016-11-271-4/+7
|
* [viki] Prefer hlsSergey M․2016-11-261-1/+1
|
* [viki] Fix rtmp formats extraction (closes #11255)Sergey M․2016-11-261-5/+24
|
* [puls4] Relax _VALID_URL (closes #11267)Sergey M․2016-11-251-1/+7
|
* [vevo] Allow video info to fail in testsSergey M․2016-11-241-3/+5
|
* [vevo] Simplify artists extractionSergey M․2016-11-241-6/+2
|
* vevo: fixing naming when there are featured artistsAndrew J. Erickson2016-11-241-4/+27
|
* [mitele] Modernize and extract more metadataSergey M․2016-11-241-25/+67
|
* [mitele] Relax _VALID_URLzurfyx2016-11-241-1/+4
|
* [cbslocal] Support newyork.cbslocal.comYen Chi Hsuan2016-11-242-4/+41
| | | | Closes #11285
* [youtube:playlist] Pass disable_polymer in query (closes #11193, closes #11270)Sergey M․2016-11-231-1/+1
|
* release 2016.11.22 2016.11.22Sergey M․2016-11-224-5/+7
|
* [ChangeLog] ActualizeSergey M․2016-11-221-2/+9
|
* [hellporno] Add support for hellporno.net and improve ext extractionAndy Savicki2016-11-221-4/+8
|
* [amcnetworks] Recognize more BBC America URLsYen Chi Hsuan2016-11-222-1/+5
| | | | Closes #11263
* [funnyordie] Copy formats' metadata from hls and sort formatsSergey M․2016-11-211-11/+38
|
* [funnyordie] Improve extractionAndy Savicki2016-11-211-5/+7
|
* Clean and ignore more file typesYen Chi Hsuan2016-11-212-1/+3
| | | | | ape is another audio codec seen in kuwo. See https://en.wikipedia.org/wiki/Monkey's_Audio
* [CONTRIBUTING.md] Fix broken links (#11239)Yen Chi Hsuan2016-11-211-1/+1
|