31047 Commits

Author SHA1 Message Date
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
mrx23dot
074292541f [mediaklikk] Add new extractor 2020-05-02 15:01:21 +01:00
mrx23dot
c6eeba3f94 Merge branch 'master' into mediaklikk 2020-05-02 14:18:40 +01:00
mrx23dot
5a3e2d571d [mediaklikk] initial 2020-05-02 14:18:23 +01:00
pull[bot]
8c5d89d1e4
Merge pull request #305 from ytdl-org/master
[pull] master from ytdl-org:master
2020-05-02 01:24:35 +00:00
Sergey M․
e40c758c2a
[youtube] Improve player id extraction and add tests 2020-05-02 07:18:08 +07:00
Olivier Berger
3ceed8f635 Flake 8 happy 2020-05-01 22:57:30 +02:00
Olivier Berger
7f84a8f13c Fixed format names and added tests 2020-05-01 22:40:10 +02:00
Olivier Berger
a7756ff597 Mostly ready for contribution 2020-05-01 22:07:23 +02:00
Olivier Berger
3e70b4f036 Initial tests 2020-05-01 19:12:32 +02:00
LameLemon
57325e871e [crunchyroll] Fixed title for locale 2020-05-01 00:00:56 +01:00
pull[bot]
ca387e214f
Merge pull request #304 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-30 19:24:45 +00:00
Sergey M․
011e75e641
[youtube] Use redirected video id if any (closes #25063) 2020-05-01 00:40:38 +07:00
a-raccoon
5e27882049
Fixed the 403 Forbidden chaos and mayhem.
Don't thank me.
2020-04-29 23:34:20 -06:00
Jeremy Mahieu
7b4c1f4c40 Code style 2020-04-29 23:24:25 +02:00
Jeremy Mahieu
646f0ba379 Add tests for wrong video id 2020-04-29 22:42:32 +02:00
Jeremy Mahieu
dda218eece Correct code style 2020-04-29 21:55:30 +02:00
Jeremy Mahieu
56359a6db7 Correct Video ID if base64 is wrong 2020-04-29 21:49:17 +02:00
pull[bot]
270f680997
Merge pull request #303 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-29 15:24:34 +00:00