12666 Commits (92747e664a70e6739644a9c2b3abfbdcc68fd136)
 

Author SHA1 Message Date
Sergey M․ 92747e664a
release 2016.06.26 8 years ago
Sergey M․ f1f336322d
[msn] Fix extraction (Closes #8960, closes #9542) 8 years ago
Sergey M․ bf8dd79045
[extractor/common] Fix sorting with custom field preference 8 years ago
TRox1972 c6781156aa
[MSN] add new extractor 8 years ago
Sergey M․ f484c5fa25
[vidbit] Improve (Closes #9759) 8 years ago
Sergey M․ 88d9f6c0c4
[utils] Add support for name list in _html_search_meta 8 years ago
TRox1972 3c9c088f9c
[Vidbit] Add new extractor 8 years ago
Yen Chi Hsuan fc3996bfe1
[iqiyi] Remove codes for debugging 8 years ago
Yen Chi Hsuan 5b6ad8630c
[iqiyi] Partially fix IqiyiIE
Use the HTML5 API. Only low-resolution formats available

Related: #9839

Thanks @zhangn1985 for the overall algorithm (soimort/you-get#1224)
8 years ago
Yen Chi Hsuan 30105f4ac0
[le] Move urshift() to utils.py 8 years ago
Yen Chi Hsuan 1143535d76
[utils] Add urshift()
Used in IqiyiIE and LeIE
8 years ago
Yen Chi Hsuan 7d52c052ef
[generic] Fix test_Generic_76
Broken: https://travis-ci.org/rg3/youtube-dl/jobs/140251658
8 years ago
stepshal a2406fce3c
Fix misspelling 8 years ago
Sergey M․ 3b34ab538c
[svtplay] Extend _VALID_URL (#9900) 8 years ago
Sergey M․ ac782306f1
[iqiyi] Mark broken 8 years ago
Sergey M․ 0c00e889f3
Credit @JakubAdamWieczorek for #9813 8 years ago
Sergey M․ ce96ed05f4
[polskieradio] Add test with video 8 years ago
Sergey M․ 0463b77a1f
[polskieradio] Improve extraction (Closes #9813) 8 years ago
Jakub Adam Wieczorek 2d185706ea
[polskieradio] Add support for Polskie Radio.
Polskie Radio is the main Polish state-funded radio broadcasting service.
8 years ago
Sergey M․ b72b44318c
[utils] Add strip_or_none 8 years ago
Sergey M․ 46f59e89ea
[utils] Add unified_timestamp 8 years ago
Sergey M․ b4241e308e
release 2016.06.25 8 years ago
Sergey M․ 3d4b08dfc7
[setup.py] Add file version information and quotes consistency (Closes #9878) 8 years ago
Sergey M․ be49068d65
[youtube] Fix and skip some tests 8 years ago
Sergey M․ 525cedb971
[youtube] Relax URL expansion in description 8 years ago
Sergey M․ de3c7fe0d4
[youtube] Fix 141 format tests 8 years ago
Yen Chi Hsuan 896cc72750
[mixcloud] View count and like count may be absent
Closes #9874
8 years ago
Yen Chi Hsuan c1ff6e1ad0
[vimeo:review] Fix extraction for password-protected videos
Closes #9853
8 years ago
Remita Amine fee70322d7 [appletrailers] correct thumbnail fallback 8 years ago
Remita Amine 8065d6c55f [dcn] extend _VALID_URL for awaan.ae and extract all available formats 8 years ago
Remita Amine 494172d2e5 [appletrailers] extract info from an alternative source if available(closes #8422)(closes #8422) 8 years ago
Remita Amine 6e3c2047f8 [tvp] extract all formats and detect erros 8 years ago
Sergey M․ 011bd3221b
release 2016.06.23.1 8 years ago
Sergey M․ b46eabecd3
[jsinterp] Relax JS function regex (Closes #9863) 8 years ago
Remita Amine 0437307a41 [nbc:nbcnews] improve extraction and add msnbc to the extractor 8 years ago
Remita Amine 22b7ac13ef [tf1] fix wat id extraction(closes #9862) 8 years ago
Sergey M․ 96f88e91b7
release 2016.06.23 8 years ago
Sergey M․ 3331a4644d
[vk] Remove unused import 8 years ago
Sergey M․ adf1921dc1
[xnxx] Improve _VALID_URL (Closes #9858) 8 years ago
Sergey M․ 97674f0419
[xnxx] Replace test 8 years ago
rr- 73843ae8ac
[xnxx] fix url regex
The pattern has changed from "video123412" to "video-o8xa19".
The changes maintain backwards compatibility with old-style URLs.
8 years ago
Sergey M․ f2bb8c036a
[vk] Modernize 8 years ago
Sergey M․ 75ca6bcee2
[vk] Workaround buggy new.vk.com Set-Cookie headers 8 years ago
Sergey M․ 089657ed1f
[vimeo:album] Add paged example URL 8 years ago
Sergey M․ b5eab86c24
[vimeo:album] Impove _VALID_URL 8 years ago
Sergey M․ c8e3e0974b
[vimeo:channel] Improve playlist extraction 8 years ago
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.
8 years ago
Sergey M․ c143ddce5d
[vimeo] Override original URL only when necessary 8 years ago
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.
8 years ago
TRox1972 6ae938b295
[Vine] Extract view count 8 years ago