How to find link to media in any site [closed] - url

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 hours ago.
Improve this question
Note
I barely have any knowledge on web development but got some idea.
What I'm doing
I'm trying to make a Rust program to scrape any link to a media in a website, like how JDownloader 2 does. Not required to find all media, just any media this is simple enough to get.
Problems
Resolving links to media (Blob, Data)
Site that result differently on browser to a single get request (I have some idea that this might need a web driver but I want to have least dependency as much as possible)
Question
How did JDownloader find these media so I can implement it in my crate? (Just enough information to get start)

Related

I made a game with Ruby, How do I make it playable on the internet?[Ruby] [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
It is a very simple game, only consisting of about 80 lines of code, and 2 images. I am a new developer, so pardon my ignorance.
I uploaded the three files to a domain, but when I visit the location, it just downloads the file.
What do I need to do in order to have the file be executed opposed to just downloaded? What other information is relevant to running it as a 'web app'?
Thanks
If you're written a console application (which it sounds like you have) then you will not be able to run it on the web. Depending on what you've made you may be able to translate it into a web application using a Ruby web framework like Ruby on Rails or Sinatra. If you link to your GitHub or wherever the code is you may be able to get more specific advice.

JIRA Rest API - getting the list of all Projects and all issues within each project [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
what is the correct https link to get JSON data for all the projects at once?
the current link to our dashboard is like this:
https://company.atlassian.net/secure/Dashboard.jspa
Would like to get all of the projects then use another https call to get all the issues for all the projects. Then after that of course look at assignees etc etc. Looking to collect this data to put into an iOS app for R&D purposes.
I am coming at this blind but I have no idea if I also need someone to set up permissions to do this or something. Never used this API before so just doing some discovery here.
You have to speak with the API :)
https://docs.atlassian.com/jira/REST/latest/
Let me know if you need further help.

Want to setup a voice-to-voice communication service/group call service on rails. Where should I start? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I already have a fair bit of experience making rails applications, but I have never really tried to make an application with the use of a microphone. I don’t need to have video call, only voice, but I would want to control how many people could connect to a single call. Also I would like it to not have to do with actual phone numbers, but have a completely separate service like skype. Any help would be appreciated, Thanks!
This is not a trivial rails app, but just from googling I found Adhearsion
Check it out: http://www.adhearsion.com/
Adhearsion is a full-featured framework for the development of
applications which interact with or control voice communications.

YSlow - effective for data intensive sites [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I wanted to know that is YSlow effective for any particular kind of web sites , for e.g. would it really help in data intensive sites.
And is there any way to test how much improvement (may be what grade it could bring up to) it can give before actually implementing the changes it suggests?
No, YSlow is not designed to improve data intensive, if you meant heavy Ajax; it's more for page load and consecutive loads of a given page, although there're 2 ajax rules.
If you run yslow on a page you can share the results via Twitter or Facebook, the generated link points to YSlow Scoremeter which allows you to play with each individual rule scores so you have an idea what changes to implement. e.g.:
YSlow grade C for http://www.cnn.com/ http://yslow.org/scoremeter/?url=http%3A%2F%2Fwww.cnn.com%2F&grade=C&ynumreq=0&ycdn=0&yexpires=0&ycompress=78&yjsbottom=75&yexpressions=88&ydns=50&yminify=90&yetags=45&ymindom=49&ycookiefree=55&ynofilter=55&yfavicon=90 via #yslow

Sending Instagram DM with API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I’m currently trying to find a way of sending Instagram DMs to specific users via an API (im building an iOS app and this is one of the functionality im trying to build). I know there are solutions that currently offer that (like Jarvee or Instazood) however none of them seems to offer an API that will allow me to do that in my own app. Given that Instagram current legacy of Instagram API that seems to allow DM will be discontinued on Dec 1st, I cant seem to find an option that enables me to do that. Any idea guys ?
Hey you can use https://github.com/dilame/instagram-private-api to send dm's to your user.
It's written in node but you can find other libraries in other languages

Resources