quote URLs and arguments in examples (#513)

pull/552/head
Mike Fährmann 5 years ago
parent 48e42e73fb
commit dd92b25c17
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -121,14 +121,14 @@ Download images; in this case from danbooru via tag search for 'bonocho':
.. code:: bash
$ gallery-dl http://danbooru.donmai.us/posts?tags=bonocho
$ gallery-dl "https://danbooru.donmai.us/posts?tags=bonocho"
Get the direct URL of an image from a site that requires authentication:
.. code:: bash
$ gallery-dl -g -u <username> -p <password> http://seiga.nicovideo.jp/seiga/im3211703
$ gallery-dl -g -u "<username>" -p "<password>" "https://seiga.nicovideo.jp/seiga/im3211703"
| Search a remote resource for URLs and download images from them:
@ -136,7 +136,7 @@ Get the direct URL of an image from a site that requires authentication:
.. code:: bash
$ gallery-dl r:https://pastebin.com/raw/FLwrCYsT
$ gallery-dl "r:https://pastebin.com/raw/FLwrCYsT"
Configuration

Loading…
Cancel
Save