Mort Yao
85782bc0f7
[qq] resolve conflict
2018-06-12 22:28:12 +02:00
kiss4u
a10c98c5ab
support for zhibo.tv
...
<http://v.zhibo.tv/ >
example: http://v.zhibo.tv/31609372
<http://video.zhibo.tv/ >
example: http://video.zhibo.tv/video/details/d103057f-663e-11e8-9d83-525400ccac43.html
2018-06-04 00:43:15 +08:00
kiss4u
928c8ccbe3
modify comments
2018-06-03 09:10:46 +08:00
kiss4u
3653420fe9
fix some url format from v.qq.com
...
https://v.qq.com/x/page/w0674l9yrrh.html
http://v.sports.qq.com/#/cover/t0fqsm1y83r8v5j/a0026nvw5jr
2018-06-02 23:15:44 +08:00
my
6e277ceea8
Merge pull request #1 from soimort/develop
...
update
2018-05-31 14:51:25 +08:00
Agent Fitz ;-)
b7603a4db0
腾讯视频默认下载SHD视频
...
现在可以直接下载720P(SHD)的腾讯视频
2018-05-29 21:36:29 +08:00
Mort Yao
8c0cae47fc
[instagram] download video_url
2018-05-27 19:16:31 +02:00
Mort Yao
d26482b9a9
[twitter] prevent mobile redirection
2018-05-21 22:59:51 +02:00
韩林泽
25b1c25517
Move the warning message output to standard error.
...
`ffmpeg -version` gives "ffmpeg version 2.8.14-0ubuntu0.16.04.1 Copyright (c) 2000-2018 the FFmpeg developers" on Ubuntu Xenial, which make int() failed during extracting version code.
2018-05-21 17:40:56 +08:00
Mort Yao
582d89e2f2
.travis.yml: skip flake8 on python 3.2
2018-05-20 13:47:28 +02:00
Mort Yao
074aff5e7d
Merge branch 'patch-1' of https://github.com/cclauss/you-get into cclauss-patch-1
2018-05-20 13:43:27 +02:00
Mort Yao
59f544665f
[ixigua] remove undefined name ( #2599 )
2018-05-20 13:00:12 +02:00
cclauss
f7179968f8
Add flake8 to the testing (again)
...
Another attempt at #2145
2018-05-18 09:08:13 +02:00
Mort Yao
9ae300029f
version 0.4.1077
2018-05-15 21:22:51 +02:00
Mort Yao
e420ed2050
Merge branch 'develop' of https://github.com/QYLGitHub/you-get into QYLGitHub-develop
2018-05-15 21:16:43 +02:00
Mort Yao
6346a68cd2
Merge branch 'develop' of https://github.com/LittleRed-YXC/you-get into LittleRed-YXC-develop
2018-05-15 21:14:30 +02:00
Zheng Luo
9b03331589
Update cccode to 0510 for youku.py
2018-05-12 20:08:13 -04:00
yangxiaochen
daf630e9d7
[douyin] fix if there is not title, you-get cannot works well
...
https://www.douyin.com/share/video/6553248251821165832
2018-05-11 18:08:23 +08:00
yangxiaochen
50bba5527b
[douyin] send the request without fake headers, the douyin website will return fake body or the 403 response!
2018-05-11 17:12:01 +08:00
perror
24578efa1e
repair douyutv 403 error
2018-05-11 12:01:31 +08:00
yangxiaochen
351173ba79
[qq] fix some error cases("check vid&filename failed" and "format invalid")
2018-05-10 20:32:59 +08:00
QYLGithub
18d3cf0eb4
Call toutiao.py method
2018-04-29 11:38:49 +08:00
Mort Yao
4f1b609d71
[bilibili] fix title
2018-04-28 18:59:52 +02:00
Mort Yao
bcc98c5a5c
[universal] use faker only if necessary
2018-04-25 22:59:39 +02:00
Mort Yao
fe34688d07
[universal] fix my brain damage since 2015 ( 2c7aa3b
)
2018-04-25 22:42:23 +02:00
Mort Yao
44960677c4
[common] use quoted video_host and video_url as well
2018-04-25 22:30:46 +02:00
Mort Yao
ff6deaf2bd
[tumblr] fallback to universal_download
2018-04-24 14:48:20 +02:00
Mort Yao
d057a49e5b
[common] url_to_module: quote non-ASCII characters in URL
2018-04-24 14:46:38 +02:00
lcjh
a3b15279b6
fix bilibili
...
update xml-url to get all format of video
2018-04-22 10:38:40 +08:00
Mort Yao
b28d78f71d
[twitter] support twitter moments
2018-04-19 03:22:18 +02:00
Mort Yao
029272d140
version 0.4.1060
2018-04-15 17:13:08 +02:00
Mort Yao
c77f29861c
[universal] support Open Graph og:video:url
2018-04-15 17:07:46 +02:00
Mort Yao
25aa2ac2e5
[universal] better extraction of title and ext
2018-04-15 16:34:15 +02:00
Mort Yao
ead0979ca1
[universal] relative path lah
2018-04-12 03:19:12 +02:00
hellsof
6a9039aab1
fix https://v.qq.com/x/page/d0552xbadkl.html https://y.qq.com/n/yqq/mv/v/g00268vlkzy.html
2018-04-11 19:59:14 +08:00
hellsof
32c8bb7751
Merge branch 'develop' of github.com:soimort/you-get into fix-qq
2018-04-11 19:53:51 +08:00
JayXon
43923bc8f6
[youku] use default ckey
...
1080p works
2018-03-29 00:59:28 -07:00
cclauss
6e5e385620
from ..common import general_m3u8_extractor
...
Import the definition of __general_m3u8_extractor()__ for the function call on line 64...
flake8 testing of https://github.com/soimort/you-get on Python 3.6.3
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./src/you_get/extractors/longzhu.py:63:20: F821 undefined name 'general_m3u8_extractor'
urls = general_m3u8_extractor(real_url)
^
1 F821 undefined name 'general_m3u8_extractor'
```
2018-03-26 12:05:12 +02:00
Mort Yao
d3719ed4b6
[bilibili] warn when target URL is a playlist
2018-03-24 23:56:38 +01:00
Mort Yao
821e639e02
[youku] boom boom boom
2018-03-22 22:46:42 +01:00
Mort Yao
8979cd63ea
[qq] break if no pay
2018-03-22 22:44:33 +01:00
Mort Yao
3faaebb676
[qq] no more redirect ( close #2586 )
2018-03-22 22:40:07 +01:00
Phun
fdf5350838
fix the bug of v.qq.com
2018-03-19 12:48:38 +08:00
Mort Yao
109d0bc7c5
Merge branch 'develop' of https://github.com/Kugel-Blitz/you-get into Kugel-Blitz-develop
2018-03-15 22:43:59 +01:00
Mort Yao
344502af0d
[youku] resolve conflict
2018-03-15 22:38:23 +01:00
Mort Yao
e3ae1d50fd
Merge branch 'vevo_no_audio' of https://github.com/rosynirvana/you-get into rosynirvana-vevo_no_audio
2018-03-15 22:09:13 +01:00
Kugel-Blitz
92eb72bc7d
Use 0513 when cookies are used
...
0507 doesn't seem to honour cookies when they're loaded.
2018-03-11 10:06:19 +13:00
mq-liu
1900f7608c
fix bilibili download fail
...
the bilibili api has changed
"https://interface.bilibili.com/v2/playurl?cid=33250486&appkey=84956560bc028eb7&otype=json&type=&quality=0&qn=0&sign=a1b0401c8bf70d676bab133fa032469f "
2018-03-07 09:48:11 +08:00
Mort Yao
7633898850
version 0.4.1040
2018-03-01 22:55:09 +01:00
perror
0b50fdfab4
[ixigua] fix URL request error and video download error and video encryption parameters acquisition
2018-02-28 16:45:48 +08:00