31718 Commits

Author SHA1 Message Date
Sergey M․
b74896dad1
[ChangeLog] Actualize
[ci skip]
2020-05-08 18:07:05 +07:00
Sergey M․
fa3db38333
[youtube] Improve signature cipher extraction (closes #25188) 2020-05-08 17:42:30 +07:00
pull[bot]
047ce5bac3
Merge pull request #309 from ytdl-org/master
[pull] master from ytdl-org:master
2020-05-07 16:05:01 +00:00
arye321
230bf496c8 Add gitpod config
this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
2020-05-06 19:23:11 +00:00
Sergey M․
30fa5c6087
[iprima] Improve extraction (closes #25138) 2020-05-06 23:20:14 +07:00
hashark
c92792bd2c
Merge pull request #308 from aviperes/tiktok-dl
download video
2020-05-06 13:03:30 +03:00
bhodaya
9b21d732f1 download video ext fix 2020-05-06 12:59:15 +03:00
bhodaya
e3f32c957b download video ext fix 2020-05-06 12:32:25 +03:00
jeffycf
12cf3f125f
Merge pull request #1 from ytdl-org/master
Sync
2020-05-06 17:16:25 +08:00
razzle01
86b578caa0 Merge remote-tracking branch 'origin/csgoani.me' into csgoani.me 2020-05-05 23:33:04 +02:00
razzle01
f6cd7375a9 [CSGOAnime] Add new extractor 2020-05-05 23:32:35 +02:00
razzle01
4ee40279a8 [CSGOAnime] Add new extractor 2020-05-05 23:27:38 +02:00
razzle01
51c510ce1e Add CSGOAnime Extractor 2020-05-05 23:24:01 +02:00
Tithen-Firion
725ab1196d [ninateka] Add new extractor 2020-05-05 18:53:15 +02:00
Sergey M․
6c907eb33f
[downloader/http] Request last data block of exact remaining size
Always request last data block of exact size remaining to download if possible not the current block size.
2020-05-05 21:43:39 +07:00
Sergey M․
f7b42518dc
[downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
2020-05-05 21:43:39 +07:00
ESWZY
74e1c027a3 [telegram] Add new extractor 2020-05-05 20:33:49 +08:00
bhodaya
d9de9d5595 download video 2020-05-05 14:16:48 +03:00
Remita Amine
ce7db64bf1 [uol] fix extraction(closes #22007) 2020-05-05 11:19:40 +01:00
hashark
696a1bae14
Merge pull request #307 from aviperes/tiktok-dl
download video
2020-05-05 13:07:57 +03:00
bhodaya
db400f388e download video 2020-05-05 13:06:08 +03:00
hh0rva1h
1328305851
[orf] Add support for more radio stations (closes #24938) (#24968) 2020-05-05 06:22:50 +07:00
Sergey M․
6c22cee673
[extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
2020-05-05 06:00:37 +07:00
Sergey M․
6d874fee2a
[compat] Introduce compat_cookiejar_Cookie 2020-05-05 05:54:10 +07:00
Sergey M․
676723e0da
[dailymotion] Fix typo 2020-05-05 05:09:07 +07:00
Sergey M․
c380cc28c4
[utils] Improve cookie files support
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
2020-05-05 04:21:25 +07:00
Rob
bf4361ae92 Adding additional permissions and respecting umask 2020-05-04 12:11:35 -07:00
rag-hav
1c361146ba coding conventions 2020-05-04 22:09:01 +05:30
rag-hav
319b057bb0 cache working host to class field 2020-05-04 20:22:24 +05:30
Sergey M․
f7f304910d
[puhutv] Remove no longer available HTTP formats (closes #25124) 2020-05-04 21:15:19 +07:00
rag-hav
aaa81ca9ff coding cnvention 2020-05-04 15:40:37 +05:30
Rob
177a9ad6cc Revert "Adding Audio and Visual converter for ffmpeg."
This reverts commit 4aafb9a5e7e1728bf728a3f8c572cfa4454a6771.
2020-05-04 00:15:44 -07:00
Rob
7c58b5148d
Adding chmod step to write_json_file to keep permissions in line with other files such as description, jpg, and annotations.
This is to resolve https://github.com/ytdl-org/youtube-dl/issues/12471
tempfile on linux will make a file that is readonly for the user with all other permission bits turned off.
Tempfile is only used for the info.json files. This makes it unique when compared to jpg, annotations, description, and other files that youtube-dl can retrieve or create.
2020-05-03 23:17:58 -07:00
Rob
795ea73403
Merge pull request #1 from ytdl-org/master
Syncing to head
2020-05-03 23:10:06 -07:00
bhodaya
b7103c6c5f download video 2020-05-03 20:12:06 +03:00
bhodaya
3165ef58a5 download video 2020-05-03 16:03:06 +03:00
rag-hav
a9cef44c29 Try all hosts 2020-05-03 15:17:32 +05:30
rag-hav
9b2e251a00 Flake8 correction 2020-05-03 13:27:33 +05:30
rag-hav
90f5bbf8cd Added Tests, retry with xvideos3 if xvideos fails 2020-05-03 13:02:20 +05:30
hh0rva1h
5252520cc4 orf.py: Coding conventions 2020-05-02 22:04:59 +02:00
rag-hav
6cb9f4dd5b Add xvideos3 to regex 2020-05-03 00:31:38 +05:30
pull[bot]
d8a9fc210e
Merge pull request #306 from ytdl-org/master
[pull] master from ytdl-org:master
2020-05-02 17:24:28 +00:00
Sergey M․
00a41ca4c3
release 2020.05.03 2020.05.03 2020-05-03 00:05:05 +07:00
Sergey M․
66f32ca0e1
[ChangeLog] Actualize
[ci skip]
2020-05-02 23:59:25 +07:00
Sergey M․
6ffc3cf74a
[crunchyroll] Fix and improve extraction (closes #25096, closes #25060) 2020-05-02 23:42:51 +07:00
Sergey M․
4433bb0245
[extractor/common] Extract multiple JSON-LD entries 2020-05-02 23:40:30 +07:00
Cam.Rossington.MacAir
c1beac1a5a Merge branch 'rss_description'
Merge branch 'rss_description' of https://github.com/deoxys314/youtube-dl into rss_description
2020-05-02 12:28:17 -04:00
Cam.Rossington.MacAir
7f11e9a6a8 Add test for podcast with episode descriptions.
Test runs successfully, but does not yet test for the existence of
episode descriptions.
2020-05-02 12:24:58 -04:00
Cameron Rossington
d84347f367 Look for podcast description in generic extractor.
Tries sequentially to find common tags containing episode descriptions
for podcasts when using the generic extractor. Silently allows
description to be None if there are not any found.
2020-05-02 12:24:55 -04:00
mrx23dot
b66a8c363e [mediaklikk] coding convention fix 2020-05-02 15:31:49 +01:00