Board logo

主題: [其他] [轉貼] 【百度网盘升级公告】只为更安全的服务 [打印本頁]

發表人: owhohoh    時間: 2016-12-27 07:23 PM     主題: [轉貼] 【百度网盘升级公告】只为更安全的服务

【百度网盘升级公告】只为更安全的服务


    亲爱的用户:

    百度网盘客户端(PC版、Win10版、PC同步版、MAC同步版)以及百度企

业网盘PC版已经发布升级版本。此次客户端升级主要加强了百度帐号登录的安

全保障,请您务必在2016年12月31日前升级到最新版本。届时:

1、百度网盘上述各客户端的旧版本将不再支持登录使用;

2、百度网盘Winphone版本将不再提供服务;

3、百度网盘PC版将不再兼容Windows XP SP3以下系统;

4、百度网盘Mac同步版后续将不再提供版本更新和维护,但不影响已安装用户

的正常使用。为了您有更好的操作体验,建议使用百度网盘Mac版进行文件的

上传、下载等操作。

    请您提前做好相关文件备份工作,并牢记帐号名和密码,避免升级之后无

法登录。不便之处,敬请谅解。


訊息出處:【百度网盘升级公告】只为更安全的服务

===========================================================

之前用官方版的百度云管家用到給我罷工,後來去找乾淨云來用才算正常;

昨天抓檔時發現才20幾KB在跑,好險檔案不大當做掛BT了。這次改版又

不知道會怎樣,一堆檔案排隊等下載啊。
發表人: cys070    時間: 2016-12-27 09:10 PM

這空間是越來越難用
發表人: saab518    時間: 2016-12-28 08:52 AM

越來越難用
發表人: owhohoh    時間: 2016-12-28 11:35 AM

用了官方版百度網盤PC版V5.5.0,速度最少在100KB左右,最大目前是

200~400KB之間跳動(掛代理)(只有帳號,沒開通會員)。
發表人: Ralse    時間: 2016-12-28 03:46 PM

我現在是用baidu exporter把連結餵給aria2c下載,昨天測試還有400-500KB/s
這次更新希望不要死掉阿!

補上連結 BaiduExporter
https://github.com/acgotaku/BaiduExporter

ARIA2好用!
剛剛把youtube部份搞定,可以直接抓整個playlist,唯一問題就是要自己合併video與audio
Orz

[Ralse 在  2016-12-28 04:37 PM 作了最後編輯]
發表人: owhohoh    時間: 2016-12-29 11:26 AM

裝了官方版百度網盤PC版V5.5.0之後,在電腦開機時會自動開啟,

就顯示在螢幕中間,感覺有點礙眼。

速度上來說,跟以前用乾淨云差不多,有時甚至更快。

之前是有聽說下載有流量限制,不過我又不是24小時不停下載,

就沒去深究了。
發表人: cys070    時間: 2016-12-29 05:49 PM

乾淨雲後期被閹
有時候速度就0或幾K

抓得反而比正常版還慢

百度雲,我是放沙盒裡執行,畢竟大陸軟體有沒有問題很難講
發表人: innova    時間: 2016-12-30 01:36 AM

???  youtube 不是有 youtube-dl 可以用嗎?

我都用這個東西去DL youtube~ 讓他直接輸出成 .mp4

開個 web service
用手機開 browser直接存進手機裡去

CODE:
[Copy to clipboard]
Usage: youtube-dl [OPTIONS] URL [URL...]

