diff options
| -rw-r--r-- | CONTRIBUTING.md | 4 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/supportedsites.md | 5 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
4 files changed, 10 insertions, 3 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 351229f21..588b15bde 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,9 @@ If your report is shorter than two lines, it is almost certainly missing some of  For bug reports, this means that your report should contain the *complete* output of youtube-dl when called with the -v flag. The error message you get for (most) bugs even says so, but you would not believe how many of our bug reports do not contain this information. -Site support requests **must contain an example URL**. An example URL is a URL you might want to download, like http://www.youtube.com/watch?v=BaW_jenozKc . There should be an obvious video present. Except under very special circumstances, the main page of a video service (e.g. http://www.youtube.com/ ) is *not* an example URL. +If your server has multiple IPs or you suspect censorship, adding --call-home may be a good idea to get more diagnostics. If the error is `ERROR: Unable to extract ...` and you cannot reproduce it from multiple countries, add `--dump-pages` (warning: this will yield a rather large output, redirect it to the file `log.txt` by adding `>log.txt 2>&1` to your command-line) or upload the `.dump` files you get when you add `--write-pages` [somewhere](https://gist.github.com/). + +**Site support requests must contain an example URL**. An example URL is a URL you might want to download, like http://www.youtube.com/watch?v=BaW_jenozKc . There should be an obvious video present. Except under very special circumstances, the main page of a video service (e.g. http://www.youtube.com/ ) is *not* an example URL.  ###  Are you using the latest version? @@ -167,7 +167,7 @@ which means you can modify it, redistribute it or use it however you like.      --no-progress                    do not print progress bar      --console-title                  display progress in console titlebar      -v, --verbose                    print various debugging information -    --dump-intermediate-pages        print downloaded pages to debug problems (very verbose) +    --dump-pages                     print downloaded pages to debug problems (very verbose)      --write-pages                    Write downloaded intermediary pages to files in the current directory to debug problems      --print-traffic                  Display sent and read HTTP traffic      -C, --call-home                  Contact the youtube-dl server for debugging. diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 062cb3d62..80a696ee3 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -117,6 +117,7 @@   - **DRTV**   - **Dump**   - **dvtv**: http://video.aktualne.cz/ + - **EaglePlatform**   - **EbaumsWorld**   - **EchoMsk**   - **eHow** @@ -161,6 +162,7 @@   - **GameSpot**   - **GameStar**   - **Gametrailers** + - **Gazeta**   - **GDCVault**   - **generic**: Generic downloader that works on some sites   - **GiantBomb** @@ -315,6 +317,7 @@   - **Ooyala**   - **OpenFilm**   - **orf:fm4**: radio FM4 + - **orf:iptv**: iptv.ORF.at   - **orf:oe1**: Radio Österreich 1   - **orf:tvthek**: ORF TVthek   - **parliamentlive.tv**: UK parliament videos @@ -322,10 +325,12 @@   - **PBS**   - **Phoenix**   - **Photobucket** + - **Pladform**   - **PlanetaPlay**   - **play.fm**   - **played.to**   - **Playvid** + - **Playwire**   - **plus.google**: Google Plus   - **pluzz.francetv.fr**   - **podomatic** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 252933993..1f0c88a4d 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2015.03.03.1' +__version__ = '2015.03.09' | 
