Repository: EraserKing/Unblock163MusicClient
Branch: master
Commit: aba8b7651ba6
Files: 10
Total size: 55.5 KB
Directory structure:
gitextract_1pb05m86/
├── .gitattributes
├── .gitignore
├── LICENSE
├── README.md
├── Unblock163MusicClient/
│ ├── App.config
│ ├── Program.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── Unblock163MusicClient.csproj
│ └── packages.config
└── Unblock163MusicClient.sln
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
================================================
FILE: .gitignore
================================================
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
# Visual Studio 2015 cache/options directory
.vs/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
project.lock.json
artifacts/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
#*.pubxml
*.publishproj
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# Windows Azure Build Output
csx/
*.build.csdef
# Windows Store app package directory
AppPackages/
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{description}
Copyright (C) {year} {fullname}
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
{signature of Ty Coon}, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
================================================
FILE: README.md
================================================
# IMPORTANT NOTICE
This project is discontinued. Please visit [https://github.com/EraserKing/CloudMusicGear] and switch to the new tool.
# Unblock163MusicClient
Unblock 163 Cloud Music Windows client.
Acts as a proxy.
Didn't do much about this, but just to prove it works!
When you access song / album / artist / playlist page, or search result, you should find the disabled songs return to enabled.
## Usage
1. Run and it listens at port 3412 (default).
2. Open Windows client, set proxy to IP 127.0.0.1, port 3412.
3. Save and restart the client.
4. Enjoy!
## Command line arugments
`/port` : specify the port it listens at. **Example**: `/port 3456`
`/verbose`: turn on verbose log.
`/overseas`: turn on overseas mode (not tested yet). *Not recommended for Mainland China users.*
`/overseasproxy`: assign a reverse proxy for overseas users. *This should be used when the default overseas mode is not working.* **`/overseas` must be turned on first.** **Example**: `/overseasproxy 14.215.9.16`
Available proxys are `14.215.9.16, 14.215.9.43, 219.138.27.16, 219.138.27.67, 163.177.171.13, 163.177.171.14, 163.177.171.16, 163.177.171.17, 163.177.171.18, 163.177.171.19, 163.177.171.20, 163.177.171.21, 163.177.171.22, 163.177.171.28, 163.177.171.29, 163.177.171.31, 163.177.171.32, 163.177.171.33, 163.177.171.34, 163.177.171.35, 163.177.171.37, 163.177.171.175, 163.177.171.206`.
`/playbackbitrate`: override the playback bitrate specified in the client. **Accepted values**: `96000`, `128000`, `192000`, `320000`. **Example**: `/playbackbitrate 320000`
`/downloadbitrate`: override the download bitrate specified in the client. **Accepted values**: `96000`, `128000`, `192000`, `320000`. **Example**: `/downloadbitrate 320000`
## Download
See [https://github.com/EraserKing/Unblock163MusicClient/releases]
## Known issues
1. Download is working, but if you just specify download quality to 320k, you may find during downloading the quality returns to 128k. This cannot be solved, but it's **strongly recommended to override the download bitrate to 320k** via command line arguments `/downloadbitrate 320000`.
2. The settings playback music quality won't take effect immediately after you change them; instead it will only be switched properly after it meets a normal song (not disabled). **You could use command line arguments to override this!**
## Open issues
Please report the following information:
* Operating system
* Song / Album / Playlist name (how I can locate to that song)
* Whether the issue happens on specific songs, or all songs
* Whether it can be reproduced on web client for the same song
## Building
Need the following packages:
FiddlerCore [http://www.telerik.com/fiddler/fiddlercore]
Newtonsoft.Json 6.0.8 [https://github.com/JamesNK/Newtonsoft.Json]
Under Visual Studio 2015.
## Thanks
Thanks yanunon for his API analysis! [https://github.com/yanunon/NeteaseCloudMusic]
================================================
FILE: Unblock163MusicClient/App.config
================================================
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="FSLib.Extension" publicKeyToken="61d6a007a0eb6994"/>
<bindingRedirect oldVersion="1.0.0.0-1.3.0.0" newVersion="1.3.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="FSLib.Network" publicKeyToken="8bf54bd6729f490c"/>
<bindingRedirect oldVersion="1.0.0.0-9.9.9.9" newVersion="1.5.6.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
================================================
FILE: Unblock163MusicClient/Program.cs
================================================
using Fiddler;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Windows.Forms;
namespace Unblock163MusicClient
{
internal static class Configuration
{
public static int Port = 3412;
public static string ForcePlaybackBitrate { get; private set; } = string.Empty;
public static string PlaybackBitrate { get; set; } = "320000";
public static string PlaybackQuality { get; set; } = "hMusic";
public static string ForceDownloadBitrate { get; private set; } = string.Empty;
public static string DownloadBitrate { get; set; } = "320000";
public static string DownloadQuality { get; set; } = "hMusic";
public static bool Overseas { get; private set; } = false;
public static bool Verbose { get; private set; } = false;
public static string OverseasProxy { get; private set; } = "";
public static List<string> AvailableProxy { get; private set; } = new List<string>();
static Configuration()
{
foreach (string ip in new string[] { "16", "43" })
AvailableProxy.Add("14.215.9." + ip);
foreach (string ip in new string[] { "16", "67" })
AvailableProxy.Add("219.138.27." + ip);
foreach (string ip in new string[] { "13", "14", "16", "17", "18", "19", "20", "21", "22", "28", "29", "31", "32", "33", "34", "35", "37", "175", "206" })
AvailableProxy.Add("163.177.171." + ip);
}
/// <summary>
/// Set configuration according to the arguments passed in.
/// </summary>
/// <param name="args">Command line arguments.</param>
public static void SetStartupParameters(string[] args)
{
for (int i = 0; i < args.Length;)
{
string argKey = args[i];
if (argKey == "/port")
{
if (i != args.Length - 1 && !args[i + 1].StartsWith("/"))
{
try
{
Port = int.Parse(args[i + 1]);
i += 2;
if (Port < 1 || Port > 65535)
{
throw new ArgumentException("Invalid port number.");
}
}
catch (FormatException)
{
throw new ArgumentException("Invalid port number.");
}
}
else
{
throw new ArgumentException("No port number specified.");
}
}
else if (argKey == "/overseas")
{
Console.WriteLine("Overseas mode is turned on.");
Overseas = true;
i++;
}
else if (argKey == "/overseasproxy")
{
if (i != args.Length - 1 && !args[i + 1].StartsWith("/"))
{
OverseasProxy = args[i + 1];
Console.WriteLine($"Overseas proxy is fixed to {OverseasProxy}");
i += 2;
}
else
{
Random random = new Random();
OverseasProxy = AvailableProxy[random.Next(0, AvailableProxy.Count - 1)];
Console.WriteLine($"Overseas proxy is randomly set to {OverseasProxy}");
i++;
}
if (AvailableProxy.IndexOf(OverseasProxy) == -1)
{
throw new ArgumentException("Invalid overseas proxy specified.\nAvailable proxys are:\n" + string.Join("\n", AvailableProxy));
}
}
else if (argKey == "/verbose")
{
Console.WriteLine("Verbose output is turned on.");
Verbose = true;
i++;
}
else if (argKey == "/playbackbitrate")
{
if (i != args.Length - 1 && !args[i + 1].StartsWith("/"))
{
ForcePlaybackBitrate = args[i + 1];
Console.WriteLine($"Playback bitrate is forced to {ForcePlaybackBitrate}");
i += 2;
}
else
{
throw new ArgumentException("No playback bitrate specified.");
}
if (ForcePlaybackBitrate != "" && ForcePlaybackBitrate != "96000" && ForcePlaybackBitrate != "128000" &&
ForcePlaybackBitrate != "192000" && ForcePlaybackBitrate != "320000")
{
throw new ArgumentException("Unrecognized playback bitrate.");
}
}
else if (argKey == "/downloadbitrate")
{
if (i != args.Length - 1 && !args[i + 1].StartsWith("/"))
{
ForceDownloadBitrate = args[i + 1];
Console.WriteLine($"Download bitrate is forced to {ForceDownloadBitrate}");
i += 2;
}
else
{
throw new ArgumentException("No download bitrate specified.");
}
if (ForceDownloadBitrate != "" && ForceDownloadBitrate != "96000" && ForceDownloadBitrate != "128000" &&
ForceDownloadBitrate != "192000" && ForceDownloadBitrate != "320000")
{
throw new ArgumentException("Unrecognized download bitrate.");
}
}
else
{
throw new ArgumentException("Unrecognized startup parameter.");
}
}
}
}
internal static class Program
{
private static readonly Regex RexPl = new Regex("\"pl\":\\d+", RegexOptions.Compiled);
private static readonly Regex RexDl = new Regex("\"dl\":\\d+", RegexOptions.Compiled);
private static readonly Regex RexSt = new Regex("\"st\":-?\\d+", RegexOptions.Compiled);
private static readonly Regex RexSubp = new Regex("\"subp\":\\d+", RegexOptions.Compiled);
private static void Main(string[] args)
{
try
{
Configuration.SetStartupParameters(args);
}
catch (ArgumentException ex)
{
MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
Environment.Exit(1);
}
FiddlerCoreStartupFlags fcsf = FiddlerCoreStartupFlags.None;
FiddlerApplication.Startup(Configuration.Port, fcsf);
// We just need to hack APIs and so let other HTTP requests pass directly. API responses must be fully buffered (and then modified).
FiddlerApplication.BeforeRequest += s => { s.bBufferResponse = s.fullUrl.Contains("http://music.163.com/eapi/"); };
FiddlerApplication.BeforeResponse += OnResponse;
Console.WriteLine($"Proxy started, listening at port {Configuration.Port}");
Console.Read();
FiddlerApplication.Shutdown();
}
private static void OnResponse(Session s)
{
s.bBufferResponse = true;
int responseStatusCode = s.responseCode;
string responseContentType = s.ResponseHeaders["Content-Type"].Trim().ToLower();
string url = s.fullUrl;
if (responseStatusCode == 200)
{
// Most APIs are returned in text/plain but serach songs page is returned in JSON. Don't forget this!
if (responseContentType.Contains("text/plain") || responseContentType.Contains("application/json"))
{
if (Configuration.Verbose)
{
Console.WriteLine($"Accessing URL {url}");
}
// It should include album / playlist / artist / search pages.
if (url.Contains("/eapi/v3/song/detail/") || url.Contains("/eapi/v1/album/") || url.Contains("/eapi/v3/playlist/detail") ||
url.Contains("/eapi/batch") || url.Contains("/eapi/cloudsearch/pc") || url.Contains("/eapi/v1/artist") ||
url.Contains("/eapi/v1/search/get"))
{
string modified = ModifyDetailApi(s.GetResponseBodyAsString());
s.utilSetResponseBody(modified);
}
// This is called when player tries to get the URL for a song.
else if (url.Contains("/eapi/song/enhance/player/url"))
{
string bitrate = GetPlaybackBitrate(s.GetResponseBodyAsString());
// Whatever current playback bitrate is, it's overriden.
if (!string.IsNullOrEmpty(Configuration.ForcePlaybackBitrate))
{
bitrate = Configuration.ForcePlaybackBitrate;
Console.WriteLine($"Plackback bitrate is forced set to {bitrate}");
}
// We receive a wrong bitrate...
else if (bitrate == "0")
{
bitrate = string.IsNullOrEmpty(Configuration.ForcePlaybackBitrate) ? "320000" : Configuration.ForcePlaybackBitrate;
Console.WriteLine($"Plackback bitrate is forced set to {bitrate} as the given bitrate is not valid.");
}
else if (bitrate != Configuration.PlaybackBitrate)
{
Console.WriteLine($"Plackback bitrate is switched to {bitrate} from {Configuration.PlaybackBitrate}");
}
Configuration.PlaybackBitrate = bitrate;
Configuration.PlaybackQuality = ParseBitrate(Configuration.ForcePlaybackBitrate);
string modified = ModifyPlayerApi(s.GetResponseBodyAsString());
s.utilSetResponseBody(modified);
}
// When we try to download a song, the API tells whether it exceeds the limit. Of course no!
else if (url.Contains("/eapi/song/download/limit"))
{
string modified = ModifyDownloadLimitApi();
s.utilSetResponseBody(modified);
}
// Similar to the player URL API, but used for download.
else if (url.Contains("/eapi/song/enhance/download/url"))
{
string bitrate = GetDownloadBitrate(s.GetResponseBodyAsString());
// Whatever current download bitrate is, it's overriden.
if (!string.IsNullOrEmpty(Configuration.ForceDownloadBitrate))
{
bitrate = Configuration.ForceDownloadBitrate;
Console.WriteLine($"Download bitrate is forced set to {bitrate}");
}
// We receive a wrong bitrate...
else if (bitrate == "0")
{
bitrate = string.IsNullOrEmpty(Configuration.ForceDownloadBitrate) ? "320000" : Configuration.ForceDownloadBitrate;
Console.WriteLine($"Download bitrate is forced set to {bitrate} as the given bitrate is not valid.");
}
else if (bitrate != Configuration.DownloadBitrate)
{
Console.WriteLine($"Download bitrate is switched to {bitrate} from {Configuration.DownloadBitrate}");
}
Configuration.DownloadBitrate = bitrate;
Configuration.DownloadQuality = ParseBitrate(bitrate);
string modified = ModifyDownloadApi(s.GetResponseBodyAsString());
s.utilSetResponseBody(modified);
}
}
}
}
/// <summary>
/// Get current playback bitrate from API result.
/// </summary>
/// <param name="apiResult">API result containing playback bitrate.</param>
/// <returns>Current playback bitrate.</returns>
private static string GetPlaybackBitrate(string apiResult)
{
JObject root = JObject.Parse(apiResult);
string bitrate = root["data"][0]["br"].Value<string>();
return bitrate;
}
/// <summary>
/// Get current download bitrate from API result.
/// </summary>
/// <param name="apiResult">API result containing download bitrate.</param>
/// <returns>Current download bitrate.</returns>
private static string GetDownloadBitrate(string apiResult)
{
JObject root = JObject.Parse(apiResult);
string bitrate = root["data"]["br"].Value<string>();
return bitrate;
}
/// <summary>
/// Get quality string from bitrate. Default to HQ.
/// </summary>
/// <param name="bitrate">Bitrate.</param>
/// <returns>Quality.</returns>
private static string ParseBitrate(string bitrate)
{
switch (bitrate)
{
case "320000":
return "hMusic";
case "192000":
return "mMusic";
case "128000":
return "lMusic";
case "96000":
return "bMusic";
}
return "hMusic";
}
/// <summary>
/// Hack the result of download limit API.
/// </summary>
/// <returns>Just return a normal status.</returns>
private static string ModifyDownloadLimitApi()
{
return "{\"overflow\":false,\"code\":200}";
}
/// <summary>
/// Hack the result of download API and redirects it to the new URL.
/// </summary>
/// <param name="originalContent">The original API result.</param>
/// <returns>The modified API result.</returns>
private static string ModifyDownloadApi(string originalContent)
{
Console.WriteLine("Hack download API");
JObject root = JObject.Parse(originalContent);
string songId = root["data"]["id"].Value<string>();
string newUrl = NeteaseIdProcess.GetUrl(songId, Configuration.DownloadQuality);
root["data"]["url"] = newUrl;
root["data"]["br"] = Configuration.DownloadBitrate;
root["data"]["code"] = "200";
return root.ToString(Formatting.None);
}
/// <summary>
/// Hack the result of song / album / playlist API and treat the client to let it work as the song is not disabled.
/// </summary>
/// <param name="originalContent">The original API result.</param>
/// <returns>The modified API result.</returns>
private static string ModifyDetailApi(string originalContent)
{
Console.WriteLine("Hack detail API");
string modified = originalContent;
//Playback bitrate
modified = RexPl.Replace(modified, $"\"pl\":{Configuration.PlaybackBitrate}");
//Download bitrate
modified = RexDl.Replace(modified, $"\"dl\":{Configuration.DownloadBitrate}");
//Disabled
modified = RexSt.Replace(modified, "\"st\":0");
//Can favorite
modified = RexSubp.Replace(modified, "\"subp\":1");
return modified;
}
/// <summary>
/// Hack the result of player getting song URL and redirects it to the new URL.
/// </summary>
/// <param name="originalContent">The original API result.</param>
/// <returns>The modified API result.</returns>
private static string ModifyPlayerApi(string originalContent)
{
Console.WriteLine("Hack player API");
JObject root = JObject.Parse(originalContent);
string songId = root["data"][0]["id"].Value<string>();
string newUrl = NeteaseIdProcess.GetUrl(songId, Configuration.PlaybackQuality);
root["data"][0]["url"] = newUrl;
root["data"][0]["br"] = Configuration.PlaybackBitrate;
root["data"][0]["code"] = "200";
return root.ToString(Formatting.None);
}
}
public static class Utility
{
/// <summary>
/// Require the content of a URL via GET method.
/// </summary>
/// <param name="url">URL to get.</param>
/// <returns>Content.</returns>
public static string GetPage(string url)
{
try
{
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
request.Method = "GET";
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
return new StreamReader(response.GetResponseStream(), Encoding.UTF8).ReadToEnd();
}
catch (Exception ex)
{
Console.WriteLine(url);
Console.WriteLine(ex.Message);
return "";
}
}
}
/// <summary>
/// Get song url from song id.
/// It works as this flow: extract song id from original page -> get dfs ID -> call another API to get URL -> replace the original result with the new URL.
/// </summary>
public static class NeteaseIdProcess
{
/// <summary>
/// Get song url from original song ID.
/// </summary>
/// <param name="songId">Song ID.</param>
/// <param name="quality">Quality. Accepts: bMusic, lMusic, mMusic, hMusic.</param>
/// <returns>Song URL.</returns>
public static string GetUrl(string songId, string quality)
{
string dfsId = GetDfsId(Utility.GetPage($"http://music.163.com/api/song/detail?id={songId}&ids=[{songId}]"), quality);
if (Configuration.Verbose)
{
Console.WriteLine($"Song ID = {songId}, DFS ID = {dfsId}");
}
return GenerateUrl(dfsId);
}
/// <summary>
/// Calculate enc ID from dfs ID.
/// </summary>
/// <param name="dfsId">dfs ID.</param>
/// <returns>enc ID.</returns>
private static string GetEncId(string dfsId)
{
byte[] magicBytes = new ASCIIEncoding().GetBytes("3go8&$8*3*3h0k(2)2");
byte[] songId = new ASCIIEncoding().GetBytes(dfsId);
for (int i = 0; i < songId.Length; i++)
{
songId[i] = (byte)(songId[i] ^ magicBytes[i % magicBytes.Length]);
}
byte[] hash = MD5.Create().ComputeHash(songId);
return Convert.ToBase64String(hash).Replace('/', '_').Replace('+', '-');
}
/// <summary>
/// Generate final URL with dfsId.
/// </summary>
/// <param name="dfsId"></param>
/// <returns></returns>
private static string GenerateUrl(string dfsId)
{
string url = $"http://m{DateTime.Now.Second % 2 + 1}.music.126.net/{GetEncId(dfsId)}/{dfsId}.mp3";
if (Configuration.Overseas)
{
if (string.IsNullOrEmpty(Configuration.OverseasProxy))
{
url = url.Replace("http://m", "http://p");
}
else
{
url = url.Replace("http://m", $"http://{Configuration.OverseasProxy}/m");
}
}
if (Configuration.Verbose)
{
Console.WriteLine($"Song URL = {url}");
}
return url;
}
/// <summary>
/// Extract dfs ID from the original API return value.
/// </summary>
/// <param name="pageContent">The original API return value.</param>
/// <param name="quality">Quality. Accepts: bMusic, lMusic, mMusic, hMusic.</param>
/// <returns>dfs ID.</returns>
private static string GetDfsId(string pageContent, string quality)
{
JObject root = JObject.Parse(pageContent);
// Downgrade if we don't have higher quality...
if (quality == "hMusic" && !root["songs"][0]["hMusic"].HasValues)
{
Console.WriteLine("Downgrade to medium quality.");
quality = "mMusic";
}
if (quality == "mMusic" && !root["songs"][0]["mMusic"].HasValues)
{
Console.WriteLine("Downgrade to low quality.");
quality = "lMusic";
}
if (quality == "lMusic" && !root["songs"][0]["lMusic"].HasValues)
{
Console.WriteLine("Downgrade to can't be lower quality.");
quality = "bMusic";
}
if (quality == "bMusic" && !root["songs"][0]["bMusic"].HasValues)
{
// Don't ask me what to do if there's even no lowest quality...
Console.WriteLine("No resource available.");
}
return root["songs"][0][quality]["dfsId"].Value<string>();
}
}
}
================================================
FILE: Unblock163MusicClient/Properties/AssemblyInfo.cs
================================================
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Unblock163MusicClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Unblock163MusicClient")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("11986d6c-2b2c-4197-a3b7-03aa21430705")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
================================================
FILE: Unblock163MusicClient/Unblock163MusicClient.csproj
================================================
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{11986D6C-2B2C-4197-A3B7-03AA21430705}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Unblock163MusicClient</RootNamespace>
<AssemblyName>Unblock163MusicClient</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.5.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<ItemGroup>
<Reference Include="FiddlerCore4, Version=4.6.2.0, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\FiddlerCore4.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
================================================
FILE: Unblock163MusicClient/packages.config
================================================
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="extension.fishlee.net" version="1.3.0.0" targetFramework="net452" />
<package id="network.fishlee.net" version="1.5.6.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
<package id="Titanium.Web.Proxy" version="1.0.0.88" targetFramework="net452" />
</packages>
================================================
FILE: Unblock163MusicClient.sln
================================================
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unblock163MusicClient", "Unblock163MusicClient\Unblock163MusicClient.csproj", "{11986D6C-2B2C-4197-A3B7-03AA21430705}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11986D6C-2B2C-4197-A3B7-03AA21430705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11986D6C-2B2C-4197-A3B7-03AA21430705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11986D6C-2B2C-4197-A3B7-03AA21430705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11986D6C-2B2C-4197-A3B7-03AA21430705}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
gitextract_1pb05m86/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── Unblock163MusicClient/ │ ├── App.config │ ├── Program.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── Unblock163MusicClient.csproj │ └── packages.config └── Unblock163MusicClient.sln
SYMBOL INDEX (20 symbols across 1 files)
FILE: Unblock163MusicClient/Program.cs
class Configuration (line 15) | internal static class Configuration
method Configuration (line 33) | static Configuration()
method SetStartupParameters (line 49) | public static void SetStartupParameters(string[] args)
class Program (line 153) | internal static class Program
method Main (line 160) | private static void Main(string[] args)
method OnResponse (line 183) | private static void OnResponse(Session s)
method GetPlaybackBitrate (line 275) | private static string GetPlaybackBitrate(string apiResult)
method GetDownloadBitrate (line 287) | private static string GetDownloadBitrate(string apiResult)
method ParseBitrate (line 299) | private static string ParseBitrate(string bitrate)
method ModifyDownloadLimitApi (line 322) | private static string ModifyDownloadLimitApi()
method ModifyDownloadApi (line 332) | private static string ModifyDownloadApi(string originalContent)
method ModifyDetailApi (line 351) | private static string ModifyDetailApi(string originalContent)
method ModifyPlayerApi (line 375) | private static string ModifyPlayerApi(string originalContent)
class Utility (line 390) | public static class Utility
method GetPage (line 397) | public static string GetPage(string url)
class NeteaseIdProcess (line 419) | public static class NeteaseIdProcess
method GetUrl (line 427) | public static string GetUrl(string songId, string quality)
method GetEncId (line 442) | private static string GetEncId(string dfsId)
method GenerateUrl (line 459) | private static string GenerateUrl(string dfsId)
method GetDfsId (line 486) | private static string GetDfsId(string pageContent, string quality)
Condensed preview — 10 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (59K chars).
[
{
"path": ".gitattributes",
"chars": 2518,
"preview": "###############################################################################\n# Set default behavior to automatically "
},
{
"path": ".gitignore",
"chars": 3138,
"preview": "## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User"
},
{
"path": "LICENSE",
"chars": 18047,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991\n\n Copyright (C) 1989, 1991 Fr"
},
{
"path": "README.md",
"chars": 2924,
"preview": "# IMPORTANT NOTICE\nThis project is discontinued. Please visit [https://github.com/EraserKing/CloudMusicGear] and switch "
},
{
"path": "Unblock163MusicClient/App.config",
"chars": 787,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n <startup> \n <supportedRuntime version=\"v4.0\" sku=\".NE"
},
{
"path": "Unblock163MusicClient/Program.cs",
"chars": 22222,
"preview": "using Fiddler;\nusing Newtonsoft.Json;\nusing Newtonsoft.Json.Linq;\nusing System;\nusing System.Collections.Generic;\nusing"
},
{
"path": "Unblock163MusicClient/Properties/AssemblyInfo.cs",
"chars": 1415,
"preview": "using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// General Infor"
},
{
"path": "Unblock163MusicClient/Unblock163MusicClient.csproj",
"chars": 4406,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"14.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.micros"
},
{
"path": "Unblock163MusicClient/packages.config",
"chars": 386,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<packages>\n <package id=\"extension.fishlee.net\" version=\"1.3.0.0\" targetFramewo"
},
{
"path": "Unblock163MusicClient.sln",
"chars": 1006,
"preview": "\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio 14\nVisualStudioVersion = 14.0.23107.0\nMini"
}
]
About this extraction
This page contains the full source code of the EraserKing/Unblock163MusicClient GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 10 files (55.5 KB), approximately 12.9k tokens, and a symbol index with 20 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.