Options:
  General Options:
    -h, --help                       Print this help text and exit
    --version                        Print program version and exit
    -U, --update                     Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)
    -i, --ignore-errors              Continue on download errors, for example to skip unavailable videos in a playlist
    --abort-on-error                 Abort downloading of further videos (in the playlist or the command line) if an error occurs
    --dump-user-agent                Display the current browser identification
    --list-extractors                List all supported extractors
    --extractor-descriptions         Output descriptions of all supported extractors
    --force-generic-extractor        Force extraction to use the generic extractor
    --default-search PREFIX          Use this prefix for unqualified URLs. For example "gvsearch2:" downloads two videos from google videos for youtube-dl "large apple". Use the value
                                     "auto" to let youtube-dl guess ("auto_warning" to emit a warning when guessing). "error" just throws an error. The default value "fixup_error" repairs
                                     broken URLs, but emits an error if this is not possible instead of searching.
    --ignore-config                  Do not read configuration files. When given in the global configuration file /etc/youtube-dl.conf: Do not read the user configuration in ~/.config
                                     /youtube-dl/config (%APPDATA%/youtube-dl/config.txt on Windows)
    --flat-playlist                  Do not extract the videos of a playlist, only list them.
    --mark-watched                   Mark videos watched (YouTube only)
    --no-mark-watched                Do not mark videos watched (YouTube only)
    --no-color                       Do not emit color codes in output

  Network Options:
    --proxy URL                      Use the specified HTTP/HTTPS/SOCKS proxy. To enable experimental SOCKS proxy, specify a proper scheme. For example socks5://127.0.0.1:1080/. Pass in an
                                     empty string (--proxy "") for direct connection
    --socket-timeout SECONDS         Time to wait before giving up, in seconds
    --source-address IP              Client-side IP address to bind to (experimental)
    -4, --force-ipv4                 Make all connections via IPv4 (experimental)
    -6, --force-ipv6                 Make all connections via IPv6 (experimental)
    --cn-verification-proxy URL      Use this proxy to verify the IP address for some Chinese sites. The default proxy specified by --proxy (or none, if the options is not present) is used
                                     for the actual downloading. (experimental)

  Video Selection:
    --playlist-start NUMBER          Playlist video to start at (default is 1)
    --playlist-end NUMBER            Playlist video to end at (default is last)
    --playlist-items ITEM_SPEC       Playlist video items to download. Specify indices of the videos in the playlist separated by commas like: "--playlist-items 1,2,5,8" if you want to
                                     download videos indexed 1, 2, 5, 8 in the playlist. You can specify range: "--playlist-items 1-3,7,10-13", it will download the videos at index 1, 2, 3,
                                     7, 10, 11, 12 and 13.
    --match-title REGEX              Download only matching titles (regex or caseless sub-string)
    --reject-title REGEX             Skip download for matching titles (regex or caseless sub-string)
    --max-downloads NUMBER           Abort after downloading NUMBER files
    --min-filesize SIZE              Do not download any videos smaller than SIZE (e.g. 50k or 44.6m)
    --max-filesize SIZE              Do not download any videos larger than SIZE (e.g. 50k or 44.6m)
    --date DATE                      Download only videos uploaded in this date
    --datebefore DATE                Download only videos uploaded on or before this date (i.e. inclusive)
    --dateafter DATE                 Download only videos uploaded on or after this date (i.e. inclusive)
    --min-views COUNT                Do not download any videos with less than COUNT views
    --max-views COUNT                Do not download any videos with more than COUNT views
    --match-filter FILTER            Generic video filter (experimental). Specify any key (see help for -o for a list of available keys) to match if the key is present, !key to check if the
                                     key is not present,key > NUMBER (like "comment_count > 12", also works with >=, <, <=, !=, =) to compare against a number, and & to require multiple
                                     matches. Values which are not known are excluded unless you put a question mark (?) after the operator.For example, to only match videos that have been
                                     liked more than 100 times and disliked less than 50 times (or the dislike functionality is not available at the given service), but who also have a
                                     description, use --match-filter "like_count > 100 & dislike_count <? 50 & description" .
    --no-playlist                    Download only the video, if the URL refers to a video and a playlist.
    --yes-playlist                   Download the playlist, if the URL refers to a video and a playlist.
    --age-limit YEARS                Download only videos suitable for the given age
    --download-archive FILE          Download only videos not listed in the archive file. Record the IDs of all downloaded videos in it.
    --include-ads                    Download advertisements as well (experimental)

  Download Options:
    -r, --rate-limit LIMIT           Maximum download rate in bytes per second (e.g. 50K or 4.2M)
    -R, --retries RETRIES            Number of retries (default is 10), or "infinite".
    --fragment-retries RETRIES       Number of retries for a fragment (default is 10), or "infinite" (DASH only)
    --buffer-size SIZE               Size of download buffer (e.g. 1024 or 16K) (default is 1024)
    --no-resize-buffer               Do not automatically adjust the buffer size. By default, the buffer size is automatically resized from an initial value of SIZE.
    --playlist-reverse               Download playlist videos in reverse order
    --xattr-set-filesize             Set file xattribute ytdl.filesize with expected filesize (experimental)
    --hls-prefer-native              Use the native HLS downloader instead of ffmpeg
    --hls-prefer-ffmpeg              Use ffmpeg instead of the native HLS downloader
    --hls-use-mpegts                 Use the mpegts container for HLS videos, allowing to play the video while downloading (some players may not be able to play it)
    --external-downloader COMMAND    Use the specified external downloader. Currently supports aria2c,avconv,axel,curl,ffmpeg,httpie,wget
    --external-downloader-args ARGS  Give these arguments to the external downloader

  Filesystem Options:
    -a, --batch-file FILE            File containing URLs to download ('-' for stdin)
    --id                             Use only video ID in file name
    -o, --output TEMPLATE            Output filename template. Use %(title)s to get the title, %(uploader)s for the uploader name, %(uploader_id)s for the uploader nickname if different,
                                     %(autonumber)s to get an automatically incremented number, %(ext)s for the filename extension, %(format)s for the format description (like "22 -
                                     1280x720" or "HD"), %(format_id)s for the unique id of the format (like YouTube's itags: "137"), %(upload_date)s for the upload date (YYYYMMDD),
                                     %(extractor)s for the provider (youtube, metacafe, etc), %(id)s for the video id, %(playlist_title)s, %(playlist_id)s, or %(playlist)s (=title if
                                     present, ID otherwise) for the playlist the video is in, %(playlist_index)s for the position in the playlist. %(height)s and %(width)s for the width and
                                     height of the video format. %(resolution)s for a textual description of the resolution of the video format. %% for a literal percent. Use - to output to
                                     stdout. Can also be used to download to a different directory, for example with -o '/my/downloads/%(uploader)s/%(title)s-%(id)s.%(ext)s' .
    --autonumber-size NUMBER         Specify the number of digits in %(autonumber)s when it is present in output filename template or --auto-number option is given
    --restrict-filenames             Restrict filenames to only ASCII characters, and avoid "&" and spaces in filenames
    -A, --auto-number                [deprecated; use -o "%(autonumber)s-%(title)s.%(ext)s" ] Number downloaded files starting from 00000
    -t, --title                      [deprecated] Use title in file name (default)
    -l, --literal                    [deprecated] Alias of --title
    -w, --no-overwrites              Do not overwrite files
    -c, --continue                   Force resume of partially downloaded files. By default, youtube-dl will resume downloads if possible.
    --no-continue                    Do not resume partially downloaded files (restart from beginning)
    --no-part                        Do not use .part files - write directly into output file
    --no-mtime                       Do not use the Last-modified header to set the file modification time
    --write-description              Write video description to a .description file
    --write-info-json                Write video metadata to a .info.json file
    --write-annotations              Write video annotations to a .annotations.xml file
    --load-info FILE                 JSON file containing the video information (created with the "--write-info-json" option)
    --cookies FILE                   File to read cookies from and dump cookie jar in
    --cache-dir DIR                  Location in the filesystem where youtube-dl can store some downloaded information permanently. By default $XDG_CACHE_HOME/youtube-dl or ~/.cache
                                     /youtube-dl . At the moment, only YouTube player files (for videos with obfuscated signatures) are cached, but that may change.
    --no-cache-dir                   Disable filesystem caching
    --rm-cache-dir                   Delete all filesystem cache files

  Thumbnail images:
    --write-thumbnail                Write thumbnail image to disk
    --write-all-thumbnails           Write all thumbnail image formats to disk
    --list-thumbnails                Simulate and list all available thumbnail formats

  Verbosity / Simulation Options:
    -q, --quiet                      Activate quiet mode
    --no-warnings                    Ignore warnings
    -s, --simulate                   Do not download the video and do not write anything to disk
    --skip-download                  Do not download the video
    -g, --get-url                    Simulate, quiet but print URL
    -e, --get-title                  Simulate, quiet but print title
    --get-id                         Simulate, quiet but print id
    --get-thumbnail                  Simulate, quiet but print thumbnail URL
    --get-description                Simulate, quiet but print video description
    --get-duration                   Simulate, quiet but print video length
    --get-filename                   Simulate, quiet but print output filename
    --get-format                     Simulate, quiet but print output format
    -j, --dump-json                  Simulate, quiet but print JSON information. See --output for a description of available keys.
    -J, --dump-single-json           Simulate, quiet but print JSON information for each command-line argument. If the URL refers to a playlist, dump the whole playlist information in a
                                     single line.
    --print-json                     Be quiet and print the video information as JSON (video is still being downloaded).
    --newline                        Output progress bar as new lines
    --no-progress                    Do not print progress bar
    --console-title                  Display progress in console titlebar
    -v, --verbose                    Print various debugging information
    --dump-pages                     Print downloaded pages encoded using base64 to debug problems (very verbose)
    --write-pages                    Write downloaded intermediary pages to files in the current directory to debug problems
    --print-traffic                  Display sent and read HTTP traffic
    -C, --call-home                  Contact the youtube-dl server for debugging
    --no-call-home                   Do NOT contact the youtube-dl server for debugging

  Workarounds:
    --encoding ENCODING              Force the specified encoding (experimental)
    --no-check-certificate           Suppress HTTPS certificate validation
    --prefer-insecure                Use an unencrypted connection to retrieve information about the video. (Currently supported only for YouTube)
    --user-agent UA                  Specify a custom user agent
    --referer URL                    Specify a custom referer, use if the video access is restricted to one domain
    --add-header FIELD:VALUE         Specify a custom HTTP header and its value, separated by a colon ':'. You can use this option multiple times
    --bidi-workaround                Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH
    --sleep-interval SECONDS         Number of seconds to sleep before each download.

  Video Format Options:
    -f, --format FORMAT              Video format code, see the "FORMAT SELECTION" for all the info
    --all-formats                    Download all available video formats
    --prefer-free-formats            Prefer free video formats unless a specific one is requested
    -F, --list-formats               List all available formats of requested videos
    --youtube-skip-dash-manifest     Do not download the DASH manifests and related data on YouTube videos
    --merge-output-format FORMAT     If a merge is required (e.g. bestvideo+bestaudio), output to given container format. One of mkv, mp4, ogg, webm, flv. Ignored if no merge is required

  Subtitle Options:
    --write-sub                      Write subtitle file
    --write-auto-sub                 Write automatically generated subtitle file (YouTube only)
    --all-subs                       Download all the available subtitles of the video
    --list-subs                      List all available subtitles for the video
    --sub-format FORMAT              Subtitle format, accepts formats preference, for example: "srt" or "ass/srt/best"
    --sub-lang LANGS                 Languages of the subtitles to download (optional) separated by commas, use --list-subs for available language tags

  Authentication Options:
    -u, --username USERNAME          Login with this account ID
    -p, --password PASSWORD          Account password. If this option is left out, youtube-dl will ask interactively.
    -2, --twofactor TWOFACTOR        Two-factor auth code
    -n, --netrc                      Use .netrc authentication data
    --video-password PASSWORD        Video password (vimeo, smotri, youku)

  Post-processing Options:
    -x, --extract-audio              Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)
    --audio-format FORMAT            Specify audio format: "best", "aac", "vorbis", "mp3", "m4a", "opus", or "wav"; "best" by default
    --audio-quality QUALITY          Specify ffmpeg/avconv audio quality, insert a value between 0 (better) and 9 (worse) for VBR or a specific bitrate like 128K (default 5)
    --recode-video FORMAT            Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv|avi)
    --postprocessor-args ARGS        Give these arguments to the postprocessor
    -k, --keep-video                 Keep the video file on disk after the post-processing; the video is erased by default
    --no-post-overwrites             Do not overwrite post-processed files; the post-processed files are overwritten by default
    --embed-subs                     Embed subtitles in the video (only for mp4, webm and mkv videos)
    --embed-thumbnail                Embed thumbnail in the audio as cover art
    --add-metadata                   Write metadata to the video file
    --metadata-from-title FORMAT     Parse additional metadata like song title / artist from the video title. The format syntax is the same as --output, the parsed parameters replace
                                     existing values. Additional templates: %(album)s, %(artist)s. Example: --metadata-from-title "%(artist)s - %(title)s" matches a title like "Coldplay -
                                     Paradise"
    --xattrs                         Write metadata to the video file's xattrs (using dublin core and xdg standards)
    --fixup POLICY                   Automatically correct known faults of the file. One of never (do nothing), warn (only emit a warning), detect_or_warn (the default; fix file if we can,
                                     warn otherwise)
    --prefer-avconv                  Prefer avconv over ffmpeg for running the postprocessors (default)
    --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the postprocessors
    --ffmpeg-location PATH           Location of the ffmpeg/avconv binary; either the path to the binary or its containing directory.
    --exec CMD                       Execute a command on the file after downloading, similar to find's -exec syntax. Example: --exec 'adb push {} /sdcard/Music/ && rm {}'
    --convert-subs FORMAT            Convert the subtitles to other format (currently supported: srt|ass|vtt)

