geekcomputers / geekcomputers/Python

i am not able to extract link

Open
#223 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
35.4k
Forks
12.9k
Avg merge
2h 37m
Merged PRs (30d)
1

Description

page = ('.... facebook .....')
Link_start = (page.find('<a href'))
starting_quote = (page.find('"','Link_start'))
end_quote = (page.find('"','starting_quote+1'))
url = (page.find('stating quote+1','end quote'))
print (url)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the code snippet in issue #223 and reproduce its output in a minimal Python run. Check the string-search arguments and compare the printed result with the expected Facebook URL; done means the link value is extracted correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.