Extracts video info and download URL from various sites using extractors transpiled from ytdl-org/youtube-dl.
Contact: [email protected]
go get github.com/tenta-browser/go-video-downloader
The extractor leans heavily on a regular expression engine supporting Perl Compatible Regular Expressions (PCRE). This library explicitly doesn't reference one, but uses the interface provided by tenta-browser/go-pcre-matcher. An implementation is provided there, to use that:
- install libpcre, on Debian based platforms:
sudo apt-get install libpcre++-dev
- make sure the
github.com/tenta-browser/go-pcre-matcher/matcherpcre
package is fetched - reference it in
matcher.ReEngine
(see the example below)
go get github.com/tenta-browser/go-video-downloader
A simple example program using the library can be found at cmd/extractor/main.go.
We rely on excellent open source libraries. For a complete list of our dependencies and required notification, please take a look at NOTICES.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
For any questions, please contact [email protected]
We welcome contributions, feedback and plain old complaining. Feel free to open an issue or shoot us a message to [email protected]. If you'd like to contribute, please open a pull request and send us an email to sign a contributor agreement.
This library is brought to you by Team Tenta. Tenta is your private, encrypted browser that protects your data instead of selling it. We're building a next-generation browser that combines all the privacy tools you need, including built-in OpenVPN. Everything is encrypted by default. That means your bookmarks, saved tabs, web history, web traffic, downloaded files, IP address and DNS. A truly incognito browser that's fast and easy.