發表人: Ralse    時間: 2017-1-2 05:20 PM

是youtube-dl沒錯阿,但用他下載時你的電腦不能關機...當你砍一整個youtube播放清單時就有這問題了

我的作法是把youtube-dl解析出來的youtube連結丟給NAS上的ARIA2C下載~這樣電腦就可以關機了~
等隔天全部抓好再用autoit寫的parser去把audio與video合併,目前使用沒問題。

如果只抓一個影片,直接電腦端跑youtube-dl就好~會這樣弄主要還是針對某些節目的playlist~XD


然後現在aria2抓baidu cloud只有100K...囧,看來要試試看其他方法了。
發表人: cys070    時間: 2017-1-2 09:16 PM

應該什麼方法都會被封
看它們搞法就算被你鑽漏洞,還有主機那邊超過流量就限速招式

感覺就老招
現在用戶養起來,開始限制要錢
發表人: popo60433    時間: 2017-1-3 02:15 AM

希望新版的乾淨雲趕快出來啊QQ
現在下載速度有夠悲劇的 不到50
發表人: cys070    時間: 2017-1-3 10:00 PM


引用:
popo60433寫到:
希望新版的乾淨雲趕快出來啊QQ
現在下載速度有夠悲劇的 不到50

應該是不會出
前陣子有人破解VIP版本,也是三兩下就被封

