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

Instagram query returns no format and no duration #9372

Closed
przemyslawpluta opened this issue May 2, 2016 · 1 comment
Closed

Instagram query returns no format and no duration #9372

przemyslawpluta opened this issue May 2, 2016 · 1 comment
Labels

Comments

@przemyslawpluta
Copy link

@przemyslawpluta przemyslawpluta commented May 2, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.05.01
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Bug report (encountered problems with youtube-dl)
$ ./youtube-dl -v http://instagram.com/p/fd2upnlRTd/ --dump-json
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://instagram.com/p/fd2upnlRTd/', u'--dump-json']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.05.01
[debug] Python version 2.7.2 - Darwin-12.5.0-x86_64-i386-64bit
[debug] exe versions: avconv 11.4, avprobe 11.4, ffmpeg 2.8.2, ffprobe 2.8.2
[debug] Proxy map: {}
{"display_id": "fd2upnlRTd", "extractor": "Instagram", "protocol": "http", "description": "Monster Jake (after watching Monster University).", "format": "0 - unknown", "requested_subtitles": null, "format_id": "0", "uploader_id": "bizstone", "playlist": null, "thumbnails": [{"url": "https://scontent-lhr3-1.cdninstagram.com/t51.2885-15/e15/11330596_1465729677073022_1001797481_n.jpg?ig_cache_key=NTY2ODQ5ODI4NDEzNTc2NDEz.2", "id": "0"}], "title": "Video by bizstone", "url": "http://scontent-lhr3-1.cdninstagram.com/t50.2886-16/11674608_447506235420381_1425235523_n.mp4", "extractor_key": "Instagram", "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/44.0 (Chrome)"}, "id": "fd2upnlRTd", "ext": "mp4", "playlist_index": null, "webpage_url": "http://instagram.com/p/fd2upnlRTd/", "_filename": "Video by bizstone-fd2upnlRTd.mp4", "fulltitle": "Video by bizstone", "thumbnail": "https://scontent-lhr3-1.cdninstagram.com/t51.2885-15/e15/11330596_1465729677073022_1001797481_n.jpg?ig_cache_key=NTY2ODQ5ODI4NDEzNTc2NDEz.2", "webpage_url_basename": "fd2upnlRTd"}

... pretty json

{
  "display_id": "fd2upnlRTd",
  "extractor": "Instagram",
  "protocol": "http",
  "description": "Monster Jake (after watching Monster University).",
  "format": "0 - unknown",
  "requested_subtitles": null,
  "format_id": "0",
  "uploader_id": "bizstone",
  "playlist": null,
  "thumbnails": [
    {
      "url": "https://scontent-lhr3-1.cdninstagram.com/t51.2885-15/e15/11330596_1465729677073022_1001797481_n.jpg?ig_cache_key=NTY2ODQ5ODI4NDEzNTc2NDEz.2",
      "id": "0"
    }
  ],
  "title": "Video by bizstone",
  "url": "http://scontent-lhr3-1.cdninstagram.com/t50.2886-16/11674608_447506235420381_1425235523_n.mp4",
  "extractor_key": "Instagram",
  "http_headers": {
    "Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7",
    "Accept-Language": "en-us,en;q=0.5",
    "Accept-Encoding": "gzip, deflate",
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
    "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/44.0 (Chrome)"
  },
  "id": "fd2upnlRTd",
  "ext": "mp4",
  "playlist_index": null,
  "webpage_url": "http://instagram.com/p/fd2upnlRTd/",
  "_filename": "Video by bizstone-fd2upnlRTd.mp4",
  "fulltitle": "Video by bizstone",
  "thumbnail": "https://scontent-lhr3-1.cdninstagram.com/t51.2885-15/e15/11330596_1465729677073022_1001797481_n.jpg?ig_cache_key=NTY2ODQ5ODI4NDEzNTc2NDEz.2",
  "webpage_url_basename": "fd2upnlRTd"
}

przemyslawpluta/node-youtube-dl#103

@przemyslawpluta przemyslawpluta changed the title Instagram query returns not `format` and no `duration` Instagram query returns no `format` and no `duration` May 2, 2016
@przemyslawpluta przemyslawpluta changed the title Instagram query returns no `format` and no `duration` Instagram query returns no format and no duration May 2, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 2, 2016

formats may not be defined for videos with only one format. duration is not provided by instagram.

@dstftw dstftw closed this May 2, 2016
@dstftw dstftw added the invalid label May 2, 2016
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.