Tom-Oliver Heidel
b96a939bbf
[skip travis] advice using pyinst.py for windows
4 years ago
Unknown
1f6cf75488
datetime updated.
4 years ago
Tom-Oliver Heidel
93721ed09c
[skip travis] typo
4 years ago
Unknown
b33c48f269
[skip travis] version bump
4 years ago
Tom-Oliver Heidel
8a28bd24dd
[skip travis] publish right after unix build
4 years ago
Tom-Oliver Heidel
c74618a0c2
[skip travis] update workflow
4 years ago
Unknown
5d2d92895c
Merge remote-tracking branch 'origin/master'
4 years ago
Unknown
ce02551b85
[skip travis] alternative approach to datetime
4 years ago
Tom-Oliver Heidel
79bd208428
[skip travis] apply version as tag name
4 years ago
Tom-Oliver Heidel
14a9299f50
Merge branch 'SeonjaeHyeon-naver'
4 years ago
Tom-Oliver Heidel
04b61c6572
Merge branch 'naver' of https://github.com/SeonjaeHyeon/youtube-dl into SeonjaeHyeon-naver
4 years ago
Tom-Oliver Heidel
94b89122c6
[skip travis] pypi needs make
4 years ago
Unknown
ad42fc2048
Merge remote-tracking branch 'origin/master'
4 years ago
Unknown
afe4cdcf58
[skip travis] very minor but important workflow related issue
4 years ago
Tom-Oliver Heidel
eb98353bdd
[skip travis] adjust available python version
4 years ago
Unknown
f940c3172a
add missing future import
4 years ago
Unknown
cdb7547e14
add pyinst to test exceptions
4 years ago
Unknown
7e8772bf82
Merge remote-tracking branch 'origin/master'
4 years ago
Tom-Oliver Heidel
f97123d28c
[skip travis] added two spaces
4 years ago
Tom-Oliver Heidel
5bf3bb22d6
[skip travis] new workflow
4 years ago
Unknown
0fcd0fbb8c
Merge remote-tracking branch 'origin/master'
4 years ago
Tom-Oliver Heidel
6c4e8b23e6
[skip travis] disable old workflow
4 years ago
Unknown
915f2a92ac
update workflow, semi fix integrated updater
4 years ago
Unknown
b137e533ee
[skip travis] updating issue template tmpls
4 years ago
Unknown
11f96ac427
Merge branch 'ytdl-org-master'
4 years ago
Unknown
1b3f7c9a7e
merge youtube-dl master 22.09.2020
4 years ago
Sergey M․
c5764b3f89
[downloader/http] Properly handle missing message in SSLError ( closes #26646 )
4 years ago
Sergey M․
0837992a22
[downloader/http] Fix access to not yet opened stream in retry
4 years ago
Tom-Oliver Heidel
486ad2cd50
Merge pull request #129 from jbruchon/master
...
Switch from binary search tree to Python sets
4 years ago
Sergey M․
b55715934b
release 2020.09.20
4 years ago
Sergey M․
bbc3b5b4bb
[ChangeLog] Actualize
...
[ci skip]
4 years ago
nixxo
1ca5f821c8
[redtube] Extend _VALID_URL ( #26506 )
4 years ago
Sergey M․
defc820b70
[twitch] Switch streams to GraphQL and refactor ( closes #26535 )
4 years ago
Jody Bruchon
a45e861918
Switch from binary search tree to Python sets
...
Signed-off-by: Jody Bruchon <jody@jodybruchon.com>
4 years ago
Sergey M․
82ef02e936
[telequebec] Fix issues ( closes #26368 )
4 years ago
Patrick Dessalle
b856b3997c
[telequebec] Add support for brightcove videos ( closes #25833 )
4 years ago
Sergey M․
cd85a1bb8b
[pornhub] Extract metadata from JSON-LD ( closes #26614 )
4 years ago
Sergey M․
ce5b904050
[extractor/common] Relax interaction count extraction in _json_ld
4 years ago
Sergey M․
ad06b99dd4
[extractor/common] Extract author as uploader for VideoObject in _json_ld
4 years ago
JChris246
540b9f5164
[pornhub] Fix view count extraction ( #26621 ) (refs #26614 )
4 years ago
Jody Bruchon
fd87f42378
Randomize the ArchiveTree the proper Python way
...
Signed-off-by: Jody Bruchon <jody@jodybruchon.com>
4 years ago
Tom-Oliver Heidel
53d50142e8
[skip travis] Update issue templates
4 years ago
Tom-Oliver Heidel
c71700dbe4
Merge pull request #125 from jbruchon/master
...
Keep download archive in memory for better performance
4 years ago
Jody Bruchon
2459b6e1cf
Style revisions
4 years ago
Jody Bruchon
4f0150dcec
Merge remote-tracking branch 'upstream/master'
4 years ago
Unknown
35d3b674c7
[hotstar] regex the second.
4 years ago
Jody Bruchon
a4d834fb3e
Fix wrong variable in position swap corrupting archive list
...
It's always a simple error in the end, you know?
Signed-off-by: Jody Bruchon <jody@jodybruchon.com>
4 years ago
Jody Bruchon
fda63a4e87
Randomize archive order before populating search tree
...
This doesn't result in an elegant, perfectly balanced search tree,
but it's absolutely good enough. This commit completely mitigates
the worst-case scenario where the archive file is sorted.
Signed-off-by: Jody Bruchon <jody@jodybruchon.com>
4 years ago
Stefan Pöschel
6e65a2a67e
[downloader/hls] Fix incorrect end byte in Range HTTP header for media segments with EXT-X-BYTERANGE ( #24512 ) ( closes #14748 )
...
The end of the byte range is the first byte that is NOT part of the to
be downloaded range. So don't include it into the requested HTTP
download range, as this additional byte leads to a broken TS packet and
subsequently to e.g. visible video corruption.
Fixes #14748 .
4 years ago
Jody Bruchon
1d74d8d9f6
Try to mitigate the problem of loading a fully sorted archive
...
Sorted archives turn the binary tree into a linked list and make
things horribly slow. This is an incomplete mitigation for this
issue.
4 years ago