正常版去抓來用,至少還可以接近100k。離峰時段還能破百k
發表人: d22977    時間: 2017-1-4 11:16 PM


引用:
Ralse寫到:
我現在是用baidu exporter把連結餵給aria2c下載,昨天測試還有400-500KB/s
這次更新希望不要死掉阿!

補上連結 BaiduExporter
https://github.com/acgotaku/BaiduExporter

ARIA2好用!
剛剛把youtube部份搞定,可以直接抓整個playlist,唯一問題就是要自己合併video與audio
Orz

[Ralse 在  2016-12-28 04:37 PM 作了最後編輯]


伸~~懶人包跟教學
發表人: 這個嘛    時間: 2017-1-5 12:40 AM

百度有時直接網頁下載檔案會直接變成木馬,還被瀏覽器提示警告
但有時又不得不從百度抓,最好下載時要注意檔案大小有沒有一致
發表人: yuchieh    時間: 2017-1-5 11:07 AM

最後,我乾脆付錢算了,先買3個月,下載速度每秒1M多
發表人: partisu    時間: 2017-1-5 01:35 PM

有大大能提供百度雲可用的免費代理位址嗎?
謝謝喔~~~

發表人: Ralse    時間: 2017-1-18 04:45 PM

後來測試發現,他是根據你的帳號進行限速!
免費帳號登入百度雲盤取得的下載連結,速度永遠是50K,有些人被鎖有些人則無。
然後下載的檔案如果有經過CDN的別人抓過的速度又很快,會讓人覺得百度好像沒限速...

