aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/openload.py
Commit message (Collapse)AuthorAgeFilesLines
* [openload] Add support for oload.services (closes #20691)Sergey M․2019-04-181-1/+4
|
* [openload] Add support for openloed.co (closes #20691)ealgase2019-04-181-1/+4
| | | | While the .co could be captured directly, I anticipate that there will be more TLD's for openloed in the future.
* [openload] Randomize User-Agent (closes #20688)Sergey M․2019-04-171-2/+7
|
* [openload] add test for oladblock.meealgase2019-04-151-0/+3
|
* [openload] add oladblock.me domainealgase2019-04-151-1/+1
|
* [openload] add testsealgase2019-04-061-0/+6
|
* [openload] add support for oladblock.services and oladblock.xyz domainsealgase2019-03-251-1/+1
|
* [openload] Improve embed detectionSergey M․2019-03-171-7/+5
|
* [openload] Add support for oload.spaceyonaikerlol2019-03-061-1/+4
|
* [openload] Add support for oload.liveyonaikerlol2019-02-141-1/+4
|
* [openload] Add support for openload.pw and oload.pw (closes #18930)Sergey M․2019-01-311-2/+8
|
* [openload] Add support for oload.infoBatuhan's Unmaintained Account2019-01-301-1/+4
|
* [openload] Add support for oload.club (closes #18969)Sergey M․2019-01-241-1/+4
|
* [openload] Use original host during extraction (closes #18211)Sergey M․2018-11-171-6/+19
|
* [openload] Add support for oload.funyonaikerlol2018-11-021-2/+5
|
* [openload] Add support for oload.icuyonaikerlol2018-10-281-1/+4
|
* [openload] Add support for oload.ccyonaikerlol2018-10-071-1/+4
|
* [openload] Add support for oload.cloud (closes #17710)Enes2018-10-011-1/+4
|
* [openload] Improve ext extractionEnes2018-06-021-2/+5
|
* [openload] Add support for oload.win and oload.downloadDroidFreak322018-05-311-1/+7
|
* [openload] Recognize IPv6 stream URLs (closes #16137)Alexandre Macabies2018-04-251-1/+4
|
* [openload] Add support for oload.xyzSergey M․2018-04-061-1/+4
|
* [openload] Relax stream URL regexSergey M․2018-04-061-2/+2
|
* [openload] Fix extraction (closes #16099)Sergey M․2018-04-051-4/+5
|
* [openload] Add support for oload.siteLuca Steeb2018-03-301-1/+1
|
* [openload] Fix extraction (closes #15166)Yen Chi Hsuan2018-01-041-1/+5
|
* [openload] Fix extraction (closes #15118)Yen Chi Hsuan2017-12-301-1/+2
|
* [openload] Fallback on f-page extraction (closes #14665, closes #14879)Sergey M․2017-12-301-7/+21
|
* [openload] Remove a confusing exceptionYen Chi Hsuan2017-12-241-2/+3
| | | | | | | | | | | If phantomjs is not installed, there's an error besides the missing phantomjs exception: Exception ignored in: <bound method PhantomJSwrapper.__del__ of <youtube_dl.extractor.openload.PhantomJSwrapper object at 0x7f8ad5e78278>> Traceback (most recent call last): File "/home/yen/Projects/youtube-dl/youtube_dl/extractor/openload.py", line 142, in __del__ os.remove(self._TMP_FILES[name].name) AttributeError: 'PhantomJSwrapper' object has no attribute '_TMP_FILES'
* [openload] Add support for oload.stream (closes #15070)Sergey M․2017-12-241-1/+4
|
* [openload] Don't use bare except when removing temp filesSergey M․2017-11-261-1/+1
|
* [openload] Add support for openload.linkjahudka2017-11-261-1/+4
|
* [openload] Fix _load_cookies for python 2.6Sergey M․2017-09-241-2/+5
|
* Hide experimental phantomjs wrapperSergey M․2017-09-241-1/+227
|
* [openload] Add required versionTithen-Firion2017-04-291-1/+1
|
* [openload] raise `not found` before executing jsTithen-Firion2017-04-291-2/+4
|
* [openload] separate PhantomJS code from extractorTithen-Firion2017-04-251-62/+16
|
* [openload] rewrite extractorTithen-Firion2017-04-161-47/+71
|
* [openload] fix extractorTithen-Firion2017-03-291-43/+30
|
* [Openload.co] Fixed ExtractionVijay Singh2017-03-201-1/+1
| | | They did it again. just a minor change though. here's quick fix
* [openload] Fix extractionVijay Singh2017-03-181-3/+3
|
* [openload] Fix extraction (closes #10408)Yen Chi Hsuan2017-03-171-16/+27
| | | | | | Thanks to @makgun02 Ref: http://pastebin.com/raw/JX9gHFUz
* [Openload] Fixed ExtractionVijay Singh2017-03-141-4/+6
| | | They did changed it again.
* [openload] Fix extractionVijay Singh2017-03-131-1/+1
| | | Just a minor fix for openload
* [openload] Fix extractiondenneboomyo2017-03-081-4/+5
|
* Openload fix extraction (#12357)denneboomyo2017-03-061-16/+31
| | | * Fix extraction
* [openload] fix extraction(closes #10408)Remita Amine2017-02-241-5/+10
|
* [openload] Fix extraction (closes #12002)Sergey M․2017-02-171-7/+4
|
* [openload] Semifix extraction (closes #10408)Vijay Singh2017-02-171-7/+10
| | | | just updated the code. i don't do much python still i tried to convert my code. lemme know if there is any prob with it
* [openload] Fallback video extension to mp4Sergey M․2017-01-251-1/+1
|