summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2016.12.15 2016.12.15Sergey M․2016-12-154-5/+6
|
* [ChangeLog] ActualizeSergey M․2016-12-151-0/+7
|
* [openload] Recognize oload.tv URLs (#10408)Yen Chi Hsuan2016-12-152-1/+5
|
* [facebook] Recognize .onion URLs (closes #11443)Yen Chi Hsuan2016-12-152-1/+9
|
* [vlive] Use live titles for live streamsSergey M․2016-12-141-9/+16
|
* [vlive] Add video params extraction fallback and improve (closes #11375)Sergey M․2016-12-141-7/+17
|
* [vlive] Update extractionCorey Nicholson2016-12-141-9/+21
|
* [canvas] extract dash formatsRemita Amine2016-12-131-0/+3
|
* [melonvod] Improve (closes #11419)Sergey M․2016-12-131-15/+28
|
* [utils] Add convenience urljoinSergey M․2016-12-132-0/+24
|
* [melonvod] Add extractor for vod.melon.comping2016-12-132-0/+60
|
* release 2016.12.12 2016.12.12Sergey M․2016-12-123-5/+5
|
* [ChangeLog] ActualizeSergey M․2016-12-121-0/+20
|
* [dplay] Use Safari user-agent for hls (closes #11418)Sergey M․2016-12-121-2/+9
|
* [utils] Add common user agents mapSergey M․2016-12-121-0/+5
|
* [facebook] Detect login required error messageSergey M․2016-12-111-0/+2
|
* [facebook] Improve video selection (closes #11390)Sergey M․2016-12-111-2/+4
|
* [canalplus] Add another video id regex (closes #11399)Sergey M․2016-12-111-1/+2
|
* [mixcloud] Relax _VALID_URL (closes #11406)Sergey M․2016-12-101-1/+4
|
* [ctvnews] relax _VALID_URL regex(closes #11394)Remita Amine2016-12-101-1/+4
|
* [common] recognize hls manifests that contain video only formats(#11394)Remita Amine2016-12-103-13/+10
|
* [rte] improve extraction(closes #10498)(closes #7746)Remita Amine2016-12-101-102/+79
|
* [prosiebensat1] extract dash formatsRemita Amine2016-12-101-0/+3
|
* [rts,srgssr] improve extraction for geo restricted videos(fixes ↵Remita Amine2016-12-102-86/+100
| | | | #11089)(closes #4989)
* 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