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
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
juruoyyx
25eb899845
Update ffmpeg.py
2023-01-06 10:55:00 +08:00
arix00
0fc63efa63
Download multipage video collection
...
When there're more than single page videos in a collection,
Download all videos as current code will only handle first page.
For 'space_channel_series' and 'space_channel_collection'
2023-01-01 20:38:21 -08:00
Mort Yao
c0a483dab1
[twitter] warn when falling back to deprecated API
2022-12-18 14:54:34 +01:00
Mort Yao
0d9c280310
version 0.4.1650
2022-12-11 18:15:46 +01:00
Mort Yao
fd78897834
[instagram] show cookie warning
2022-12-11 18:09:10 +01:00
Mort Yao
888a9e29f3
[tests] test "universal" tiktok url
2022-12-11 17:44:06 +01:00
Mort Yao
7b845b34ce
[tiktok] fix extraction for alternative URLs
2022-12-11 17:43:07 +01:00
Mort Yao
84db11759e
[tiktok] fix extraction
2022-12-11 17:08:34 +01:00
Mort Yao
e674bfbc2b
[twitter] small fix
2022-10-25 13:49:15 +02:00
Mort Yao
8ef66a3173
[twitter] if the tweet contains video from another tweet, download it
2022-10-23 18:46:33 +02:00
Mort Yao
9f608990ee
[twitter] support NSFW tweets
2022-10-23 17:10:51 +02:00
Mort Yao
7d48d34d5d
Merge branch 'develop' of https://github.com/sankoshine/you-get into sankoshine-develop
2022-10-17 15:45:25 +02:00
zheng zhiwen
5b22081a9c
miaopai fix
2022-10-17 16:10:30 +08:00
Andy Fan
dc7dc481f4
[douyin] remove video watermark
2022-10-17 14:19:51 +08:00
zheng zhiwen
d7d3237bf9
test miaopai
2022-10-17 10:05:34 +08:00
Mort Yao
4746af3462
[twitter] small fix
2022-10-09 00:37:48 +02:00
Mort Yao
81b1f06a05
[twitter] support tweets with multiple videos
2022-10-09 00:26:20 +02:00
Mort Yao
4e13999843
Merge branch 'patch-1' of https://github.com/cclauss/you-get into cclauss-patch-1
2022-10-09 00:20:30 +02:00
Mort Yao
5742405c1a
Merge branch 'develop' of https://github.com/0x4ea5/you-get into 0x4ea5-develop
2022-10-09 00:08:52 +02:00
Mort Yao
fa0d9e6515
Merge branch 'fix_ixigua' of https://github.com/xiangxw/you-get into xiangxw-fix_ixigua
2022-10-09 00:05:59 +02:00
Mort Yao
472afef361
Merge branch 'improve/radio-paginate' of https://github.com/StdioA/you-get into StdioA-improve/radio-paginate
2022-10-09 00:04:16 +02:00
nuomi1
568ee3e8d2
fix: remove query and fragment
2022-10-05 01:24:53 +08:00
nuomi1
f4e36b3667
fix: use fake ua
2022-10-05 01:23:32 +08:00
0x4ea5
11dcced98b
added support to bilibili collectiondetail api
2022-09-25 19:01:51 -07:00
David Dai
023d12fa2d
[netease]: Add pagination on netease radio
2022-09-22 20:34:28 +08:00
xiangxw
b81b4ae8dd
[ixigua] fix 'string indices must be integers'
2022-09-20 11:11:18 +08:00
Christian Clauss
e4358725b1
Add Python 3.11 release candidate 2 to the testing
...
Python 3.11 will be on average 22% faster than Python 3.10 so let’s give it a spin...
https://www.python.org/download/pre-releases
2022-09-17 18:30:25 +02:00