目前解決方法是把檔案分享->創建私密連結,用別的瀏覽器或是瀏覽器的隱私模式(總之就是要徹底登出百度雲)
連進去分享檔案的頁面再透過baiduexporter導出下載連結餵給aria2c,速度可以跑滿我這邊的網路。
之前有發現別人分享在百度上的影片可以順暢的播放,如果只有限制50K那根本沒辦法看,就祈禱百度不要封鎖這條路了。

附圖
http://imgur.com/a/1qEFH

[Ralse 在  2017-1-18 05:05 PM 作了最後編輯]
發表人: popo60433    時間: 2017-3-25 01:00 PM

最近好像限速有變動了?
非付費會員分享的空間已經能跑到100~200K了
不在鎖在50K

付費會員分享的空間可以無限速下載
發表人: owhohoh    時間: 2017-3-28 04:25 PM


引用:
popo60433寫到:
最近好像限速有變動了?
非付費會員分享的空間已經能跑到100~200K了
不在鎖在50K

付費會員分享的空間可以無限速下載

據說非付費帳號每天有下載容量限制,超過限制馬上就吃5k大餅;

不過過一段時間就會自動解封,恢復正常速度了。
發表人: popo60433    時間: 2017-3-28 09:05 PM


引用:
owhohoh寫到:

