Mike Fährmann
|
6ad39f2b68
|
add ytdl tests
they only run when youtube-dl or yt-dlp are installed,
i.e. if __import__("<ytdl-package>") succeeds
|
2022-05-23 18:30:26 +02:00 |
|
Mike Fährmann
|
318b0ba93d
|
build executables on GitHub Actions with Python 3.10
|
2022-05-17 18:23:37 +02:00 |
|
Mike Fährmann
|
d04e07d93b
|
build executables on windows-2019
windows-2016 gets removed on 2022.03.15
|
2022-03-14 18:06:36 +01:00 |
|
Mike Fährmann
|
962f6b82f2
|
do not pin requests and urllib3 version when building executables
|
2022-01-22 17:25:21 +01:00 |
|
Mike Fährmann
|
64978b5d37
|
build executables with Python 3.9 (#1922)
and also build a x86 Python 3.8 version for Windows 7 compatibility
|
2021-12-09 23:34:03 +01:00 |
|
Mike Fährmann
|
f4e3cee6ac
|
use yt-dlp by default (#1850, #2028)
|
2021-11-29 18:24:26 +01:00 |
|
adamus1red
|
1efef60350
|
Add py3.10 to tested python versions (#2056)
|
2021-11-26 20:30:49 +01:00 |
|
Mike Fährmann
|
f2d6b3e6b4
|
run tests without using 'nose'
run_tests.sh -> run_tests.py
|
2021-10-13 04:07:41 +02:00 |
|
Mike Fährmann
|
76c7d3f977
|
add FUNDING.yml (#1877)
|
2021-09-27 19:21:39 +02:00 |
|
Mike Fährmann
|
37940193a6
|
build executables with SOCKS proxy support (closes #1424)
|
2021-04-07 21:50:03 +02:00 |
|
Mike Fährmann
|
0a9af56e3c
|
build executables on GitHub Actions with Python 3.8
Python 3.9 is incompatible with Windows 7, so using a lower
Python version maybe allows those files to run on Windows 7.
|
2021-03-27 18:31:15 +01:00 |
|
Mike Fährmann
|
0725cfde4f
|
[tests] pin Ubuntu version to still be able to use Python 3.4
|
2021-03-18 16:20:05 +01:00 |
|
Mike Fährmann
|
e39aea42cd
|
fix supportedsites.py for modules without docstring
(fixes #1332)
|
2021-02-21 22:57:37 +01:00 |
|
Mike Fährmann
|
04e7a7c8a9
|
add GitHub Actions workflow for building standalone executables
maybe this actually works first try ...
(#1312)
|
2021-02-16 02:47:30 +01:00 |
|
Mike Fährmann
|
d6986be8b0
|
Move CI to GitHub Actions
|
2020-11-17 19:40:45 +01:00 |
|