1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 23:07:16 +08:00

18320 Commits

Author SHA1 Message Date
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
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
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
Sergey M․
f7f304910d
[puhutv] Remove no longer available HTTP formats (closes #25124) 2020-05-04 21:15:19 +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
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
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
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
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
Remita Amine
2468a6fa64 [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778) 2020-04-29 14:56:32 +01:00
pull[bot]
110ec0009c
Merge pull request #302 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-29 13:24:34 +00:00
Remita Amine
700265bfcf [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789) 2020-04-29 13:38:58 +01:00
aviperes
7b5137eed4
Merge pull request #297 from aviperes/tiktok-dl
Tiktok dl
2020-04-26 13:29:43 +03:00
pull[bot]
37d6fdfa3d
Merge pull request #301 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-26 07:24:27 +00:00
bhodaya
06b483099c add embed code 2020-04-26 09:19:15 +03:00
Sergey M․
c97f5e934f
[tenplay] Relax _VALID_URL (closes #25001) 2020-04-26 12:41:33 +07:00
pull[bot]
0987202370
Merge pull request #300 from ytdl-org/master
[pull] master from ytdl-org:master
2020-04-23 21:24:31 +00:00
Sergey M․
38db9a405a
[prosiebensat1] Extract series metadata 2020-04-24 02:56:10 +07:00
Philipp Stehle
2cdfe977d7
[prosiebensat1] Improve extraction and remove 7tv.de support (#24948) 2020-04-24 02:44:13 +07:00
willbeaufoy
46d0baf941
[options] Clarify doc on --exec command (closes #19087) (#24883) 2020-04-24 02:31:38 +07:00
hashark
843731a507
Merge pull request #299 from vshiran/extract-additional-metadata
Added regex options for view count and uploader id (in _extract_from_url method)
2020-04-23 09:24:21 +03:00
shiran
57c28f98b3 Added regex options for view count and uploader id 2020-04-22 13:22:47 -07:00
aviperes
cd54efa8ed
Merge pull request #298 from aviperes/facebook-tahoe-bug
trying to get video-date using the tahoe data before giving up
2020-04-22 20:03:02 +03:00
Avichai
41f3835b53 trying to get video-date using the tahoe 2020-04-22 18:04:54 +03:00
hodayabu
b9f1ba3c01 video info platform tiktok 2020-04-21 17:57:08 +03:00
hodayabu
17880cbaca tiktok fix code 2020-04-21 14:32:32 +03:00
hodayabu
8cddcb0322 video info platform tiktok 2020-04-20 21:07:13 +03:00
hodayabu
817be403eb tiktok extractor 2020-04-20 20:54:18 +03:00
hodayabu
82381d8dd4 tiktok youtube-dl 2020-04-20 15:27:31 +03:00
hodayabu
469c1dc4e3 tiktok youtube-dl 2020-04-20 13:40:18 +03:00
Avi Peretz
9a6068fdf3 add processing error handling. 2020-04-14 11:33:21 +03:00
hashark
50c7aa32a5
added Hodaya as a reviewer 2020-04-12 16:42:29 +03:00
Avichai Cohen
f1604aa805 Merge branch 'ytdl-org-master' 2020-04-12 12:59:53 +03:00