You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
Yen Chi Hsuan a75419586b [openload] Remove a confusing exception
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'
7 years ago
..
downloader [downloader/fragment] Encode filename of fragment being removed (closes #15020) 7 years ago
extractor [openload] Remove a confusing exception 7 years ago
postprocessor [postprocessor/xattr] Clarify NO_SPACE message (#14970) 7 years ago
YoutubeDL.py [YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in output template (closes #11427, #15018) 7 years ago
__init__.py [options] Accept lrc as a subtitle conversion target format (closes #14292) 7 years ago
__main__.py
aes.py [aes] Add aes_cbc_encrypt 7 years ago
cache.py Use expand_path where appropriate (closes #12556) 7 years ago
compat.py [mixcloud] Fix extraction (closes #14088) 7 years ago
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 7 years ago
options.py [options] Accept lrc as a subtitle conversion target format (closes #14292) 7 years ago
socks.py [socks] Report errors elegantly when credentails are required but missing 7 years ago
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
update.py [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718) 8 years ago
utils.py [utils] Add another date format pattern (#14999) 7 years ago
version.py release 2017.12.23 7 years ago