Created
March 3, 2022 13:29
-
-
Save UA3MQJ/2c23c30b1044cf08aec19f48ae3e9b95 to your computer and use it in GitHub Desktop.
Команды для скачивания плейлистов видео с канала FPGA-SYSTEMS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir 'Осваиваем Zynq' | |
cd 'Осваиваем Zynq' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOekNVh8-3U5JZv2NTCLMbP5 | |
cd .. | |
mkdir 'Boards review' | |
cd 'Boards review' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOcCO5xT3gnr111e-6gKAc-E | |
cd .. | |
mkdir 'Zynq HW' | |
cd 'Zynq HW' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOeqMyP3I7w8AzVJYMjbCePu | |
mkdir 'Интерфейсы' | |
cd 'Интерфейсы' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOd-7U9LxkfNy1PgSiX1Moyj | |
mkdir 'Стримы' | |
cd 'Стримы' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOdm7OxeXOluoLP9Dq2B9zUZ | |
mkdir 'Упражнения из Харрис и Харрис' | |
cd 'Упражнения из Харрис и Харрис' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOe0Z_y6RCTAFvqjpM7UpFKH | |
mkdir 'Сколковская школа синтеза цифровых схем на Verilog' | |
cd 'Сколковская школа синтеза цифровых схем на Verilog' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOfZsiyLjRUwtwRZnVE4CxWt | |
mkdir 'FPGA-Systems 2020' | |
cd 'FPGA-Systems 2020' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOeoe_xiQFeIpjrvvj5K0V2L | |
mkdir 'FPGA-Systems 2021.1 - Вторая конференция' | |
cd 'FPGA-Systems 2021.1 - Вторая конференция' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOdGee_PVYcMCog4LhkIwJoZ | |
mkdir 'Tcl' | |
cd 'Tcl' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOfz3uArcrmLHGGfoid1d-5a | |
mkdir 'FPGA ПЛИС Начинающим' | |
cd 'FPGA ПЛИС Начинающим' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOcfR4dpn1TPMeEwJeHpmAMb | |
mkdir 'UVM - Universal Verification Methodology' | |
cd 'UVM - Universal Verification Methodology' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOeEUas7zRgabUWX_wdHgrYT | |
mkdir 'Crazy FPGA' | |
cd 'Crazy FPGA' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOdAahX0PGv0q7Lri_jSRdHm | |
mkdir 'FPGA-Systems 2021.2 (Moscow)' | |
cd 'FPGA-Systems 2021.2 (Moscow)' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOdAombjDtt0S_Rg36zpl0TC | |
mkdir 'FPGA-Systems 2021.2 (S-P)' | |
cd 'FPGA-Systems 2021.2 (S-P)' | |
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -i PLWMg96mLREOf-hyJeD4dxe6OLR8VGfQAS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment