Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- tensorflow
- Linux
- python
- ASP
- GIT
- javascript
- 함수
- IOS
- 다이어트
- MySQL
- PyQt
- PyQt5
- swift
- 유니티
- urllib
- ubuntu
- pandas
- node.js
- mssql
- 리눅스
- PER
- sqlite
- flutter
- port
- Unity
- 라즈베리파이
- Excel
- MS-SQL
- 맛집
- 날짜
Archives
목록MacPorts (1)
아미(아름다운미소)
유튜브 (YouTube) 동영상 다운로드하기 (youtube-dl package를 이용)
youtube-dl 설치 - curl 사용 $ sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl $ sudo chmod a+rx /usr/local/bin/youtube-dl - wget 사용 $ sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl $ sudo chmod a+rx /usr/local/bin/youtube-dl - pip 사용 $ sudo -H pip install --upgrade youtube-dl - brew 사용 $ brew install youtube-dl - MacPorts ..
랭귀지/python
2018. 1. 24. 18:30