Commit Graph

12967 Commits (9361f2169c61df29139aad1c500dda39c1bce4cf)
 

Author SHA1 Message Date
Sergey M․ bf8dd79045
[extractor/common] Fix sorting with custom field preference
TRox1972 c6781156aa
[MSN] add new extractor
remitamine 59bbe4911a [extractor/common] add helper method to extract html5 media entries
remitamine 4f3c5e0627 [utils] add helper function for parsing codecs
Sergey M․ f484c5fa25
[vidbit] Improve (Closes )
Sergey M․ 88d9f6c0c4
[utils] Add support for name list in _html_search_meta
TRox1972 3c9c088f9c
[Vidbit] Add new extractor
Yen Chi Hsuan fc3996bfe1
[iqiyi] Remove codes for debugging
Yen Chi Hsuan 5b6ad8630c
[iqiyi] Partially fix IqiyiIE
Use the HTML5 API. Only low-resolution formats available

Related: 

Thanks @zhangn1985 for the overall algorithm ()
Yen Chi Hsuan 30105f4ac0
[le] Move urshift() to utils.py
Yen Chi Hsuan 1143535d76
[utils] Add urshift()
Used in IqiyiIE and LeIE
Yen Chi Hsuan 7d52c052ef
[generic] Fix test_Generic_76
Broken: https://travis-ci.org/rg3/youtube-dl/jobs/140251658
stepshal a2406fce3c
Fix misspelling
Sergey M․ 3b34ab538c
[svtplay] Extend _VALID_URL ()
Sergey M․ ac782306f1
[iqiyi] Mark broken
Sergey M․ 0c00e889f3
Credit @JakubAdamWieczorek for
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