you-get icon indicating copy to clipboard operation
you-get copied to clipboard

Add support songtasty music

Open gaoxingliang opened this issue 6 years ago • 10 comments

Add support to download songtasty music. Example url: http://www.songtasty.com/song/15720 and download result is: /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 /Users/edward.gao/work/edwardg/you-get/you-get --debug http://www.songtasty.com/song/15720 [DEBUG] get_content: http://www.songtasty.com/song/15720 Downloading >不加糖先生° ▍ - 童年不能忘却的音乐 - 地球仪 电音版.MP3 ... 100% ( 4.1/ 4.1MB) ├████████████████████████████████████████┤[1/1] 1 MB/s

gaoxingliang avatar Aug 23 '18 08:08 gaoxingliang

Hello @gaoxingliang, Thanks for the Pull Request. We :heart: our contributors! Please wait for one of our human maintainers to review your patches. This may take a few days to weeks. Also, please understand that although your Pull Request may or may not be eventually merged, we value all contributions equally.

祝您健康!

soimort-bot avatar Aug 23 '18 08:08 soimort-bot

Hi any plan for this pull request?

gaoxingliang avatar Aug 28 '18 07:08 gaoxingliang

Thanks for the PR, but for now this seems like a dead website:

$ ping songtasty.com 
ping: songtasty.com: No address associated with hostname

soimort avatar Sep 03 '18 12:09 soimort

@soimort This website is on putting the record registration network. May check it later.

gaoxingliang avatar Sep 04 '18 01:09 gaoxingliang

It doesn't look like it'll be back screenshot from 2018-09-04 12-53-28

soimort avatar Sep 04 '18 11:09 soimort

Aha, it will be back soon.

158e700a-f118-4cc6-91d9-d4637ac40093

gaoxingliang avatar Sep 04 '18 11:09 gaoxingliang

Note that you-get already works on this kind of websites even without this patch (as implemented by universal.py).

soimort avatar Sep 07 '18 20:09 soimort

Hi @soimort The website is back.

gaoxingliang avatar Sep 14 '18 01:09 gaoxingliang

### CANNOT OPEN FIREFOX COOKIE BEFORE DOWNLOADING

THE TERMINAL RETURNS THESE ERROR(S)

PS C:\Users\yum> you-get -c C:\Users\yum\AppData\Roaming\Mozilla\Firefox\Profiles\fcmggxo1.default \ https://www.bilibili.com/video/av15123338 -o "G:\filetree" --playlist Traceback (most recent call last): File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1270, in load_cookies cookies.load() File "c:\users\yum\appdata\local\programs\python\python37\lib\http\cookiejar.py", line 1780, in load with open(filename) as f: PermissionError: [Errno 13] Permission denied: 'C:\Users\yum\AppData\Roaming\Mozilla\Firefox\Profiles\fcmggxo1.default'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "c:\users\yum\appdata\local\programs\python\python37\lib\runpy.py", line 193, in run_module_as_main "main", mod_spec) File "c:\users\yum\appdata\local\programs\python\python37\lib\runpy.py", line 85, in run_code exec(code, run_globals) File "C:\Users\yum\AppData\Local\Programs\Python\Python37\Scripts\you-get.exe_main.py", line 9, in File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get_main.py", line 92, in main main(**kwargs) File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1640, in main script_main(any_download, any_download_playlist, **kwargs) File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1480, in script_main load_cookies(args.cookies) File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1274, in load_cookies con = sqlite3.connect(cookiefile) sqlite3.OperationalError: unable to open database file

YoshimiSakuka avatar Sep 22 '18 23:09 YoshimiSakuka

### CANNOT OPEN FIREFOX COOKIE BEFORE DOWNLOADING

THE TERMINAL RETURNS THESE ERROR(S)

PS C:\Users\yum> you-get -c C:\Users\yum\AppData\Roaming\Mozilla\Firefox\Profiles\fcmggxo1.default \ https://www.bilibili.com/video/av15123338 -o "G:\filetree" --playlist Traceback (most recent call last): File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1270, in load_cookies cookies.load() File "c:\users\yum\appdata\local\programs\python\python37\lib\http\cookiejar.py", line 1780, in load with open(filename) as f: PermissionError: [Errno 13] Permission denied: 'C:\Users\yum\AppData\Roaming\Mozilla\Firefox\Profiles\fcmggxo1.default'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "c:\users\yum\appdata\local\programs\python\python37\lib\runpy.py", line 193, in run_module_as_main "main", mod_spec) File "c:\users\yum\appdata\local\programs\python\python37\lib\runpy.py", line 85, in run_code exec(code, run_globals) File "C:\Users\yum\AppData\Local\Programs\Python\Python37\Scripts\you-get.exe__main.py", line 9, in File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get__main__.py", line 92, in main main(**kwargs) File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1640, in main script_main(any_download, any_download_playlist, **kwargs) File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1480, in script_main load_cookies(args.cookies) File "c:\users\yum\appdata\local\programs\python\python37\lib\site-packages\you_get\common.py", line 1274, in load_cookies con = sqlite3.connect(cookiefile) sqlite3.OperationalError: unable to open database file

same issue,help me,can you fix it ?

Whale-fall avatar Feb 23 '19 05:02 Whale-fall