X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=ead6e3dbf3867b9c65c8ef3656c88713316da1a9;hb=ec85ded83cbfa652ba94cb080aab52d8b270212a;hp=bd01e2a102cfb103b8941856c0d31ab34978f53b;hpb=7fc06b6a15d556aca99fa74b9ce9fec9affc03e2;p=youtube-dl diff --git a/README.md b/README.md index bd01e2a10..ead6e3dbf 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex You can also use pip: - sudo pip install --upgrade youtube-dl + sudo -H pip install --upgrade youtube-dl This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information. @@ -961,7 +961,7 @@ After you have ensured this site is distributing its content legally, you can fo 'id': '42', 'ext': 'mp4', 'title': 'Video title goes here', - 'thumbnail': 're:^https?://.*\.jpg$', + 'thumbnail': r're:^https?://.*\.jpg$', # TODO more properties, either as: # * A value # * MD5 checksum; start the string with md5: