aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [skip travis] remove spec fileUnknown2020-09-031-33/+0
|
* [skip travis] include spec file in gitignoreUnknown2020-09-031-0/+1
|
* flake8 hotfixUnknown2020-09-032-13/+13
|
* bumping versionUnknown2020-09-031-1/+1
|
* Merge branch 'ssaqua-master'Unknown2020-09-032-1/+71
|\
| * Merge branch 'master' of https://github.com/ssaqua/youtube-dl into ssaqua-masterTom-Oliver Heidel2020-09-032-1/+71
|/|
| * [pokemon] add extractor for watch.pokemon.comssaqua2020-04-282-1/+71
| |
* | [skip travis] revert automerge for nowUnknown2020-09-03801-138621/+0
| |
* | [skip travis] minor fixesUnknown2020-09-023-16/+11
| |
* | [skip travis] adding automerge supportUnknown2020-09-02804-2/+138656
| | | | | | basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
* | Merge branch 'FliegendeWurst-3sat-zdf-merger-bugfix-feature'Tom-Oliver Heidel2020-09-024-222/+47
|\ \
| * | fix merge.Unknown2020-09-024-222/+47
|/| |
| * | Initial extractor for phoenix.deFliegendeWurst2020-01-211-151/+32
| | |
| * | [ZDF/3sat/phoenix] Let ZDF extractor work with 3sat.deFliegendeWurst2020-01-214-197/+141
| | |
* | | 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