aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rot47 capital letters.Unknown2020-09-021-1/+1
|
* renaming issues resolvedUnknown2020-09-024-21/+21
|
* [skip travis] fix broken setup.pyUnknown2020-09-021-2/+2
|
* [skip travis] update version to devUnknown2020-09-021-1/+1
|
* [skip travis] tweaksUnknown2020-09-025-37/+12
|
* [skip travis] renamingUnknown2020-09-02861-452/+452
| | | to avoid using same folder when using pip install for example
* [skip travis] update gitignoreUnknown2020-09-021-0/+8
|
* [skip travis] added download stats badge for pypiTom-Oliver Heidel2020-09-011-0/+1
|
* [skip travis] added win/unix executable to readmeTom-Oliver Heidel2020-09-011-3/+27
|
* Merge remote-tracking branch 'origin/master'Unknown2020-09-012-0/+23
|\
| * Merge pull request #19 from tfvlrue/masterTom-Oliver Heidel2020-09-011-0/+1
| |\ | | | | | | [soundcloud] Resolve audio/x-wav
| | * Resolve audio/x-wav to "wav" extension, rather than "x-wav" (which ffmpeg ↵tfvlrue2020-08-281-0/+1
| | | | | | | | | | | | | | | does not recognize) This was causing ffmpeg errors when trying to downloading certain audio files from Soundcloud with the --add-metadata option set.
| * | Merge pull request #14 from alexmerkel/webpfixTom-Oliver Heidel2020-09-011-0/+22
| |\ \ | | | | | | | | Webpfix
| | * | [postprocessor/embedthumbnail] Replace % with _ in ffmpeg image output pathAlex Merkel2020-06-231-2/+3
| | | |
| | * | [postprocessor/embedthumbnail] Fix comments to make flake8 happyAlex Merkel2020-06-211-3/+3
| | | |
| | * | [postprocessor/embedthumbnail] Close file before possible renamingAlex Merkel2020-06-211-6/+6
| | | |
| | * | [postprocessor/embedthumbnail] Add detection for mislabeled WebP filesAlex Merkel2020-06-211-2/+13
| | | |
| | * | [postprocessor/embedthumbnail] Add conversion for non JPG/PNG imagesAlex Merkel2020-06-181-0/+10
| | | |
* | | | [skip travis] version bumpUnknown2020-09-011-1/+1
|/ / / | | | | | | new build available - pip install youtube-dlc
* | | Merge pull request #13 from random-nick/masterTom-Oliver Heidel2020-08-311-1/+1
|\ \ \ | | | | | | | | [youtube] Fix age gate detection
| * | | [youtube] Fix age gate detectionrandom-nick2020-07-251-1/+1
| | | |
* | | | Merge pull request #12 from siikamiika/youtube-live-chatTom-Oliver Heidel2020-08-314-17/+138
|\ \ \ \ | | | | | | | | | | Youtube live chat
| * | | | harden regex with lookbehindsiikamiika2020-08-112-4/+4
| | | | |
| * | | | fix ytInitialData parsingsiikamiika2020-08-112-3/+10
| | | | |
| * | | | fix premiere live chatsiikamiika2020-08-051-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | They have isLiveContent = false so just check if the live chat renderer continuation exists
| * | | | flake8siikamiika2020-08-051-1/+1
| | | | |
| * | | | attempt to fix syntax error on older pythonsiikamiika2020-08-051-1/+1
| | | | |
| * | | | rename variablesiikamiika2020-08-051-2/+2
| | | | |
| * | | | run flake8siikamiika2020-08-052-6/+5
| | | | |
| * | | | check live chat replay existencesiikamiika2020-08-052-13/+33
| | | | |
| * | | | support youtube live chat replaysiikamiika2020-08-053-0/+98
| | | | |
| * | | | use dl function for subtitlessiikamiika2020-08-031-13/+11
| | | | |
* | | | | Merge pull request #11 from gschizas/bugfix/youtube/chapters-fix-extractorTom-Oliver Heidel2020-08-311-10/+4
|\ \ \ \ \ | | | | | | | | | | | | Bugfix/youtube/chapters fix extractor
| * \ \ \ \ Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into ↵George Schizas2020-08-282-10/+27
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | bugfix/youtube/chapters-fix-extractor
| * | | | | Use initial data from JS instead to get chaptersGeorge Schizas2020-08-111-10/+4
| | |/ / / | |/| | | | | | | | | | | | | There are probably a lot more useful data in there.
* | | | | Merge pull request #10 from adrianheine/videaTom-Oliver Heidel2020-08-311-2/+60
|\ \ \ \ \ | | | | | | | | | | | | [videa] Adapt to updates
| * | | | | [videa] Adapt to updatesAdrian Heine2020-08-121-2/+60
| |/ / / / | | | | | | | | | | | | | | | Closes #26288, closes #25973, closes #25650.
* | | | | Merge pull request #9 from Surkal/francetvTom-Oliver Heidel2020-08-311-5/+7
|\ \ \ \ \ | | | | | | | | | | | | [francetv] fix extractor
| * | | | | [francetv] fix extractorSurkal2020-08-141-5/+7
| | | | | |
* | | | | | Merge pull request #8 from geauxlo/masterTom-Oliver Heidel2020-08-311-9/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | [twitch]
| * | | | | | UNDOgeauxlo2020-06-101-51/+13
| | | | | | |
| * | | | | | Recognize more valid URLsgeauxlo2020-06-101-2/+12
| | | | | | | | | | | | | | | | | | | | | URLs like `https://www.screencast.com/users/cindyhailes/folders/Jing/media/c9be177c-5808-4c4f-af56-eadceb3a7c82` weren't being accepted before
| * | | | | | Prefer API to scraping HTML when possiblegeauxlo2020-06-101-12/+40
| | | | | | | | | | | | | | | | | | | | | Also changed instances of `var is None` to `var == None`, and replaced `var.replace('http%3A', 'http:')` with a regex
| * | | | | | Update api call to v5 spec in TwitchPlaylistBaseIEgeauxlo2020-06-101-9/+11
| | | | | | |
* | | | | | | Merge pull request #7 from sxvghd/doodstreamTom-Oliver Heidel2020-08-312-0/+72
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Doodstream
| * | | | | | | [doodstream] flake8 compliancesxvghd2020-08-181-5/+5
| | | | | | | |
| * | | | | | | Styling changessxvghd2020-08-171-8/+11
| | | | | | | |
| * | | | | | | [doodstream] new extractorsxvghd2020-08-162-0/+69
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6 from sgstair/storyfireTom-Oliver Heidel2020-08-312-0/+260
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [StoryFire] Add new extractor
| * | | | | | | [StoryFire] Add new extractorStephen Stair2020-08-162-0/+260
| |/ / / / / /