引用:
popo60433寫到:
最近好像限速有變動了?
非付費會員分享的空間已經能跑到100~200K了
不在鎖在50K

付費會員分享的空間可以無限速下載

據說非付費帳號每天有下載容量限制,超過限制馬上就吃5k大餅;

不過過一段時間就會自動解封,恢復正常速度了。


還好我浮動IP 換個IP就好了XD
發表人: cys070    時間: 2017-3-28 10:40 PM

什麼方法都一樣
只要有人在網路上傳,給百度知道就會封

限速就是針對ip或是帳號,反正沒花錢就是抓到一個容量就都是低速
就是要搞得你難用
而且現在又有新奧步,動不動就斷開連線出錯 (這招針對導出下載連結或用別家續傳軟體)

反正就是要逼你用牠家木馬軟體,然後花錢

[cys070 在  2017-3-28 10:43 PM 作了最後編輯]
發表人: owhohoh    時間: 2017-3-28 11:31 PM


引用:
popo60433寫到:
還好我浮動IP 換個IP就好了XD

這時最怕下到1k不正確檔案。
發表人: popo60433    時間: 2017-3-29 08:53 PM


引用:
owhohoh寫到:

引用:
popo60433寫到:
還好我浮動IP 換個IP就好了XD

這時最怕下到1k不正確檔案。



這麻雖 我也認了 在下過
發表人: labman    時間: 2017-3-31 12:47 AM

這空間對愛情動作片有過濾機制 所以就更少用了
現在大多是找 MEGA 或是 GOOGLE 的載點
若分享者非只有分享在這空間上 這空間我盡量不用
發表人: jocosn    時間: 2017-3-31 05:10 AM

用百度網盤是要抓甚麼?
抓大陸電視劇?
發表人: innova    時間: 2017-4-5 12:50 PM

沒版權的 愛情動作片 過濾...
有版權的 電影電視劇 不過濾!?
對岸腦袋裡是都裝了些什麼?
發表人: popo60433    時間: 2017-4-5 03:37 PM

無損的音樂
發表人: owhohoh    時間: 2017-4-5 10:28 PM

現在開始陷入驗證碼地獄中,度娘又開始傲嬌了。

網頁登入沒差,我一直沒退出;只是要下載時,用官方程式都要玩

驗證流程一次,好險yahoo信箱不會漏接驗證碼。
發表人: Ailio    時間: 2017-4-6 11:32 AM


引用:
labman寫到:
這空間對愛情動作片有過濾機制 所以就更少用了
現在大多是找 MEGA 或是 GOOGLE 的載點
若分享者非只有分享在這空間上 這空間我盡量不用


Mega也有鎖2G挺麻煩的

如果小檔案 浮動IP換一下還好,如果單檔就2G以上就死了....
發表人: cys070    時間: 2017-4-6 11:25 PM

MEGA用那個MegaDownloader
就沒有限制


百度垃圾盤,依賴度不大,也不會用牠家的垃圾木馬軟體

因為一些做戲劇字幕組現在只放這空間,不然根本不會連過去
發表人: Ailio    時間: 2017-4-7 01:21 PM


引用:
cys070寫到:
MEGA用那個MegaDownloader
就沒有限制


百度垃圾盤,依賴度不大,也不會用牠家的垃圾木馬軟體

因為一些做戲劇字幕組現在只放這空間,不然根本不會連過去


