Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support facebook video url download via yt-dlp #469

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

support facebook video url download via yt-dlp

51407ec
Select commit
Loading
Failed to load commit list.
Draft

support facebook video url download via yt-dlp #469

support facebook video url download via yt-dlp
51407ec
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 23, 2024 in 4s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 746 in daras_ai_v2/vector_search.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
youtube.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 750 in daras_ai_v2/vector_search.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
facebook.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 750 in daras_ai_v2/vector_search.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
fb.com
may be at an arbitrary position in the sanitized URL.