aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #261 from B0pol/inaTom-Oliver Heidel2020-11-301-1/+4
|\ | | | | [ina] support mobile links
| * [ina] support mobile linksbopol2020-11-271-1/+4
| |
* | Merge pull request #207 from pukkandan/thumbnail-renameTom-Oliver Heidel2020-11-301-2/+4
|\ \ | | | | | | [ffmpeg] Fix for os.rename error when embedding thumbnail to video in a different drive on windows
| * | Don't try to delete file if it doesn't existpukkandan2020-11-151-1/+2
| | |
| * | Fix for os.rename error when embedding thumbnail to video in a different drivepukkandan2020-11-151-2/+3
| | |
* | | Merge pull request #224 from kyuyeunk/vliveTom-Oliver Heidel2020-11-301-5/+26
|\ \ \ | | | | | | | | [Vlive] Fix playlist handling when downloading a channel
| * | | [Vlive] Fix playlist handling when downloading a channelKyu Yeun Kim2020-11-161-5/+26
| |/ /
* | | Merge pull request #246 from pukkandan/bitchute-embedTom-Oliver Heidel2020-11-302-0/+14
|\ \ \ | | | | | | | | Detect embedded bitchute videos
| * | | Detect embedded bitchute videospukkandan2020-11-202-0/+14
| | |/ | |/|
* | | Merge pull request #205 from pukkandan/ffmpeg-use-mapTom-Oliver Heidel2020-11-302-8/+8
|\ \ \ | | | | | | | | [ffmpeg] Ensure all streams are copied
| * | | Ensure all streams are copied when using ffmpegpukkandan2020-11-152-8/+8
| | |/ | |/|
* | | Merge pull request #245 from pukkandan/merge-mainTom-Oliver Heidel2020-11-3066-2252/+3617
|\ \ \ | | | | | | | | Merge youtube-dl and fix Youtube Feeds
| * | | bug fixpukkandan2020-11-271-2/+2
| | | |
| * | | flake8pukkandan2020-11-271-1/+1
| | | |
| * | | Fix some improper Youtube URLspukkandan2020-11-271-0/+9
| | | | | | | | | | | | | | | | Eg: https://www.youtube.com/watch?list=UUXIkr0SRTnZO4_QpZozvCCA
| * | | [spreaker] fix SpreakerShowIE test URLpukkandan2020-11-261-1/+1
| | | |
| * | | Updated to release 2020.11.26pukkandan2020-11-2611-481/+884
| | | |
| * | | Print youtube's warning message (Closes #256)pukkandan2020-11-251-0/+17
| | | |
| * | | Update youtube extractor to 2020.11.24pukkandan2020-11-242-57/+82
| | | |
| * | | Minor changes to make it easier to mergepukkandan2020-11-242-52/+60
| | | |
| * | | Update to release 2020.11.24 except youtube and skyit extractorspukkandan2020-11-249-1/+452
| | | |
| * | | Minor fixespukkandan2020-11-231-5/+2
| | | |
| * | | Redirect channel home to /videopukkandan2020-11-231-0/+9
| | | |
| * | | Cleanup YoutubeTabIE _VALID_URL regexpukkandan2020-11-231-7/+6
| | | |
| * | | Better implementation of YoutubeSearchURLIEpukkandan2020-11-221-10/+11
| | | |
| * | | Added RDMM backpukkandan2020-11-221-1/+1
| | | | | | | | | | | | | | | | Eg: https://www.youtube.com/watch?v=MuAGGZNfUkU&list=RDMM
| * | | Minor fixespukkandan2020-11-222-27/+25
| | | |
| * | | Updated to release 2020.11.21.1pukkandan2020-11-2229-361/+560
| | | |
| * | | Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ↵pukkandan2020-11-225-147/+200
| | | | | | | | | | | | | | | | ytrec) and SearchURL
| * | | Revert changes to vlivepukkandan2020-11-221-111/+174
| | | |
| * | | Merge 'ytdl-org/youtube-dl/master' release 2020.11.19pukkandan2020-11-2034-1691/+1824
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old Extractors left behind: VLivePlaylistIE YoutubeSearchURLIE YoutubeShowIE YoutubeFavouritesIE If removing old extractors, make corresponding changes in docs/supportedsites.md youtube_dlc/extractor/extractors.py Not merged: .github/ISSUE_TEMPLATE/1_broken_site.md .github/ISSUE_TEMPLATE/2_site_support_request.md .github/ISSUE_TEMPLATE/3_site_feature_request.md .github/ISSUE_TEMPLATE/4_bug_report.md .github/ISSUE_TEMPLATE/5_feature_request.md test/test_all_urls.py youtube_dlc/version.py Changelog
* | | Merge pull request #213 from lorpus/masterTom-Oliver Heidel2020-11-273-0/+66
|\ \ \ | | | | | | | | [bitwave.tv] new extractor
| * | | [bitwave.tv] add testlorpus2020-11-271-0/+8
| | | |
| * | | [bitwave.tv] fix buildlorpus2020-11-141-0/+2
| | | |
| * | | [bitwave.tv] new extractorlorpus2020-11-143-0/+56
| | |/ | |/|
* | | Merge pull request #254 from xypwn/patch-1Tom-Oliver Heidel2020-11-241-1/+1
|\ \ \ | |_|/ |/| | [SouthparkDe] Support for English URLs
| * | [SouthparkDe] Support for English URLsxypwn2020-11-231-1/+1
|/ / | | | | Allow downloading English South Park episodes from the southpark.de
* | Merge pull request #187 from pukkandan/break-on-existingTom-Oliver Heidel2020-11-164-2/+15
|\ \ | | | | | | Stop download after encountering video in archive
| * | Add --break-on-existing by @gergeshpukkandan2020-11-134-2/+15
| |/ | | | | | | Authored-by: Yoav Shai <gergesh@gmail.com>
* | Merge pull request #181 from pukkandan/precheck-archiveTom-Oliver Heidel2020-11-161-1/+11
|\ \ | |/ |/| Check IDs in the archive before downloading webpage
| * Handle IndexErrorpukkandan2020-11-131-2/+2
| |
| * Pre-check video IDs in the archive before downloadingpukkandan2020-11-131-1/+11
|/
* [skip travis] typoTom-Oliver Heidel2020-11-111-1/+1
|
* flake8 yt py2 fixUnknown2020-11-111-2/+2
|
* [skip travis]Tom-Oliver Heidel2020-11-111-1/+1
|
* [youtube] python2 fix #168Unknown2020-11-111-2/+2
| | | proposed fix by awei78
* [skip travis]Tom-Oliver Heidel2020-11-111-1/+1
|
* Merge pull request #149 from RobinD42/fix-subtitle-fallbackTom-Oliver Heidel2020-11-111-10/+19
|\ | | | | fall-back to the old way to fetch subtitles, if needed
| * fall-back to the old way to fetch subtitles, if neededRobin Dunn2020-11-091-10/+19
| |
* | Merge pull request #151 from wlritchi/youtube-playlist-polymerTom-Oliver Heidel2020-11-111-186/+130
|\ \ | | | | | | RFC: youtube: Polymer UI and JSON endpoints for playlists