Commit Graph

10873 Commits (8704778d95d2abef021757c85efd75664c6a424a)

Author SHA1 Message Date
Sergey M․ c8e3e0974b
[vimeo:channel] Improve playlist extraction
Purdea Andrei dfc8f46e1c
[vimeo:channel] Add video id to url_result
This will allow us to decide much faster that we don't want an already archived video,
and will allow having to download webpages for each video that has already been downloaded,
thus significantly speeding up the archival of channels that have no new content.
Sergey M․ c143ddce5d
[vimeo] Override original URL only when necessary
TRox1972 6ae938b295
[Vine] Extract view count
Sergey M․ cf40fdf5c1
release 2016.06.22
Sergey M․ 23bdae0955
[svt] Various improvements
+ [svt:play] Add fallback path looking for video id and fix extraction for oppetarkiv
* [svt:base] Detect geo restriction
* [svt:base] Extract series related metadata
Shai Coleman ca74c90bf5 Fix issue downloading facebook videos
youtube-dl expects the format items to be returned as a list,
but when there's only one item Facebook returns a dict instead,
this wraps the dict in a list if necessary
Sergey M․ 7cfc1e2a10
[gametrailers] Remove extractor
gametrailers closed (see http://www.polygon.com/2016/2/8/10944452/gametrailers-shuts-down-after-13-year-run)
Remita Amine 1ac5705f62 [gamespot] extract all formats
Yen Chi Hsuan e4f90ea0a7
[svt] Fix extraction for SVTPlay (closes )
Sergey M․ cdfc187cd5
[cbs] Remove unused import
Sergey M․ feef925f49
[streamcloud] Capture error message ()
Sergey M․ 19e2d1cdea
release 2016.06.20
Sergey M․ 8369a4fe76
[downloader/hls] Simplify and carry long lines
Philipp Hagemeister 1f749b6658 Revert "[jsinterp] Avoid double key lookup for setting new key"
This reverts commit 7c05097633.
Remita Amine 819707920a [cbs] fix _VALID_URL
Remita Amine 43518503a6 [cbs,cbsnews,cbssports] reduce requests while extracting all formats
Remita Amine 5839d556e4 [theplatform] reduce requests for theplatform feed info extraction
Yen Chi Hsuan 6c83e583b3
[radiojavan] PEP8
E275 is added in pycodestyle 2.6

See https://github.com/PyCQA/pycodestyle/pull/491
Yen Chi Hsuan 6aeb64b673 Merge pull request from remitamine/hls-aes
[downloader/hls] Add support for AES-128 encrypted segments in hlsnative downloader
Remita Amine 6cd64b6806 [foxsports] extract http formats
remitamine e154c65128 [downloader/hls] Add support for AES-128 encrypted segments in hlsnative downloader
Sergey M․ a50fd6e026
release 2016.06.19.1
Sergey M․ 6a55bb66ee
[vimeo] Fix rented videos (Closes )
Lucas Moura 7c05097633
[jsinterp] Avoid double key lookup for setting new key
In order to add a new key to both __objects and __functions dicts on jsinterp.py, it is
necessary to first verify if a key was present and if not, create the key and
assign it to a value.

However, this can be done with a single step using dict setdefault method.
Sergey M․ 589568789f
release 2016.06.19
Sergey M․ 7577d849a6
[r7] Fix extraction and add support for articles (Closes )
Sergey M․ cb23192bc4
[closertotruth] Update and improve (Closes )
Steven Gosseling 41c1023300
[closertotruth] Add extractor
Removed print statement from code.

Replaced two regex searches with the corret ones.

Removed some unnecessary semicolumns

fixed title extraction

refactored everything to search_regex

processed comments on commit 5650b0d, fixed feedback from flake8

Improved regexes and returns info dict now.

Added support for closertotruth interview URL

Added support for episodes page
Sergey M․ 90b6288cce
[arte:+7] Simplify _VALID_URL
Sergey M․ d7c6c656c5
[arte:+7] Expand _VALID_URL (Closes )
Yen Chi Hsuan b0b128049a
[extractors] Update references to sportschau ()
Yen Chi Hsuan e8f13f2637
[sportschau.de] Fix extraction and moved to its own file (closes )
Yen Chi Hsuan b5aad37f6b
[ard] Remove SportschauIE, which is now based on WDR ()
Yen Chi Hsuan 6d0d4fc26d
[wdr] Add WDRBaseIE, for Sportschau ()
Yen Chi Hsuan 0278aa443f
[br] Skip invalid tests
Yen Chi Hsuan 1f35745758
[azubu] Don't fail on optional fields
Yen Chi Hsuan 573c35272f
[bbc] Skip a geo-restricted test case
Yen Chi Hsuan 09e3f91e40
[arte] Update _TESTS and fix for pages with multiple YouTube videos
Some tests are from  and 
Yen Chi Hsuan 1b6cf16be7
[aftonbladet] Fix extraction
Yen Chi Hsuan 26264cb056
[adobetv] Use embedded data in the webpage
Sometimes the HTML webpage is returned even with '?format=json'
Yen Chi Hsuan a72df5f36f
[mtvservices] Fix ext for RTMP streams
Yen Chi Hsuan c878e635de
[bet] Moved to MTVServices
Sergey M․ 0f47cc2e92
release 2016.06.18.1
Sergey M․ 5fc2757682
release 2016.06.18
Sergey M․ e3944c2621
[pornhd] Add working test
Sergey M․ 667d96480b
[pornhd] Detect removed videos and modernize
Sergey M․ e6fe993c31
[pornhd] Improve formats extraction
Sergey M․ d0d93f76ea
[pornhd] Fix metadata extraction
Sergey M․ 20a6a154fe
[mtv] Use compat_xpath and fix FutureWarning
Sergey M․ f011876076
[nickde] Add extractor (Closes )
Sergey M․ 6929569403
[mitele] Extract series metadata and make title more robust (Closes )
Sergey M․ eb451890da
[carambatv] Add extractor (Closes )
Sergey M․ ded7511a70
[bbccouk] Add support for playlists (Closes )
Sergey M․ d2161cade5
release 2016.06.16
Sergey M․ 27e5fa8198
[cda] Fix extraction (Closes )
Yen Chi Hsuan efbd1eb51a
[wimp] Fix extraction and update _TESTS
Yen Chi Hsuan 369ff75081
[jwplatform] Improved JWPlayer support
Yen Chi Hsuan 47212f7bcb
[utils] Don't transform numbers not starting with a zero
Fix test_Viidea and maybe others
Sergey M․ 4c93ee8d14
[imdb] Improve _VALID_URL (Closes )
Yen Chi Hsuan 8bc4dbb1af
[wrzuta.pl] Detect error and update _TESTS
Sergey M․ 6c3760292c
[pornhub] Improve title extraction (Closes )
Sergey M․ ff4af6ec59
[lynda] Remove superfluous _NETRC_MACHINE
Sergey M․ d01fb21d4c release 2016.06.14
Sergey M․ 1759672eed
[wrzuta:playlist] Improve and simplify (Closes )
venth fea55ef4a9
[wrzuta.pl:playlist] Added playlist extraction from wrzuta.pl
Sergey M․ 16b6bd01d2
[rockstargames] Improve and add Youtube fallback (Closes )
Dracony 14d0f4e0f3
Added extractor for rockstargames.com
Sergey M․ 778f969447
[twitch:clips] Add extractor (Closes )
Sergey M․ 33b72ce64e
[xfileshare] Improve removed videos detection
Sergey M․ cf2bf840ba
[xfileshare] Fix test
Sergey M․ bccdac6874
[xfileshare:xvidstage] Add support for videos with packed codes (Closes )
Sergey M․ e69f9f5d68
[downloader/external] Decode error string before writing to stderr
Sergey M․ 77a9a9c295 release 2016.06.12
Sergey M․ 84dcd1c4e4
[streamcloud] Detect removed videos (Closes )
Sergey M․ 971e3b7520
[nrk:skole] Fix extraction
Sergey M․ 4e79011729
[nrktv] Fix tests
Sergey M․ 98960c911c
[instagram] Extract metadata from JSON
Sergey M․ 329ca3bef6
[utils] Add try_get
To reduce boilerplate when accessing JSON
Sergey M․ 2c3322e36e
[youporn] Fix metadata extraction
Sergey M․ 80ae228b34
[matchtv] Modernize
Yen Chi Hsuan 6d28c408cf
[viki] Do not use a fallback language for title in the first try
In test_Viki_3, 'titles' gives a Hebrew title.
Yen Chi Hsuan c83b35d4aa
[viki] Update _TESTS
Yen Chi Hsuan 94e5d6aedb
[viki] Skip a geo-restricted test
Yen Chi Hsuan 531a74968c
[vimeo] Fix extraction for VimeoReview videos
Yen Chi Hsuan c5edd147d1
[generic] Remove an invalid test
Now handled by telewebion.py
Yen Chi Hsuan 856150d056
[telewebion] Add new extractor (closes )
Paul Henning 15d106787e [utils] Change Firefox 44 to 47
See commit title.
Yen Chi Hsuan 7aab3696dd
[kuwo] Update _TESTS
Yen Chi Hsuan 47787efa2b
[leeco] Recognize Le Sports URLs (fixes )
Sergey M․ 4a420119a6 release 2016.06.11.3
Sergey M․ 33751818d3 release 2016.06.11.2
Sergey M․ fe458b6596
[limelight] Extract ttml subtitles (Closes )
Sergey M․ 21ac1a8ac3
[limelight] Fix typo
Sergey M․ 79027c0ea0
[limelight] Improve _VALID_URLs
Sergey M․ 4cad2929cd
[limelight] Fix _VALID_URLs
Sergey M․ 62666af99f
[indavideo] Fix formats' height (Closes )
Sergey M․ 6626c214e1 release 2016.06.11.1
Sergey M․ d845622b2e release 2016.06.11
Sergey M 1058f56e96 Merge pull request from TRox1972/lynda
[Lynda] Extract course description