aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'Unknown2020-09-121-47/+71
|\
| * Merge pull request #69 from blackjack4494/viki-subtitles_and_moreTom-Oliver Heidel2020-09-121-47/+71
| |\ | | | | | | [Viki] subtitles, formats
| | * [soundcloud] flake8Unknown2020-09-121-3/+3
| | |
| | * [viki] subtitles, formatsUnknown2020-09-091-47/+71
| | |
* | | Merge branch 'fonkap-myvideo_ge'Tom-Oliver Heidel2020-09-122-0/+57
|\ \ \ | |/ / |/| |
| * | Merge branch 'myvideo_ge' of https://github.com/fonkap/youtube-dl into ↵Tom-Oliver Heidel2020-09-122-0/+57
|/| | | | | | | | | | | fonkap-myvideo_ge
| * | [MyVideoGe] add new extractorAlfonso Solbes2020-08-102-0/+57
| | |
* | | Merge branch 'iamleot-rai-update'Tom-Oliver Heidel2020-09-121-78/+49
|\ \ \
| * | | Merge branch 'rai-update' of https://github.com/iamleot/youtube-dl into ↵Tom-Oliver Heidel2020-09-121-78/+49
|/| | | | | | | | | | | | | | | iamleot-rai-update
| * | | [rai] Fix extraction for recent raiplay.it updatesLeonardo Taccari2020-08-281-78/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce _BASE_URL in RaiBaseIE class so it could be reused as base for the several subextractors. - Remove first test of RaiPlayIE, it is no longer available - Adjust RaiPlayIE to recent raiplay.it updates, make it extension agnostic (passing possible `.json' URLs is now supported too) and update test info_dict. - Adjust RaiPlayLiveIE to recent raiplay.it updates. Passing it as `url_transparent' is no longer supported (there is no longer an accessible ContentItem) - Adjust RaiPlayPlaylistIE to recent raiplay.it updates and instruct it about ContentSet-s. - Update a RaiIE test and remove two tests that are no longer availables This fix issue #22923, #22906 and supersedes #23006.
* | | | Merge branch 'JensTimmerman-JensTimmerman-patch-1'Tom-Oliver Heidel2020-09-121-4/+4
|\ \ \ \
| * | | | Merge branch 'JensTimmerman-patch-1' of ↵Tom-Oliver Heidel2020-09-121-4/+4
|/| | | | | | | | | | | | | | | | | | | https://github.com/JensTimmerman/youtube-dl into JensTimmerman-JensTimmerman-patch-1
| * | | | Update vrt.pyJens Timmerman2020-04-141-1/+1
| | | | | | | | | | | | | | | fix indent
| * | | | Update vrt.pyJens Timmerman2020-04-141-4/+4
| | | | |
* | | | | Merge branch 'ytdl-org-master'Unknown2020-09-1215-290/+495
| | | | |
* | | | | Merge branch 'legraphista-fix/google-drive-cookie-issue'Tom-Oliver Heidel2020-09-121-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'fix/google-drive-cookie-issue' of ↵Tom-Oliver Heidel2020-09-121-0/+2
|/| | | | | | | | | | | | | | | | | | | https://github.com/legraphista/youtube-dl into legraphista-fix/google-drive-cookie-issue
| * | | | [GoogleDrive] fix: don't nuke entire .google.com cookie jarStefan-Gabriel Muscalu2020-04-091-1/+1
| | | | |
| * | | | [GoogleDrive] fix redirect loop (closes #23919)Stefan-Gabriel Muscalu2020-04-081-0/+2
| | | | |
* | | | | [soundcloud] playlist limit per page according to official docsUnknown2020-09-091-1/+1
| | | | | | | | | | | | | | | https://github.com/ytdl-org/youtube-dl/pull/26557
* | | | | Merge branch 'adrianheine-rutv'Tom-Oliver Heidel2020-09-081-1/+1
|\ \ \ \ \
| * | | | | Merge branch 'rutv' of https://github.com/adrianheine/youtube-dl into ↵Tom-Oliver Heidel2020-09-081-1/+1
|/| | | | | | | | | | | | | | | | | | | | | | | adrianheine-rutv
| * | | | | [rutv] Fix JSON URL (closes #26333)Adrian Heine2020-08-151-1/+1
| | | | | |
* | | | | | Merge branch 'adrianheine-magenta'Tom-Oliver Heidel2020-09-082-0/+62
|\ \ \ \ \ \
| * | | | | | Merge branch 'magenta' of https://github.com/adrianheine/youtube-dl into ↵Tom-Oliver Heidel2020-09-082-0/+62
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | adrianheine-magenta
| * | | | | | [magentamusik360] Add new extractorAdrian Heine2020-08-062-0/+62
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'martin54-ard.py_add_playlist_support'Tom-Oliver Heidel2020-09-081-1/+153
|\ \ \ \ \ \
| * | | | | | Merge branch 'ard.py_add_playlist_support' of ↵Tom-Oliver Heidel2020-09-081-1/+153
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/martin54/youtube-dl into martin54-ard.py_add_playlist_support
| * | | | | | [ard.py] add playlist supportmartin542020-06-251-1/+153
| | | | | | |
* | | | | | | [skip travis] add gitter and license badgeTom-Oliver Heidel2020-09-081-0/+3
| | | | | | |
* | | | | | | [skip travis] bump versionUnknown2020-09-061-1/+1
| | | | | | |
* | | | | | | [skip travis] exe relatedUnknown2020-09-063-1/+46
| | | | | | |
* | | | | | | Merge branch 'julien-hadleyjack-ondemandkorea'Tom-Oliver Heidel2020-09-061-7/+31
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'ondemandkorea' of ↵Tom-Oliver Heidel2020-09-061-7/+31
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/julien-hadleyjack/youtube-dl into julien-hadleyjack-ondemandkorea
| * | | | | | | [ondemandkorea] add extractor error for odk premium contentJulien Hadley Jack2020-08-021-0/+5
| | | | | | | |
| * | | | | | | [ondemandkorea] fix jw_config regex extraction; change title and description ↵Julien Hadley Jack2020-07-181-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extraction (closes #23926)
* | | | | | | | flake8 fix + soundcloud testsUnknown2020-09-062-2/+7
| | | | | | | |
* | | | | | | | Merge branch 'MrDoritos-mkvthumbnail'Tom-Oliver Heidel2020-09-061-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'mkvthumbnail' of https://github.com/MrDoritos/youtube-dl into ↵Tom-Oliver Heidel2020-09-061-0/+19
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MrDoritos-mkvthumbnail
| * | | | | | | | [MKV Thumbnail Support] Now has the correct file name in MKV containerMrDoritos2020-03-201-7/+0
| | | | | | | | |
| * | | | | | | | [MKV Thumbnail Support] Now has the correct file name in MKV containerMrDoritos2020-03-201-0/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [MKV Thumbnail Support] Changed from Tabs to spacesMrDoritos2019-10-081-4/+4
| | | | | | | | | |
| | * | | | | | | | [MKV Thumbnail Support] MKV Thumbnails with FFMpegMrDoritos2019-10-081-0/+13
| | | | | | | | | |
| * | | | | | | | | [MKV Thumbnail Support] Now has the correct file name in MKV containerian2020-03-201-0/+19
| | | | | | | | | |
* | | | | | | | | | Merge branch 'adrianheine-abc'Tom-Oliver Heidel2020-09-061-20/+84
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Merge branch 'abc' of https://github.com/adrianheine/youtube-dl into ↵Tom-Oliver Heidel2020-09-061-20/+84
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adrianheine-abc
| * | | | | | | | | | [ABC] Support abc.net.au/btn (closes #21254)Adrian Heine2020-08-161-1/+22
| | | | | | | | | | |
| * | | | | | | | | | [ABC] Fix extractionAdrian Heine2020-08-161-20/+63
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'origin/master'Unknown2020-09-061-13/+21
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #48 from theincognito-inc/masterTom-Oliver Heidel2020-09-061-13/+21
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [hotstar] Move to API v1