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

file extension *.video instead of *.mp4 - happens often #892

Closed
ghost opened this issue Jun 17, 2013 · 2 comments
Closed

file extension *.video instead of *.mp4 - happens often #892

ghost opened this issue Jun 17, 2013 · 2 comments

Comments

@ghost
Copy link

@ghost ghost commented Jun 17, 2013

$ youtube-dl 'http://www.youtube.com/watch?v=f-HQjQixGlU&feature=player_embedded'
[youtube] Setting language
[youtube] f-HQjQixGlU: Downloading video webpage
[youtube] f-HQjQixGlU: Downloading video info webpage
[youtube] f-HQjQixGlU: Extracting video information
[download] Destination: Snow_and_go_pee.-f-HQjQixGlU.video
[download] 100.0% of 94.92MiB at 2.42MiB/s ETA 00:00

@FiloSottile
Copy link
Collaborator

@FiloSottile FiloSottile commented Jun 17, 2013

I'm not proficient in YT formats, but here's a cit from the code

        '38': 'video', # You actually don't know if this will be MOV, AVI or whatever
@phihag
Copy link
Contributor

@phihag phihag commented Jun 23, 2013

Wikipedia says that this should be mp4, and it looks to me like mp4. In any case, especially for Windows users, it .mp4 may be beneficial even if it is not actually an mp4, since the video player associated with the file can most likely deal with it, whereas .video will usually not be assigned to anything.

Beginning with the next release, we'll use the .mp4 extension and see if anything breaks.

@phihag phihag closed this Jun 23, 2013
phihag added a commit that referenced this issue Jun 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.