Skip to content

Problem while downloading the videos #7

Description

@Zi-hao-Wei

Thanks for the great repo! I've noticed an issue with the video download process: the extension seems to be hardcoded as .m4a when moving the downloaded video file. The line:

shutil.move(os.path.join(f'temps/id_{ids}', 'audio.m4a'), os.path.join(outpath, filename))

should be updated to use the correct file extension, which should be either .mp4 or another extension provided globally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions