-
UA: `Mozilla/5.0 (Linux; U; Windows NT 6.1; en-us; dream) DoggCatcher`
detected as: mozilla
should be: doggcatcher
-
It creates MP3 files but they are only 168KB so they dont actually have any audio
-
```
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.service.notification.StatusBarNotification.getKey()' on a null object reference
…
-
**思路和建议**
来自之前写的一个小工具https://github.com/wwwpf/MusicDownloader
**参考代码**
提供代码参考
qq音乐歌词
```python
def get_song_lyrics(self, song):
url = "https://c.y.qq.com/lyric/fcgi-bin/fcg_query_lyri…
wwwpf updated
5 years ago
-
**Describe the bug**
When the app is installed on a device for the first time, and launched, it crash even before the permission is granted.
**To Reproduce**
1. Install the app. (If you have it…
-
Actual behavior
Occuring error in first launch after installation.
Expected behavior
I expected that i can launch the app without any error after installation.
How to reproduce
Download the ap…
-
apk is running smoothly, but when I debug version 1.1.1 source codes, I get an error, can you please help me as below?
`2018-11-13 10:53:27.754 26081-26081/com.andreacioccarelli.musicdownloader…
-
Proxy settings do not keep changing it and it does not work, it seems ghost option
-
So im attempting to download a playlist and when i have download set to True it downloads a file with the name of the video's id but with 'webm' appended to it and with the file extension '.f248' ("6G…
ghost updated
7 years ago
-
1.下载视频给的网址是在模型里面的#pragma mark - SODownloadItem必须实现的方法
-(NSURL *)so_downloadURL{
NSSLog(@"%@",self.videoUrl);
return [NSURL URLWithString:[NSString stringWithFormat:@“”]];
}这个方法里面赋值的吗 运行出…