[MacPorts] #60501: Unable to download webpage:

MacPorts noreply at macports.org
Sat May 16 15:28:28 UTC 2020


#60501: Unable to download webpage:
-------------------------+--------------------
  Reporter:  jpmelko     |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  youtube-dl  |
-------------------------+--------------------

Comment (by jpmelko):

 In Terminal:

 {{{
  cd /Users/titi/Downloads ; /opt/local/bin/youtube-dl --ignore-config
 --no-playlist --quiet  --socket-timeout 180  --output
 '%(title)s-%(id)s-22-1280x720.%(ext)s' --format 22
 'https://www.youtube.com/watch?v=HF9GwOptEDU'
 ERROR: Unable to download webpage: <urlopen error [Errno 64] Host is down>
 (caused by URLError(OSError(64, 'Host is down')))
 titi at Bacchus Downloads %
 }}}
 Dont Works

 It is not a PATH problem, I have tried

 In Script Editor

 {{{
 set thecommand to " cd /Users/titi/Downloads ; /opt/local/bin/youtube-dl
 --ignore-config --no-playlist --quiet  --socket-timeout 180  --output
 '%(title)s-%(id)s-22-1280x720.%(ext)s' --format 22
 'https://www.youtube.com/watch?v=HF9GwOptEDU'"
 log thecommand
 do shell script thecommand
 }}}

 Works

 Any idea ????

-- 
Ticket URL: <https://trac.macports.org/ticket/60501#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list