Ai
1 Star 0 Fork 2

Lindddt/基于Python的爬取TwitCasting视频的工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PythonTwitCastingWebCrawler.pyproj 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
PtvMiKu 提交于 2020-02-27 13:56 +08:00 . first upload
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>2912f941-9a7b-47d6-8a4d-8781d1cead94</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>PythonTwitCastingWebCrawler.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>PythonTwitCastingWebCrawler</Name>
<RootNamespace>PythonTwitCastingWebCrawler</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="dealHtml.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="dealTxt.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="downloadTs.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="mergeTs.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="PythonTwitCastingWebCrawler.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="temp\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Lindddt/PythonTwitCastingWebCrawler.git
git@gitee.com:Lindddt/PythonTwitCastingWebCrawler.git
Lindddt
PythonTwitCastingWebCrawler
基于Python的爬取TwitCasting视频的工具
master

搜索帮助