-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
A S Lewis
committed
Aug 8, 2021
1 parent
8e098f0
commit 084b8de
Showing
32 changed files
with
8,683 additions
and
7,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Ask Question 💡 | ||
about: Ask a Tartube related question | ||
labels: question | ||
--- | ||
Thanks for taking the time to ask a question! | ||
|
||
### Please read the README | ||
Perhaps your question is answered there | ||
|
||
### The authors are not experts in python, security, youtube-dl, FFmpeg, Debian/RPM packaging or Windows programming | ||
You are welcome to ask a Tartube-related question, but you might get a better answer in forums where those kinds of expert can be found |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Bug report 🐞 | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
Thanks for taking the time to submit a bug report! Please include the following information: | ||
|
||
### What operating system are you using? | ||
If using MS Windows, are you using Windows 10, Windows 7, or something else? | ||
|
||
### What version of Tartube are you using? | ||
In Tartube's main window, click Help > About | ||
|
||
### What happens when you run Tartube from a terminal window? | ||
Many error messages are only visible in the terminal window. On MS Windows, this is how to do it: | ||
|
||
- First, enable hidden folders on your system | ||
- Then, run the application: | ||
|
||
C:\Users\YOURNAME\AppData\Local\Tartube\msys64\mingw64.exe | ||
|
||
- In this new window, type these commands to start Tartube: | ||
|
||
cd /home/user/tartube | ||
|
||
python3 tartube/tartube | ||
|
||
###If your bug report is "I can't download this video", please provide a link to the video | ||
This will save a lot of time! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Feature Request 💡 | ||
about: Suggest a new idea for the project. | ||
labels: enhancement | ||
--- | ||
Thanks for taking the time to submit a feature request! | ||
|
||
### Make sure you are using the most recent version of Tartube | ||
Perhaps your feature request has already been implemented. The most recent version can be downloaded from Github | ||
|
||
### Please read the README | ||
Perhaps your feature request is already possible | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This file copied from | ||
# https://python-packaging.readthedocs.io/en/latest/minimal.html?highlight=gitignore | ||
|
||
# Compiled python modules. | ||
*.pyc | ||
|
||
# Setuptools distribution folder. | ||
/dist/ | ||
|
||
# Python egg metadata, regenerated from source files by setuptools. | ||
/*.egg-info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.3.321 | ||
2.3.332 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.