-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBidehan.nuspec
26 lines (26 loc) · 1.46 KB
/
Bidehan.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Bidehan</id>
<version>0.0.1</version>
<authors>AbreuHD</authors>
<owners>AbreuHD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Bidehan is a lightweight and efficient .NET library designed for scraping video streaming websites like fembed, streamvideo, and similar platforms. It allows developers to extract the direct MP4 source URL of videos hosted on these platforms. Perfect for creating automated workflows, downloading tools, or embedding videos with their original source links.</description>
<releaseNotes>Initial release of Bidehan.</releaseNotes>
<copyright>Copyright © 2024</copyright>
<tags>mp4;video;scraper;scraping;streaming;direct-link;video-source;media;download;fembed;streamvideo;api;crawler;.NET;C#;media-extraction;video-downloader;source-fetcher</tags>
<dependencies>
<group targetFramework="net8.0">
</group>
</dependencies>
<repository type="git" url="https://github.com/abreuhd/Bidehan" />
<readme>README.md</readme>
</metadata>
<files>
<file src="Application/bin/Release/net8.0/Application.dll" target="lib/net8.0/" />
<file src="Application/bin/Release/net8.0/Application.pdb" target="lib/net8.0/" />
<file src="Application/bin/Release/net8.0/Application.deps.json" target="lib/net8.0/" />
<file src="README.md"/>
</files>
</package>