- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of about 10,000 for You (0.17 sec)
-
you-get
sys.path.insert(1, os.path.join(_filepath, _srcdir)) if sys.version_info[0] == 3: import you_get if __name__ == '__main__': you_get.main(repo_path=_filepath) else: # Python 2 from you_get.util import log log.e("[fatal] Python 3 is required!")
Shell Script - Registered: 2021-01-14 16:46 - Last Modified: 2016-05-26 15:52 - 477 bytes - Viewed (0) -
contrib/completion/you-get.fish
complete -c you-get -s V -l version -d 'print version and exit' complete -c you-get -s h -l help -d 'print help and exit' complete -c you-get -s i -l info -d 'print extracted information' complete -c you-get -s u -l url -d 'print extracted information' complete -c you-get -l json -d 'print extracted URLs in JSON format' complete -c you-get -s n -l no-merge -d 'do not merge video parts'
Plain Text - Registered: 2021-01-14 16:46 - Last Modified: 2016-05-29 01:50 - 1.6K bytes - Viewed (0) -
you-get.json
{ "name": "you-get", "author": "Mort Yao", "author_email": "******@****.***", "url": "https://you-get.org/", "license": "MIT", "description": "Dumb downloader that scrapes the web", "keywords": "video download youtube youku niconico", "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop",
Json - Registered: 2021-01-14 16:46 - Last Modified: 2020-03-23 11:23 - 1.2K bytes - Viewed (0) -
contrib/completion/_you-get
#compdef you-get # Zsh completion definition for soimort/you-get. setopt localoptions noshwordsplit noksharrays local -a args args=( '(- : *)'{-V,--version}'[print version and exit]' '(- : *)'{-h,--help}'[print help and exit]' '(-i --info)'{-i,--info}'[print extracted information]' '(-u --url)'{-u,--url}'[print extracted information with URLs]' '(--json)--json[print extracted URLs in JSON format]'
Plain Text - Registered: 2021-01-14 16:46 - Last Modified: 2016-05-29 01:50 - 1.5K bytes - Viewed (0) -
docs/thank-you.html
--- title: Thank you layout: default route: index --- {% include global/navbar.html id="ThankYou" %} <section class="hero is-large has-text-centered"> <div class="hero-body"> <div class="container"> <div class="columns"> <div class="column is-offset-3 is-6"> <h1 class="title"> 📫 😃 <br> Thanks for subscribing! </h1>
HTML - Registered: 2021-01-19 09:01 - Last Modified: 2018-04-09 21:25 - 777 bytes - Viewed (0) -
you-get.plugin.zsh
#!/usr/bin/env zsh alias you-get="noglob python3 $(dirname $0)/you-get"
Shell Script - Registered: 2021-01-14 16:46 - Last Modified: 2016-04-13 15:33 - 138 bytes - Viewed (0) -
contrib/completion/you-get-completion.bash
# Bash completion definition for you-get. _you-get () { COMPREPLY=() local IFS=$' \n' local cur=$2 prev=$3 local -a opts_without_arg opts_with_arg opts_without_arg=( -V --version -h --help -i --info -u --url --json -n --no-merge --no-caption -f --force --no-proxy -d --debug ) opts_with_arg=( -F --format -O --output-filename -o --output-dir -p --player
Shell Script - Registered: 2021-01-14 16:46 - Last Modified: 2016-05-29 01:50 - 916 bytes - Viewed (0) -
public/js/libs/jquery.are-you-sure.js
/*! * jQuery Plugin: Are-You-Sure (Dirty Form Detection) * https://github.com/codedance/jquery.AreYouSure/ * * Copyright (c) 2012-2014, Chris Dance and PaperCut Software http://www.papercut.com/ * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Author: ******@****.*** * Version: 1.9.0 * Date: 13th August 2014 */ (function($) { $.fn.areYouSure = function(options) {
JavaScript - Registered: 2021-01-14 01:40 - Last Modified: 2016-08-06 17:36 - 5.4K bytes - Viewed (0) -
src/test/java/com/alibaba/json/bvt/bug/Bug_for_O_I_See_you.java
package com.alibaba.json.bvt.bug; import junit.framework.TestCase; import com.alibaba.fastjson.JSON; public class Bug_for_O_I_See_you extends TestCase { public void test_bug() throws Exception { Object[] arra = { "aa", "bb" }; Object[] arr = { "sssss", arra }; String s = JSON.toJSONString(arr); Object[] ar = JSON.parseObject(s, Object[].class); System.out.println(); }
Java - Registered: 2021-01-13 01:53 - Last Modified: 2020-05-09 02:05 - 428 bytes - Viewed (0) -
TODO/so-you-want-to-learn-react-js.md
> * 原文地址:[So you want to learn React.js?](https://edgecoders.com/so-you-want-to-learn-react-js-a78801d3cd4d) > * 原文作者:[Samer Buna](https://edgecoders.com/@samerbuna?source=post_header_lockup) > * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner) > * 本文永久链接:[https://github.com/xitu/gold-miner/blob/master/TODO/so-you-want-to-learn-react-js.md](https://github.com/xitu/gold-miner/blob/master/TODO/so-you-want-to-learn-react-js.md) > * 译者:[tvChan](https://github.com/tvChan)
Plain Text - Registered: 2021-01-07 14:49 - Last Modified: 2017-12-12 07:58 - 7.8K bytes - Viewed (0)