Commit Graph

12800 Commits (826e911e41b9daa266132f575fb4128e25d33186)
 

Author SHA1 Message Date
Sergey M․ ce96ed05f4
[polskieradio] Add test with video
Sergey M․ 0463b77a1f
[polskieradio] Improve extraction (Closes )
Jakub Adam Wieczorek 2d185706ea
[polskieradio] Add support for Polskie Radio.
Polskie Radio is the main Polish state-funded radio broadcasting service.
Sergey M․ b72b44318c
[utils] Add strip_or_none
Sergey M․ 46f59e89ea
[utils] Add unified_timestamp
Sergey M․ b4241e308e
release 2016.06.25
Sergey M․ 3d4b08dfc7
[setup.py] Add file version information and quotes consistency (Closes )
Sergey M․ be49068d65
[youtube] Fix and skip some tests
Sergey M․ 525cedb971
[youtube] Relax URL expansion in description
Sergey M․ de3c7fe0d4
[youtube] Fix 141 format tests
Yen Chi Hsuan 896cc72750
[mixcloud] View count and like count may be absent
Closes 
Yen Chi Hsuan c1ff6e1ad0
[vimeo:review] Fix extraction for password-protected videos
Closes 
Remita Amine fee70322d7 [appletrailers] correct thumbnail fallback
Remita Amine 8065d6c55f [dcn] extend _VALID_URL for awaan.ae and extract all available formats
Remita Amine 494172d2e5 [appletrailers] extract info from an alternative source if available(closes )(closes )
Remita Amine 6e3c2047f8 [tvp] extract all formats and detect erros
Sergey M․ 011bd3221b
release 2016.06.23.1
Sergey M․ b46eabecd3
[jsinterp] Relax JS function regex (Closes )
Remita Amine 0437307a41 [nbc:nbcnews] improve extraction and add msnbc to the extractor
Remita Amine 22b7ac13ef [tf1] fix wat id extraction(closes )
Sergey M․ 96f88e91b7
release 2016.06.23
Sergey M․ 3331a4644d
[vk] Remove unused import
Sergey M․ adf1921dc1
[xnxx] Improve _VALID_URL (Closes )
Sergey M․ 97674f0419
[xnxx] Replace test
rr- 73843ae8ac
[xnxx] fix url regex
The pattern has changed from "video123412" to "video-o8xa19".
The changes maintain backwards compatibility with old-style URLs.
Sergey M․ f2bb8c036a
[vk] Modernize
Sergey M․ 75ca6bcee2
[vk] Workaround buggy new.vk.com Set-Cookie headers
Sergey M․ 089657ed1f
[vimeo:album] Add paged example URL
Sergey M․ b5eab86c24
[vimeo:album] Impove _VALID_URL
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
Jaime Marquínez Ferrándiz 169d836feb lazy-extractors: Fix after commit 6e6b9f600f
The problem was in the following code:

    class ArteTVPlus7IE(ArteTVBaseIE):

        ...

        @classmethod
        def suitable(cls, url):
            return False if ArteTVPlaylistIE.suitable(url) else super(ArteTVPlus7IE, cls).suitable(url)

And its sublcasses like ArteTVCinemaIE.

Since in the lazy_extractors.py file ArteTVCinemaIE was not a subclass of ArteTVPlus7IE, super(ArteTVPlus7IE, cls) failed.

To fix it we have to make it a subclass. Since the order of _ALL_CLASSES is arbitrary we must sort them so that the base classes are defined first. We also must add base classes like YoutubeBaseInfoExtractor.
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