Sergey M․
b3ed15b760
[utils] Add replace_extension
10 years ago
Sergey M․
666a9a2b95
[YoutubeDL] Improve audio/video-only file naming
10 years ago
Sergey M․
a4bcaad773
[test_utils] Add tests for prepend_extension
10 years ago
Sergey M․
e65e4c8874
[utils] Improve prepend_extension
Now `ext` is appended to filename if real extension != expected extension.
10 years ago
Yen Chi Hsuan
21f6330274
[baiduvideo] Add new extractor ( closes #4563 )
10 years ago
Sergey M․
38c6902b90
[YoutubeDL] Ensure correct extension is always present for a merged file ( Closes #5535 )
10 years ago
Jaime Marquínez Ferrándiz
2ddcd88129
Remove code that was only used by the Grooveshark extractor
10 years ago
Yen Chi Hsuan
dd8920653c
[Grooveshark] Remove the extractor
grooveshark.com was shut down on 2015/04/30
10 years ago
Sergey M․
c938c35f95
[iconosquare] Fix extraction
10 years ago
Yen Chi Hsuan
2eb0192155
[viki] Remove clean_html call
10 years ago
Yen Chi Hsuan
d948e09b61
[viki] Extract m3u8 videos ( #4855 )
10 years ago
Yen Chi Hsuan
89966a5aea
[viki] Enhance error message handling ( #3774 )
10 years ago
Yen Chi Hsuan
8e3df9dfee
[viki] Fix extractor and add a global availble test case
10 years ago
Sergey M․
5890eef6b0
[pbs] Add support for HD ( Closes #3564 , closes #5390 )
10 years ago
Nikoli
083c1bb960
Add ability to embed subtitles in mkv files ( closes #5434 )
10 years ago
Yen Chi Hsuan
861e65eb05
[yahoo] Extend _VALID_URL
10 years ago
Sergey M․
650cfd0cb0
[bbccouk] Mute thumbnail
10 years ago
Sergey M․
e68ae99a41
[bbccouk] Add test for #5530
10 years ago
Sergey M․
8683b4d8d9
[bbccouk] Improve extraction ( Closes #5530 )
10 years ago
Sergey M․
1dbd717eb4
[theplaform] Fix FutureWarning
10 years ago
Sergey M․
6a8422b942
[foxsports] Add extractor ( Closes #5517 )
10 years ago
Sergey M․
cb202fd286
[YoutubeDL] Filter requested info fields on `--load-info` as well
In order to properly handle JSON info files generated by youtube-dl versions prior to 4070b458ec
10 years ago
Naglis Jonaitis
67fc8ecd53
[dreisat] Extend _VALID_URL ( Closes #5548 )
10 years ago
Jaime Marquínez Ferrándiz
df8301fef5
[YoutubeDL] pep8: use 'k not in' instead of 'not k in'
10 years ago
Sergey M․
4070b458ec
[YoutubeDL] Do not write requested info in info JSON file ( Closes #5562 , closes #5564 )
10 years ago
Yen Chi Hsuan
ffbc3901d2
Merge remote-tracking branch 'upstream/master'
10 years ago
Sergey M․
7a03280df4
[vporn] More metadata extraction fixes and tests update ( #5560 )
10 years ago
Yen Chi Hsuan
482a1258de
[VeeHD] Replace the third test case due to copyright issues
10 years ago
Sergey M․
cd298882cd
[vporn] Fix metadata extraction ( #5560 )
10 years ago
Sergey M․
e01c56f9e1
[YoutubeDL] Generalize best/worst format match behavior
10 years ago
Sergey M.
4d72df4031
Merge pull request #5556 from jaimeMF/best-format-nodash
Make 'best' format only match non-DASH formats (closes #5554 )
10 years ago
Yen Chi Hsuan
f7f1df1d82
[VeeHD] Enhance extraction and fix tests ( fixes #4965 )
10 years ago
Yen Chi Hsuan
c4a21bc9db
[bilibili] Extract multipart videos ( closes #3250 )
10 years ago
Yen Chi Hsuan
621ffe7bf4
[niconico] Fix so* video extraction ( fixes #4874 ) ( #2087 )
10 years ago
Jaime Marquínez Ferrándiz
8dd5418803
Make 'best' format only match non-DASH formats ( closes #5554 )
Otherwise it's impossible to only download non-DASH formats, for example `best[height=?480]/best` would download a DASH video if it's the only one with height=480, instead for falling back to the second format specifier.
For audio only urls (soundcloud, bandcamp ...), the best audio will be downloaded as before.
10 years ago
Jaime Marquínez Ferrándiz
965cb8d530
[escapist] pep8 fixes
10 years ago
Yen Chi Hsuan
b2e8e7dab5
[niconico] Try to extract all optional fields from various sources
10 years ago
Yen Chi Hsuan
59d814f793
[niconico] Remove credentials from tests and enhance title extraction
All test videos can be downloaded without username and password now.
10 years ago
Yen Chi Hsuan
bb865f3a5e
[niconico] Fix extraction and update tests ( closes #5511 )
10 years ago
Yen Chi Hsuan
9ee53a49f0
[YouPorn] Fix extractor
10 years ago
Sergey M.
79adb09baa
Merge pull request #5553 from zouhair/master
Typo: twice "the the" to "the"
10 years ago
zouhair
cf0649f8b7
Typo: twice "the the" to "the"
10 years ago
Sergey M.
f8690631e2
Merge pull request #5552 from zouhair/master
Typo "incompatible" instead of "uncompatible"
10 years ago
zouhair
5456d78f0c
Typo "incompatible" instead of "uncompatible"
10 years ago
Yen Chi Hsuan
cbbece96a2
[yourupload] Simplify
10 years ago
Yen Chi Hsuan
9d8ba307ef
[yourupload] Fix extraction
10 years ago
Yen Chi Hsuan
ec7c1e85e0
[testtube] Fix test case 1
Seems the site now provides webm with higher bitrates
10 years ago
Yen Chi Hsuan
e70c7568c0
[testtube] Detect Youtube iframes ( fixes #4867 )
10 years ago
Yen Chi Hsuan
39b62db116
[youtube] Catch more alert messages ( closes #5074 )
10 years ago
Jaime Marquínez Ferrándiz
2edce52584
[vimeo] Fix password protected videos again ( #5082 )
Since they have changed again to the previous format, I've modified the regex to match both formats.
10 years ago