Questions tagged [geturl]

geturl can refer to a specific function in a library, API or framework. Examples of geturl methods is found in cURL, Google Places and PowerBuilder. geturl can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

can refer to a specific function in a library, API or framework. Examples of methods is found in , and .

can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

143 questions
2
votes
1 answer

getURL and downfile.file won't download content of webpage (R)

Currently I am looking into the "getURL" and "download.file" command in R. So far, both worked like a charm. However, I have problems with one specific link and I don't know why this one doesn't…
majom
  • 7,863
  • 7
  • 55
  • 88
2
votes
1 answer

How to get label value which loads with javascript

I have a link like that. It's getting from instagram api. http://localhost:60785/access_token.aspx/#access_token=43667613.4a1ee8c.791949d8f78b472d8136fcdaa706875b How can I get this link from codebehind? I can take it with js but i can't get it…
Kadir
  • 3,094
  • 4
  • 37
  • 57
1
vote
3 answers

Get current URL and modify subdirectory and then go to URL with Javascript

I'm creating a bilingual website for a client. Two versions of the site in different languages will be created and stored in two folders: /en/ /chi/ What I want to do is create a link to toggle between the two languages. On the conceptual level, I…
Joseph Mok
  • 97
  • 4
  • 12
1
vote
1 answer

as2 getURL weird issue

I have a weird issue with getURL. I'm using the following command in an AS2 project and it's popping up a new window (without toolbars etc) instead of opening an entirely new tab in my browser. Is there a setting or something in cs 5.5 or is it…
Joe
  • 1,762
  • 9
  • 43
  • 60
1
vote
1 answer

flash getURL, not making new http request?

I have flash with scrolling words. Each word is linked to http://www.foo.bar/somepage.html#parametar So "word1" is linked to http://www.foo.bar/somepage.html#parameter1, word2 is linked to http://www.foo.bar/somepage.html#parameter2, etc.. This…
John
  • 13
  • 2
1
vote
1 answer

how to input newly created pdf link into google sheet column

I tried multiple ways, but for a few days, none worked for me. This is my script. I manage to create the doc and also the pdf. I inputted the document link but what I want is a pdf link. I couldn't get the getUrl function right for my pdf…
1
vote
1 answer

Scraping from website using getURL() returns string of urls, not website content. How do I get the contents of the site? (R studio, windows 10)

I am completely new to scraping, using Windows 10 PC. I am trying to run this code from class to scrape the content of the party platforms form the URLs below: years=c(1968, 1972,…
karla
  • 11
  • 2
1
vote
2 answers

Why does getting a URL from the US Patent & Trademark Office return an SSL error in Livecode?

A Livecode script: get URL "https://www.uspto.gov/patent/laws-and-regulations/patent-term-extension/patent-terms-extended-under-35-usc-156" Winds up with the following in "the result": tsneterr: (56) SSLRead() return error -9806 I tried setting…
Bruce
  • 11
  • 1
1
vote
2 answers

R getURL error:1407742E:SSL trying to download a URI

I am trying to download COVID data in R from a Github site, but I am getting a protocol version error. This function has worked fine for many months, but now it stopped working. Can anybody tell me why it is not working? I can't seem to find any…
BenW
  • 101
  • 12
1
vote
1 answer

Ansible get_url module: Unable to find a checksum for file

I'm trying to fetch ActiveMQ Artemis using the following: - name: Download the ActiveMQ Artemis artifact get_url: url: "https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/{{ artemis_version }}/apache-artemis-{{…
la00
  • 119
  • 10
1
vote
2 answers

Why Ansible get_url gives error about checksums?

I have a task in my ansible playbook, that downloads a java archive from a github url. The task is here: - name: Download Jar Plugin get_url: url: https://GitHub-URL/plugins-1.0.5.jar dest: /app/plugins/ There's no mention of checksum,…
SS-eth0
  • 45
  • 7
1
vote
2 answers

Get Url from Dailymotion for LiveStream

Over here I can see liveStream in the browser, how do you get it running on VLC player? unfortunately tried several and it did not work out. maybe you have a tip for me or knows your other possibility possibly via curl or PHP
Janet
  • 11
  • 1
  • 3
1
vote
1 answer

R. RCurl 400 Bad Request

I try to send a request to API, use RCurl library. My code: start = "2018-07-30" end = "2018-08-15" api_request <- paste("https://api-metrika.yandex.ru/stat/v1/data.csv?id=34904255&date1=", start, …
1
vote
1 answer

Get URL after URL Rewriting

Can someone please tell me, is it possible to find out which URL is displayed currently on the browser? I am doing a URL rewrite, and in code I want to check which URL is currently displayed. Is there a way to check this out? I have tried to get…
Sumit
  • 2,932
  • 6
  • 32
  • 54
1
vote
2 answers

R - Coding an internet speed test

On occasion, I have a spotty internet connection or a severely reduced internet connection and I would like to automate web scraping activities. Often times I download files with R, ranging from very small size to several GB. Obviously, if you…
IRNotSmart
  • 351
  • 6
  • 18
1 2
3
9 10