mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-11 21:08:37 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e5fba712c | ||
|
|
f522f891cb | ||
|
|
743ca9c165 | ||
|
|
2130a33829 | ||
|
|
3d5b6de557 |
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
${{ matrix.task.run }}
|
${{ matrix.task.run }}
|
||||||
|
continue-on-error: ${{ matrix.task.name != 'Build' }}
|
||||||
|
|
||||||
- name: Upload package distribution files
|
- name: Upload package distribution files
|
||||||
if: matrix.task.name == 'Build'
|
if: matrix.task.name == 'Build'
|
||||||
@@ -96,7 +97,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# needs: [checks]
|
needs: [checks]
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# vk-url-scraper
|
# vk-url-scraper
|
||||||
Python library to scrape data, and especially media links like videos and photos, from vk.com URLs.
|
Python library to scrape data, and especially media links like videos and photos, from vk.com URLs.
|
||||||
|
|
||||||
|
> This repo has been archived because it relies on a fixed git commit of the vk_api library which we can no longer publish to pypi, see [issue](https://github.com/bellingcat/vk-url-scraper/issues/66). You can still install the latest install. This archived state may change if a solution is found to publish the library to pypi again.
|
||||||
|
|
||||||
[](https://badge.fury.io/py/vk-url-scraper)
|
[](https://badge.fury.io/py/vk-url-scraper)
|
||||||
[](https://pypi.python.org/pypi/vk-url-scraper/)
|
[](https://pypi.python.org/pypi/vk-url-scraper/)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ _MAJOR = "0"
|
|||||||
_MINOR = "3"
|
_MINOR = "3"
|
||||||
# On main and in a nightly release the patch should be one ahead of the last
|
# On main and in a nightly release the patch should be one ahead of the last
|
||||||
# released build.
|
# released build.
|
||||||
_PATCH = "32"
|
_PATCH = "34"
|
||||||
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
||||||
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
||||||
_SUFFIX = ""
|
_SUFFIX = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user