aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/openload.py
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [extractor/generic] Add support for openload embeds (closes #11536, closes ↵Sergey M․2017-01-251-0/+8
| | | | #11812)
* [openload] Fix extraction (closes #10408)Vijay Singh2017-01-131-5/+6
| | | | Just a minor fix for openload
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [openload] Recognize oload.tv URLs (#10408)Yen Chi Hsuan2016-12-151-1/+4
|
* [openload] Fix extraction (closes #10408)Yen Chi Hsuan2016-12-091-77/+13
|
* [openload] Fix extraction.Kacper Michajłow2016-11-111-7/+58
| | | | | | | aadecode code was restored from commit c1decda58c812b3d0a3d4dfa998e7d8bd8f99203 with some optimizations (2x faster). Fixes #10408
* [openload] Fix extraction (#10408)Yen Chi Hsuan2016-10-291-1/+1
| | | | Thanks @TwelveCharzz again for studying openload codes
* [openload] Fix extraction.Kacper Michajłow2016-10-191-0/+5
| | | | Fixes #10408
* [openload] Support subtitles (closes #10625)Yen Chi Hsuan2016-09-241-1/+23
|
* [openload] Fix extraction (closes #10408, closes #10727)Yen Chi Hsuan2016-09-231-2/+3
| | | | Thanks to @daniel100097 for providing a working version
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [openload] Temporary fix (#10408)Yen Chi Hsuan2016-09-111-1/+1
|
* [openload] Update algorithm again (#10408)Yen Chi Hsuan2016-08-281-1/+1
|
* [openload] Fix extraction (closes #10408)Yen Chi Hsuan2016-08-281-1/+3
| | | | Thanks to @yokrysty again!
* [openload] Fix extraction (closes #10408)Yen Chi Hsuan2016-08-231-63/+18
| | | | Thanks @yokrysty for the algorithm
* [openload] Fix extraction (closes #9706)Yen Chi Hsuan2016-08-071-72/+65
|
* [openload] Relax _VALID_URLN1k1452016-06-091-1/+4
| | | | [openload] added to _TESTS, removed escape
* [openload] Fix extraction. Thanks @perron375 for the solutionYen Chi Hsuan2016-06-091-1/+1
| | | | Closes #9706
* [openload] Fix extraction (closes #9472)Yen Chi Hsuan2016-05-131-1/+1
|
* [openload] Make thumbnail optionalSergey M․2016-04-251-1/+1
|
* [openload] Add testSergey M․2016-04-251-0/+5
|
* [openload] Fix ext extractionSergey M․2016-04-251-1/+11
|
* [openload] Fix title extraction (Closes #9298)Sergey M․2016-04-251-1/+6
|
* [openload] Misc improvementsYen Chi Hsuan2016-03-201-4/+19
| | | | | | * Add thumbnail * Detect errors (#6469) * Match more (#6469, #8489)
* [openload] Add new extractor (closes #8489)Yen Chi Hsuan2016-03-201-0/+92