Generate branded links and HTML anchors for https://supermaker.ai/video/
Project description
supermaker-ai-video-downloader
Generate branded links and HTML anchors for https://supermaker.ai/video/.
Installation
pip install supermaker-ai-video-downloader
Usage
Generate Links
from supermaker_ai_video_downloader import build_link
# Basic link
url = build_link()
# Link with UTM parameters
url = build_link(
utm_source="github",
utm_medium="readme",
utm_campaign="launch"
)
# Link with path
url = build_link(path="features", utm_source="blog")
Generate HTML Anchors
from supermaker_ai_video_downloader import generate_anchor
# Basic anchor
html = generate_anchor("Click here")
# Custom attributes
html = generate_anchor(
text="Visit website",
utm_source="twitter",
utm_medium="social",
utm_campaign="promotion",
css_class="btn btn-primary"
)
Official Website
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file supermaker_ai_video_downloader-1.0.1766489799.tar.gz.
File metadata
- Download URL: supermaker_ai_video_downloader-1.0.1766489799.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c80d8e53a1e4d164e39ad0212bf71a8fb7174383091cdbf969db1b49be1e5e5
|
|
| MD5 |
0f440dc0fdf33c847576c5752fcae306
|
|
| BLAKE2b-256 |
f80357b2c7bd701ce176ebb2db6b98ade9a1281eed4e0d5302658501eae93a1d
|
File details
Details for the file supermaker_ai_video_downloader-1.0.1766489799-py3-none-any.whl.
File metadata
- Download URL: supermaker_ai_video_downloader-1.0.1766489799-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19f4faa266843f3507832b58db9df511cc2c8e3a7ca406fafbba6589f8b932c1
|
|
| MD5 |
5718a0988765ab4ef0d6e876cf4800d3
|
|
| BLAKE2b-256 |
0c839dfde2c246fe4026868b70e5eac66b5c7a8ea76ea9881a7246b7c963df57
|