summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.12.06 2015.12.06Philipp Hagemeister2015-12-062-2/+3
|
* [beeg] Switch to api v4 (Closes #7774)Sergey M․2015-12-061-1/+1
|
* [bbc] Add another pattern for playlist.sxml (Closes #7743)Sergey M․2015-12-061-0/+1
|
* [nowtv] Extend _VALID_URL to support jahr URLs (Closes #7755)Sergey M․2015-12-061-1/+4
|
* [iqiyi] Update keyYen Chi Hsuan2015-12-061-3/+2
| | | | Closes #7772
* [nowvideo] Update testSergey M․2015-12-061-1/+1
|
* [movshare] Rename to wholecloudSergey M․2015-12-062-7/+7
|
* [cloudtime] Add extractorSergey M․2015-12-062-0/+15
|
* [novamov] Move all novamov based extractors to a single placeSergey M․2015-12-065-85/+78
| | | | For easier navigation
* [nba] use int_or_none for tbrremitamine2015-12-051-1/+1
|
* [nba] use int instead of int_or_noneremitamine2015-12-051-3/+3
|
* [pluralsight] Fix format code split while guessing qualitySergey M․2015-12-061-1/+1
|
* [pluralsight] Add support for widescreen videos (Closes #7766)Sergey M․2015-12-061-5/+21
|
* [nba] handle format info properlyremitamine2015-12-051-6/+10
|
* [metacafe] Fix age limit extractionJaime Marquínez Ferrándiz2015-12-051-1/+1
|
* [metacafe] Fix video url extraction (closes #7763)Jaime Marquínez Ferrándiz2015-12-051-2/+2
|
* release 2015.12.05 2015.12.05Philipp Hagemeister2015-12-053-2/+10
|
* [hypem] ModernizeSergey M․2015-12-051-8/+6
|
* [hypem] Correctly handle cookies (Closes #7762)Sergey M․2015-12-051-2/+0
|
* [fc2] Fix test_FC2_1Yen Chi Hsuan2015-12-051-2/+2
|
* [keezmovies] Fix extractionYen Chi Hsuan2015-12-051-14/+24
| | | | Also fixes #7752
* [acast] change tests into more stable casts and work with channel extractor ↵remitamine2015-12-051-12/+16
| | | | only if it didn't match cast regex
* [bbc] Fix test_BBC_6Yen Chi Hsuan2015-12-051-0/+1
|
* [bbc.co.uk] Skip removed test videoYen Chi Hsuan2015-12-051-1/+2
|
* [bbc.co.uk] Fix test_BBCCoUkYen Chi Hsuan2015-12-051-3/+5
| | | | This is similar to the one in #7756, So also fixes #7756.
* [trilulilu] handle errorsremitamine2015-12-051-0/+10
|
* [srf] Support audios (closes #7760)Yen Chi Hsuan2015-12-051-5/+21
|
* [clipfish] improve extractionremitamine2015-12-041-12/+22
|
* [skynewsarabia] fix extractor nameremitamine2015-12-041-3/+3
|
* [ooyala] fix duration scaleremitamine2015-12-047-12/+12
|
* [nba] fix extraction errorsremitamine2015-12-041-7/+13
|
* [clipfish] Remove unused import and style fixJaime Marquínez Ferrándiz2015-12-041-3/+1
|
* [mixcloud] Fix extraction of the audio url (fixes #7751)Jaime Marquínez Ferrándiz2015-12-041-1/+2
|
* Merge pull request #7686 from remitamine/acastremitamine2015-12-042-0/+70
|\ | | | | [acast] Add new extractor
| * [acast] Add new extractorremitamine2015-11-282-0/+70
| |
* | Merge pull request #7660 from remitamine/gameinformerremitamine2015-12-042-0/+44
|\ \ | | | | | | [gameinformer] Add new extractor(closes #3376)
| * | [gameinformer] split long lineremitamine2015-12-041-2/+3
| | |
| * | [gameinformer] Add new extractorremitamine2015-11-262-0/+43
| | |
* | | Merge pull request #7320 from remitamine/adobetvremitamine2015-12-042-51/+116
|\ \ \ | | | | | | | | [adobetv] improve extraction and add support specific language video,show and channel extraction
| * | | [adobetv] use compat_strremitamine2015-12-041-2/+3
| | | |
| * | | [adobetv] use a variable for api base urlremitamine2015-12-041-7/+10
| | | |
| * | | [adobetv] add support for show and channel extractionremitamine2015-10-292-0/+74
| | | |
| * | | [adobetv] extract AdobeTVVideo info from json directlyremitamine2015-10-291-14/+13
| | | |
| * | | [adobetv] use api for extraction and add support specific language videosremitamine2015-10-291-36/+24
| | | |
* | | | Merge pull request #7185 from remitamine/ooyalaremitamine2015-12-047-107/+78
|\ \ \ \ | | | | | | | | | | [ooyala] extract more formats and metadata
| * | | | [ooyala] extract domain,handle errors and change related testsremitamine2015-10-167-31/+48
| | | | |
| * | | | [ooyala] fix sorting and format idremitamine2015-10-161-3/+3
| | | | |
| * | | | [ooyala] remove print statmentremitamine2015-10-151-1/+0
| | | | |
| * | | | [ooyala] extract more formats and metadataremitamine2015-10-151-99/+54
| | | | |
* | | | | Merge pull request #7326 from remitamine/clipfishremitamine2015-12-041-35/+21
|\ \ \ \ \ | | | | | | | | | | | | [clipfish] improve info extraction