From 94fbbf4d0e6d3d4d8abbb1f08b84940793a1e3c1 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Thu, 18 Feb 2016 04:23:43 +0100 Subject: [PATCH] add .github/ISSUE_TEMPLATE.md - See --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..d6a52e59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +In case of any encountered problem, always check your network status first. That is, please ensure the video you want to download can be streamed properly in your web browser. + +* Keep in mind that some videos on some hosting sites may have a region restriction, e.g., Youku is blocking access to some videos from IP addresses outside mainland China, and YouTube is also blocking some videos in Germany. + +Please include: + +* Your exact command line, like `you-get -i "www.youtube.com/watch?v=sGwy8DsUJ4M"`. A common mistake is not to escape the `&`. Putting URLs in quotes should solve this problem. + +* Your full console output. + +* If you executed the command and got no response, please re-run the command with `--debug`, kill the process with keyboard shortcut `Ctrl-C` and include the full console output. + +* The output of `you-get --version`, or `git rev-parse HEAD` -- if you are using a Git version (but always remember to keep up-to-date!) + +* The output of `python --version`. + +* If possible, you may include your IP address and proxy setting information as well.