我也是因為一些日劇才用度盤 Orz  時快時慢的真的不好用

還好日劇都不大 如果真的太慢 每天可以開一次的 "體驗VIP"大概就能下完 
發表人: popo60433    時間: 2017-4-7 02:11 PM


引用:
Ailio寫到:

引用:
cys070寫到:
MEGA用那個MegaDownloader
就沒有限制


百度垃圾盤,依賴度不大,也不會用牠家的垃圾木馬軟體

因為一些做戲劇字幕組現在只放這空間,不然根本不會連過去


我也是因為一些日劇才用度盤 Orz  時快時慢的真的不好用

還好日劇都不大 如果真的太慢 每天可以開一次的 "體驗VIP"大概就能下完 



可是體驗VIP把檔案抓完 時間過了就變成0K...
你會有這種情況嗎?
發表人: Ailio    時間: 2017-4-7 04:18 PM

不會耶 就降回來而已,再不然就是隔天再抓,不過目前遇到熱門的日劇大多速度都不差 300k~1M

冷門的就比較難說

之前有陣子真的就常常被鎖100k 以下
發表人: popo60433    時間: 2017-4-7 07:43 PM

還是我那時是剛改版的關係 ?
現在就沒這問題了
發表人: owhohoh    時間: 2017-4-29 04:56 PM




貼吧看到的,好險我檔案來源不只一個。
發表人: partisu    時間: 2017-4-30 10:57 AM

看檔案是否熱門的程度吧~
下載400K~10M不一定,可嘗試登陸代理伺服器,有機會高速下載,不過要試是看人品的~~~
發表人: popo60433    時間: 2017-5-9 04:34 PM

乾..舊版完全不能用了
強制要用新版的... 非新版一律不給登了

[popo60433 在  2017-5-9 05:16 PM 作了最後編輯]
發表人: f6796    時間: 2017-5-16 07:15 AM


引用:
Ralse寫到:
我現在是用baidu exporter把連結餵給aria2c下載,昨天測試還有400-500KB/s
這次更新希望不要死掉阿!

補上連結 BaiduExporter
https://github.com/acgotaku/BaiduExporter

ARIA2好用!
剛剛把youtube部份搞定,可以直接抓整個playlist,唯一問題就是要自己合併video與audio
Orz

[Ralse 在  2016-12-28 04:37 PM 作了最後編輯]


請問用ARIA2抓檔會斷斷續續的嗎?
我用的時候都會3~5秒全速
停1~2秒0KB
發表人: owhohoh    時間: 2017-5-18 07:36 PM

電腦君重生之後,重新安裝了百度網盤,結果登陸沒問題,但是下載速度為0,

不知道又是哪邊出問題。

目前用網頁下載還是可以的,不過會遇到檔名有亂碼的情形,還有有檔案大小限制。

================================================

目前排除防毒軟體的影響。

等過幾天再來試試吧。

[owhohoh 在  2017-5-19 07:49 AM 作了最後編輯]
發表人: owhohoh    時間: 2017-5-24 07:21 PM



CODE:
[Copy to clipboard]
應國家相關法律要求,自6月1日起使用訊息發布、即時通訊等互聯網服務需  進行身分信息驗證。為保障您對相關服務功能的正常使用,建議您盡快完成  手機號,感謝您的理解和支持。
現在都會出現以上的善心提醒,還沒綁定手機的帳號快去進行相關動作吧。

相關新聞:百度實名制6月1日上路 搜尋不受影響

========================================================

暫時先等等看,如果目前有用到的功能不能使用的話,再來進行帳號驗證。
發表人: topedia    時間: 2017-5-24 08:07 PM


引用:
owhohoh寫到:
電腦君重生之後,重新安裝了百度網盤,結果登陸沒問題,但是下載速度為0,

不知道又是哪邊出問題。

目前用網頁下載還是可以的,不過會遇到檔名有亂碼的情形,還有有檔案大小限制。

================================================

目前排除防毒軟體的影響。

等過幾天再來試試吧。

[owhohoh 在  2017-5-19 07:49 AM 作了最後編輯]

我也是,而且常出現下載本地文件失敗的狀況

