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

Site support request: ifunny #16296

Open
gabrielmsmith opened this issue Apr 27, 2018 · 0 comments
Open

Site support request: ifunny #16296

gabrielmsmith opened this issue Apr 27, 2018 · 0 comments

Comments

@gabrielmsmith
Copy link

@gabrielmsmith gabrielmsmith commented Apr 27, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.04.25. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.04.25

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

python -m youtube_dl --verbose https://ifunny.co/fun/pQ0qJYrT5
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://ifunny.co/fun/pQ0qJYrT5']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2018.04.25
[debug] Git HEAD: c84eae4f6
[debug] Python version 3.6.3 (CPython) - Windows-10-10.0.16299-SP0
[debug] exe versions: none
[debug] Proxy map: {}
[generic] pQ0qJYrT5: Requesting header
WARNING: Falling back on generic information extractor.
[generic] pQ0qJYrT5: Downloading webpage
[generic] pQ0qJYrT5: Extracting information
[download] Downloading playlist: Found on iFunny
[generic] playlist Found on iFunny: Collected 1 video ids (downloading 1 of them)
[download] Downloading video 1 of 1
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on 'https://www.instagram.com/p/Bd8VTBSn8z7/'
[download] Destination: Found on iFunny-pQ0qJYrT5.unknown_video
[download] 100% of 32.21KiB in 00:01
[download] Finished downloading playlist: Found on iFunny
PS C:\IT480\youtubeDL\youtube-dl>
...
<end of log>

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


Description of your issue, suggested solution and other information

Youtube DL does not have an extractor for ifunny videos. Currently, the generic extractor is used, and the file that gets extracted is not the actual video, but what youtube DL believes to be a playlist file. The information extractor appears to be matching the content attribute from the wrong meta tag.

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
1 participant
You can’t perform that action at this time.