Skip to content

fix: update import path for fetch_info in HandleTask class. Closes #561#562

Merged
arabcoders merged 1 commit into
masterfrom
dev
Feb 11, 2026
Merged

fix: update import path for fetch_info in HandleTask class. Closes #561#562
arabcoders merged 1 commit into
masterfrom
dev

Conversation

@arabcoders

Copy link
Copy Markdown
Owner

This pull request primarily updates import statements in the results.py file to reference the correct module for fetching information, and includes a minor formatting change in a test file. The main focus is on correcting the import source for the fetch_info function.

Imports and Dependency Management:

  • Changed the import of fetch_info in both fetch_metadata and _mark_logic methods from app.features.ytdlp.ytdlp to app.features.ytdlp.extractor, ensuring the correct module is used for fetching information. [1] [2]

@arabcoders arabcoders linked an issue Feb 11, 2026 that may be closed by this pull request
@arabcoders arabcoders merged commit ee0942b into master Feb 11, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Cannot import 'fetch_info'

1 participant