you-get
you-get copied to clipboard
Add support songtasty music
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
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.
祝您健康!
Hi any plan for this pull request?
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 This website is on putting the record registration network. May check it later.
It doesn't look like it'll be back
Aha, it will be back soon.
Note that you-get
already works on this kind of websites even without this patch (as implemented by universal.py
).
Hi @soimort The website is back.
### 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
### 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 ?