Commit Graph

12797 Commits (5f87d845eb87ba07d5e9fca1fb00a9bb8b7f2f2a)
 

Author SHA1 Message Date
Yen Chi Hsuan 4dccea8ad0
[streetvoice] Fix extraction
The old API results in URLs with HTTP 403 from time to time.

Hopefully fixes .
Yen Chi Hsuan 2c0d9c6217
[extractor/common] Allow empty post data
Sergey M․ 12a5134596
[tvigle] Fix extraction (Closes )
Sergey M․ 16e633a5d7
[quickvid] Remove extractor (Closes )
Sergey M․ 494ab6db73
[youtube] Capture and output login error message
Sergey M․ 107701fcfc
[people] Remove bogus comment
Sergey M․ f77970765a
[people] Add extractor
Philipp Hagemeister 81215d5652 release 2016.04.19
Sergey M․ 241a318f27
[vimeo] Improve _VALID_URL (Closes )
Sergey M․ 4fdf082375
[theonion] Remove extractor (Closes )
It now uses generic onionstudios embed
Jaime Marquínez Ferrándiz 1b6182d8f7 [youtube:playlist] Fetch all the videos in a mix (fixes )
Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage.
remitamine 7bab22a402 [vice] remove unused import and variable
Yen Chi Hsuan 0f97fb4d00
[musicplayon] Relax _VALID_URL and improve metadata extraction
In r'pl=\d+&play=\d+' pages, several metadata items are missing

Closes .
Yen Chi Hsuan b1cf58f48f
[musicplayon] Fix extraction (closes )
remitamine 3014b0ae83 Merge pull request from remitamine/ffmpeg-pipe
[downloader/external] enable piping for FFmpegFD(closes )
remitamine b9f2fdd37f [ffmpeg] Clarify rationale for pipe(-) exclusion in _ffmpeg_filename_argument
remitamine bbb3f730bb [onionstudios] extract m3u8 formats
remitamine d868f43c58 [ffmpeg] check for - file name in _ffmpeg_filename_argument
Yen Chi Hsuan 21525bb8ca
[kuwo:category] Update the test
Now the webpage says there are 24 songs.
Sergey M․ d8f103159f
[nerdist] Remove extractor
It now uses brightcove
remitamine 663ee5f0a9 [vice] extract youtube embed
Sergey M․ b6b950bf58
[cbs] Remove unused import
Sergey M․ 11e60fcad8
[extractor/generic] Improve instagram embeds (Closes )
Sergey M․ c23533a100
[instagram] Add support for iframe embeds
Sergey M․ 0dafea02e6
[instagram] Add support for embed URLs
Sergey M․ 5d6360c3b7
[mooshare] Remove extractor
Yen Chi Hsuan 5e5c30c3fd
[mdr] Fix extraction and update tests
It's strange that the date is changed. Anyway, new data matches what the
webpage says.
Yen Chi Hsuan 9154c87fc4
[huffpost] Fix a typo
Yen Chi Hsuan ef0e4e7bc0
[generic] Fix test_Generic_2
Now a HEAD request returns 400 Bad Request
Yen Chi Hsuan 67d46a3f90
[ustream] Fix /embed/ URLs and add a test
Yen Chi Hsuan bec47a0748
[tudou] Improve error detection (closes )
Yen Chi Hsuan 36b7d9dbfa
[twitter] Don't check /cards/ URLs
Fixes 

In this tweet, there are two cards:
1. https://twitter.com/i/cards/tfw/v1/719944006306701313
   This shows #TeamCap vs. #TeamIronMan
2. https://twitter.com/i/videos/tweet/719944021058060289
   This is the real video and can be handled by TwitterCardIE

In all current test_Twitter* tests, /videos/tweet/ approach works fine.
Yen Chi Hsuan 8c65e4a527
[bbc] Fix a test
Yen Chi Hsuan 6ad2ef8b7c
[audiomack] Update the test
The original test raises 404
Yen Chi Hsuan 00b426d66d
[varzesh3] Add md5 to the test
Yen Chi Hsuan 0de968b584
[newgrounds] Support videos (closes )
remitamine 0841d5013c [cbs] do not catch Exceptions raised by by _extract_theplatform_smil
remitamine a71fca8577 [theplatform] remove _sort_formats from _extract_theplatform_smil
Yen Chi Hsuan ee94e7e66d
[varzesh3] Fix metadata extraction (closes )
Yen Chi Hsuan 759e37c9e6
[gazeta] Relax _VALID_URL and update tests
Closes 
Yen Chi Hsuan ae65567102
[eagleplatform] Fix error handling
Yen Chi Hsuan c394b4f4cb
[puls4] Fix error detection ()
Yen Chi Hsuan 260c7036ba
[sportbox] Fix SportBoxEmbedIE
Also fixes test_Generic_29 (http://www.vestifinance.ru/articles/25753)
remitamine f74197a074 [cbs] extract rtmp formats
remitamine f3a58d46bf [youtube:user] check if the url didn't match only the other youtube extractors
Sergey M․ b6612c9b11
[karaoketv] Fix extraction
Yen Chi Hsuan 7e176effb2
[iqiyi] Also suuport pps.tv URLs
PPS is acquired by Baidu and merged with iQiyi in 2013 [1]. Now they
have the same page layouts.

[1] http://www.chinanews.com/it/2013/05-07/4792526.shtml
Yen Chi Hsuan 4a252cc2d2
[karaoketv] Update and mark as not _WORKING
Yen Chi Hsuan f0ec61b525
[huffpost] Fix extraction
Yen Chi Hsuan 66d40ae3a5 Merge pull request from kasper93/master
[generic] Add support for LiveLeak embeds