Notice
Recent Posts
Recent Comments
«   2024/05   »
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
Archives
Today
Total
관리 메뉴

BitEth

[#2년반-2] Youtube MP3 Downloader 본문

Projects/2년반알차게보내버리기

[#2년반-2] Youtube MP3 Downloader

Foo 2017. 1. 1. 17:43

※ 본 프로그램으로 저작권 문제를 불러일으킬 수 있는 저작물에 대한 다운로드를 금지합니다.

책임은 전적으로 본인의 몫입니다. (youtube2mp3.cc/terms-of-use/)



실행파일 다운로드 링크 - https://mega.nz/#F!c1EXVDjL!_c-UiYgM6n2erTpY89HUmw (자신의 OS에 맞는 버전을 다운받으시면 됩니다.)


1. 이름 : Youtube MP3 Downloader

2. 기간 : 2016/12/31 - 2017/01/01 (v1.0 기준 - https://github.com/lleellee0/youtube-mp3downloader)

3. URL : Github(소스코드) - https://github.com/lleellee0/youtube-mp3downloader

4. 사용언어 : HTML, CSS(design by Codepen 'Tyler Fry'), JavaScript(jQuery, Node.js)

5. 사용도구 : 텍스트에디터(Atom), Git(SourceTree), Electron, 폰트(Open Sans)

6. 참고

 - 개발자 API 제공(https://www.youtube2mp3.cc/)

 - 관련 법률(https://www.quora.com/Is-it-legal-to-use-YouTube-to-mp3-converters)

 - input type file에서 디렉토리 지정하기(http://stackoverflow.com/questions/12942436/how-to-get-folder-directory-from-html-input-type-file-or-any-other-way)

 - input type file에서 파일 선택 지우기(http://stackoverflow.com/questions/6376452/hide-the-browse-button-on-a-input-type-file)

 - input type file에서 선택된 파일, 디렉토리의 실제 경로 가져오기 "fakepath issue" (http://stackoverflow.com/questions/38530293/electron-get-full-path-of-uploaded-file)

 - 파일 이름으로 사용할 수 없는 것들(http://zetawiki.com/wiki/파일 이름에는 다음 문자를 사용할 수 없습니다)




How To Use (Windows만 설명)


1. youtube-mp3downloader.exe 실행




2. 재생목록에 있는 영상중 하나에 들어가서 URL 복사



3. 다운받을 디렉토리 선택



4. 다운로드




후기


크로스 플래폼 지원하고 싶으면 일렉트론 쓰세요.