查看看是不是防火牆把UDP給擋了。
百度雲管家用了很大的UDP傳輸,放鬆限制速度就會上來。

========================================================
百度實名認證的訊息我都沒有收到過,到底有沒有認證過不知道從哪看。

[topedia 在  2017-5-24 08:10 PM 作了最後編輯]
發表人: cys070    時間: 2017-5-24 10:06 PM

其實不需要裝那垃圾軟體.....
發表人: owhohoh    時間: 2017-5-24 11:33 PM


引用:
topedia寫到:

百度實名認證的訊息我都沒有收到過,到底有沒有認證過不知道從哪看。

在帳號名稱那裏有"帳號設置"的選項,點進去就可以知道有沒有綁定手機了。

我是今天要把檔案保存到網盤時才發現會跳出來訊息。

[owhohoh 在  2017-5-24 11:34 PM 作了最後編輯]
發表人: popo60433    時間: 2017-5-24 11:37 PM


引用:
cys070寫到:
其實不需要裝那垃圾軟體.....


大陸蠻多凱子買無損的音樂..

不抓白不抓
發表人: owhohoh    時間: 2017-5-25 12:00 PM

綁定手機流程:

1.進入百度首頁,在"會員名稱"點選"帳號設置"選項。

2.進入帳號設置頁面,有"绑定密保手機,帳號安全一步到位"選項,點擊"立即綁定"。

3.進入綁定手機頁面,先選擇"+886 中國台灣"選項,接著輸入手機號碼,

輸入手機號碼時請省略開頭的0,例如手機號碼為"0912121212",只需輸

入"912121212"即可。

4.輸完手機號碼之後,按下"發送驗證碼"選項,然後等待簡訊。

5.輸入驗證碼成功完成驗證程序就可以繼續馬照跑、舞照跳了。

以上。
發表人: 好下載    時間: 2017-5-25 03:01 PM


引用:



大陸蠻多凱子買無損的音樂..

不抓白不抓



請問大大是否有相關連結...
發表人: popo60433    時間: 2017-5-25 03:08 PM


引用:
好下載寫到:

引用:



大陸蠻多凱子買無損的音樂..

不抓白不抓



請問大大是否有相關連結...


天使動漫 不過需要虛擬幣買
算一算一張專輯3NTD而已...
有些幾乎算免費的 NYAA也會有些流放
發表人: owhohoh    時間: 2017-5-25 04:09 PM


引用:
popo60433寫到:
天使動漫 不過需要虛擬幣買
算一算一張專輯3NTD而已...
有些幾乎算免費的 NYAA也會有些流放

音樂也是可以團購滴。
發表人: owhohoh    時間: 2017-5-25 04:11 PM


引用:
topedia寫到:

我也是,而且常出現下載本地文件失敗的狀況

查看看是不是防火牆把UDP給擋了。
百度雲管家用了很大的UDP傳輸,放鬆限制速度就會上來。

現在用官方程式是時靈時不靈的,還是先搞定驗證先。

==============================================

剛剛去門市把2G備用門號(手機完全收不到訊號了)升級到4G(選了188方案,

優惠期過了月繳199(綁約2年半,沒有吃到飽)),貢獻了4張小朋友(智慧型手

機+1,繼續雙機俠模式);身上沒帶那麼多錢,明天再跑一趟把手續搞定

(感謝門市端午節沒休假),然後再來繼續我的綁定手機之路。

[owhohoh 在  2017-5-25 05:59 PM 作了最後編輯]
發表人: topedia    時間: 2017-5-25 08:09 PM

雖說6月底2G將停用,可是幾天前訊號就突然變得很差;
我用的是3G卡。
發表人: owhohoh    時間: 2017-6-9 04:42 PM

突然覺得度娘給調戲的程度(下載的速度)是按照檔案出現的時間來決定的,

愈舊的檔案給的下載速度愈少,愈新的檔案給的下載速度愈多。

所以說我上次發現下載為0是因為檔案太舊的關係了?!
發表人: topedia    時間: 2017-6-9 11:45 PM

我也覺得是這樣,冷門黨會比較慢。
速度主要應該來自P2P之前的傳輸。




歡迎光臨 TWed2k (http://twed2k.org/) Powered by Discuz! 4.1.0