Mort Yao
|
2aaf38ce23
|
[youtube] check playabilityStatus and ask for cookies if needed
|
2024-06-23 17:03:31 +02:00 |
|
Mort Yao
|
b0e6f0cadc
|
[youtube] remove dead code
|
2024-06-23 14:43:43 +02:00 |
|
Mort Yao
|
567d1059fc
|
[youtube] fix 403 error and throttling (close #2950)
|
2024-06-23 10:17:02 +02:00 |
|
Mort Yao
|
29f513821d
|
[tests] disable test_bilibili temporarily
|
2024-05-22 02:53:12 +02:00 |
|
Mort Yao
|
dbb767f928
|
version 0.4.1700
|
2024-05-22 01:58:47 +02:00 |
|
Mort Yao
|
fda479ff4d
|
Merge branch 'patch-1' of https://github.com/zidingz/you-get into zidingz-patch-1
|
2024-05-22 01:33:15 +02:00 |
|
Mort Yao
|
9aa538a403
|
update LICENSE.txt
|
2024-05-22 01:32:38 +02:00 |
|
Mort Yao
|
00f6c01e18
|
[vine] remove support (discontinued)
|
2024-05-22 01:15:49 +02:00 |
|
Mort Yao
|
1a3bcb462a
|
update README.md (http:// -> https://)
|
2024-05-22 01:10:56 +02:00 |
|
Mort Yao
|
f6fd3fb867
|
[tumblr] add prefix
|
2024-05-22 01:04:21 +02:00 |
|
Mort Yao
|
34e4c8651b
|
[tumblr] print info for each pic
|
2024-05-22 01:02:27 +02:00 |
|
Mort Yao
|
1899b3e4fa
|
update README.md (pip3 -> pip)
|
2024-05-22 00:24:51 +02:00 |
|
Mort Yao
|
763f8a4e65
|
[tests] update test_acfun
|
2024-05-22 00:05:57 +02:00 |
|
Mort Yao
|
290c745699
|
[tests] remove test_acfun (404 URL)
|
2024-05-22 00:04:35 +02:00 |
|
Mort Yao
|
5e7a06f01d
|
[tests] enable test_tiktok, etc.
|
2024-05-22 00:01:35 +02:00 |
|
Mort Yao
|
bf3d82bd4b
|
[tiktok] fix extraction
|
2024-05-21 23:59:39 +02:00 |
|
Mort Yao
|
97bb0a6d4e
|
python-package.yml: add pypy-3.10
|
2024-05-21 01:45:12 +02:00 |
|
Mort Yao
|
e760fc501d
|
Merge branch 'fix-installation' of https://github.com/crnkv/you-get into crnkv-fix-installation
|
2024-05-20 05:00:00 +02:00 |
|
Mort Yao
|
0b9fec5251
|
[imgur] fix extraction
|
2024-05-20 04:56:36 +02:00 |
|
Mort Yao
|
7f8ebe1c93
|
[tests] disable test_tiktok temporarily
|
2024-05-20 04:18:10 +02:00 |
|
cerenkov
|
19a4f15d60
|
Revert "Update setup.py: compatibility for older python versions"
This reverts commit 873ffdb61e .
Minimun python version 3.7 already assures importlib availability
|
2024-05-19 12:03:54 +08:00 |
|
cerenkov
|
b935d3ed02
|
Update python-package.yml: update setuptools
|
2024-05-19 02:01:31 +08:00 |
|
cerenkov
|
825536492c
|
Merge branch 'fix-installation' of https://github.com/crnkv/you-get into fix-installation
|
2024-05-19 01:17:37 +08:00 |
|
cerenkov
|
adeaeb8967
|
Update you-get.json: add info Python :: 3.11 and 3.12
|
2024-05-19 01:03:54 +08:00 |
|
cerenkov
|
317cc467e7
|
Update python-package.yml: add python-version 3.12 job
|
2024-05-19 01:01:09 +08:00 |
|
cerenkov
|
873ffdb61e
|
Update setup.py: compatibility for older python versions
|
2024-05-19 00:58:08 +08:00 |
|
Mort Yao
|
57f6502e80
|
[twitter] fix extraction (x.com)
|
2024-05-17 20:57:37 +02:00 |
|
Mort Yao
|
a4d34ff6b1
|
[bilibili] change all http to https
|
2024-05-17 18:19:12 +02:00 |
|
Mort Yao
|
0e6d303b2f
|
Merge branch 'develop' of https://github.com/ftakanashi/you-get into ftakanashi-develop
|
2024-05-17 18:14:28 +02:00 |
|
wyzypa
|
f7face20fa
|
fix: [extractors.bilibili] add headers when requesting for danmaku
|
2024-05-10 10:29:44 +08:00 |
|
cerenkov
|
1c1f982869
|
The installation instructions failed for two reasons:
1. python 3.12 has removed the `imp` module and has replaced it by the `importlib` module. [1](https://docs.python.org/3/whatsnew/3.12.html#imp)
2. the use of setup.py as in the command `python setup.py install` is deprecated and should be replaced by the recommended way of `python -m pip install path/to/project`. [2](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/)
|
2024-05-09 17:18:11 +08:00 |
|
Mort Yao
|
01fa32419e
|
[common] update UA
|
2024-04-18 22:54:01 +02:00 |
|
Mort Yao
|
0b7a91fc06
|
[imgur] fix extraction
|
2024-03-04 03:16:43 +01:00 |
|
Mort Yao
|
6d57771248
|
[imgur] fix extraction
|
2024-03-04 03:15:47 +01:00 |
|
Mort Yao
|
393597ef03
|
Merge branch 'develop' of https://github.com/ifui/you-get into ifui-develop
|
2024-03-03 21:42:13 +01:00 |
|
Mort Yao
|
ad5fdbdf34
|
Merge branch 'develop' of https://github.com/johzzy/you-get into johzzy-develop
|
2024-03-03 16:32:10 +01:00 |
|
ifui
|
dfac58a407
|
Merge branch 'soimort:develop' into develop
|
2024-01-09 09:58:17 +08:00 |
|
ifui
|
c7e5a29747
|
fix ffmpeg: Unrecognized option 'absf'.
|
2024-01-09 09:53:41 +08:00 |
|
Johnny
|
ac01a66b62
|
[twitter] fix twitter video download
|
2023-12-19 16:31:04 +08:00 |
|
OneCloud
|
30d6c642f9
|
[bilibili] api url update.
|
2023-12-16 23:17:22 +08:00 |
|
Mort Yao
|
9f38d7d76f
|
[common] update UA
|
2023-07-25 23:42:57 +02:00 |
|
Mort Yao
|
f9cbdc2656
|
[twitter] minor fix
|
2023-07-11 17:20:12 +02:00 |
|
Mort Yao
|
e733351a05
|
[twitter] fix extraction
|
2023-07-05 17:12:15 +02:00 |
|
Mort Yao
|
ad5825a8f6
|
[twitter] fix extraction
|
2023-05-09 15:22:19 +02:00 |
|
Mort Yao
|
2aaa877a9b
|
[.github/workflows] test python 3.11
|
2023-02-15 16:20:47 +01:00 |
|
Mort Yao
|
2ba7493f12
|
[bilibili] warn if cookies are not loaded
|
2023-02-09 23:36:16 +01:00 |
|
Mort Yao
|
35182d6a29
|
Merge branch 'arix00-patch-1' of https://github.com/arix00/you-get-test into arix00-arix00-patch-1
|
2023-02-09 22:35:09 +01:00 |
|
Mort Yao
|
f4bd814c7f
|
Merge branch 'develop' of https://github.com/URenko/you-get into URenko-develop
|
2023-02-09 21:56:39 +01:00 |
|
Mort Yao
|
f54669411e
|
add param "--prefix" to prefix downloaded files
|
2023-02-08 16:41:03 +01:00 |
|
URenko
|
a2e411395b
|
support different codecs for bilibili
|
2023-02-08 10:54:21 +00:00 |
|