diff --git a/.DS_Store b/.DS_Store index f7951c8..a871fd8 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..dc853da --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "venv1/bin/python3.7" +} \ No newline at end of file diff --git a/Pipfile b/Pipfile index cc180c1..ab68878 100644 --- a/Pipfile +++ b/Pipfile @@ -4,6 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +autopep8 = "*" [packages] requests = {extras = ["socks"],version = "*"} diff --git a/bingdwendwen.py b/bingdwendwen.py new file mode 100644 index 0000000..ff2a407 --- /dev/null +++ b/bingdwendwen.py @@ -0,0 +1,369 @@ +import turtle + +turtle.title('冰墩墩') + +turtle.speed(100) # 速度 + +# 左手 +turtle.penup() +turtle.goto(177, 112) +turtle.pencolor("lightgray") +turtle.pensize(3) +turtle.fillcolor("white") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(80) +turtle.circle(-45, 200) +turtle.circle(-300, 23) +turtle.end_fill() + +# 左手内 +turtle.penup() +turtle.goto(182, 95) +turtle.pencolor("black") +turtle.pensize(1) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.setheading(95) +turtle.pendown() +turtle.circle(-37, 160) +turtle.circle(-20, 50) +turtle.circle(-200, 30) +turtle.end_fill() +# 轮廓 +# 头顶 +turtle.penup() +turtle.goto(-73, 230) +turtle.pencolor("lightgray") +turtle.pensize(3) +turtle.fillcolor("white") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(20) +turtle.circle(-250, 35) +# 左耳 +turtle.setheading(50) +turtle.circle(-42, 180) +# 左侧 +turtle.setheading(-50) +turtle.circle(-190, 30) +turtle.circle(-320, 45) +# 左腿 +turtle.circle(120, 30) +turtle.circle(200, 12) +turtle.circle(-18, 85) +turtle.circle(-180, 23) +turtle.circle(-20, 110) +turtle.circle(15, 115) +turtle.circle(100, 12) +# 右腿 +turtle.circle(15, 120) +turtle.circle(-15, 110) +turtle.circle(-150, 30) +turtle.circle(-15, 70) +turtle.circle(-150, 10) +turtle.circle(200, 35) +turtle.circle(-150, 20) +# 右手 +turtle.setheading(-120) +turtle.circle(50, 30) +turtle.circle(-35, 200) +turtle.circle(-300, 23) +# 右侧 +turtle.setheading(86) +turtle.circle(-300, 26) +# 右耳 +turtle.setheading(122) +turtle.circle(-53, 160) +turtle.end_fill() + +# 右耳内 +turtle.penup() +turtle.goto(-130, 180) +turtle.pencolor("black") +turtle.pensize(1) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(120) +turtle.circle(-28, 160) +turtle.setheading(210) +turtle.circle(150, 20) +turtle.end_fill() + +# 左耳内 +turtle.penup() +turtle.goto(90, 230) +turtle.setheading(40) +turtle.begin_fill() +turtle.pendown() +turtle.circle(-30, 170) +turtle.setheading(125) +turtle.circle(150, 23) +turtle.end_fill() + +# 右手内 +turtle.penup() +turtle.goto(-180, -55) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.setheading(-120) +turtle.pendown() +turtle.circle(50, 30) +turtle.circle(-27, 200) +turtle.circle(-300, 20) +turtle.setheading(-90) +turtle.circle(300, 14) +turtle.end_fill() + +# 左腿内 +turtle.penup() +turtle.goto(108, -168) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(-115) +turtle.circle(110, 15) +turtle.circle(200, 10) +turtle.circle(-18, 80) +turtle.circle(-180, 13) +turtle.circle(-20, 90) +turtle.circle(15, 60) +turtle.setheading(42) +turtle.circle(-200, 29) +turtle.end_fill() +# 右腿内 +turtle.penup() +turtle.goto(-38, -210) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(-155) +turtle.circle(15, 100) +turtle.circle(-10, 110) +turtle.circle(-100, 30) +turtle.circle(-15, 65) +turtle.circle(-100, 10) +turtle.circle(200, 15) +turtle.setheading(-14) +turtle.circle(-200, 27) +turtle.end_fill() + +# 右眼 +# 眼圈 +turtle.penup() +turtle.goto(-64, 120) +turtle.begin_fill() +turtle.pendown() +turtle.setheading(40) +turtle.circle(-35, 152) +turtle.circle(-100, 50) +turtle.circle(-35, 130) +turtle.circle(-100, 50) +turtle.end_fill() +# 眼珠 +turtle.penup() +turtle.goto(-47, 55) +turtle.fillcolor("white") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(25, 360) +turtle.end_fill() +turtle.penup() +turtle.goto(-45, 62) +turtle.pencolor("darkslategray") +turtle.fillcolor("darkslategray") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(19, 360) +turtle.end_fill() +turtle.penup() +turtle.goto(-45, 68) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(10, 360) +turtle.end_fill() +turtle.penup() +turtle.goto(-47, 86) +turtle.pencolor("white") +turtle.fillcolor("white") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(5, 360) +turtle.end_fill() + +# 左眼 +# 眼圈 +turtle.penup() +turtle.goto(51, 82) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(120) +turtle.circle(-32, 152) +turtle.circle(-100, 55) +turtle.circle(-25, 120) +turtle.circle(-120, 45) +turtle.end_fill() +# 眼珠 +turtle.penup() +turtle.goto(79, 60) +turtle.fillcolor("white") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(24, 360) +turtle.end_fill() +turtle.penup() +turtle.goto(79, 64) +turtle.pencolor("darkslategray") +turtle.fillcolor("darkslategray") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(19, 360) +turtle.end_fill() +turtle.penup() +turtle.goto(79, 70) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(10, 360) +turtle.end_fill() +turtle.penup() +turtle.goto(79, 88) +turtle.pencolor("white") +turtle.fillcolor("white") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(0) +turtle.circle(5, 360) +turtle.end_fill() + +# 鼻子 +turtle.penup() +turtle.goto(37, 80) +turtle.fillcolor("black") +turtle.begin_fill() +turtle.pendown() +turtle.circle(-8, 130) +turtle.circle(-22, 100) +turtle.circle(-8, 130) +turtle.end_fill() + +# 嘴 +turtle.penup() +turtle.goto(-15, 48) +turtle.setheading(-36) +turtle.begin_fill() +turtle.pendown() +turtle.circle(60, 70) +turtle.setheading(-132) +turtle.circle(-45, 100) +turtle.end_fill() + +# 彩虹圈 +turtle.penup() +turtle.goto(-135, 120) +turtle.pensize(5) +turtle.pencolor("cyan") +turtle.pendown() +turtle.setheading(60) +turtle.circle(-165, 150) +turtle.circle(-130, 78) +turtle.circle(-250, 30) +turtle.circle(-138, 105) +turtle.penup() +turtle.goto(-131, 116) +turtle.pencolor("slateblue") +turtle.pendown() +turtle.setheading(60) +turtle.circle(-160, 144) +turtle.circle(-120, 78) +turtle.circle(-242, 30) +turtle.circle(-135, 105) +turtle.penup() +turtle.goto(-127, 112) +turtle.pencolor("orangered") +turtle.pendown() +turtle.setheading(60) +turtle.circle(-155, 136) +turtle.circle(-116, 86) +turtle.circle(-220, 30) +turtle.circle(-134, 103) +turtle.penup() +turtle.goto(-123, 108) +turtle.pencolor("gold") +turtle.pendown() +turtle.setheading(60) +turtle.circle(-150, 136) +turtle.circle(-104, 86) +turtle.circle(-220, 30) +turtle.circle(-126, 102) +turtle.penup() +turtle.goto(-120, 104) +turtle.pencolor("greenyellow") +turtle.pendown() +turtle.setheading(60) +turtle.circle(-145, 136) +turtle.circle(-90, 83) +turtle.circle(-220, 30) +turtle.circle(-120, 100) +turtle.penup() + +# 爱心 +turtle.penup() +turtle.goto(220, 115) +turtle.pencolor("brown") +turtle.pensize(1) +turtle.fillcolor("brown") +turtle.begin_fill() +turtle.pendown() +turtle.setheading(36) +turtle.circle(-8, 180) +turtle.circle(-60, 24) +turtle.setheading(110) +turtle.circle(-60, 24) +turtle.circle(-8, 180) +turtle.end_fill() + +# 五环 +turtle.penup() +turtle.goto(-5, -170) +turtle.pendown() +turtle.pencolor("blue") +turtle.circle(6) +turtle.penup() +turtle.goto(10, -170) +turtle.pendown() +turtle.pencolor("black") +turtle.circle(6) +turtle.penup() +turtle.goto(25, -170) +turtle.pendown() +turtle.pencolor("brown") +turtle.circle(6) +turtle.penup() +turtle.goto(2, -175) +turtle.pendown() +turtle.pencolor("lightgoldenrod") +turtle.circle(6) +turtle.penup() +turtle.goto(16, -175) +turtle.pendown() +turtle.pencolor("green") +turtle.circle(6) +turtle.penup() + +turtle.pencolor("black") +turtle.goto(-16, -160) +turtle.write("BEIJING 2022", font=('Arial', 10, 'bold italic')) +turtle.hideturtle() + +turtle.done() \ No newline at end of file diff --git a/chrome_dinosaur/__init__.py b/chrome_dinosaur/__init__.py new file mode 100644 index 0000000..becb115 --- /dev/null +++ b/chrome_dinosaur/__init__.py @@ -0,0 +1,31 @@ +import sys + +import pygame + +pygame.init() # 初始化pygame +size = width, height = 640, 480 # 设置窗口大小 +screen = pygame.display.set_mode(size) # 显示窗口 +color = (0, 0, 0) # 设置颜色 +screen.fill(color) +pygame.display.update() +ball = pygame.image.load('ball.png') # 加载图片 +ballrect = ball.get_rect() # 获取矩形区域 +clock = pygame.time.Clock() +print(ballrect) +speed = [5, 5] # 设置移动的X轴、Y轴 +while True: # 死循环确保窗口一直显示 + clock.tick(150) + for event in pygame.event.get(): # 遍历所有事件 + if event.type == pygame.QUIT: # 如果单击关闭窗口,则退出 + sys.exit() + ballrect = ballrect.move(speed) # 移动小球 + + if ballrect.left <= 0 or ballrect.right >= width: + speed[0] = -speed[0] + + if ballrect.top <= 0 or ballrect.bottom >= height: + speed[1] = -speed[1] + screen.blit(ball, ballrect) # 将图片画到窗口的什么位置上 + pygame.display.update() # 更新全部显示 + +pygame.quit() # 退出pygame diff --git a/chrome_dinosaur/ball.png b/chrome_dinosaur/ball.png new file mode 100644 index 0000000..bbc4a95 Binary files /dev/null and b/chrome_dinosaur/ball.png differ diff --git a/chrome_dinosaur/game.py b/chrome_dinosaur/game.py new file mode 100644 index 0000000..5f4a5e0 --- /dev/null +++ b/chrome_dinosaur/game.py @@ -0,0 +1,101 @@ +#!/usr/bin/env python +""" pg.examples.stars + We are all in the gutter, + but some of us are looking at the stars. + -- Oscar Wilde +A simple starfield example. Note you can move the 'center' of +the starfield by leftclicking in the window. This example show +the basics of creating a window, simple pixel plotting, and input +event management. +""" +import random +import math +import pygame as pg + +# constants +WINSIZE = [640, 480] +WINCENTER = [320, 240] +NUMSTARS = 150 + + +def init_star(): + "creates new star values" + dir = random.randrange(100000) + velmult = random.random() * 0.6 + 0.4 + vel = [math.sin(dir) * velmult, math.cos(dir) * velmult] + return vel, WINCENTER[:] + + +def initialize_stars(): + "creates a new starfield" + stars = [] + for x in range(NUMSTARS): + star = init_star() + vel, pos = star + steps = random.randint(0, WINCENTER[0]) + pos[0] = pos[0] + (vel[0] * steps) + pos[1] = pos[1] + (vel[1] * steps) + vel[0] = vel[0] * (steps * 0.09) + vel[1] = vel[1] * (steps * 0.09) + stars.append(star) + move_stars(stars) + return stars + + +def draw_stars(surface, stars, color): + "used to draw (and clear) the stars" + for vel, pos in stars: + pos = (int(pos[0]), int(pos[1])) + surface.set_at(pos, color) + + +def move_stars(stars): + "animate the star values" + for vel, pos in stars: + pos[0] = pos[0] + vel[0] + pos[1] = pos[1] + vel[1] + if not 0 <= pos[0] <= WINSIZE[0] or not 0 <= pos[1] <= WINSIZE[1]: + vel[:], pos[:] = init_star() + else: + vel[0] = vel[0] * 1.05 + vel[1] = vel[1] * 1.05 + + +def main(): + "This is the starfield code" + # create our starfield + random.seed() + stars = initialize_stars() + clock = pg.time.Clock() + # initialize and prepare screen + pg.init() + screen = pg.display.set_mode(WINSIZE) + pg.display.set_caption("pygame Stars Example") + white = 255, 240, 200 + black = 20, 20, 40 + screen.fill(black) + + # main game loop + done = 0 + while not done: + draw_stars(screen, stars, black) + move_stars(stars) + draw_stars(screen, stars, white) + pg.display.update() + for e in pg.event.get(): + if e.type == pg.QUIT or (e.type == pg.KEYUP and e.key == pg.K_ESCAPE): + done = 1 + break + elif e.type == pg.MOUSEBUTTONDOWN and e.button == 1: + WINCENTER[:] = list(e.pos) + clock.tick(500) + pg.quit() + + +# if python says run, then we should run +if __name__ == "__main__": + main() + + # I prefer the time of insects to the time of stars. + # + # -- Wisława Szymborska \ No newline at end of file diff --git a/chrome_dinosaur/images/Googlegame.png b/chrome_dinosaur/images/Googlegame.png new file mode 100644 index 0000000..6e7a6f0 Binary files /dev/null and b/chrome_dinosaur/images/Googlegame.png differ diff --git a/chrome_dinosaur/images/cloud1.png b/chrome_dinosaur/images/cloud1.png new file mode 100644 index 0000000..dd11f1f Binary files /dev/null and b/chrome_dinosaur/images/cloud1.png differ diff --git a/chrome_dinosaur/images/d1.png b/chrome_dinosaur/images/d1.png new file mode 100644 index 0000000..2cfa990 Binary files /dev/null and b/chrome_dinosaur/images/d1.png differ diff --git a/chrome_dinosaur/images/d2.png b/chrome_dinosaur/images/d2.png new file mode 100644 index 0000000..ab59748 Binary files /dev/null and b/chrome_dinosaur/images/d2.png differ diff --git a/chrome_dinosaur/images/d3.png b/chrome_dinosaur/images/d3.png new file mode 100644 index 0000000..243a266 Binary files /dev/null and b/chrome_dinosaur/images/d3.png differ diff --git a/chrome_dinosaur/images/d4.png b/chrome_dinosaur/images/d4.png new file mode 100644 index 0000000..be5445e Binary files /dev/null and b/chrome_dinosaur/images/d4.png differ diff --git a/chrome_dinosaur/images/gameover.png b/chrome_dinosaur/images/gameover.png new file mode 100644 index 0000000..7ed62c3 Binary files /dev/null and b/chrome_dinosaur/images/gameover.png differ diff --git a/chrome_dinosaur/images/ground1.png b/chrome_dinosaur/images/ground1.png new file mode 100644 index 0000000..85d85f8 Binary files /dev/null and b/chrome_dinosaur/images/ground1.png differ diff --git a/chrome_dinosaur/images/ground2.png b/chrome_dinosaur/images/ground2.png new file mode 100644 index 0000000..06542b0 Binary files /dev/null and b/chrome_dinosaur/images/ground2.png differ diff --git a/chrome_dinosaur/images/moon1.png b/chrome_dinosaur/images/moon1.png new file mode 100644 index 0000000..a9b4b2e Binary files /dev/null and b/chrome_dinosaur/images/moon1.png differ diff --git a/chrome_dinosaur/images/n1.png b/chrome_dinosaur/images/n1.png new file mode 100644 index 0000000..71b9d23 Binary files /dev/null and b/chrome_dinosaur/images/n1.png differ diff --git a/chrome_dinosaur/images/n2.png b/chrome_dinosaur/images/n2.png new file mode 100644 index 0000000..7db628e Binary files /dev/null and b/chrome_dinosaur/images/n2.png differ diff --git a/chrome_dinosaur/images/playagain.png b/chrome_dinosaur/images/playagain.png new file mode 100644 index 0000000..de73979 Binary files /dev/null and b/chrome_dinosaur/images/playagain.png differ diff --git a/chrome_dinosaur/images/sun.png b/chrome_dinosaur/images/sun.png new file mode 100644 index 0000000..ed295f0 Binary files /dev/null and b/chrome_dinosaur/images/sun.png differ diff --git a/chrome_dinosaur/images/tree1.png b/chrome_dinosaur/images/tree1.png new file mode 100644 index 0000000..830c3f8 Binary files /dev/null and b/chrome_dinosaur/images/tree1.png differ diff --git a/chrome_dinosaur/images/tree2.png b/chrome_dinosaur/images/tree2.png new file mode 100644 index 0000000..b4fcfaa Binary files /dev/null and b/chrome_dinosaur/images/tree2.png differ diff --git a/chrome_dinosaur/images/tree3.png b/chrome_dinosaur/images/tree3.png new file mode 100644 index 0000000..2c65a2c Binary files /dev/null and b/chrome_dinosaur/images/tree3.png differ diff --git a/chrome_dinosaur/images/tree4.png b/chrome_dinosaur/images/tree4.png new file mode 100644 index 0000000..e6ed224 Binary files /dev/null and b/chrome_dinosaur/images/tree4.png differ diff --git a/chrome_dinosaur/test_path.py b/chrome_dinosaur/test_path.py new file mode 100644 index 0000000..c9f70c2 --- /dev/null +++ b/chrome_dinosaur/test_path.py @@ -0,0 +1,68 @@ +import os.path + +import pygame as pg + + +def load_img(name): + try: + data_dir = os.path.join(os.path.dirname(__file__), "images") + fullname = os.path.join(data_dir, name) + image = pg.image.load(fullname) + except pg.error: + print("Cannot load image:", name) + exit() + image = image.convert() + return image, image.get_rect() + + +class Fist(pg.sprite.Sprite): + """ + + """ + + def __init__(self): + super(Fist, self).__init__() + self.image, self.rect = load_img("d1.png") + print(self.rect) + print(pg.display.get_surface().get_height()/2) + + +def main(): + pg.init() + screen = pg.display.set_mode([500, 120]) + pg.display.set_caption("hell oworld") + + background = pg.Surface(screen.get_size()) + background = background.convert() + background.fill((250, 250, 250)) + + if pg.font: + # 设置文本 + font = pg.font.Font(None, 30) + text = font.render("hello world", True, (0, 0, 0)) + background.blit(text, ((background.get_width() - text.get_width()) / 2, 0)) + + screen.blit(background, (0, 0)) + pg.display.flip() + + color = pg.time.Clock() + fist = Fist() + groups = pg.sprite.Group((fist,)) + + going = True + while going: + color.tick(60) + for event in pg.event.get(): + if event.type == pg.QUIT: + pg.quit() + exit() + pass + groups.update() + + screen.blit(background, (0, 0)) + groups.draw(screen) + pg.display.update() + + +if __name__ == '__main__': + main() diff --git a/chrome_dinosaur/v_0_01.py b/chrome_dinosaur/v_0_01.py new file mode 100644 index 0000000..84da9c2 --- /dev/null +++ b/chrome_dinosaur/v_0_01.py @@ -0,0 +1,37 @@ +import time + +import pygame +from pygame.rect import Rect +from pygame.time import Clock + +size = [500, 300] +pygame.init() +screen = pygame.display.set_mode(size) +color = (255, 255, 255) +screen.fill(color) +pygame.display.update() + +dino = pygame.image.load("images/d1.png") + +dino_rect = Rect(50, 100, 0, 0) + +pygame.display.update() +done = 0 +dino_rect = Rect(50, 100, 0, 0) + +clock = Clock() # 设置时钟 +while not done: + clock.tick(10) + for e in pygame.event.get(): + if e.type == pygame.QUIT: + done = 1 + break + if dino_rect.left >= size[0] - dino.get_width(): + print("撞墙了") + else: + dino_rect = dino_rect.move([10, 0]) # 每次往前移动10 + screen.fill(color) # 一定要重新填充背景色,否则移动时会留下上次的影子 + screen.blit(dino, dino_rect) + pygame.display.update() + +pygame.quit() diff --git a/csdn/__init__.py b/csdn/__init__.py new file mode 100644 index 0000000..8429f11 --- /dev/null +++ b/csdn/__init__.py @@ -0,0 +1,77 @@ +基本要求 + +1. 掌握 Python 语言的基本语法规则。 +2. 掌握不少于 2 个基本的 Python 标准库。 +3. 掌握不少于 2 个 Python 第三方库,掌握获取并安装第三方库的方法。 +4. 能够阅读和分析 Python 程序。 +5. 熟练使用 IDLE 开发环境,能够将脚本程序转变为可执行程序。 +6. 了解 Python 计算生态在以下方面(不限于)的主要第三方库名称:网络爬虫、数据分析、数 +据可视化、机器学习、Web 开发等。 + +考试内容 + +一、 Python 语言基本语法元素 +1. 程序的基本语法元素:程序的格式框架、缩进、注释、变量、命名、保留字、数据类型、赋值 +语句、引用。 +2. 基本输入输出函数:input()、evel()、print()。 +3. 源程序的书写风格。 +4. Python 语言的特点。 + +二、 基本数据类型 + +1. 数字类型:整数类型、浮点数类型和复数类型。 +2. 数字类型的运算:数值运算操作符、数值运算函数。 +3. 字符串类型及格式化:索引、切片、基本的 format()格式化方法。 +4. 字符串类型的操作:字符串操作符、处理函数和处理方法。 +5. 类型判断和类型间转换。 + +三、 程序的控制结构 + +1. 程序的三种控制结构。 +2. 程序的分支结构:单分支结构、二分支结构、多分支结构。 +3. 程序的循环结构:遍历循环、无限循环、break 和 continue 循环控制。 +4. 程序的异常处理:try-except。 + +四、 函数和代码复用 + +1. 函数的定义和使用。 +2. 函数的参数传递:可选参数传递、参数名称传递、函数的返回值。 +3. 变量的作用域:局部变量和全局变量。 + +五、 组合数据类型 + +1. 组合数据类型的基本概念。 +2. 列表类型:定义、索引、切片。 +3. 列表类型的操作:列表的操作函数、列表的操作方法。 +4. 字典类型:定义、索引。 +5. 字典类型的操作:字典的操作函数、字典的操作方法。 + +六、 文件和数据格式化 + +1. 文件的使用:文件打开、读写和关闭。 +2. 数据组织的维度:一维数据和二维数据。 +3. 一维数据的处理:表示、存储和处理。 +4. 二维数据的处理:表示、存储和处理。 +5. 采用 CSV 格式对一二维数据文件的读写。 + +七、 Python 计算生态 + +1. 标准库:turtle 库(必选)、random 库(必选) 、time 库(可选)。 +2. 基本的 Python 内置函数。 +3. 第三方库的获取和安装。 +3. 脚本程序转变为可执行程序的第三方库:pyinstaller 库(必选)。 +4. 第三方库:jieba 库(必选)、wordcloud 库(可选)。 +5. 更广泛的 Python 计算生态,只要求了解第三方库的名称,不限于以下领域:网络爬虫、数 +据分析、文本处理、数据可视化、用户图形界面、机器学习、Web 开发、游戏开发等。 + +考试方式 + +上机考试,考试时长 120 分钟,满分 100 分。 +1. 题型及分值 +单项选择题 40 分(含公共基础知识部分 10 分)。 +操作题 60 分(包括基本编程题和综合编程题)。 +2. 考试环境 +windows7 操作系统,建议 Python 3.4.2 至 Python 3.5.3 版本,IDLE 开发环境。 + + +https://blog.csdn.net/u014044812/article/details/88642003 \ No newline at end of file diff --git a/douyin.py b/douyin.py index f16ea47..81603e7 100644 --- a/douyin.py +++ b/douyin.py @@ -9,7 +9,7 @@ 作者:刘志军 公众号:Python之禅 -任何问题可以加我微信:go2071 进行交流,备注“github” +任何问题可以加我微信:lzjun567 进行交流,备注“github” """ diff --git a/excel_merge/excel_merge.py b/excel_merge/excel_merge.py new file mode 100644 index 0000000..46fc8bf --- /dev/null +++ b/excel_merge/excel_merge.py @@ -0,0 +1,35 @@ +""" + +注意: + +1. 第一次运行时需要安装了python环境 +2. 第一次运行时需要安装 pandas 包, 命令是: pip install pandas +3. 将要待合并的excel文件(如果是压缩包请先解压)放在和本脚本同级目录下的data文件夹中(没有data文件夹就创建个新的) +4. 打开cmd命令行,切换到本脚本所在目录,开始执行 python excel_merge.py +5. 观察输出的提示内容, 等待合并结果 + +""" + + +import os + + +import datetime +import pandas as pd + +cwd = os.path.abspath('data') +files = os.listdir(cwd) + +print("一共有" + str(len(files)) + "个文件待合并") +df = pd.DataFrame() +print("开始合并。。。。。") +for file in files: + if file.endswith('.xlsx'): + df = df.append(pd.read_excel("data/" + file), ignore_index=True) +df.head() + +now = datetime.datetime.now().strftime("%Y%m%d%H%M%S") +new_name = f"合并文件_{now}.xlsx" + +df.to_excel(new_name) +print(f"合并完成,生成文件:{new_name}") diff --git a/gzh/__init__.py b/gzh/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/gzh/users.py b/gzh/users.py new file mode 100644 index 0000000..8d8c469 --- /dev/null +++ b/gzh/users.py @@ -0,0 +1,99 @@ +""" +导出公众号用户 +""" +import csv +import pprint + +import requests + +field_order = ["用户", "关注时间", "头像", ] + +csv.register_dialect('myDialect', + quoting=csv.QUOTE_ALL, + skipinitialspace=True) + +url = "https://mp.weixin.qq.com/cgi-bin/user_tag" + +params = { + "action": "get_user_list", + "groupid": -2, + "begin_openid": "", + "begin_create_time": 1633689214, + "limit": 20, + "offset": 0, + "backfoward": 1, + "token": 1830971770, + "lang": "zh_CN", + "f": "json", + "ajax": 1, + "random": 0.29653470243423685, +} + +headers = { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", + "HOST": "mp.weixin.qq.com", + "Cookie": "appmsglist_action_2393828411=card; appmsglist_action_2393291452=card; appmsglist_action_2397322000=card; pgv_pvid=5422600736; RK=FAIdRbY8Hq; ptcz=f284ef07e30510ca4de096c3a2c609c24239ce649730ff32922337bcbc96c62c; tvfe_boss_uuid=eda94597299f6f90; o_cookie=253421576; pac_uid=1_253421576; _ga=GA1.2.11487159.1587366826; iip=0; pt_sms_phone=158******20; wxuin=03951858983307; openid2ticket_o8uaO6kKiXBtnsUlETb2A4RtJpp4=; UM_distinctid=17944bc50b4c-0cf5c1c972f9ea-3f356b-1fa400-17944bc50b52c2; eas_sid=W1B6e2c1P3o2s825h7L449n642; mm_lang=zh_CN; CNZZDATA1272960370=1269357260-1592369408-https%253A%252F%252Fmp.weixin.qq.com%252F%7C1624334587; CNZZDATA1272425418=1699923129-1592372262-https%253A%252F%252Fmp.weixin.qq.com%252F%7C1624333219; ua_id=8vO2bkcLMNeldl9JAAAAAARMJnerzvqXqrhZO5-2ZL4=; _tc_unionid=28741bd1-95d8-4004-b608-c93597a49688; ptui_loginuin=3152728896; rewardsn=; wxtokenkey=777; wyctoken=1047229450; cert=r_gnLEwDCmRmSctNwSzh7aFRv5ljtc8i; noticeLoginFlag=1; openid2ticket_om422jrdTnEAB1r7-zXTmKubGER0=qqaTXD9mZypTBOgsxUAKpwokMgP0bslDrUl51B0AtzU=; pgv_info=ssid=s3224305654; __root_domain_v=.weixin.qq.com; _qddaz=QD.685431855347487; qm_authimgs_id=1; qm_verifyimagesession=h01288f28f42f57f799b739f029a1fd6dd00411cc253d46ef3c49e95a203eb481fa1872a9d7cd2d9ac8; uin=o3152728896; skey=@qa7daF93n; verifysession=h0198482c9a961b40d48d9be0c086737b622244718f7f0b716609bf466f2589f1d5e39e3e720cccc715; openid2ticket_oPGiXjhP6KzS5g8fMV3OHuuZkwmg=G+j8HQkDFdF5q0VfaEJrQ9g2Fw5KhQ4O/4IQ2BIqBa0=; remember_acct=253421576%40qq.com; openid2ticket_ow-uujmHSiUtZWYpm7jDnwkAnt44=CTJSCoZR2Y7HbBnUXOhcSyKCah+fm/M44cd93sTGaEc=; _qpsvr_localtk=1633743705330; uuid=42c3b6618c2e2428b33c9d77957f072b; rand_info=CAESIB3yvUn/wRelwvbLVgFflUsR7vvGg5J5npDY/aewR4nE; slave_bizuin=3579961954; data_bizuin=3579961954; bizuin=3579961954; data_ticket=o4ZvZYyx/3A+0PYP8WZ9QcNHQaiFooXo+IELaIF/86dMx3jouQzyLaiLss/DYfGb; slave_sid=dlJmODk5cGdEaUNycVFDZnlyZU9QZ0ZNazZTdmNWZjQwOGN3QVVTME93VU9fMEVMS1JZUk93ZF94S25Ga1NfX3JRcEJQRml3a2p3RzJRTkZkZEpGWDVSd0tmUUE2UkJQeWlHTHZoWjg1ZEkwWVZhbEhQREFDb3ptMUVKWUI3Z3paQUtjaE03OURBa09nSUsz; slave_user=gh_a0467681d76f; xid=297e610c2b2fa8697d48ecd9e05ce948" +} + +cookie = { + "verifysession": "", + "data_ticket": "o4ZvZYyx/3A+0PYP8WZ9QcNHQaiFooXo+IELaIF/86dMx3jouQzyLaiLss/DYfGb", + "openid2ticket_oPGiXjhP6KzS5g8fMV3OHuuZkwmg": "" +} + + +def execute(begin_openid, begin_create_time): + params = { + "action": "get_user_list", + "groupid": -2, + "begin_openid": begin_openid, + "begin_create_time": begin_create_time, + "limit": 20, + "offset": 0, + "backfoward": 1, + "token": 95651471, + "lang": "zh_CN", + "f": "json", + "ajax": 1, + "random": 0.6784559357687705, + } + + headers = { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", + "HOST": "mp.weixin.qq.com", + "Cookie": "appmsglist_action_2393828411=card; appmsglist_action_2397322000=card; appmsglist_action_2393291452=card; noticeLoginFlag=1; remember_acct=lzjun567%40gmail.com; pgv_pvid=5422600736; RK=FAIdRbY8Hq; ptcz=f284ef07e30510ca4de096c3a2c609c24239ce649730ff32922337bcbc96c62c; tvfe_boss_uuid=eda94597299f6f90; o_cookie=253421576; pac_uid=1_253421576; _ga=GA1.2.11487159.1587366826; iip=0; pt_sms_phone=158******20; wxuin=03951858983307; openid2ticket_o8uaO6kKiXBtnsUlETb2A4RtJpp4=; UM_distinctid=17944bc50b4c-0cf5c1c972f9ea-3f356b-1fa400-17944bc50b52c2; eas_sid=W1B6e2c1P3o2s825h7L449n642; mm_lang=zh_CN; CNZZDATA1272960370=1269357260-1592369408-https%253A%252F%252Fmp.weixin.qq.com%252F%7C1624334587; CNZZDATA1272425418=1699923129-1592372262-https%253A%252F%252Fmp.weixin.qq.com%252F%7C1624333219; ua_id=8vO2bkcLMNeldl9JAAAAAARMJnerzvqXqrhZO5-2ZL4=; _tc_unionid=28741bd1-95d8-4004-b608-c93597a49688; noticeLoginFlag=1; __root_domain_v=.weixin.qq.com; _qddaz=QD.685431855347487; ptui_loginuin=253421576; openid2ticket_om422jrdTnEAB1r7-zXTmKubGER0=2IFQ/MFb3NNLzCUhgt0XKtzFcJJn6Qcf2SxemWCxzQo=; rewardsn=; wxtokenkey=777; cert=flxHAVShHHKtsHaGR2XZN3VDKjjekUsh; remember_acct=253421576%40qq.com; openid2ticket_ow-uujmHSiUtZWYpm7jDnwkAnt44=/KeBMKI0fyiYdbdwzphNtjjfOxVPcdGjKN+jBKfBCtg=; openid2ticket_oPGiXjhP6KzS5g8fMV3OHuuZkwmg=8gHgxo/ylpS6dCkv7OOeAmDGnZrSMHxE1PLqHS51CEg=; uuid=996152af21663eeaf1716f6d056cd573; rand_info=CAESINIiq2GeUQvsMzW7aoZgT4PyCe/bXGkX6ICCnqvhR4sn; slave_bizuin=3579961954; data_bizuin=3579961954; bizuin=3579961954; data_ticket=SDKlNn7nRnZ6d5Zz9ug6EhgEBY7rYZg6ydm5KdrncdR9rMuP1YmWzwyXqEKW/1J9; slave_sid=VUxRbjBMVWhRTlVUeVh4Z2JHVXM2TDR1RlVmR01kQkZjcVJzUVY3YWRGYTFhYzdaclNyMFBlTURVcFVrTHF1SHRXazZtQmFfVldRek1JTU9sS01HbEZYNUY4enZhVnNqVFBKUlF4TEZnQUJlbm5LdERKOFlPZEozWWFUelg2UzU4MEdHTEtrRHZ6MTVHaGsx; slave_user=gh_a0467681d76f; xid=d6cbe1d708f0d720a5cae0ff84b94e68" + } + res = requests.get(url, params=params, headers=headers) + pprint.pprint(res.json()) + return res.json().get("user_list").get("user_info_list") + + +with open( + "公众号关注用户表10_28.csv", + 'w', + encoding="utf8", + newline="") as csvfile: + writer = csv.DictWriter(csvfile, field_order, dialect='myDialect') + writer.writeheader() + + # 第二页的起始ID + begin_openid = "oYuJh1WSIFbLZBFCQO6Jz5Bimbxo" + begin_create_time = 1635423536 + + data = execute(begin_openid, begin_create_time) + while data: + import time + + time.sleep(1) + for item in data: + begin_create_time = user_create_time = item.get("user_create_time") + begin_openid = item.get("user_openid") + import datetime + + time = datetime.datetime.fromtimestamp(user_create_time).strftime("'%Y-%m-%d %H:%M:%S'") + writer.writerow(dict(zip(field_order, + [item.get("user_name").replace("\t", "").replace(",", ""), + time, + item.get("user_head_img")]))) + + data = execute(begin_openid, begin_create_time) diff --git a/haodf/20211115164636.xlsx b/haodf/20211115164636.xlsx new file mode 100644 index 0000000..ae98874 Binary files /dev/null and b/haodf/20211115164636.xlsx differ diff --git a/haodf/20211115164930.xlsx b/haodf/20211115164930.xlsx new file mode 100644 index 0000000..3f0a7dc Binary files /dev/null and b/haodf/20211115164930.xlsx differ diff --git a/haodf/20211115165307.xlsx b/haodf/20211115165307.xlsx new file mode 100644 index 0000000..f109025 Binary files /dev/null and b/haodf/20211115165307.xlsx differ diff --git a/haodf/__init__.py b/haodf/__init__.py new file mode 100644 index 0000000..bca5cfc --- /dev/null +++ b/haodf/__init__.py @@ -0,0 +1,107 @@ +import datetime +import logging +import os +import time +from logging.handlers import TimedRotatingFileHandler + +import xlsxwriter +from selenium import webdriver + +basedir = os.path.abspath(os.path.dirname(__file__)) +logger = logging.getLogger(__file__) +logger.setLevel(logging.INFO) +# formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s') +file_handler = TimedRotatingFileHandler(os.path.join(basedir, 'crawler.log'), when="D", interval=1, + backupCount=10, encoding='utf-8') +# file_handler.setFormatter(formatter) +file_handler.setLevel(logging.INFO) +logger.addHandler(file_handler) + +console = logging.StreamHandler() +console.setLevel(logging.DEBUG) +logger.addHandler(console) + +chrome_opt = webdriver.ChromeOptions() +# prefs = {"profile.managed_default_content_settings.images": 2} +# chrome_opt.add_experimental_option("prefs", prefs) + + +if os.name == 'posix': + driver = webdriver.Chrome(executable_path="/Users/wuchangfang/Downloads/chromedriver", + options=chrome_opt) +else: + driver = webdriver.Chrome(executable_path="C:/ProgramData/chromedriver_win32/chromedriver.exe", + ) + +driver.set_window_position(-10, 0) + +file_name = f'{datetime.datetime.now().strftime("%Y%m%d%H%M%S")}.xlsx' +workbook = xlsxwriter.Workbook(file_name) +worksheet = workbook.add_worksheet("数据") +bold = workbook.add_format({'bold': True}) +worksheet.write('A1', '名字', bold) +worksheet.write('B1', '职称', bold) +worksheet.write('C1', '医院', bold) +worksheet.write('D1', '科室', bold) +worksheet.write('E1', '擅长', bold) +worksheet.write("F1", "疗效", bold) +worksheet.write('G1', '态度', bold) +row = 1 + + +def login(): + row = 1 + for i in range(1, 201): + url = f"https://www.haodf.com/doctor/list-all-xinlizixunke.html?p={i}" + driver.get(url) + time.sleep(1) + # 找到 医生列表的ul + # driver.find_element_by_xpath("/html/body/div[3]/div/div[1]/div[2]/ul") + elements = driver.find_elements_by_class_name("js-fam-doc-li") + for element in elements: + name = element.find_element_by_class_name("doc-name").text + print(name) + zhicheng = element.find_element_by_class_name("ml15").text + print(zhicheng) + hospital = element.find_element_by_class_name("mt5").text + department = element.find_element_by_class_name("mt5").find_element_by_class_name("ml5").text + print(department) + hospital = hospital.replace(department, "") + print(hospital) + good_at = element.find_element_by_class_name("doc-speciaty").text.replace("擅长: ", "") + print(good_at) + + taidu = element.find_element_by_class_name("taidu").text.replace("态度:\n", "") + print(taidu) + liaoxiao = element.find_element_by_class_name("liaoxiao").text.replace("疗效:\n", "") + print(liaoxiao) + worksheet.write(row, 0, name) + worksheet.write(row, 1, zhicheng) + worksheet.write(row, 2, hospital) + worksheet.write(row, 3, department) + worksheet.write(row, 4, good_at) + worksheet.write(row, 5, liaoxiao) + worksheet.write(row, 6, taidu) + row += 1 + + # driver.find_element_by_xpath("/html/body/div[2]/div/div[1]/div[1]/div[2]").click() + # + # driver.find_element_by_id("account_input").send_keys("nr_9l85370p7") + # driver.find_element_by_id("password_input").send_keys("854976") + # time.sleep(1) + # driver.find_element_by_xpath('//*[@id="pwd_confirm"]').click() + # driver.find_element_by_xpath('//*[@id="zhou-bang"]').click() + import random + time.sleep(random.choice(range(1, 10))) + workbook.close() + + +if __name__ == '__main__': + try: + login() + # update_username_by_nickname("vttalk") + driver.close() + except Exception as e: + import traceback + + traceback.print_exc() diff --git a/heart2/.DS_Store b/heart2/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/heart2/.DS_Store differ diff --git a/heart2/heart.png b/heart2/heart.png new file mode 100644 index 0000000..a3a5c69 Binary files /dev/null and b/heart2/heart.png differ diff --git a/heart2/heart2.jpg b/heart2/heart2.jpg new file mode 100644 index 0000000..0ee2bd8 Binary files /dev/null and b/heart2/heart2.jpg differ diff --git a/heart2/logo.jpg b/heart2/logo.jpg new file mode 100644 index 0000000..6719413 Binary files /dev/null and b/heart2/logo.jpg differ diff --git a/heart2/love.png b/heart2/love.png new file mode 100644 index 0000000..7ab3f9d Binary files /dev/null and b/heart2/love.png differ diff --git a/mp4_to_gif/demo.mp4 b/mp4_to_gif/demo.mp4 new file mode 100644 index 0000000..49c7476 Binary files /dev/null and b/mp4_to_gif/demo.mp4 differ diff --git a/mp4_to_gif/mp4_to_gif.py b/mp4_to_gif/mp4_to_gif.py new file mode 100644 index 0000000..463314a --- /dev/null +++ b/mp4_to_gif/mp4_to_gif.py @@ -0,0 +1,49 @@ +import glob +from moviepy.editor import * +import cv2 +from PIL import Image + + +def convert_mp4_to_jpgs(input_file): + # 先将mp4文件的所有帧读取出保存为图片 + video_capture = cv2.VideoCapture(input_file) + still_reading, image = video_capture.read() + frame_count = 0 + while still_reading: + cv2.imwrite(f"output/frame_{frame_count:03d}.jpg", image) + # read next image + still_reading, image = video_capture.read() + frame_count += 1 + + +def convert_images_to_gif(output_file): + # 读取目录下图片,用Pillow模块的Image和所有图片合并 + # 成一张gif + images = glob.glob(f"output/*.jpg") + images.sort() + frames = [Image.open(image) for image in images] + frame_one = frames[0] + frame_one.save(output_file, format="GIF", append_images=[f for i, f in enumerate(frames[1:]) if i % 2 == 0], + save_all=True, duration=40, loop=0) + + +def convert_mp4_to_gif(input_file, output_file): + convert_mp4_to_jpgs(input_file) + convert_images_to_gif(output_file) + + +def mp4_to_gif2(): + + clip = VideoFileClip("demo.mp4") + clip.write_gif("output2.gif") + + +if __name__ == "__main__": + mp4_to_gif2() + # convert_mp4_to_gif("demo.mp4", "output2.gif") + + +def convert_gif_to_mp4(): + import moviepy.editor as mp + clip = mp.VideoFileClip("demo.gif") + clip.write_videofile("output.mp4") diff --git a/mp4_to_gif/output.gif b/mp4_to_gif/output.gif new file mode 100644 index 0000000..5470392 Binary files /dev/null and b/mp4_to_gif/output.gif differ diff --git a/mp4_to_gif/output/frame_000.jpg b/mp4_to_gif/output/frame_000.jpg new file mode 100644 index 0000000..feb9b8e Binary files /dev/null and b/mp4_to_gif/output/frame_000.jpg differ diff --git a/mp4_to_gif/output/frame_001.jpg b/mp4_to_gif/output/frame_001.jpg new file mode 100644 index 0000000..f2840a4 Binary files /dev/null and b/mp4_to_gif/output/frame_001.jpg differ diff --git a/mp4_to_gif/output/frame_002.jpg b/mp4_to_gif/output/frame_002.jpg new file mode 100644 index 0000000..4f5a29b Binary files /dev/null and b/mp4_to_gif/output/frame_002.jpg differ diff --git a/mp4_to_gif/output/frame_003.jpg b/mp4_to_gif/output/frame_003.jpg new file mode 100644 index 0000000..fd9ff31 Binary files /dev/null and b/mp4_to_gif/output/frame_003.jpg differ diff --git a/mp4_to_gif/output/frame_004.jpg b/mp4_to_gif/output/frame_004.jpg new file mode 100644 index 0000000..1141d73 Binary files /dev/null and b/mp4_to_gif/output/frame_004.jpg differ diff --git a/mp4_to_gif/output/frame_005.jpg b/mp4_to_gif/output/frame_005.jpg new file mode 100644 index 0000000..fc0c09e Binary files /dev/null and b/mp4_to_gif/output/frame_005.jpg differ diff --git a/mp4_to_gif/output/frame_006.jpg b/mp4_to_gif/output/frame_006.jpg new file mode 100644 index 0000000..0a48f68 Binary files /dev/null and b/mp4_to_gif/output/frame_006.jpg differ diff --git a/mp4_to_gif/output/frame_007.jpg b/mp4_to_gif/output/frame_007.jpg new file mode 100644 index 0000000..9837621 Binary files /dev/null and b/mp4_to_gif/output/frame_007.jpg differ diff --git a/mp4_to_gif/output/frame_008.jpg b/mp4_to_gif/output/frame_008.jpg new file mode 100644 index 0000000..bd7f870 Binary files /dev/null and b/mp4_to_gif/output/frame_008.jpg differ diff --git a/mp4_to_gif/output/frame_009.jpg b/mp4_to_gif/output/frame_009.jpg new file mode 100644 index 0000000..87f5912 Binary files /dev/null and b/mp4_to_gif/output/frame_009.jpg differ diff --git a/mp4_to_gif/output/frame_010.jpg b/mp4_to_gif/output/frame_010.jpg new file mode 100644 index 0000000..fe74293 Binary files /dev/null and b/mp4_to_gif/output/frame_010.jpg differ diff --git a/mp4_to_gif/output/frame_011.jpg b/mp4_to_gif/output/frame_011.jpg new file mode 100644 index 0000000..fb1fcbf Binary files /dev/null and b/mp4_to_gif/output/frame_011.jpg differ diff --git a/mp4_to_gif/output/frame_012.jpg b/mp4_to_gif/output/frame_012.jpg new file mode 100644 index 0000000..842323d Binary files /dev/null and b/mp4_to_gif/output/frame_012.jpg differ diff --git a/mp4_to_gif/output/frame_013.jpg b/mp4_to_gif/output/frame_013.jpg new file mode 100644 index 0000000..b9084ce Binary files /dev/null and b/mp4_to_gif/output/frame_013.jpg differ diff --git a/mp4_to_gif/output/frame_014.jpg b/mp4_to_gif/output/frame_014.jpg new file mode 100644 index 0000000..855e42a Binary files /dev/null and b/mp4_to_gif/output/frame_014.jpg differ diff --git a/mp4_to_gif/output/frame_015.jpg b/mp4_to_gif/output/frame_015.jpg new file mode 100644 index 0000000..d0f01ea Binary files /dev/null and b/mp4_to_gif/output/frame_015.jpg differ diff --git a/mp4_to_gif/output/frame_016.jpg b/mp4_to_gif/output/frame_016.jpg new file mode 100644 index 0000000..e4b9024 Binary files /dev/null and b/mp4_to_gif/output/frame_016.jpg differ diff --git a/mp4_to_gif/output/frame_017.jpg b/mp4_to_gif/output/frame_017.jpg new file mode 100644 index 0000000..a4afa3e Binary files /dev/null and b/mp4_to_gif/output/frame_017.jpg differ diff --git a/mp4_to_gif/output/frame_018.jpg b/mp4_to_gif/output/frame_018.jpg new file mode 100644 index 0000000..f84af43 Binary files /dev/null and b/mp4_to_gif/output/frame_018.jpg differ diff --git a/mp4_to_gif/output/frame_019.jpg b/mp4_to_gif/output/frame_019.jpg new file mode 100644 index 0000000..2601a3a Binary files /dev/null and b/mp4_to_gif/output/frame_019.jpg differ diff --git a/mp4_to_gif/output/frame_020.jpg b/mp4_to_gif/output/frame_020.jpg new file mode 100644 index 0000000..19f12ef Binary files /dev/null and b/mp4_to_gif/output/frame_020.jpg differ diff --git a/mp4_to_gif/output/frame_021.jpg b/mp4_to_gif/output/frame_021.jpg new file mode 100644 index 0000000..73f0a9e Binary files /dev/null and b/mp4_to_gif/output/frame_021.jpg differ diff --git a/mp4_to_gif/output/frame_022.jpg b/mp4_to_gif/output/frame_022.jpg new file mode 100644 index 0000000..764f9c6 Binary files /dev/null and b/mp4_to_gif/output/frame_022.jpg differ diff --git a/mp4_to_gif/output/frame_023.jpg b/mp4_to_gif/output/frame_023.jpg new file mode 100644 index 0000000..e82bc8e Binary files /dev/null and b/mp4_to_gif/output/frame_023.jpg differ diff --git a/mp4_to_gif/output/frame_024.jpg b/mp4_to_gif/output/frame_024.jpg new file mode 100644 index 0000000..a636a2b Binary files /dev/null and b/mp4_to_gif/output/frame_024.jpg differ diff --git a/mp4_to_gif/output/frame_025.jpg b/mp4_to_gif/output/frame_025.jpg new file mode 100644 index 0000000..66e36eb Binary files /dev/null and b/mp4_to_gif/output/frame_025.jpg differ diff --git a/mp4_to_gif/output/frame_026.jpg b/mp4_to_gif/output/frame_026.jpg new file mode 100644 index 0000000..bb26260 Binary files /dev/null and b/mp4_to_gif/output/frame_026.jpg differ diff --git a/mp4_to_gif/output/frame_027.jpg b/mp4_to_gif/output/frame_027.jpg new file mode 100644 index 0000000..bede1c9 Binary files /dev/null and b/mp4_to_gif/output/frame_027.jpg differ diff --git a/mp4_to_gif/output/frame_028.jpg b/mp4_to_gif/output/frame_028.jpg new file mode 100644 index 0000000..8df4c29 Binary files /dev/null and b/mp4_to_gif/output/frame_028.jpg differ diff --git a/mp4_to_gif/output/frame_029.jpg b/mp4_to_gif/output/frame_029.jpg new file mode 100644 index 0000000..3d7cea1 Binary files /dev/null and b/mp4_to_gif/output/frame_029.jpg differ diff --git a/mp4_to_gif/output/frame_030.jpg b/mp4_to_gif/output/frame_030.jpg new file mode 100644 index 0000000..821a2c3 Binary files /dev/null and b/mp4_to_gif/output/frame_030.jpg differ diff --git a/mp4_to_gif/output/frame_031.jpg b/mp4_to_gif/output/frame_031.jpg new file mode 100644 index 0000000..ad924a9 Binary files /dev/null and b/mp4_to_gif/output/frame_031.jpg differ diff --git a/mp4_to_gif/output/frame_032.jpg b/mp4_to_gif/output/frame_032.jpg new file mode 100644 index 0000000..25c5582 Binary files /dev/null and b/mp4_to_gif/output/frame_032.jpg differ diff --git a/mp4_to_gif/output/frame_033.jpg b/mp4_to_gif/output/frame_033.jpg new file mode 100644 index 0000000..f507679 Binary files /dev/null and b/mp4_to_gif/output/frame_033.jpg differ diff --git a/mp4_to_gif/output/frame_034.jpg b/mp4_to_gif/output/frame_034.jpg new file mode 100644 index 0000000..2eeb50f Binary files /dev/null and b/mp4_to_gif/output/frame_034.jpg differ diff --git a/mp4_to_gif/output/frame_035.jpg b/mp4_to_gif/output/frame_035.jpg new file mode 100644 index 0000000..d65f1d2 Binary files /dev/null and b/mp4_to_gif/output/frame_035.jpg differ diff --git a/mp4_to_gif/output/frame_036.jpg b/mp4_to_gif/output/frame_036.jpg new file mode 100644 index 0000000..2ad2557 Binary files /dev/null and b/mp4_to_gif/output/frame_036.jpg differ diff --git a/mp4_to_gif/output/frame_037.jpg b/mp4_to_gif/output/frame_037.jpg new file mode 100644 index 0000000..c32cbc9 Binary files /dev/null and b/mp4_to_gif/output/frame_037.jpg differ diff --git a/mp4_to_gif/output/frame_038.jpg b/mp4_to_gif/output/frame_038.jpg new file mode 100644 index 0000000..e36ad72 Binary files /dev/null and b/mp4_to_gif/output/frame_038.jpg differ diff --git a/mp4_to_gif/output/frame_039.jpg b/mp4_to_gif/output/frame_039.jpg new file mode 100644 index 0000000..34a157c Binary files /dev/null and b/mp4_to_gif/output/frame_039.jpg differ diff --git a/mp4_to_gif/output/frame_040.jpg b/mp4_to_gif/output/frame_040.jpg new file mode 100644 index 0000000..304632c Binary files /dev/null and b/mp4_to_gif/output/frame_040.jpg differ diff --git a/mp4_to_gif/output/frame_041.jpg b/mp4_to_gif/output/frame_041.jpg new file mode 100644 index 0000000..f7c1611 Binary files /dev/null and b/mp4_to_gif/output/frame_041.jpg differ diff --git a/mp4_to_gif/output/frame_042.jpg b/mp4_to_gif/output/frame_042.jpg new file mode 100644 index 0000000..179ea23 Binary files /dev/null and b/mp4_to_gif/output/frame_042.jpg differ diff --git a/mp4_to_gif/output/frame_043.jpg b/mp4_to_gif/output/frame_043.jpg new file mode 100644 index 0000000..1a09a73 Binary files /dev/null and b/mp4_to_gif/output/frame_043.jpg differ diff --git a/mp4_to_gif/output/frame_044.jpg b/mp4_to_gif/output/frame_044.jpg new file mode 100644 index 0000000..d85a3a3 Binary files /dev/null and b/mp4_to_gif/output/frame_044.jpg differ diff --git a/mp4_to_gif/output/frame_045.jpg b/mp4_to_gif/output/frame_045.jpg new file mode 100644 index 0000000..6e5953c Binary files /dev/null and b/mp4_to_gif/output/frame_045.jpg differ diff --git a/mp4_to_gif/output/frame_046.jpg b/mp4_to_gif/output/frame_046.jpg new file mode 100644 index 0000000..10c7bfb Binary files /dev/null and b/mp4_to_gif/output/frame_046.jpg differ diff --git a/mp4_to_gif/output/frame_047.jpg b/mp4_to_gif/output/frame_047.jpg new file mode 100644 index 0000000..5f185c8 Binary files /dev/null and b/mp4_to_gif/output/frame_047.jpg differ diff --git a/mp4_to_gif/output/frame_048.jpg b/mp4_to_gif/output/frame_048.jpg new file mode 100644 index 0000000..ad6473d Binary files /dev/null and b/mp4_to_gif/output/frame_048.jpg differ diff --git a/mp4_to_gif/output/frame_049.jpg b/mp4_to_gif/output/frame_049.jpg new file mode 100644 index 0000000..a4a2322 Binary files /dev/null and b/mp4_to_gif/output/frame_049.jpg differ diff --git a/mp4_to_gif/output/frame_050.jpg b/mp4_to_gif/output/frame_050.jpg new file mode 100644 index 0000000..1e5f9c6 Binary files /dev/null and b/mp4_to_gif/output/frame_050.jpg differ diff --git a/mp4_to_gif/output/frame_051.jpg b/mp4_to_gif/output/frame_051.jpg new file mode 100644 index 0000000..078031f Binary files /dev/null and b/mp4_to_gif/output/frame_051.jpg differ diff --git a/mp4_to_gif/output/frame_052.jpg b/mp4_to_gif/output/frame_052.jpg new file mode 100644 index 0000000..77e56d3 Binary files /dev/null and b/mp4_to_gif/output/frame_052.jpg differ diff --git a/mp4_to_gif/output/frame_053.jpg b/mp4_to_gif/output/frame_053.jpg new file mode 100644 index 0000000..3f5edeb Binary files /dev/null and b/mp4_to_gif/output/frame_053.jpg differ diff --git a/mp4_to_gif/output/frame_054.jpg b/mp4_to_gif/output/frame_054.jpg new file mode 100644 index 0000000..dbe58b6 Binary files /dev/null and b/mp4_to_gif/output/frame_054.jpg differ diff --git a/mp4_to_gif/output/frame_055.jpg b/mp4_to_gif/output/frame_055.jpg new file mode 100644 index 0000000..ec48f3b Binary files /dev/null and b/mp4_to_gif/output/frame_055.jpg differ diff --git a/mp4_to_gif/output/frame_056.jpg b/mp4_to_gif/output/frame_056.jpg new file mode 100644 index 0000000..b301314 Binary files /dev/null and b/mp4_to_gif/output/frame_056.jpg differ diff --git a/mp4_to_gif/output/frame_057.jpg b/mp4_to_gif/output/frame_057.jpg new file mode 100644 index 0000000..ac4b9e9 Binary files /dev/null and b/mp4_to_gif/output/frame_057.jpg differ diff --git a/mp4_to_gif/output/frame_058.jpg b/mp4_to_gif/output/frame_058.jpg new file mode 100644 index 0000000..f878047 Binary files /dev/null and b/mp4_to_gif/output/frame_058.jpg differ diff --git a/mp4_to_gif/output/frame_059.jpg b/mp4_to_gif/output/frame_059.jpg new file mode 100644 index 0000000..eb6b983 Binary files /dev/null and b/mp4_to_gif/output/frame_059.jpg differ diff --git a/mp4_to_gif/output/frame_060.jpg b/mp4_to_gif/output/frame_060.jpg new file mode 100644 index 0000000..b8eed00 Binary files /dev/null and b/mp4_to_gif/output/frame_060.jpg differ diff --git a/mp4_to_gif/output2.gif b/mp4_to_gif/output2.gif new file mode 100644 index 0000000..72075a6 Binary files /dev/null and b/mp4_to_gif/output2.gif differ diff --git a/python-logo.png b/python-logo.png new file mode 100644 index 0000000..eb5e42d Binary files /dev/null and b/python-logo.png differ diff --git a/snake.py b/snake.py index 87fdb04..c0e965d 100644 --- a/snake.py +++ b/snake.py @@ -1,113 +1,9 @@ -import pygame, sys, time, random -from pygame.locals import * -# 定义颜色变量 -redColour = pygame.Color(255, 0, 0) -blackColour = pygame.Color(0, 0, 0) -whiteColour = pygame.Color(255, 255, 255) -greyColour = pygame.Color(150, 150, 150) -def gameOver(playSurface, score): - gameOverFont = pygame.font.SysFont('arial.ttf', 54) - gameOverSurf = gameOverFont.render('Game Over!', True, greyColour) - gameOverRect = gameOverSurf.get_rect() - gameOverRect.midtop = (300, 10) - playSurface.blit(gameOverSurf, gameOverRect) - scoreFont = pygame.font.SysFont('arial.ttf', 54) - scoreSurf = scoreFont.render('Score:' + str(score), True, greyColour) - scoreRect = scoreSurf.get_rect() - scoreRect.midtop = (300, 50) - playSurface.blit(scoreSurf, scoreRect) - pygame.display.flip() - time.sleep(5) - pygame.quit() - sys.exit() - - -def main(): - # 初始化pygame - pygame.init() - fpsClock = pygame.time.Clock() - # 创建pygame显示层 - playSurface = pygame.display.set_mode((600, 460)) - pygame.display.set_caption('Snake Game') - # 初始化变量 - snakePosition = [100, 100] # 贪吃蛇 蛇头的位置 - snakeSegments = [[100, 100]] # 贪吃蛇 蛇的身体,初始为一个单位 - raspberryPosition = [300, 300] # 树莓的初始位置 - raspberrySpawned = 1 # 树莓的个数为1 - direction = 'right' # 初始方向为右 - changeDirection = direction - score = 0 # 初始得分 - while True: - # 检测例如按键等pygame事件 - for event in pygame.event.get(): - if event.type == QUIT: - pygame.quit() - sys.exit() - elif event.type == KEYDOWN: - # 判断键盘事件 - if event.key == K_RIGHT or event.key == ord('d'): - changeDirection = 'right' - if event.key == K_LEFT or event.key == ord('a'): - changeDirection = 'left' - if event.key == K_UP or event.key == ord('w'): - changeDirection = 'up' - if event.key == K_DOWN or event.key == ord('s'): - changeDirection = 'down' - if event.key == K_ESCAPE: - pygame.event.post(pygame.event.Event(QUIT)) - # 判断是否输入了反方向 - if changeDirection == 'right' and not direction == 'left': - direction = changeDirection - if changeDirection == 'left' and not direction == 'right': - direction = changeDirection - if changeDirection == 'up' and not direction == 'down': - direction = changeDirection - if changeDirection == 'down' and not direction == 'up': - direction = changeDirection - # 根据方向移动蛇头的坐标 - if direction == 'right': - snakePosition[0] += 20 - if direction == 'left': - snakePosition[0] -= 20 - if direction == 'up': - snakePosition[1] -= 20 - if direction == 'down': - snakePosition[1] += 20 - # 增加蛇的长度 - snakeSegments.insert(0, list(snakePosition)) - # 判断是否吃掉了树莓 - if snakePosition[0] == raspberryPosition[0] and snakePosition[1] == raspberryPosition[1]: - raspberrySpawned = 0 - else: - snakeSegments.pop() - # 如果吃掉树莓,则重新生成树莓 - if raspberrySpawned == 0: - x = random.randrange(1, 30) - y = random.randrange(1, 23) - raspberryPosition = [int(x * 20), int(y * 20)] - raspberrySpawned = 1 - score += 1 - # 绘制pygame显示层 - playSurface.fill(blackColour) - for position in snakeSegments: - pygame.draw.rect(playSurface, whiteColour, Rect(position[0], position[1], 20, 20)) - pygame.draw.rect(playSurface, redColour, Rect(raspberryPosition[0], raspberryPosition[1], 20, 20)) - # 刷新pygame显示层 - pygame.display.flip() - # 判断是否死亡 - if snakePosition[0] > 600 or snakePosition[0] < 0: - gameOver(playSurface, score) - if snakePosition[1] > 460 or snakePosition[1] < 0: - gameOver(playSurface, score) - for snakeBody in snakeSegments[1:]: - if snakePosition[0] == snakeBody[0] and snakePosition[1] == snakeBody[1]: - gameOver(playSurface, score) - # 控制游戏速度 - fpsClock.tick(5) - +def xx(): + pass if __name__ == "__main__": - main() + # main() + xx(1,2) \ No newline at end of file diff --git a/stopwords.txt b/stopwords.txt index 247578e..c4afb36 100644 --- a/stopwords.txt +++ b/stopwords.txt @@ -110,4 +110,12 @@ quot 他們 她們 是否 -留言 \ No newline at end of file +留言 +! +,' +的 +了 +: +? +“ + diff --git a/test.py b/test.py new file mode 100644 index 0000000..550d4b8 --- /dev/null +++ b/test.py @@ -0,0 +1,15 @@ +import requests + +url = "http://210.1.227.58:9001/api/setcallback.php" + +payload = "{\"wid\": \"33758168184\", \"callback_url\": \"http://43.153.104.20:5000/api/callback\"}" +headers = { + 'content-type': "application/json", + 'cache-control': "no-cache", + 'postman-token': "c59c7e50-06e8-c3a0-6090-2f9861e7e03d" + } + +response = requests.request("POST", url, data=payload, headers=headers) + +print(response.status_code) +print(response.text) \ No newline at end of file diff --git a/title.json b/title.json new file mode 100644 index 0000000..bca1e2f --- /dev/null +++ b/title.json @@ -0,0 +1,14144 @@ +[ + { + "标题": ""奔跑"16小时,武汉火神山医院第一栋楼完工!中信设计院无偿公开图纸!" + }, + { + "标题": "鼠年,传染病与养鼠人" + }, + { + "标题": "鼠年祝福" + }, + { + "标题": "鼠年新春指南 - 从Gucci到ZARA,从配饰到妆容,我都替你选好了!" + }, + { + "标题": "鼠年反催婚指南(和哪一年都不一样)" + }, + { + "标题": "鼠年健康生活对照表:你什么习惯,就什么命" + }, + { + "标题": "黑天鹅!刚刚确诊217例了。" + }, + { + "标题": "黄晓明baby合体?炎亚纶阿本复合?乔欣回怼网友?黄致列回归《歌手》?" + }, + { + "标题": "黄子韬还是黄子韬,但易烊千玺已经质变" + }, + { + "标题": "黄冈,一个武汉周边城市的疫情防控样本" + }, + { + "标题": "黄冈疫情仅次于武汉,当地卫健委主任一问三不知" + }, + { + "标题": "黄冈疫情仅次于武汉,当地卫健委主任一问三不知" + }, + { + "标题": "黄冈疫情严重,卫健委主任唐志红“一问三不知”被免职" + }, + { + "标题": "黄冈死亡脑瘫儿父亲:隔离7天,收到孩子火化委托书" + }, + { + "标题": "黄冈死亡脑瘫儿父亲:隔离7天,收到孩子火化委托书" + }, + { + "标题": "黄冈市卫健委主任唐志红被免职" + }, + { + "标题": "黄冈告急,这位主任面对督查组竟一问三不知?!免职!" + }, + { + "标题": "黄冈告急!孝感告急!武汉之外,疫情最重:确诊1354例!物资紧缺,紧急求援…" + }, + { + "标题": "黄冈卫健委主任唐志红被免!此前在抗疫问题上一问三不知" + }, + { + "标题": "黄冈卫健委主任光速被免,多名官员因疫情应对不力被处" + }, + { + "标题": "黄冈、孝感告急:如何不成为第二个武汉?" + }, + { + "标题": "黄冈“一问三不知”的卫健委主任被免职,因防控不力湖北还有3地24人被问责" + }, + { + "标题": "麻辣鸡身边炸弹一个个,哥哥性侵继女被判25年,丈夫照样不省心..." + }, + { + "标题": "鸭子定律(深度好文)" + }, + { + "标题": "鸡蛋这样保存,才能放得更久" + }, + { + "标题": "鸡在瘟疫蔓延时" + }, + { + "标题": "高度关注!今晚02:30分!WHO的重要决定" + }, + { + "标题": "高以翔女友真面目被骂:“别装了,你根本不爱他”" + }, + { + "标题": "骨髓移植后,男人的身体正被捐献者的DNA“吞噬”,连精液都不再属于自己" + }, + { + "标题": "骗租产业兴起:租手机后再转卖,一家平台损失近千万" + }, + { + "标题": "骑杜卡迪的女孩为什么总让人欲罢不能?" + }, + { + "标题": "驰援武汉,就这么干了!" + }, + { + "标题": "驰援武汉,共克时艰!" + }, + { + "标题": "驰援武汉!国家卫健委组建6支共1230人的医疗救治队" + }, + { + "标题": "马斯克花3.42亿人民币放的这个烟花,帮人类殖民火星迈出了重要一步。" + }, + { + "标题": "马云一声吼,阿里巴巴全团压上!" + }, + { + "标题": "马东开年第一个热搜,她用身体回应" + }, + { + "标题": "香港大学病毒学家:最坏的情况要交个底说清楚" + }, + { + "标题": "香港大学病毒学家:最坏的情况要交个底说清楚" + }, + { + "标题": "香港大学病毒学专家:最坏的情况,要交个底说清楚(必读)" + }, + { + "标题": "香港医务工作者投票决定罢工,因港府拒绝对内地全面封关" + }, + { + "标题": "首例患者被曝未涉海鲜市场 新冠病毒或有多个疫源地" + }, + { + "标题": "饺子皮竟有这么多吃法?还这么方便又美味?!" + }, + { + "标题": "饭桌见人品,酒桌见格局" + }, + { + "标题": "餐饮巨头西贝刷屏!贷款发工资只能撑3个月,很多中小企业告急!紧急求援,各方行动了…" + }, + { + "标题": "风骚的走位,该骂的红会" + }, + { + "标题": "风暴眼中武汉人:我再也忍不住失声痛哭丨人间" + }, + { + "标题": "颜值高,却容易发胖的三大星座" + }, + { + "标题": "预防新型冠状病毒,口罩到底该怎么戴?" + }, + { + "标题": "预防新型冠状病毒告家长书,速速转给家长!" + }, + { + "标题": "预测:若无防控,两周后新型冠状病毒感染例数或超19万" + }, + { + "标题": "预告:打赢病毒“歼灭战”!今晚看胡锡进对话曾光" + }, + { + "标题": "韩红:你太疯狂了……" + }, + { + "标题": "韩红:你太疯狂了……" + }, + { + "标题": "韩红:你太疯狂了…" + }, + { + "标题": "韩红:你们做不到干净,就别怪社会有质疑,活该!" + }, + { + "标题": "韩红:你们做不到干净,就别怪社会有质疑,活该!" + }, + { + "标题": "韩红:你们做不到干净就别怪社会质疑,活该!" + }, + { + "标题": "韩红,你太疯狂了……" + }, + { + "标题": "韩红,你太疯狂了......" + }, + { + "标题": "韩红,你太疯狂了......" + }, + { + "标题": "韩红,你太疯狂了......" + }, + { + "标题": "韩红为武汉筹款1.43亿:她是傻了?" + }, + { + "标题": "韩红为武汉捐资7次,奸商借假口罩发国难财" + }, + { + "标题": "面膜不要天天敷!15 条变美小知识,看完美丽一整年" + }, + { + "标题": "面对疫情,普通人能做好的7件事,扩散周知" + }, + { + "标题": "面对疫情,我向全国朋友发出沉重请求" + }, + { + "标题": "面对疫情,我们要做好足够的心理准备" + }, + { + "标题": "面对疫情,实事求是有多重要?" + }, + { + "标题": "面对疫情,你的老板们可能彻夜难眠。" + }, + { + "标题": "面对疫情压力该如何应对不良情绪困扰?来自北师大心理学部的专业建议" + }, + { + "标题": "面对武汉疫情:有人送来援助物资,有人送来《涉藏法案》" + }, + { + "标题": "面对武汉疫情,这是大数据能贡献的力量" + }, + { + "标题": "面对武汉疫情,我更愿意相信让专业的人去做专业的事" + }, + { + "标题": "面对新型肺炎,所有人请记住这9.2良心剧" + }, + { + "标题": "面对新型冠状病毒肺炎,100%有效的预防措施是什么?" + }, + { + "标题": "面对不断上升的确诊人数,你麻木了吗?" + }, + { + "标题": "面对“国际关注”,更需要中国空前团结" + }, + { + "标题": "靠肺炎疫情和科比去世发家致富的人,真是烂到家了!" + }, + { + "标题": "非洲遭遇3600亿大蝗灾,这次真吃不动..." + }, + { + "标题": "非常时期如何让娃开心宅在家,上百室内陪玩创意在这里!" + }, + { + "标题": "非典英雄钟南山院士:武汉肺炎出现人传人和医护人员感染!一文看懂冠状病毒是什么?" + }, + { + "标题": "非典往事:一社区疫情大爆发,病毒通过粪便传播可能是关键因素" + }, + { + "标题": "青岛新冠15例 一外卖员妻子确诊,本人仍送货,现成疑似" + }, + { + "标题": "震惊!父母不戴口罩,竟然是儿女不孕不育的罪魁祸首" + }, + { + "标题": "震惊!父母不戴口罩,竟然是儿女不孕不育的罪魁祸首" + }, + { + "标题": "需要评估“封城”的影响;尚无经验证的疗法 | 世界卫生组织新闻发布会实录" + }, + { + "标题": "雷神山!武汉将建第二个“小汤山”医院" + }, + { + "标题": "隐藏的「病毒携带者」曝光。(赶紧举报)" + }, + { + "标题": "隐瞒疫情是千古罪人,硬核河南!山东确诊15例,山东防控急需下沉到村级" + }, + { + "标题": "隐瞒发热症状被立案侦查,疫情面前都不要自欺欺人!" + }, + { + "标题": "隐瞒发热“逃离武汉”,又蠢又坏又自私!" + }, + { + "标题": "随随便便的男女关系图鉴" + }, + { + "标题": "陷入“肺炎恐慌”怎么办?6个方法,应对疫情带来的不良心理反应" + }, + { + "标题": "陶勇医生倒在血泊后,83岁的钟南山院士奔赴武汉……" + }, + { + "标题": "陶勇医生倒在血泊后,83岁的钟南山院士奔赴武汉……" + }, + { + "标题": "除夕:愿往事清零,疾病远离,所有美好如期而至" + }, + { + "标题": "除夕,致我最在乎的人" + }, + { + "标题": "除夕,感恩一路帮助过我的所有人!" + }, + { + "标题": "除夕至,请您接福!" + }, + { + "标题": "除夕紧急通知!中小学延迟开学,高三不得提前开学、提前补课!" + }, + { + "标题": "除夕没啥内容,给大家放两张壁纸。两张都跟太空有关,第一张是1990年旅行者一号在距离地球64亿公里远的地方拍下的一张照片,左边那个小亮点就是我们的蓝色家园,它在茫茫宇宙中那么的小,就像一粒微尘,我心情不好时就会看看这张图。第二张是火箭发射,希望大家生活顺遂事业飞升,我们明年见。" + }, + { + "标题": "除夕夜,飞武汉!" + }, + { + "标题": "除夕夜,浙江一线医护人员给孩子的一封信" + }, + { + "标题": "除夕夜,沪136名医疗队员紧急驰援武汉!期待英雄们平安归来" + }, + { + "标题": "除夕夜,出发!目的地:武汉!" + }, + { + "标题": "除夕夜,他们在武汉" + }, + { + "标题": "除夕夜,他们与时间赛跑!" + }, + { + "标题": "除夕夜男子汉心在流血" + }, + { + "标题": "除夕夜加班生产!大年初一80%员工回岗!支援武汉,他们在行动→" + }, + { + "标题": "除了新型肺炎,这22条安全隐患你们也一定要注意!!!" + }, + { + "标题": "除了戴口罩,我们还有很多事情可以做。" + }, + { + "标题": "除了恐慌,保护家人我们还能做什么?" + }, + { + "标题": "除了口罩,还有谁在保护我们 | 中国守护者联盟" + }, + { + "标题": "除了佟丽娅,陈思诚又挑出了个绝世大美人?" + }, + { + "标题": "除了不去武汉、戴口罩,我们还能做什么?" + }, + { + "标题": "限时登记 | DIOR x AIR JORDAN 1 一元购买权" + }, + { + "标题": "限时登记 | CLOT x NIKE AF 1 玫瑰金丝绸 一元购买权" + }, + { + "标题": "限时登记 | AJ 1 x Travis Scott \"倒钩\" 一元购买权" + }, + { + "标题": "限时登记 | 21双AJ任你选,摇骰子,凭本事能拿几双拿几双" + }, + { + "标题": "陈翔六点半祝大家新春快乐,万事如意!" + }, + { + "标题": "陈春花:疫情对经济的影响和企业对策建议" + }, + { + "标题": "陈坤呼吁戴口罩?董卿被取代?闫妮唐人一姐?周深海妖嗓?" + }, + { + "标题": "陈冠希AF1“玫瑰金”终将发售!本周重磅球鞋抢先看!" + }, + { + "标题": "陈佩斯:跟春晚叫板20年,一无所有还不认怂?" + }, + { + "标题": "阿里 腾讯 字节 网易宣布在家办公,最晚2月27日回公司上班" + }, + { + "标题": "阿胶养颜补气血的真相,一篇说清楚" + }, + { + "标题": "阿富汗这回有点刚,有人美国人伤亡……事态严重!" + }, + { + "标题": "阻击肺炎,河南实在太硬核了!亲姥爷不开门,偷回家上坟被举报!" + }, + { + "标题": "防范新型肺炎,全国专家来帮忙!请转发周知:湖北朋友可免费问专家" + }, + { + "标题": "防疫物资保障,莫忘了走村入户的基层干部" + }, + { + "标题": "防疫标语哪家棒,一村更比一村强" + }, + { + "标题": "防疫最前线,这两张照片让人肃然起敬!" + }, + { + "标题": "防控肺炎病毒,“硬核”河南究竟有多硬核?" + }, + { + "标题": "防控新型肺炎疫情,中央决定这场仗这么打!" + }, + { + "标题": "长这种痣,听说是肝脏出了问题?" + }, + { + "标题": "长这样!首株新型冠状病毒毒种信息公布" + }, + { + "标题": "锡安首秀追平近20年纪录 但问题也很突出" + }, + { + "标题": "铲屎官太磨叽,狗子索性自己坐公交去公园玩,现在都成公交团宠" + }, + { + "标题": "钟南山:谁都别去武汉,但我可以。" + }, + { + "标题": "钟南山:讲真话" + }, + { + "标题": "钟南山:肯定人传人,14名医护人员感染" + }, + { + "标题": "钟南山:目前已肯定新型冠状病毒肺炎人传人,请大家多加注意!" + }, + { + "标题": "钟南山:疫情将在一周或10天左右达到高峰" + }, + { + "标题": "钟南山:疫情可能一周或10天达到高峰,不会大规模增加了" + }, + { + "标题": "钟南山:疫情1周或10天左右达到高峰,不会大规模增加了" + }, + { + "标题": "钟南山:武汉,是能够过关的!" + }, + { + "标题": "钟南山:有信心不会让“非典”重演" + }, + { + "标题": "钟南山:有信心不会让“非典”重演" + }, + { + "标题": "钟南山:最好的医生是自己,做好这9点就赚了健康!" + }, + { + "标题": "钟南山:最好的医生是自己,做好这9点就赚了健康!" + }, + { + "标题": "钟南山:最好的医生是自己,做好这9点就赚了健康!" + }, + { + "标题": "钟南山:新型肺炎存在人传人现象,不会重复SARS疫情" + }, + { + "标题": "钟南山:新型病毒存在传染性但没非典那么强,可防可控,不会重现当年非典疫情。" + }, + { + "标题": "钟南山:新型冠状病毒能人传人,戴口罩预防很重要!武汉市15名医务人员感染" + }, + { + "标题": "钟南山:新型冠状病毒肺炎肯定有人传人现象" + }, + { + "标题": "钟南山:新型冠状病毒肯定能人传人;可能来自野生动物,如竹鼠、獾" + }, + { + "标题": "钟南山:守责才是最大的政治" + }, + { + "标题": "钟南山:免疫力是最好的医生,用8个简单的方法激活它" + }, + { + "标题": "钟南山:世上所有疾病都是假象,读完醍醐灌顶!" + }, + { + "标题": "钟南山,原来你是这样的人!" + }, + { + "标题": "钟南山,今天的头条留给他!" + }, + { + "标题": "钟南山,一个狠人" + }, + { + "标题": "钟南山,一个狠人" + }, + { + "标题": "钟南山院士:一周或10天会出现拐点,但防护不能停" + }, + { + "标题": "钟南山院士,你怎么哭了?" + }, + { + "标题": "钟南山院士被传染了?武汉“小汤山”将停工?真相全在这" + }, + { + "标题": "钟南山院士紧急发声,呼吁国人响应!" + }, + { + "标题": "钟南山院士紧急发声,呼吁国人响应!" + }, + { + "标题": "钟南山院士的夫人,居然是她!" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士的夫人,居然是她" + }, + { + "标题": "钟南山院士建议盐水漱口防病毒?这些谣言,都别信!" + }, + { + "标题": "钟南山院士发话了!考研复试和初试的方向更明确了!" + }, + { + "标题": "钟南山院士发紧急号召,呼吁国人响应!" + }, + { + "标题": "钟南山院士发紧急号召,呼吁国人响应!" + }, + { + "标题": "钟南山院士发紧急号召,呼吁国人响应!" + }, + { + "标题": "钟南山院士发紧急号召,呼吁国人响应!" + }, + { + "标题": "钟南山院士亲自示范摘口罩方法,快点记下来!" + }, + { + "标题": "钟南山院士83岁了?!还曾是全运会冠军" + }, + { + "标题": "钟南山这张图疯传:17年前领军战非典,如今84岁的他再赴武汉" + }, + { + "标题": "钟南山这张图疯传:17年前他领军战非典;而今,84岁的他再赴武汉" + }, + { + "标题": "钟南山这张图疯传:17年前他领军战非典;昨天,84岁的他再赴武汉" + }, + { + "标题": "钟南山这张图疯传:17年前他领军战非典;昨天,84岁的他再赴武汉" + }, + { + "标题": "钟南山这张图疯传:17年前他领军战非典;今天,84岁的他再赴武汉" + }, + { + "标题": "钟南山还没让动,但现在不得不返程去上班,怎么办?" + }, + { + "标题": "钟南山还没让动,但现在不得不返程去上班,怎么办?" + }, + { + "标题": "钟南山还没让动,但现在不得不返程去上班,怎么办?" + }, + { + "标题": "钟南山还没让动,但现在不得不返程去上班,怎么办?" + }, + { + "标题": "钟南山说不动,就不动!这些人偏不信:同学聚、同事聚、家庭聚,感染了!教训惨痛…" + }, + { + "标题": "钟南山给提前返岗者的建议:有个地方最危险" + }, + { + "标题": "钟南山给提前返岗者的建议:有个地方最危险" + }, + { + "标题": "钟南山病后反思:寿命长短,不取决于衰老和疾病,而是它……" + }, + { + "标题": "钟南山流泪:武汉疫情高峰,最让人担心愤怒的事,还是来了!" + }, + { + "标题": "钟南山成全民偶像,众明星都撤离热搜:孩子,你为什么要好好学习?" + }, + { + "标题": "钟南山成全民偶像,众明星都撤离热搜:孩子,你为什么要好好学习?" + }, + { + "标题": "钟南山成全民偶像,众明星撤离热搜:孩子,你为什么要好好学习?" + }, + { + "标题": "钟南山对疫情的最新判断" + }, + { + "标题": "钟南山含泪谈当前疫情:相信武汉能过关" + }, + { + "标题": "钟南山发话前,武汉这位医生向附近学校发出疫情警报" + }, + { + "标题": "钟南山凌晨六点会见“病毒猎手”  期待尽快取得突破性进展" + }, + { + "标题": "钟南山再发言!武汉新型肺炎有救了:封城第6天,武汉没你想像中恐慌" + }, + { + "标题": "钟南山为什么说,“关键是防止出现超级传播者”?" + }, + { + "标题": "鉴于目前防控形势,中国移动紧急提醒:" + }, + { + "标题": "金银潭医院:病人总数和重病患者还在不断增加" + }, + { + "标题": "金牛座在2020也太顺了!" + }, + { + "标题": "金·卡戴珊回顾自己最满意和最糟糕的造型,每个都有不能忘记的故事" + }, + { + "标题": "野生动物的病毒怎么就到了人类社会?过去为何没有那么多传染病?" + }, + { + "标题": "野生动物的病毒怎么就传染了人类?!" + }, + { + "标题": "野生动物病毒,为何走向人类社会?" + }, + { + "标题": "野生动物市场曾是SARS病毒温床:“非典”的警示" + }, + { + "标题": "野狼disco背后的东北故事 | 地标70年" + }, + { + "标题": "野味消费:病毒突变的“祸根”" + }, + { + "标题": "重要!广东发布严格防疫通告!公共场所不戴口罩将被处罚!" + }, + { + "标题": "重要进展!中国科学家揭示武汉新型冠状病毒进化来源及传播机制" + }, + { + "标题": "重要数据 | 中国团队在 NEJM 发布新型冠状病毒研究" + }, + { + "标题": "重要信息!关于企业复工、交通出行、商场营业…" + }, + { + "标题": "重磅:即日起中国知网、维普中文期刊免费开放!" + }, + { + "标题": "重磅!苏州全市企业延迟上班!学生延迟上学!" + }, + { + "标题": "重磅!美国首例新冠病毒肺炎治疗康复全过程 | NEJM 官方翻译" + }, + { + "标题": "重磅!江苏暂停省际交通道路客运,高速1/3出入口将视情况关闭,春节假期..." + }, + { + "标题": "重磅!新加坡暂停中国来客入境!WHO宣布“突发公卫事件”后,未来该如何出行?" + }, + { + "标题": "重磅!广东各类企业复工时间不早于2月9日24时!中小学幼儿园2月17日前不开学" + }, + { + "标题": "重磅!国务院发通知:春节假期延长到2月2日" + }, + { + "标题": "重磅!今年春晚全是高考考点!各科名师连夜整理,一个知识点都不能错过" + }, + { + "标题": "重磅!五部门三十举措应对疫情!关乎房贷、企业贷款、信用卡…" + }, + { + "标题": "重磅!中科院科学家率先揭示武汉新型冠状病毒的进化来源,以及传染人的分子作用机制和传染性风险丨科学大发现" + }, + { + "标题": "重磅!世卫组织宣布疫情是「国际突发公共卫生事件」,但不是对中国没信心!" + }, + { + "标题": "重磅!WHO宣布武汉疫情构成PHEIC!有点失落,但我们必须冷静看待!" + }, + { + "标题": "重磅通知!2020年春节假期延长了!" + }, + { + "标题": "重磅突发!武汉之后,又有两地封城!然而,让人揪心的是..." + }, + { + "标题": "重磅 | 北京大学等多机构联合攻关,首次发现蛇是最有可能的携带2019-nCoV病毒的野生动物" + }, + { + "标题": "重温毛主席《送瘟神》抗击武汉疫情!别慌,稳住,我们一定能赢!" + }, + { + "标题": "重大损失!美国华人博物馆被烧!8.5万文物恐被毁" + }, + { + "标题": "重启2000:朴树第一次春晚、徐峥还有头发、李连杰还能打、张国荣还在..." + }, + { + "标题": "酒驾男子闯入交警晨会,自带BGM被30名交警围观| 冷兔小报 No.401" + }, + { + "标题": "酒 精 进 入 体 内 的 24 小 时" + }, + { + "标题": "鄂A0260W凭什么从红十字会拿一箱口罩???" + }, + { + "标题": "都这样了还不吸取教训!广州一农贸市场仍有人偷卖野生动物!" + }, + { + "标题": "都说双离合不好,为什么厂家还抢着用" + }, + { + "标题": "部分城市下令!公务员初三返岗上班!今天起出入境必须健康申报!出境跟团游机酒等全面停止!杭州继续接纳归国武汉同学" + }, + { + "标题": "部分商店口罩断货,还涨价?应该戴这种才能预防" + }, + { + "标题": "郑爽被对家黑?徐峥做的恶心了?黄晓明接地气了?吴磊后台大?陈佩斯朱时茂合体了?" + }, + { + "标题": "郑爽不雅行为曝光:人设崩塌还是放飞自我?" + }, + { + "标题": "邪典养生:我妈拿电疗仪电我,说是给我充电" + }, + { + "标题": "那摘下口罩的样子,让人心疼……" + }, + { + "标题": "那年,徐峥演猪,姜文被禁,张艺谋一年仅赚2700元" + }, + { + "标题": "那年抢走30亿的男人们又来了!" + }, + { + "标题": "那就聊聊吧" + }, + { + "标题": "那场史无前例的重大流感,至今回想仍心有余悸" + }, + { + "标题": "那位“吊打武汉人”的文人,居心何其险恶!" + }, + { + "标题": "那些抢光双黄连的人,刚吃完17年前非典的盐" + }, + { + "标题": "那些“逃离武汉”还自喜的人,让我看见了人性中最自私的一面" + }, + { + "标题": "那些“吃不胖”的人,才知道的六个秘密" + }, + { + "标题": "那个被刀砍伤的医生,又开始看病了。" + }, + { + "标题": "那个被刀砍伤的医生,又开始看病了" + }, + { + "标题": "那个深夜被拦在家门口的人,可以回家了" + }, + { + "标题": "那个哄抬口罩价格的,被罚300万!" + }, + { + "标题": "那个不能回家的武汉人" + }, + { + "标题": "那个一生都在追赶的男人,带走了几代人的青春……" + }, + { + "标题": "那一年,胡蝶41岁,周璇29岁,阮玲玉离开14年:最美的“上海滩”消逝了" + }, + { + "标题": "那一年巩汉林38岁,蒋大为37岁,潘长江35岁......" + }, + { + "标题": "那一夜,男女喝醉后的24小时……" + }, + { + "标题": "邓超宣布退出娱乐圈,背后真相令人扎心" + }, + { + "标题": "道口严格检查、排摸隔离观察…沪各部门迅速从严落实各项防控举措!" + }, + { + "标题": "遏制疫情扩散,武汉实施进出人员管控!疫情牵动股市,口罩股连续大涨!近20只医药股爆发!" + }, + { + "标题": "遇见中国,遇见最美的你" + }, + { + "标题": "遇到这种顾客,这生意做得真不容易!" + }, + { + "标题": "遇人藏住事,遇事沉住气,生气压住火" + }, + { + "标题": "速转!TR188次抵杭航班所有武汉乘客已隔离观察!省疾控开通24小时热线电话!武汉协和医院最新治疗方案来了!" + }, + { + "标题": "速看!除了戴口罩个人还能怎么防护?这个太及时了!" + }, + { + "标题": "速看!南京发布紧急通告!还有…" + }, + { + "标题": "速查!新型冠状病毒肺炎确诊患者同行程查询工具来了" + }, + { + "标题": "速报!苏州新增4例,累计确诊24例!各区分布情况公布!" + }, + { + "标题": "通知!春节档电影,全部撤档!" + }, + { + "标题": "通告!" + }, + { + "标题": "逆行者,钟南山" + }, + { + "标题": "逆行者,钟南山" + }, + { + "标题": "逆行者,钟南山" + }, + { + "标题": "逆行者,钟南山" + }, + { + "标题": "逆行者,钟南山" + }, + { + "标题": "逃脱之后躲到角落,发现角落里居然有。。" + }, + { + "标题": "适当延长春节假期!首座延长假期城市出炉" + }, + { + "标题": "适当延长春节假期、开始研发疫苗、加强社区疫情防控……最新消息汇总!" + }, + { + "标题": "适合宅在家里看的几个视频" + }, + { + "标题": "送走奶奶和爸爸,武汉女孩的漫长一月" + }, + { + "标题": "退出王室后哈里首次发声:我别无选择! 查尔斯:先只给你一年钱.." + }, + { + "标题": "追责!刚刚,湖北红十字会回应捐赠物资分配质疑" + }, + { + "标题": "连盘子都洗不干净,还敢开餐厅?" + }, + { + "标题": "连微信都不回的爱情,别要了。" + }, + { + "标题": "连巴西毒枭都能\"面对面\"的央视,却被武汉红会保安拦住了" + }, + { + "标题": "远离你身边「不守规矩」的人!" + }, + { + "标题": "远嫁,其实是一场“骗局”" + }, + { + "标题": "远嫁的女人,最怕过年" + }, + { + "标题": "进出北京高速封路?假的!实时辟谣平台用起来!" + }, + { + "标题": "进入武汉,中国记者冒死记录珍贵画面。" + }, + { + "标题": "这里有一份新冠状病毒肺炎资讯汇总" + }, + { + "标题": "这里是武汉!" + }, + { + "标题": "这部纪录片,预言了当下发生的这些事儿" + }, + { + "标题": "这部电影教会了我该如何与父母相处" + }, + { + "标题": "这部满屏大尺度的纪录片,我可不好意思独享" + }, + { + "标题": "这部大尺度新剧侮辱女性了?" + }, + { + "标题": "这部《父母爱情》中,藏着一个女人最好的状态" + }, + { + "标题": "这还是你认识的韩红吗?" + }, + { + "标题": "这群特别的人,揭露了春节被遗弃的4000万生命的真相" + }, + { + "标题": "这群中国最狠的姑娘,吊打了他国整整40年" + }, + { + "标题": "这篇推送,明天会出现在你家饭桌上。" + }, + { + "标题": "这篇《退休书》一夜间火了!建议所有人看看!" + }, + { + "标题": "这种药有致聋风险,孩子一定要慎用!" + }, + { + "标题": "这种网红直播,就该被封杀" + }, + { + "标题": "这种很多人避之不及的疾病,其实很难传染" + }, + { + "标题": "这种奶别给孩子喝!细菌真的特别多" + }, + { + "标题": "这次,必须要为河南点赞" + }, + { + "标题": "这次,必须要为河南点赞" + }, + { + "标题": "这次疫情远不止不出门那么简单,告诉你对抗新冠病毒最硬核的武器是什么" + }, + { + "标题": "这次疫情之后,离婚率可能会大幅降低" + }, + { + "标题": "这次改变了中国的疫情,最好的结果和最糟的可能!" + }, + { + "标题": "这样的爱情真是绝了,拍成电影必成爆款" + }, + { + "标题": "这样的家,才是幸福。" + }, + { + "标题": "这样的PP我可以rua一天! ​​​​" + }, + { + "标题": "这样回你微信的人,就别再聊了" + }, + { + "标题": "这是防控疫情蔓延最有效的手段!" + }, + { + "标题": "这是目前最全的预防指南!国家卫健委最新发布!" + }, + { + "标题": "这是甜宠?这不是侮辱智商么" + }, + { + "标题": "这是唯一没有彩排过的春晚节目" + }, + { + "标题": "这是什么赚钱鬼才 ​​​​" + }, + { + "标题": "这是一篇必须转给老人家的微信" + }, + { + "标题": "这是一篇必须100000+的文章,请扩散!" + }, + { + "标题": "这才是真的宫斗..." + }, + { + "标题": "这张对比照,令人泪目!" + }, + { + "标题": "这座河南城市每天可以生产165万个口罩,但急需原材料|棱镜" + }, + { + "标题": "这年头,谁还不是图个吉利?" + }, + { + "标题": "这届格莱美红毯造型红黑榜!有些美上天,有些什么鬼?!" + }, + { + "标题": "这就是隔离的意义!" + }, + { + "标题": "这就是爸妈哄孩子的区别,哈哈哈这当爹的也太讨人烦了!" + }, + { + "标题": "这场集体传染,我们早就该说破" + }, + { + "标题": "这地球上有个人和你长得一模一样……你敢相信吗?!" + }, + { + "标题": "这四种家庭,累死也养不出优秀的孩子" + }, + { + "标题": "这名字出现妥妥国综顶级" + }, + { + "标题": "这台春晚肯定没法播,但留学生人人都想看" + }, + { + "标题": "这台SUV全系2.0T+四驱+8AT,入门版不到19万" + }, + { + "标题": "这可能是我见过全中国最无聊的人" + }, + { + "标题": "这几天最睡不着的,应该就是老板们了" + }, + { + "标题": "这几天最睡不着的,应该就是老板们了" + }, + { + "标题": "这几句话,真豪迈!" + }, + { + "标题": "这份春节不休假的超级礼物,免费送给孩子们!" + }, + { + "标题": "这份不抢蔬菜的温馨提醒火了" + }, + { + "标题": "这件事,“谣”不得!" + }, + { + "标题": "这件事可能比戴口罩还重要,你做到了吗?" + }, + { + "标题": "这件事到底有什么魅力,竟然吸引500多人前赴后继?" + }, + { + "标题": "这什么剧组?进来当演员真的是有勇气!" + }, + { + "标题": "这些野生动物的病毒,怎么就到了人类社会?" + }, + { + "标题": "这些野生动物的病毒,怎么就到了人类社会?" + }, + { + "标题": "这些野生动物的病毒,怎么就到了人类社会?" + }, + { + "标题": "这些野生动物的病毒怎么就到了人类社会?过去没有那么多传染病,现在怎么就这么多呢?" + }, + { + "标题": "这些野生动物的病毒怎么就到了人类社会?过去没有那么多传染病,现在怎么就这么多呢?" + }, + { + "标题": "这些野生动物的病毒怎么就到了人类社会?| 石正丽 一席第600位讲者" + }, + { + "标题": "这些野生动物的病毒怎么就到了人类社会?| 石正丽 一席第600位讲者" + }, + { + "标题": "这些野生动物的病毒怎么就到了人类社会?" + }, + { + "标题": "这些野生动物的病毒怎么就到了人类社会?" + }, + { + "标题": "这些都是\"疫情\"最新谣言,结果你都信了…" + }, + { + "标题": "这些米家小东西,过年回家千万别买" + }, + { + "标题": "这些武汉新型肺炎的\"最新消息\",比谣言还厉害!" + }, + { + "标题": "这些是趁疫情来征税的,大家要擦亮眼睛" + }, + { + "标题": "这些星座有多善良就有多绝情!" + }, + { + "标题": "这些新冠肺炎的“最新消息”,比谣言还厉害!" + }, + { + "标题": "这些按满红手印的请战书,看哭了……" + }, + { + "标题": "这些付费资源免费了!助娃安心在家充电" + }, + { + "标题": "这么多人相信疫情乃美国阴谋,是我们的悲哀" + }, + { + "标题": "这个高发的妇科病,让她差点失去子宫!很多女性还没注意" + }, + { + "标题": "这个没经过彩排的「最草率」节目,却是今年春晚最感人的一个" + }, + { + "标题": "这个春节,武汉最不容易!" + }, + { + "标题": "这个春节,我承诺!" + }, + { + "标题": "这个春节,不如就在家看纪录片吧" + }, + { + "标题": "这个时候还可以叫外卖吗?" + }, + { + "标题": "这个年龄前一定要给孩子立规矩,再晚就来不及了" + }, + { + "标题": "这个低调了十几年的男人火了,好演员的春天终于要来了吗?" + }, + { + "标题": "这个98年生的大胸萝莉,当过蔡徐坤导师,和王一博跳过舞:这是妖精转世吧!" + }, + { + "标题": "这个98年生的大胸萝莉,当过蔡徐坤导师,和王一博跳过舞:这是妖精转世吧!" + }, + { + "标题": "这不是毁童年,这是辣童年!" + }, + { + "标题": "这一波智商税也会人传人" + }, + { + "标题": "这一次,钟南山告诉了我们哪些注意事项" + }, + { + "标题": "这一年,谢谢自己" + }, + { + "标题": "这一年,感恩有你,谢谢自己" + }, + { + "标题": "这 “太监病” 一旦传染起来……" + }, + { + "标题": "这 4 种体态让人变丑,很多人都中招,赶紧改" + }, + { + "标题": "这 3 种常见的护肤方式,让你的皮肤越来越差" + }, + { + "标题": "这SUV不到14万,却限量88辆!抢完就没,会玩" + }, + { + "标题": "这5部灾难片,值得此刻的我们一看再看" + }, + { + "标题": "这51张图,张张让人想哭" + }, + { + "标题": "还没买到口罩的人一定要看!多一个人知道就少一份危险!" + }, + { + "标题": "还在骂国产手机不如iPhone?快醒醒吧" + }, + { + "标题": "还在追欧阳娜娜的vlog?她的抖音才是宝藏自留地!" + }, + { + "标题": "还在发愁不知年货买什么?送你一份《年货网购清单》" + }, + { + "标题": "返程高峰来了,该操心经济了" + }, + { + "标题": "返程高峰将至,谨防农村将感染者“礼送出境”" + }, + { + "标题": "返程人员都要隔离吗?是不是去哪都要戴口罩?权威回应来了" + }, + { + "标题": "近期多名儿童感染!一张图让娃看懂,怎么打败冠状病毒" + }, + { + "标题": "近期多名儿童感染!一张图让娃看懂,怎么打败冠状病毒" + }, + { + "标题": "过年,回家,奔向更大的世界" + }, + { + "标题": "过年陪父母,穿什么才显得你在外头没白混?|基本款" + }, + { + "标题": "过年装备已穿好,就差压岁钱了" + }, + { + "标题": "过年聚餐的这些尴尬场面,你也一定遇到过!" + }, + { + "标题": "过年扫五福,不如看看这辆高尔夫" + }, + { + "标题": "过年必吃的年货,一口下去大半口油,但还是推荐你吃点" + }, + { + "标题": "过年式破产:你花掉的钱,都在这三个坑里" + }, + { + "标题": "过年应该体面,谁都不要再提钱" + }, + { + "标题": "过年帮老婆清空淘宝购物车,她竟给了我一巴掌。" + }, + { + "标题": "过年家里常出现的 10 种零食,坑你钱还让你胖" + }, + { + "标题": "过年回家遇到这种亲戚,这年太难过了!" + }, + { + "标题": "过年回家路漫漫,预防宝典金不换!" + }, + { + "标题": "过年回家相亲,结果对方一说名字我就笑喷了哈哈哈哈哈哈哈哈哈哈哈" + }, + { + "标题": "过年回家的第一份触动,他们用抖音记录了下来" + }, + { + "标题": "过年啦!请收下这份诚意满满的“年货”(附获奖名单)" + }, + { + "标题": "过年了,处理肉类食物要戴手套吗?" + }, + { + "标题": "过年了, 千万别逼你妈去烫头, 哈哈哈哈哈哈哈哈哈哈" + }, + { + "标题": "过大年!领取这份“政策年货”" + }, + { + "标题": "辟谣:新冠病毒人为制造?引发阴谋论的印度神论文将撤稿" + }, + { + "标题": "辟谣,为了武汉" + }, + { + "标题": "辟谣!这些关于新型冠状病毒的说法,别信!" + }, + { + "标题": "辟谣!这 7 个预防肺炎的方法不仅不靠谱,甚至可能伤害身体" + }, + { + "标题": "辟谣!网传刘庆香同志相关信息严重不实" + }, + { + "标题": "辟谣来了!这7个预防肺炎的方法不靠谱!" + }, + { + "标题": "辟谣来了!这7个预防肺炎的方法不靠谱!" + }, + { + "标题": "辛芷蕾有的不止是野心" + }, + { + "标题": "轻症患者家属自述:冠状病毒肺炎很可恨,但没那么可怕 | 棱镜" + }, + { + "标题": "转!新冠肺炎防控贴士,面对疫情我们至少可以这么做" + }, + { + "标题": "转给长辈!国家给老年朋友的一封信!" + }, + { + "标题": "转给身边人!关于食物和新冠病毒肺炎的传言,只有一条是真的" + }, + { + "标题": "转给湖北同胞!全国指定接待湖北游客酒店信息" + }, + { + "标题": "转扩!请收好这份新型冠状病毒肺炎预防指南" + }, + { + "标题": "转扩!请收好这份新型冠状病毒肺炎预防指南" + }, + { + "标题": "转扩!给即将返岗人员的防护建议" + }, + { + "标题": "转扩!给即将返岗人员的防护建议" + }, + { + "标题": "转扩!给即将返岗人员的防护建议" + }, + { + "标题": "转扩!疫情防控中的9个法律问题,你必须知道!" + }, + { + "标题": "转扩!武汉开通24小时电话接收社会各界爱心捐赠" + }, + { + "标题": "转扩!国家卫健委发布权威口罩使用指南" + }, + { + "标题": "转扩!个人防护54字守则" + }, + { + "标题": "转扩!@在外湖北游客,各地指定接待酒店信息在这里" + }, + { + "标题": "转存!新冠肺炎防控知识手册" + }, + { + "标题": "转发这个费玉清,大家就可以“肺愈清”!!!🧐" + }, + { + "标题": "转发呼吁!“抗疫”不能成“恐鄂”!" + }, + { + "标题": "转发周知!微信开通疫情线索征集入口" + }, + { + "标题": "转危为机:以改革的方式应对疫情提振信心" + }, + { + "标题": "车长5米多,买它能省一辆“飞度”钱,后排还能跷二郎腿!" + }, + { + "标题": "车身加长,还有6座大空间!这台中大型SUV保养竟然免费!" + }, + { + "标题": "跷二郎腿的好处只有一个……" + }, + { + "标题": "跟我的那个他,过了第十个除夕夜" + }, + { + "标题": "跟刘备学做人,向曹操学做事(深度好文)" + }, + { + "标题": "跟儿子登上杂志封面被以为是姐弟恋,这姐姐居然已经64岁了!" + }, + { + "标题": "跟儿子登上杂志封面被以为是姐弟恋,这姐姐居然已经64岁了!" + }, + { + "标题": "跑高速能不能一直用S挡" + }, + { + "标题": "越长大,越想回家过年" + }, + { + "标题": "越是这种时候,这些人渣越是可恨" + }, + { + "标题": "越是穷,越是要早点开始理财" + }, + { + "标题": "越是在关键时刻,越是要独立思考" + }, + { + "标题": "超级简单!5个小实验迅速拯救你的假期无聊" + }, + { + "标题": "超市贺年歌都单曲循环一个月了,你还好意思说没年味?" + }, + { + "标题": "超市买的东西都要消毒?预防要不要戴手套?你最关心的13个问题,答案来了" + }, + { + "标题": "超7000武汉返乡者信息泄漏,被骂“武汉毒人”!“温厚的广东人”却这么做……" + }, + { + "标题": "起飞,去武汉!" + }, + { + "标题": "起初没有人在意这场灾难,直到这灾难和每个人息息相关" + }, + { + "标题": "赶赴一线的战友们,愿你们早日胜利,平安回家!" + }, + { + "标题": "赶紧马住!武汉协和医院医生家属3分钟科普家庭版抗疫防护措施" + }, + { + "标题": "赶紧马住!医生家属3分钟科普家庭版抗疫防护措施" + }, + { + "标题": "赵本山消失的这9年:“人呐,此一时彼一时,过什么河脱什么鞋”" + }, + { + "标题": "赵国屏院士:科研、疾控和临床缺乏协同,希望这是“最后一次教训”" + }, + { + "标题": "走卖场、看菜场……应勇今天实地检查保供稳价工作!" + }, + { + "标题": "走亲访友开啥车最有面子?这样操作,叔叔阿姨都想上车" + }, + { + "标题": "贾玲当妈了,但我还是怀念赵本山当爹的日子" + }, + { + "标题": "贴个对联也能被老爸揍一顿,赚了!" + }, + { + "标题": "贪腐70亿,为建楼驱赶3000平民,第一女首富终于被扒了!" + }, + { + "标题": "质疑:蛇是武汉新型病毒的中间宿主吗?| 商周专栏" + }, + { + "标题": "质疑:蛇是武汉新型病毒的中间宿主吗?" + }, + { + "标题": "貌若天仙,“尬”若惊鸿...美女演员那么多,为啥上春晚的是主持小白佟丽娅?" + }, + { + "标题": "豆瓣涨到9.1!说这国剧牛逼没人会反对" + }, + { + "标题": "豆瓣9.5,它绝对是你宅在家里最值得刷的剧" + }, + { + "标题": "豆瓣9.1,这部高能飙车剧,教你什么叫做爱" + }, + { + "标题": "豆瓣9.1,这么治愈,就该现在看" + }, + { + "标题": "豆瓣9.1,大尺度剧集回归,我们只能偷偷看" + }, + { + "标题": "豆瓣8.9!这才是中国人的春运" + }, + { + "标题": "豆瓣8.8,11岁男童被强暴、分尸,背后的邪恶触目惊心" + }, + { + "标题": "谣言再起!对于新型肺炎的这些\"新消息\",我们有话说…" + }, + { + "标题": "谢谢,我的房东开始免租了" + }, + { + "标题": "谢谢你,赠我一场空欢喜" + }, + { + "标题": "谢谢你,终于出轨了" + }, + { + "标题": "谢娜被黑活该?李易峰新戏?赵丽颖要成电视圈一姐?王鸥抢孙俪角色?王珞丹被打脸?" + }, + { + "标题": "谋财又害命!这些关于武汉新型肺炎的11条谣言,千万不要信!" + }, + { + "标题": "谁能消灭鼠疫?" + }, + { + "标题": "谁能想到,天不怕地不怕的喵星人居然怕这个~" + }, + { + "标题": "谁能想到,一本正经的他们在快手被“扒光”?" + }, + { + "标题": "谁来“罩”我?哪里都买不到,一次性口罩戴了三天舍不得扔" + }, + { + "标题": "读懂这3位民国女人,遇见世间最有趣的灵魂" + }, + { + "标题": "读懂《红楼梦》才知道,母亲的层次,决定孩子的未来" + }, + { + "标题": "诺奖得主在中国捞钱:一次100万,中国人真好骗" + }, + { + "标题": "诸位,不出意外的话都憋坏了吧……" + }, + { + "标题": "请!扩!散!武汉医院请求紧急支援!!!" + }, + { + "标题": "请注意!进入地铁站和有轨电车须佩戴口罩" + }, + { + "标题": "请提醒家人,尤其是老人!口罩应该这样戴" + }, + { + "标题": "请提醒家人,尤其是老人!口罩应该这样戴" + }, + { + "标题": "请提醒家人!口罩应该这样戴" + }, + { + "标题": "请把这份礼物,送给抗疫前线的医护人员" + }, + { + "标题": "请把这份礼物,送给抗疫前线的医护人员" + }, + { + "标题": "请把此文转给你三四五线城市的朋友和亲戚(2020版)!" + }, + { + "标题": "请戴上口罩,这不是玩笑" + }, + { + "标题": "请战!!!" + }, + { + "标题": "请战新型肺炎,她写下现代版“与夫书”" + }, + { + "标题": "请别把离开武汉的500万人全都“游街示众”" + }, + { + "标题": "请允许银行一线人员佩戴口罩上班!!" + }, + { + "标题": "请停止指责「高福院士独享数据,抢发论文,隐瞒真相」!" + }, + { + "标题": "请中国科学院上海药物研究所尊重常识!自重!" + }, + { + "标题": "请不要再自比袁崇焕了好吗?" + }, + { + "标题": "说电影:90秒告诉你!为何野外的东西不能乱吃!" + }, + { + "标题": "说好的老司机呢!你这是在逗我?(第263期)" + }, + { + "标题": "说出来你们可能不信!我遇到了群“神经病”(第187期)" + }, + { + "标题": "该!药店10倍价格卖口罩被查处" + }, + { + "标题": "该操心经济了" + }, + { + "标题": "该操心经济了" + }, + { + "标题": "该怎么得体地用微信拜年?就按这10条方法做" + }, + { + "标题": "该怂的时候怂,该刚的时候刚" + }, + { + "标题": "诗词丨除夕,愿新年,胜旧年!" + }, + { + "标题": "诗词丨大寒大寒,愿我所念之人,岁岁平安" + }, + { + "标题": "试剂盒困局:为何确诊这么难?" + }, + { + "标题": "试剂盒供不应求:武汉新型冠状病毒肺炎确诊之难" + }, + { + "标题": "试剂盒供不应求,武汉新型冠状病毒肺炎确诊之难" + }, + { + "标题": "试剂盒供不应求,武汉新型冠状病毒肺炎确诊之难" + }, + { + "标题": "证据确凿!新冠肺炎病毒来自野生动物" + }, + { + "标题": "论装b,谁能比得过他们?" + }, + { + "标题": "论格局 我只服徐峥:《囧妈》敲定大年初一在线免费播 创造历史首次" + }, + { + "标题": "论机智,谁也比不上这三个星座女!" + }, + { + "标题": "论古人的自我隔离" + }, + { + "标题": "记录我的一顿特别的年夜饭。" + }, + { + "标题": "让空乘心寒的劣质口罩" + }, + { + "标题": "让开心成为一种习惯" + }, + { + "标题": "让居家幸福感飙升的 15 个方法,引起强烈舒适" + }, + { + "标题": "让信息快速流通,是我们对抗疫情的最好方式" + }, + { + "标题": "让企业雪上加霜,北京上海开了一个不好的头" + }, + { + "标题": "让人头疼的老鼠,凭什么在十二生肖中C位出道?" + }, + { + "标题": "让 步(难得好文)" + }, + { + "标题": "认清一个人,三件事就够了" + }, + { + "标题": "警惕!发热咳嗽并非新冠肺炎的唯一首发症状!五个“早”是防治关键" + }, + { + "标题": "詹姆斯到底能不能升至历史第一?" + }, + { + "标题": "触目惊心的中国野生动物黑市" + }, + { + "标题": "解放军,来了!" + }, + { + "标题": "解放军来了!" + }, + { + "标题": "要论文不要人命,要职称不要职责,疫情肆虐,是天灾更是人祸!" + }, + { + "标题": "要有希望,要饱满的生活着 | 任鲁豫「为你读诗」" + }, + { + "标题": "西贝贾国龙:疫情致2万多员工待业 贷款发工资也只能撑3月" + }, + { + "标题": "西装长裙、电动珠帘帽子...这各种刷爆红毯眼球的男人,真的很可以了!" + }, + { + "标题": "西伯利亚海鸥飞到中国蒙圈:没人喂了?" + }, + { + "标题": "褪黑素,真能治好你的失眠吗?" + }, + { + "标题": "装漂亮好累" + }, + { + "标题": "被高估的野味" + }, + { + "标题": "被请去吃野味,佟掌柜却这么说,至今仍振聋发聩" + }, + { + "标题": "被肺炎搞坏的假期里,印度版快手上的沙雕们,拯救了我的无聊" + }, + { + "标题": "被禁十年后,他仍是中国顶级男演员吗?" + }, + { + "标题": "被砍伤医生陶勇往事上热搜!三年前一条微博评论刷爆" + }, + { + "标题": "被病毒锁在家里,可以做哪些事?" + }, + { + "标题": "被清空的武汉:一座没有陌生人的城市" + }, + { + "标题": "被清空、下架,十七年后终于能看到这部历史" + }, + { + "标题": "被暗恋对象表白后就立即失去兴趣。他们是性单恋者,只能暗恋无法恋爱" + }, + { + "标题": "被新型肺炎锁在家的成年人,警惕情绪瘫痪" + }, + { + "标题": "被抛家弃子,消失多年,一代“春晚女神”,真实身份却让人动容……" + }, + { + "标题": "被央视点名的李子柒,真面目曝光:她根本不是仙女!" + }, + { + "标题": "被困武汉城内的宠物们" + }, + { + "标题": "被列为PHEIC,并不意味着“疫区国”" + }, + { + "标题": "被传染病改变的大国兴衰史丨大家" + }, + { + "标题": "被严防死守的武汉人,本身也是受害者啊" + }, + { + "标题": "被严重低估的8.5分良心片,我不敢再看第二遍" + }, + { + "标题": "被iPhone干掉的那些手机" + }, + { + "标题": "袁泉竟曾一度胖到130多斤, 减肥过程如此心酸" + }, + { + "标题": "补助来了!" + }, + { + "标题": "蝙蝠,4100种病毒的聚集体,一个山洞可生活2000万只" + }, + { + "标题": "蝙蝠还是蛇,新型冠状病毒到底从哪来?" + }, + { + "标题": "蝙蝠究竟有什么特别之处,能在体内藏这么多致命病毒?" + }, + { + "标题": "蝙蝠为啥这么厉害?地球人整明白了没有?" + }, + { + "标题": "蝙蝠为啥这么厉害,地球人整明白了没有" + }, + { + "标题": "蝙蝠、蛇、水貂:新型冠状病毒来源之谜待解" + }, + { + "标题": "虾头发黑的虾能吃吗?酸奶助消化吗?15 个饮食小知识让你健康一整年" + }, + { + "标题": "虽迟但到!半场81分致敬!莫雷终于要完蛋了!" + }, + { + "标题": "藏在武汉天气里的秘密,告诉我们为啥疫情会在武汉爆发,中医怎么看?" + }, + { + "标题": "薛兆丰:我们应该赞美那些发国难财的人。胡锡进:卖高价口罩就是发国难财" + }, + { + "标题": "薄世宁:返工返校路上,怎么最大限度保护自己?" + }, + { + "标题": "董卿连续3年缺席春晚的原因曝光,背后真相令人落泪……" + }, + { + "标题": "董卿消失的第3个春晚,她去哪里了?" + }, + { + "标题": "董卿消失的第3个春晚,她去哪里了?" + }, + { + "标题": "董卿再缺席2020春晚,她去哪里了?" + }, + { + "标题": "董卿vs周涛:“拜拜,央视春晚,不和你玩了!”" + }, + { + "标题": "著名主持人康辉失去挚爱429天后痛哭: 我爱的人,再也回不来了......" + }, + { + "标题": "莫言:永远不要羡慕别人的生活" + }, + { + "标题": "莫挨老子.gif" + }, + { + "标题": "药有希望了!美国首例新冠肺炎诊治证明有效,将启动中国临床试验" + }, + { + "标题": "范冰冰复出被捧,古天乐吃泡面遭骂:我们的信仰,是怎么崩坏的?" + }, + { + "标题": "苹果突然公布,库克的工资和年终奖...我看哭了" + }, + { + "标题": "英雄主义,是这个时代的稀缺品?" + }, + { + "标题": "英新冠患者是约克大学学生. 然而看英政府处理措施,英民众有点懵" + }, + { + "标题": "英媒爆料: 梅根婚前女王给她自由, 不拿皇室头衔, 自由生活和拍戏。梅根: 我拒绝..." + }, + { + "标题": "英国正式“脱欧”!" + }, + { + "标题": "英国专家:为什么说1月18号武汉病人可能已经超过4000?" + }, + { + "标题": "苏州免房租,2月免租,3月4月减半!苏州市房地产经纪业协会倡议书。" + }, + { + "标题": "苏M车主注意:现在免分处理交通违法!6分以下…小编亲测,是真的!" + }, + { + "标题": "苍井空直播产子200天后,评论区留下了10000句嘲讽" + }, + { + "标题": "花紧凑型的钱买了辆中型SUV,轴距超过2米7,过年回家就开它!" + }, + { + "标题": "花了30块钱就能解决的事,我为什么还要买天价口罩?" + }, + { + "标题": "节后返京,我被挡在了小区外" + }, + { + "标题": "节后返京,太太太南了" + }, + { + "标题": "色情捐款、逼捐诈捐...这场慈善,变成了沙雕狂欢" + }, + { + "标题": "舌尖上的蝙蝠|大象公会" + }, + { + "标题": "致藏族老乡的一段话——索达吉堪布谈新型冠状病毒肺炎" + }, + { + "标题": "致武汉:这是我们能尽的一点绵薄之力。" + }, + { + "标题": "致新年:幸福安康,百病不侵" + }, + { + "标题": "致新年:家人安康、岁月静好、初心不忘" + }, + { + "标题": "致敬,白衣天使!" + }, + { + "标题": "致敬!逆行者" + }, + { + "标题": "致敬!火神山医院建设者" + }, + { + "标题": "致敬!武汉市金银潭医院院长:身患绝症、妻子被感染,抗击疫情最前线奋战30余天" + }, + { + "标题": "致敬 | 武大“逆行者”,不会孤单独行!" + }, + { + "标题": "致命辐射就在你身边,真相被隐瞒了快 50 年" + }, + { + "标题": "致全体外地返回英德人员的一封信" + }, + { + "标题": "致2020:愿新年,胜旧年!" + }, + { + "标题": "自述:“封城”前5小时,我离开了武汉" + }, + { + "标题": "自诩十项全能,没想到过年还是输给了老姨" + }, + { + "标题": "自我隔离第6天,我被这些硬核防疫笑死了哈哈哈哈哈哈哈" + }, + { + "标题": "脸总是容易发红或发烫,到底是怎么回事?" + }, + { + "标题": "脑残网红为了火浪费十万纸巾!活该被骂!" + }, + { + "标题": "能不能别说了?" + }, + { + "标题": "胡锡进:如果钟南山不说,是不是武汉卫健委会继续隐瞒15名医务被感染?" + }, + { + "标题": "肺炎!我不怕你!" + }, + { + "标题": "肺炎阴影下,这些照片笑着看完又哭了……" + }, + { + "标题": "肺炎阴影下,去机场车站要注意什么?6 个要点,千万牢记!" + }, + { + "标题": "肺炎阴影下,去机场车站要注意什么?6 个要点,千万牢记" + }, + { + "标题": "肺炎阴影下,去机场车站要注意什么?6 个要点,千万牢记" + }, + { + "标题": "肺炎阴影下,去机场车站要注意什么?6 个要点,千万牢记" + }, + { + "标题": "肺炎阴影下最丑陋一幕:求求你,快住手吧!" + }, + { + "标题": "肺炎阴影下最丑陋一幕:求求你,快住手吧!" + }, + { + "标题": "肺炎阴影下最丑陋一幕:求求你,快住手吧!" + }, + { + "标题": "肺炎阴影下如何保护自己和家人?我们帮你整理好了" + }, + { + "标题": "肺炎阴影下如何保护自己和家人?我们帮你整理好了" + }, + { + "标题": "肺炎阴影下如何保护自己和家人?我们帮你整理好了" + }, + { + "标题": "肺炎肆虐56天,创业者集体悲鸣" + }, + { + "标题": "肺炎疫情被列为\"国际关注的突发公共卫生事件\",影响几何?" + }, + { + "标题": "肺炎爆发,国务院发出重磅公告!钟南山给出最新防治方法!赶紧看" + }, + { + "标题": "肺炎恐慌下,如何保护自己和家人?|6个心理防护方案" + }, + { + "标题": "肺炎恐慌下,如何保护自己和家人?|6个心理防护方案" + }, + { + "标题": "肺炎恐慌下,如何保护自己和家人的情绪健康?" + }, + { + "标题": "肺炎封城第8天,5000万网友消失了……" + }, + { + "标题": "肺炎之下,上海5只猫被接连摔死:生活中我们要远离这样的人" + }, + { + "标题": "肺炎与野味" + }, + { + "标题": "肺炎与医闹夹击下的中国医生:虽千万人,吾往矣" + }, + { + "标题": "聪明的女人,不会帮婆家三种忙,而蠢女人才一再插手" + }, + { + "标题": "联动一览,这一年的庄园太热闹啦!" + }, + { + "标题": "聊一聊:通过这次肺炎你看到了什么?" + }, + { + "标题": "聊一聊:春节你用得最多的APP是?" + }, + { + "标题": "聊一款适合“熊孩子”玩的笔记本" + }, + { + "标题": "聊一款能边打游戏边聊天的笔记本" + }, + { + "标题": "聊一款独一无二的笔记本电脑" + }, + { + "标题": "聊一款曾经百花齐放,如今“一家独大”的笔记本" + }, + { + "标题": "聊一款实际表现不错,但却很小众的游戏本" + }, + { + "标题": "聊一款做工升级的限量版笔电" + }, + { + "标题": "聊一个笔记本电脑“无法驾驭”的配置" + }, + { + "标题": "耗尽你阳气的,正是这些行为,一定要戒掉!" + }, + { + "标题": "考研的童鞋!注意啦,停下手头的活,再忙也要看一下!" + }, + { + "标题": "老百姓为什么相信钟南山?" + }, + { + "标题": "老百姓为什么相信钟南山?" + }, + { + "标题": "老板春节只放三天假,其实是为了你好啊(第259期)" + }, + { + "标题": "老外围观火神山:上帝在七天内创造宇宙,我认为上帝就是中国人!" + }, + { + "标题": "老公出轨,小三居然是自己亲妈?? 这泰剧般的狗血剧情居然真实发生了..." + }, + { + "标题": "翻到了30年前的老照片" + }, + { + "标题": "美女寒假学车,结果把教练气炸了,哈哈哈哈哈哈看完爽翻!" + }, + { + "标题": "美国首例新冠病毒确诊病例康复记录:使用remdesivir治疗;粪便中检测出病毒" + }, + { + "标题": "美国首例新冠病毒确诊病例康复全记录" + }, + { + "标题": "美国那个感染了一千多万人的流感到底咋回事" + }, + { + "标题": "美国篮球巨星科比坠机去世 年仅41岁" + }, + { + "标题": "美国确诊首个新型冠状病毒病例,五大国际机场全线筛检" + }, + { + "标题": "美国版“围墙”,关起的不是中国,更像是自己" + }, + { + "标题": "美国爆发40年来最致命流感!6600人死亡,1300万人感染...." + }, + { + "标题": "美国流感与武汉肺炎哪一个更可怕?" + }, + { + "标题": "美国把病毒疫情当作战争手段,一场关系中国命运的战争打响!中国需要众志成城,全民抗战!" + }, + { + "标题": "美国反对无效,英国力挺中国华为,理由有理有据" + }, + { + "标题": "美国华人博物馆大火!85000件珍贵文物或将毁于一旦······" + }, + { + "标题": "美国传染病爆发6000人死亡!事实到底是怎么样的?" + }, + { + "标题": "美国三院院士哈佛大学Lieber教授因中国合作被捕" + }, + { + "标题": "美国“和平队”撤出中国,一碗冷饭终于倒掉了" + }, + { + "标题": "美国5年前制造新型冠状病毒,可致人类传染性肺炎" + }, + { + "标题": "罗胖60秒:进一寸有一寸的欢喜" + }, + { + "标题": "罗胖60秒:还有一周,我们一起做点什么吧?" + }, + { + "标题": "罗胖60秒:谢谢你拯救世界,也请让我们关心你" + }, + { + "标题": "罗胖60秒:歪理有什么共同特征?" + }, + { + "标题": "罗胖60秒:年三十,你还会学习知识吗?" + }, + { + "标题": "罗胖60秒:好工具出现有什么结果?" + }, + { + "标题": "罗胖60秒:六十进制是怎么来的?" + }, + { + "标题": "罗胖60秒:企业究竟赚到了什么?" + }, + { + "标题": "罗胖60秒:什么是“近的思维”?" + }, + { + "标题": "罗胖60秒:什么是“三此主义”?" + }, + { + "标题": "罗胖60秒:“知识春晚”能看到啥?" + }, + { + "标题": "罗胖60秒:“假装学会”有什么好处?" + }, + { + "标题": "罗胖60秒:2020年那个春节你在做什么?" + }, + { + "标题": "罕见!四大国际顶级医学期刊同时发力,连发13篇文章,聚焦武汉肺炎(最新最全的事件总结)" + }, + { + "标题": "网络不是法外之地!英德警方已立案并全力追查谣言散布者!" + }, + { + "标题": "网红用10万张纸吸干游泳池里的水,铺张浪费不该骂?" + }, + { + "标题": "网传有10万人感染?为何出院人数较少?官方最新回应→" + }, + { + "标题": "缺了几十年的「性教育」,快用这剧补上" + }, + { + "标题": "维生素 D 要吃到几岁?30 条鼠年最全的育儿大实话!" + }, + { + "标题": "统计数字之外的人:他们死于“普通肺炎”?" + }, + { + "标题": "绝世高手翻车事件!这才是真正的360°无死角翻脸!" + }, + { + "标题": "绝不能让爸妈看到的大尺度一览" + }, + { + "标题": "给韩国军队应援的女孩儿们,我请你们要点脸" + }, + { + "标题": "给河南硬核防疫点赞的人们,到底想要什么丨大家" + }, + { + "标题": "给武汉市民朋友的一封信" + }, + { + "标题": "给我们的焦虑情绪多一些出口" + }, + { + "标题": "给大伙儿发3000个红包" + }, + { + "标题": "给力丨天下珞珈人,共守一座城!" + }, + { + "标题": "结局了就没人提?假期里重刷的国剧只有它" + }, + { + "标题": "结婚,一定要看家境" + }, + { + "标题": "经习主席批准 军队抽组1400人承担火神山医院医疗救治任务" + }, + { + "标题": "终于!离汉通道暂时关闭" + }, + { + "标题": "终于有人拍出了这一重磅「性丑闻」" + }, + { + "标题": "终于有人打杨超越了…" + }, + { + "标题": "终于大面积报道,大家要保重。。。" + }, + { + "标题": "终于可以尽情看电视的日子,又发现电视没那么好看了。。。" + }, + { + "标题": "组织生产N95口罩等重点物资的企业复工复产、做好春节返工疫情防控……最新消息汇总!" + }, + { + "标题": "纵欲,正在废掉年轻人" + }, + { + "标题": "红死病折磨这个国家已经很久了 | 多读两页005" + }, + { + "标题": "红外测温,加入了疫情防控战" + }, + { + "标题": "红十字会,这是你们最不该忘记的历史" + }, + { + "标题": "红十字会的25个黑幕" + }, + { + "标题": "红十字会刷屏!武汉保安“掐断”央视直播、协和医院仅领2套防护服!火神山医院也出手了" + }, + { + "标题": "红包见人品,更见人心" + }, + { + "标题": "红包见人品,更见人心" + }, + { + "标题": "红包见人品" + }, + { + "标题": "红包就在眼前,却不知道亲戚叫什么的尴尬谁能懂?" + }, + { + "标题": "红会不怕骂" + }, + { + "标题": "累计排除42例疑似病例、增加口罩供应……你关心的防控信息,这场发布会解答了!" + }, + { + "标题": "紧急!黄冈发出求助,需要您的援助之手!" + }, + { + "标题": "紧急!美国暂时禁止中国来的人入境、关签证、停航班,把世卫组织不建议的全做了!" + }, + { + "标题": "紧急!浙江省启动一级响应!杭州大部分景区、活动取消!16万个口罩免费派发(附领取地址)!" + }, + { + "标题": "紧急!江苏启动一级响应!一级响应意味着什么?还有…" + }, + { + "标题": "紧急!武汉病毒肺炎已致321人感染、6人死亡,这5点转发提醒所有人!" + }, + { + "标题": "紧急!杭州请求支援!" + }, + { + "标题": "紧急!广东省教育厅提醒做好延迟开学准备,另有更多高校推迟校考/高考相关测试!" + }, + { + "标题": "紧急!广东启动一级响应!深圳这些地方关闭、活动取消!全国交通免收退票费!" + }, + { + "标题": "紧急!30个省区市启动一级响应!浙江部分高速进出口关闭!长三角铁路这些车次停运!" + }, + { + "标题": "紧急通知:关于新型肺炎,你一定要了解这些事实!" + }, + { + "标题": "紧急通知!全国暂停进入武汉道路水路客运发班" + }, + { + "标题": "紧急提醒:幼儿园预防新型冠状病毒告家长书" + }, + { + "标题": "紧急提醒:公安部正式明确严禁擅自封路,如此“封村”不可取,可能涉嫌犯罪!" + }, + { + "标题": "紧急提醒:公安部正式明确严禁擅自封路,如此“封村”不可取,可能涉嫌犯罪!" + }, + { + "标题": "紧急提醒!周口市卫健委致全市广大居民的一封信!" + }, + { + "标题": "紧急扩散,重复使用口罩千万不能碰水" + }, + { + "标题": "紧急扩散!锡林浩特急寻和患者同超市购物及公交同乘人员" + }, + { + "标题": "紧急扩散!这些车次和航班已有肺炎病例确诊,乘坐过的旅客需要隔离观察!" + }, + { + "标题": "紧急扩散!这些车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这些车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这 196 个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这375个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这283个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这283个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这235个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这198个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这196个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这196个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这116个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!这116个车次、航班发现患者,急寻同行人!" + }, + { + "标题": "紧急扩散!确诊患者同行程查询工具来了!!" + }, + { + "标题": "紧急扩散!疫情期间机关单位保密须知" + }, + { + "标题": "紧急扩散!海口急寻23名新型冠状病毒感染的肺炎密切接触者!" + }, + { + "标题": "紧急扩散!急寻这四趟列车上的乘客" + }, + { + "标题": "紧急扩散!急寻这三辆客车上的乘客" + }, + { + "标题": "紧急扩散!急寻和确诊患者同行人员!" + }, + { + "标题": "紧急扩散!急寻23日G1278次2号车厢乘客!" + }, + { + "标题": "紧急扩散!急寻22日深圳ZH4751次航班旅客" + }, + { + "标题": "紧急扩散!急寻22日K1068次4号车厢乘客!" + }, + { + "标题": "紧急扩散!急寻22日K1068次4号车厢乘客!" + }, + { + "标题": "紧急扩散!急寻21日D3937次动车7号车厢乘客" + }, + { + "标题": "紧急扩散!急寻20日大巴吉JG4666乘客" + }, + { + "标题": "紧急扩散!急寻20日大巴吉JG4666乘客" + }, + { + "标题": "紧急扩散!急寻20日中巴晋C60695乘客" + }, + { + "标题": "紧急扩散!急寻19日K1276列车10号车厢乘客" + }, + { + "标题": "紧急扩散!急寻18日K1366次列车4号车厢乘客" + }, + { + "标题": "紧急扩散!发现确诊患者!海南急寻HU7654、CA1646两航班的乘客!" + }, + { + "标题": "紧急寻人!这些车次、航班内有新型肺炎患者" + }, + { + "标题": "紧急寻人!这些车次、航班内有新型肺炎患者" + }, + { + "标题": "紧急寻人!这些车次、航班内有新型肺炎患者" + }, + { + "标题": "紧急呼吁!防控疫情,别把农村漏了!" + }, + { + "标题": "紧急呼吁!请把医用N95口罩留给一线医护" + }, + { + "标题": "紧急关注!今年高考会推迟吗?官方回应来了!" + }, + { + "标题": "米老鼠和皮卡丘的真实身份是啥?经典动漫中的鼠类身世大揭秘" + }, + { + "标题": "篮球巨星科比坠机身亡:生命无常,谢谢你激励大家追逐梦想" + }, + { + "标题": "等这一切过去,春光与你共赴 |「为你读诗」" + }, + { + "标题": "等疫情过去,你要记得这四件事" + }, + { + "标题": "等疫情结束,我们一起旅行吧" + }, + { + "标题": "等渡过这一关,我们就出去说“老子是武汉人”" + }, + { + "标题": "等武汉樱花开了,我们相约一起去吧" + }, + { + "标题": "等你好了,我们一起去吃热干面" + }, + { + "标题": "第四版诊疗方案公布:潜伏期一般3至7天" + }, + { + "标题": "第四版诊疗方案公布:潜伏期一般3至7天" + }, + { + "标题": "第一次跟男生同居是什么体验?" + }, + { + "标题": "第一次尝到冰淇淋的小朋友" + }, + { + "标题": "第一次去对象家过年,如何拿下所有亲戚?(男女通用版)" + }, + { + "标题": "第一次到北方婆婆家吃饺子,太好吃了!" + }, + { + "标题": "竹鼠算野味吗?" + }, + { + "标题": "竹鼠是“野味”吗?" + }, + { + "标题": "端茶倒水哄睡觉,顺便还得捏个脚......这届姐姐太难带了" + }, + { + "标题": "竟然有百公里2.8L油的路虎?" + }, + { + "标题": "竟然有人卖假口罩!刑拘!" + }, + { + "标题": "竟然有人卖假口罩!刑拘!" + }, + { + "标题": "突破性进展!新冠病毒特效药?次日即退烧,不需吸氧,疗效堪称神奇!" + }, + { + "标题": "突破性进展!新冠病毒特效药?次日即退烧,不需吸氧,疗效堪称神奇!" + }, + { + "标题": "突破性进展!新冠病毒特效药?次日即退烧,不需吸氧,疗效堪称神奇!" + }, + { + "标题": "突发!钟南山重要发声,A股保卫战打响!" + }, + { + "标题": "突发!美宣布进入紧急状态,全球市场闪崩,美股暴跌超600点!" + }, + { + "标题": "突发!美国西雅图确诊首例新型冠状病毒肺炎,患者来自中国!" + }, + { + "标题": "突发!美国第3例肺炎疑现德州!传美国包机撤侨" + }, + { + "标题": "突发!美国禁止中国公民直接去美国!日本新加坡停发中国公民签证!新加坡拒绝入境;意大利进入紧急状态,多国加入限制" + }, + { + "标题": "突发!美国确诊武汉肺炎!中国324例,出现感染14人超级传播者!别再心存侥幸!" + }, + { + "标题": "突发!美国出现首个肺炎人传人病例!" + }, + { + "标题": "突发!美国三院院士、哈佛大学教授被捕,曾培养一大批中国学者" + }, + { + "标题": "突发!继武汉后,多地封城!机票/火车票,全国可退!贺岁电影,撤档!史上最大限流..." + }, + { + "标题": "突发!继新加坡后,美国宣布:14天内到访中国的外国人,将被禁止入境!多国限制,一篇看全..." + }, + { + "标题": "突发!科比在一起直升机事故中去世。" + }, + { + "标题": "突发!白宫考虑取消中美间所有航班!?先别慌,反转来了!" + }, + { + "标题": "突发!病毒还没走,科比带着13岁的女儿,走了……" + }, + { + "标题": "突发!澳洲首例“新型肺炎”疑似感染者出现!现已隔离!刚从武汉探亲归来!澳洲机场开启严查!" + }, + { + "标题": "突发!洛杉矶机场出现美国第2例疑似武汉肺炎患者!" + }, + { + "标题": "突发!武汉封城!死亡飙升!多国严防中国游客,入关慢/怕隔离/影响签证成忧..." + }, + { + "标题": "突发!武汉宣布“封城”!全部离汉通道关闭!澳洲总理紧急宣布: 武汉旅游安全等级“高度谨慎”!各机场政策都在这里!" + }, + { + "标题": "突发!多国拒接中国客!港澳签注/入台证停发!菲/斯暂停落地签!新马禁湖北人入境..." + }, + { + "标题": "突发!噩耗!科比在一起飞机事故中不幸去世,同行5人无一生还" + }, + { + "标题": "突发!双黄连口服液彻底火了!最新研究:能抑制新型冠状病毒!网店\"秒光\"…" + }, + { + "标题": "突发!NBA篮球巨星科比意外身亡!与13岁女儿坠机遇难,乘客无一生还!" + }, + { + "标题": "突发:汉莎/瑞航/加航等停飞中国!抓紧改签防滞留!更多航司恐加入/签证可能收紧;官方公布限制中国游客入境国家" + }, + { + "标题": "穿过疫区的外卖" + }, + { + "标题": "穷乡僻壤的牛饲料,居然能让人一夜暴富?" + }, + { + "标题": "稳定的代价" + }, + { + "标题": "稳住,我们能赢!" + }, + { + "标题": "稳了!!今天,武汉肺炎再爆大消息!该来的真的来了!" + }, + { + "标题": "稳了!!今天,武汉肺炎再爆大消息!该来的真的来了!" + }, + { + "标题": "秦淮八艳中唯一的侠女:她有最盛大的婚礼,最凄凉的落幕" + }, + { + "标题": "秦小明:20000只N95口罩,免费送!一半捐赠武汉(内附领取方式)" + }, + { + "标题": "租女友“价目表”:600带回家,1500同床睡?" + }, + { + "标题": "科比:我离开后,你们才会真正明白我的价值" + }, + { + "标题": "科比,再见" + }, + { + "标题": "科比,人生起落是无常" + }, + { + "标题": "科比飞机失事录音曝光:命运无常,你只能看着生命一点点坠落" + }, + { + "标题": "科比遗体已经找到,他的最后一天是这样度过的" + }, + { + "标题": "科比逝世,曼巴精神如何体现在巨星穿衣习惯里?" + }, + { + "标题": "科比逝世,但有人因此狂欢,消费逝者!这是人性的泯灭还是一场精心策划的营销?" + }, + { + "标题": "科比走了,我猜到故事的开头,却没猜到故事的结局" + }, + { + "标题": "科比突然去世,脚步停留在41岁" + }, + { + "标题": "科比突然去世,洛杉矶凌晨四点的星星坠落了" + }, + { + "标题": "科比突然去世,洛杉矶凌晨四点的星星坠落了" + }, + { + "标题": "科比空难去世,2020让我窒息。" + }, + { + "标题": "科比离开24小时,蔡徐坤遭全网通缉" + }, + { + "标题": "科比离开24小时,蔡徐坤遭全网通缉" + }, + { + "标题": "科比离世的36个小时,谁又在丢人" + }, + { + "标题": "科比离世、武汉肺炎遇难81人:生命无常,来不及说再见" + }, + { + "标题": "科比生前飞机最后录音曝光!坠机原因也基本查明!法医报告令人心碎..." + }, + { + "标题": "科比意外去世,但曼巴精神不会消失" + }, + { + "标题": "科比怎么会就这么走了?怎么可能?!" + }, + { + "标题": "科比坠机身亡,生前最后一条微博引泪崩:生命来来往往,来日并不方长" + }, + { + "标题": "科比坠机身亡,洛杉矶时间停止在凌晨四点" + }, + { + "标题": "科比坠机身亡后,生前最后录音曝光:好好活着,比什么都强" + }, + { + "标题": "科比坠机离世:人生来不过是一片云雾…" + }, + { + "标题": "科比坠机原因查明!飞行员做了一个致命决定!最后的录音也公布了" + }, + { + "标题": "科比坠机丧生:生命来来往往,来日从不方长" + }, + { + "标题": "科比在天堂,如果没有她陪伴" + }, + { + "标题": "科比去世,生前最后一条微博引泪崩:余生,请你珍惜" + }, + { + "标题": "科比去世,失事原因曝光:世事无常,愿你平安" + }, + { + "标题": "科比去世,却暴露出一些人丑陋的样子!" + }, + { + "标题": "科比去世后,詹姆斯终于发声了!欧文,保罗宣布退出比赛!" + }, + { + "标题": "科比去世了,带着他最心爱的女儿!这是我一辈子都无法接受的噩耗" + }, + { + "标题": "科比去世了!一生无法接受的噩耗!" + }, + { + "标题": "科比去世12小时:有人为他彻夜流泪,有人忙着用他赚钱" + }, + { + "标题": "科比与瓦妮莎最后的约定,成为永远的心痛!" + }, + { + "标题": "科比与女儿离世:我们随时面临着太迟的可能性" + }, + { + "标题": "科比·布莱恩特,讲不出再见" + }, + { + "标题": "科比·布莱恩特坠机去世" + }, + { + "标题": "科技美学致武汉的一点心意,加油!" + }, + { + "标题": "科学溯源:到底是谁把新冠病毒带到了武汉?" + }, + { + "标题": "离开武汉的武汉人" + }, + { + "标题": "离开武汉的 500 万人,他们到底做错了什么?" + }, + { + "标题": "离开武汉的500多万人去哪了?这三个地方最多!" + }, + { + "标题": "离开武汉的500万人都去了哪里?Excel分析图告诉你!" + }, + { + "标题": "离家前的24小时" + }, + { + "标题": "禁令、销量暴涨、251,2019年华为这一整年都经历了什么?" + }, + { + "标题": "神经科学界大地震!诺奖级泰斗将携团队移居中国,与蒲慕明院士强强联手" + }, + { + "标题": "神仙阵容,重磅丑闻,这片揭露了传媒大佬如何玩弄女性" + }, + { + "标题": "祖传式还钱?老赖欠17万想分141年还清,每月只还100元" + }, + { + "标题": "祈福壁纸 | 武汉别怕,我们一起加油!" + }, + { + "标题": "社评:必须向顾全大局的所有武汉市民致敬" + }, + { + "标题": "社区如何防控疫情?国家卫健委印发工作方案!" + }, + { + "标题": "社会不告诉你的,社会学家悄悄告诉你" + }, + { + "标题": "碾压同级!顶配却不到12万!今年买SUV必看!" + }, + { + "标题": "确诊超万例,死亡259例,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "确诊的妈妈,隔离的除夕夜" + }, + { + "标题": "确诊病例破千:为何SARS用了4个月,武汉肺炎只用了25天?" + }, + { + "标题": "确诊患者破万!钟南山提示:有个地方最危险,但你天天去!" + }, + { + "标题": "确诊两天后去世,但官方没有他的名字:六个湖北女孩的封城日记" + }, + { + "标题": "确诊9811例,死亡213例,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "确诊9810例,死亡213例:这场疫情中,没人能独善其身" + }, + { + "标题": "确诊17205例,湖北破万,治愈人数大幅超过死亡人数 | 疫情日报" + }, + { + "标题": "确诊14411例,医务人员们哭了" + }, + { + "标题": "确诊13831例,医护人员们哭了" + }, + { + "标题": "确诊11890例,医务人员们哭了" + }, + { + "标题": "确诊11825例,医务人员们哭了" + }, + { + "标题": "硬核!四川美女丢下化妆品衣物,行李箱扛回5800个口罩!更有这批浙江人背回2吨…" + }, + { + "标题": "硬核!今天,泰州万达附近上空,出现警方无人机……" + }, + { + "标题": "硬核防疫,网友把家玩成了游乐场!" + }, + { + "标题": "硬核技术博主为残疾妻子在家里挖出一部电梯!这糖简直又硬又甜!" + }, + { + "标题": "石榴精神(石榴熟了)捐款二十万元助力抗击新冠肺炎" + }, + { + "标题": "石力宠粉!免费加油、华为手机…寻找22888元锦鲤!" + }, + { + "标题": "瞄准三个重点方向打出“组合拳”!应勇今天再次检查疫情防控工作" + }, + { + "标题": "睡大自己39岁女星,同居13年,继承70亿财产,最后他却说后悔了" + }, + { + "标题": "睡在天堂的爱(泪奔)" + }, + { + "标题": "眼科医生被砍断手筋职业生涯报废,曾免费为千人做手术" + }, + { + "标题": "真相本身不造成恐慌,真相的缺席才令人恐慌" + }, + { + "标题": "真的?假的!" + }, + { + "标题": "真正的高贵(值得一读)" + }, + { + "标题": "真正的高情商,就是不说实话" + }, + { + "标题": "真正的自律,就是战胜你自己" + }, + { + "标题": "真正的成熟,是接受人生的平凡" + }, + { + "标题": "真正厉害的人,都有点怂" + }, + { + "标题": "真正厉害的人,早把人生调成了“静音模式”" + }, + { + "标题": "真正厉害的人,早就戒掉了情绪" + }, + { + "标题": "真正人品好的人,都有这几个特征,请深交一辈子" + }, + { + "标题": "看,这就是武汉人!" + }, + { + "标题": "看看这几条标语横幅,你就明白为什么要依靠人民群众了" + }, + { + "标题": "看完,你再不戴口罩才叫牛逼" + }, + { + "标题": "看完,你再不戴口罩才叫牛逼" + }, + { + "标题": "看完,你再不戴口罩才叫牛逼" + }, + { + "标题": "看完这些后…对不起我瞎了" + }, + { + "标题": "看完泪崩的20张女性照片:驰援武汉,请缨战疫,谢谢你姑娘!" + }, + { + "标题": "看她十年照片,总结出六个变美知识点" + }, + { + "标题": "看了钟南山院士的夫人才知道,什么叫真正的名门贵族" + }, + { + "标题": "看了钟南山院士的夫人才知道,什么叫真正的名门贵族" + }, + { + "标题": "看了钟南山院士的夫人才知道,什么叫真正的名门贵族" + }, + { + "标题": "看了钟南山院士的夫人才知道,什么叫真正的名门贵族" + }, + { + "标题": "看了钟南山院士的夫人才知道,什么叫真正的名门贵族" + }, + { + "标题": "看了钟南山院士的夫人才知道,什么叫真正的名门贵族" + }, + { + "标题": "看了钟南山院士的夫人才知道,什么叫真正的名门贵族" + }, + { + "标题": "眉州东坡正常营业,包括武汉店!总裁梁棣:“怕”是没有结果的,必须战" + }, + { + "标题": "省委书记暗访防疫,被村口大爷赶走了" + }, + { + "标题": "相继出现2岁、9岁的新型肺炎患者!家长最关心的九个问题一次说清楚" + }, + { + "标题": "相爱不过一眼,相忘需要经年" + }, + { + "标题": "直面新型肺炎事件,我们需要真相、科学和文明丨大家" + }, + { + "标题": "直播带货火爆,我们为什么追着主播买买买?薛兆丰有话说" + }, + { + "标题": "直接接触待查病例等医务人员,每人每天补助 300 元" + }, + { + "标题": "直击肺炎疫情下的武汉、北京、香港" + }, + { + "标题": "直击武汉:红会掌控物资待发,协和另获捐赠应急" + }, + { + "标题": "盲目恐惧与理智恐惧" + }, + { + "标题": "目前尚无特异性抗冠状病毒药物证实有效:柳叶刀发表首批临床数据报告" + }, + { + "标题": "目击:武汉火神山医院开建首日挖出“57个游泳池”土方,正月初十前完工" + }, + { + "标题": "皮特安妮斯顿15年后罕见同框!当事人没咋,推特网友们炸裂了" + }, + { + "标题": "百年来最凶猛传染病,如何从天灾变成人祸?" + }, + { + "标题": "百子贺春图,见者得福!" + }, + { + "标题": "百公里油耗5.4L,颜值高空间大,买它稳赚不赔!" + }, + { + "标题": "百万级美妆博主翻车!粉扑开裂、口红长毛…自家品牌心里都没点谱吗?" + }, + { + "标题": "白鲟灭绝:“抱歉啊,没能和你走到2020。”" + }, + { + "标题": "白色狗妈妈却生出一只柠檬绿色的小奶狗,背后原因简直哈哈哈..." + }, + { + "标题": "白羊座在2020也太顺了!" + }, + { + "标题": "白岩松八问钟南山:新型冠状病毒肺炎,情况到底如何?" + }, + { + "标题": "瘟疫降临后,那些普通武汉人的点点滴滴" + }, + { + "标题": "瘟疫来袭,村民牺牲自己挽救整个英国:主为我们舍命,​我们也当为弟兄舍命。" + }, + { + "标题": "瘟疫战争" + }, + { + "标题": "瘟疫下的帝国富商,和,抗疫国士" + }, + { + "标题": "病毒都把全国网友憋成什么样了!但这自娱自乐精神很赞啊" + }, + { + "标题": "病毒进入体内的48小时。" + }, + { + "标题": "病毒进入体内的48小时。" + }, + { + "标题": "病毒进入体内的48小时…" + }, + { + "标题": "病毒进入体内的48小时" + }, + { + "标题": "病毒进入体内的48小时" + }, + { + "标题": "病毒还在肆虐,科比和13岁女儿突然坠机遇难…2020只愿你平安!" + }, + { + "标题": "病毒肺炎的新药新疫苗,什么时候能等到?" + }, + { + "标题": "病毒肆虐,武汉封城:求你了!千万认清背后7个真相" + }, + { + "标题": "病毒肆虐的当下,还能叫外卖吗?" + }, + { + "标题": "病毒简史:人类对大自然的不知敬畏,才是一切灾难的源头" + }, + { + "标题": "病毒来源确认,钟南山预言成真!再次紧急发声:这些人别再作孽了!" + }, + { + "标题": "病毒来源确认,钟南山预言成真!再次紧急发声!这些人别再作孽了!" + }, + { + "标题": "病毒来源确认,钟南山再次紧急发声:这些人别再作孽了!" + }, + { + "标题": "病毒来了,科比去了:上帝带不走傻B" + }, + { + "标题": "病毒学家卢山:接下来疫情很可能变化,甚至通过一段时间完全消失" + }, + { + "标题": "病毒变异了吗?目前物资供应最缺哪些?假期是否延长?最新官方回应来了→" + }, + { + "标题": "病毒凶险,白衣逆行,请平安凯旋!拜托了!" + }, + { + "标题": "病毒传播的“蝴蝶效应”,看完后不寒而栗……" + }, + { + "标题": "病毒中的逆行者,84岁钟南山:你们在家好好过年,我去武汉好好上班……" + }, + { + "标题": "病毒专家管轶:要防止新型冠状病毒出现高效人传人" + }, + { + "标题": "病毒“人传人”去年12月中旬或已发生?武汉肺炎传播性、致死率暂低于SARS,两大医学顶刊发布相关患者数据" + }, + { + "标题": "病例还会不会大规模增加?听钟南山怎么说" + }, + { + "标题": "疾病袭城,武汉的医生们正在经历些什么?" + }, + { + "标题": "疾控中心表示:病毒来源是非法销售的野生动物" + }, + { + "标题": "疯狂的口罩" + }, + { + "标题": "疯狂的双黄连疯狂的人啊,双黄连6个真相每个人中国人必须知道!" + }, + { + "标题": "疫苗正在研发!告诉你30条好消息" + }, + { + "标题": "疫苗正在研发!告诉你30条好消息" + }, + { + "标题": "疫苗正在研发!告诉你30条好消息" + }, + { + "标题": "疫病是敌人,武汉人不是!隔离病毒别隔离人心" + }, + { + "标题": "疫期生活中,我们最应该重读这本书" + }, + { + "标题": "疫情!像一面镜子,尽显人性善恶" + }, + { + "标题": "疫情面前,这就是我们的军人!" + }, + { + "标题": "疫情面前,致我在乎的人" + }, + { + "标题": "疫情防治的协和解决方案公布!该怎么做?详细解答来了!" + }, + { + "标题": "疫情防控,阿克苏市公安在前线!" + }, + { + "标题": "疫情防控进入关键时期,这9个问题每个人都会关心!" + }, + { + "标题": "疫情防控手段多,各村大喇叭喊话大PK" + }, + { + "标题": "疫情防控中的北京 | 一小区因疑似病例被封闭" + }, + { + "标题": "疫情防控不能顾此失彼!兼顾社会正常运转不是一句口号" + }, + { + "标题": "疫情重压下的武汉殡葬服务:封城影响处理时间,患者遗体限定殡仪馆接收" + }, + { + "标题": "疫情还要持续多久?科研进展如何?春运返程会有什么影响?钟南山的回答来了!" + }, + { + "标题": "疫情辟谣!!来了" + }, + { + "标题": "疫情话题继续刷屏!病毒来源、易感人群等基本明确,WHO将紧急磋商…另有8大谣言请提防" + }, + { + "标题": "疫情让很多东西都现了原形" + }, + { + "标题": "疫情解除前全国禁止野生动物交易,那解除后呢?" + }, + { + "标题": "疫情观察日记 | 被隔离六天出院后,医生说把衣服扔了吧" + }, + { + "标题": "疫情被世卫组织列入PHEIC:对中国会有影响,但绝没有网传的那么夸张" + }, + { + "标题": "疫情蔓延全国!前线照片曝光,第一张就泪目了……" + }, + { + "标题": "疫情蔓延全国!前线照片曝光,第一张就泪目了……" + }, + { + "标题": "疫情蔓延下最丑陋一幕:求求你们,快闭嘴吧" + }, + { + "标题": "疫情笼罩下的新年:好好活着,比什么都重要" + }, + { + "标题": "疫情目前处于什么时期?交通管制会扩大到全国吗?官方回应了" + }, + { + "标题": "疫情的最新形势,你必须知道" + }, + { + "标题": "疫情环伺,你如何过一天,就如何过一生" + }, + { + "标题": "疫情爆发的第七天:全国人民抗击新型肺炎实录" + }, + { + "标题": "疫情灾难下:请保持理性,不要再加入乌合之众的狂欢" + }, + { + "标题": "疫情灾难下的呼吁:请保持理性,不要再加入乌合之众的狂欢" + }, + { + "标题": "疫情漏报瞒报?国务院发话了!" + }, + { + "标题": "疫情源头的华南海鲜市场背后:至今未露面的余氏家族和神秘女人赵红" + }, + { + "标题": "疫情汹汹,武汉医护24小时待命;病毒凶猛,一人传染14名医护说明什么?" + }, + { + "标题": "疫情杀到!美国进入\"紧急状态\",美股闪崩!暴跌超600点…" + }, + { + "标题": "疫情期间,有件事可能比戴口罩还重要,很多人忽视了" + }, + { + "标题": "疫情期间,有件事可能比戴口罩还重要,很多人忽视了" + }, + { + "标题": "疫情期间,有件事可能比戴口罩还重要,很多人忽视了" + }, + { + "标题": "疫情期间,家有老人怎么办?做好 12 件小事就行" + }, + { + "标题": "疫情期间,宅在家里也需要注意的11件事" + }, + { + "标题": "疫情期间,孩子还能不能去打疫苗?可以出门透气吗?9 大难题一次说清" + }, + { + "标题": "疫情期间,如何安心宅在家?做好 11 件小事就行" + }, + { + "标题": "疫情期间,如何安心宅在家?做好11件小事就行" + }, + { + "标题": "疫情期间疫苗打不打?身边有疑似病例怎么办?解答妈妈关心的13个问题" + }, + { + "标题": "疫情暂不构成国际公共卫生紧急事件,但仍然是紧急情况|WHO 紧急委员会的声明" + }, + { + "标题": "疫情是面照妖镜,照出了国士无双,也照出了“最精致的利己主义者”" + }, + { + "标题": "疫情是面照妖镜" + }, + { + "标题": "疫情是否比非典严重?有无超级传播者?春节如何防控?国家卫健委回应了" + }, + { + "标题": "疫情是否比SARS严重?康复者是否会二次传染?是否会传染宠物?李兰娟院士权威回应了!" + }, + { + "标题": "疫情时期,全家这样吃更安全!8个保胃知识要牢记" + }, + { + "标题": "疫情早期武汉反应慢了吗?北京现在安全吗?你想知道的事,疾控专家都说了!" + }, + { + "标题": "疫情拐点将到?陈薇院士:最坏打算,最充分方案,最长期奋战!" + }, + { + "标题": "疫情当前,香港暴徒烧病房,医护人员大罢工?!" + }, + { + "标题": "疫情当前,需要推迟产检吗?最全孕产防护攻略来了" + }, + { + "标题": "疫情当前,阿里巴巴一声吼:淘宝上,天猫上,阿里健康上,饿了么上,菜鸟上……" + }, + { + "标题": "疫情当前,竟有人哄抬口罩价格?曝光!处罚!" + }, + { + "标题": "疫情当前,摄影师镜头下的武汉" + }, + { + "标题": "疫情当前,摄影师镜头下的武汉" + }, + { + "标题": "疫情当前,1 个链接 3 大功能,帮你沉着应对新型肺炎" + }, + { + "标题": "疫情当前如何保护孩子?儿科医生建议这样做" + }, + { + "标题": "疫情当前如何保护孩子?儿科医生建议这样做" + }, + { + "标题": "疫情就是领导考卷!河南这次为什么表现如此优秀?" + }, + { + "标题": "疫情对中国经济的影响分析与政策建议" + }, + { + "标题": "疫情对中国经济的影响分析与政策建议" + }, + { + "标题": "疫情如何影响2020的房地产?这15位地产人分析得很靠谱" + }, + { + "标题": "疫情大爆发第10天,不要再神化韩红了!" + }, + { + "标题": "疫情后去第一次去办公室的流水账" + }, + { + "标题": "疫情发生源自试验室病毒泄露?专家回应来了!" + }, + { + "标题": "疫情危机中不被看见的人们:武汉周边城市百姓的自救行动" + }, + { + "标题": "疫情危机中不被看见的人们:武汉周边城市百姓的自救行动" + }, + { + "标题": "疫情危机下,一位 CEO 的防疫公开信火了:在不确定的世界强悍地活着" + }, + { + "标题": "疫情升级为全球突发卫生事件,对中国意味着什么?" + }, + { + "标题": "疫情刻不容缓,必须吹爆河南!" + }, + { + "标题": "疫情凶猛!农村防疫不能光靠“劝”" + }, + { + "标题": "疫情似火,医学界将面临5大挑战……" + }, + { + "标题": "疫情会不会大爆发?钟南山给出最新判断,你是时候去做这件事了!" + }, + { + "标题": "疫情以来,最重要的那个防控措施一直没被重视" + }, + { + "标题": "疫情之后,即将发生的10大变化!(强烈推荐)" + }, + { + "标题": "疫情之下,我和公司都快熬不住了" + }, + { + "标题": "疫情之下,我和公司都快熬不住了" + }, + { + "标题": "疫情之下,我们看到了中国科技的速度与力量" + }, + { + "标题": "疫情之下,我们普通人应该怎么办?" + }, + { + "标题": "疫情之下,全球金融市场大跌开盘" + }, + { + "标题": "疫情之下,49岁韩红败光上亿家产:我们都欠韩红一个道歉!" + }, + { + "标题": "疫情中的跨年夜:平安活着,就是团圆!一场硬仗,我们必胜!" + }, + { + "标题": "疫情中的绝佳投资机会:你们恐惧我贪婪" + }, + { + "标题": "疫情中的真实湖北农村" + }, + { + "标题": "疫情严峻,返程大军如何“安全着陆”?" + }, + { + "标题": "疫情严峻!恳请向武汉医护伸出援助之手!" + }, + { + "标题": "疫情下餐饮龙头都撑不过三个月,小餐馆可怎么办?" + }, + { + "标题": "疫情下的马云:杀不死我的,必使我更强大" + }, + { + "标题": "疫情下的老年人如何避免感染?这18个建议转给爸妈看" + }, + { + "标题": "疫情下的老年人如何避免感染?这18个建议转给爸妈看" + }, + { + "标题": "疫情下的北京:返京潮已来,北京现状如何?l 实地探访记录" + }, + { + "标题": "疫情下的北京" + }, + { + "标题": "疫情下的14亿普通人。" + }, + { + "标题": "疫情下如何保持情绪稳定,收好这份专家建议" + }, + { + "标题": "疫情、春节档、奥斯卡、科比、 故宫大G、澳洲大火等等" + }, + { + "标题": "疫区国?刚刚世卫组织定性中国疫情的结果来了!对我国航贸的影响到底有多大?" + }, + { + "标题": "疑似新型冠状病毒感染者在家里应该怎么护理?世卫组织发布了新指南!!" + }, + { + "标题": "疑似感染新冠病毒,自我隔离四天好转,同济医院周医生怎么做到的" + }, + { + "标题": "留学生热心募集50000口罩捐武汉,医生感慨“一线不能用”,发生了什么?" + }, + { + "标题": "留在武汉的1200万人:封城隔离病毒,但不隔离爱" + }, + { + "标题": "男生真的忘不了前任吗?我采访了1000个男生" + }, + { + "标题": "男生的乳头到底有什么用???" + }, + { + "标题": "男生喜欢你和想撩你的区别" + }, + { + "标题": "男子马路中央围观车祸还怼民警:我的命我有数 结果手脚被撞断" + }, + { + "标题": "男子车祸现场拍照凑热闹,下一秒被撞倒骨折| 冷兔小报 No.402" + }, + { + "标题": "男人爱不爱你,看这个细节就知道了" + }, + { + "标题": "男人有三样东西,只会给自己心爱的女人" + }, + { + "标题": "男人最惦记的,永远是这种女人!" + }, + { + "标题": "男人偷情后,掩盖不住的7种表现,一抓一个准!" + }, + { + "标题": "男人什么时候最想和前任复合?" + }, + { + "标题": "男人什么时候最想和前任复合?" + }, + { + "标题": "电影拍一半,女主角死了怎么办?" + }, + { + "标题": "由怀念科比遭嘲讽想到的…" + }, + { + "标题": "田轩喊话薛兆丰:经济学家应该守住基本的道德和伦理的底线 薛兆丰:经济学者的任务不是标榜个人道德" + }, + { + "标题": "田亮发布女儿照片:长大后,森碟身材太好了!" + }, + { + "标题": "用这种方式爱你的人,一定要珍惜" + }, + { + "标题": "用过的口罩,需要剪碎或烧掉吗?" + }, + { + "标题": "用过的口罩需要用开水烫一下再扔吗?" + }, + { + "标题": "用数据告诉你,新型冠状病毒传染性有多强?" + }, + { + "标题": "用对这招,春节用手机也能看爽大片" + }, + { + "标题": "用吉祥再一次定义新国潮" + }, + { + "标题": "用口罩发财的那批人,正在借科比的死暴富:永远不要低估人性的恶" + }, + { + "标题": "用口罩发财的那批人,正在借科比的死暴富:永远不要低估人性的恶" + }, + { + "标题": "用口罩发财的那批人,正在借科比的死暴富:永远不要低估人性的恶" + }, + { + "标题": "用口罩发财的那批人,正在借科比暴富:永远不要低估人性的恶" + }, + { + "标题": "用“别摸我”调侃宝马的宁浩,给BMW写了一封家书" + }, + { + "标题": "用Switch健身,玩剧本杀找对象……2020就指着这些脑洞娱乐活" + }, + { + "标题": "生门:一个乡村女医生的40年" + }, + { + "标题": "生肉、生鱼片不要随便吃,你受不了。" + }, + { + "标题": "生猛小哥让牙医一口气拔掉四颗智齿…怎么变成这画风了哈哈哈哈哈哈!" + }, + { + "标题": "生活不易,还好有你" + }, + { + "标题": "生娃后,第一批中年妈妈已变成“隐形土豪”" + }, + { + "标题": "生下赌王长孙后,奚梦瑶现身被嘲:连身家千亿的女人,也逃不过生育的摧残" + }, + { + "标题": "瑞鼠迎春丨恭祝大家新春快乐,鼠年大吉!" + }, + { + "标题": "瑞幸遭浑水做空,89 页匿名报告一夜削去 10% 股价" + }, + { + "标题": "瑞幸咖啡遭做空大跌!浑水称其财务和运营数据造假 | 附报告翻译及全文" + }, + { + "标题": "球赛现场亲吻小三的画面被直播,遭到百万网友嘲讽后,他居然这态度?!" + }, + { + "标题": "现场视频!空军8架大型运输机抵达武汉,携大量人员物资!" + }, + { + "标题": "现场 | 湖北与武汉红会,物资捐赠卡在了这里?" + }, + { + "标题": "现场 | 武汉新型肺炎:为何直到今天才引起更大注意?" + }, + { + "标题": "现在不要买iPad 新一代产品即将到来配置更加强悍" + }, + { + "标题": "王阳明:做个内心有光的人" + }, + { + "标题": "率先提出武汉“封城”!这位中国感染病学科唯一女院士,不惧疫情,73岁再战一线" + }, + { + "标题": "猝不及防!一场同学会,6人确诊:平均年龄22岁" + }, + { + "标题": "猜疑、隔离和信息泄露,武汉返乡大学生的艰难假期" + }, + { + "标题": "狮子座在2020也太顺了!!!!" + }, + { + "标题": "独家深访:从发现到封城,武汉一线医护复盘疫情为何爆发" + }, + { + "标题": "独家专访著名作家方方:武汉人最慌乱的日子已经过去" + }, + { + "标题": "独家专访王广发:“一种抗艾滋病病毒的药对我很有效”" + }, + { + "标题": "独家专访易中天:领导面对专家,“万万不可自作主张”" + }, + { + "标题": "独家专访刘醒龙:无论完胜惨胜都要为武汉立座纪念碑" + }, + { + "标题": "特殊时期,“表格抗疫”的形式主义要不得" + }, + { + "标题": "特斯拉财报出了一个“王炸”" + }, + { + "标题": "特斯拉财报凶猛:知道会很牛,没想到这么牛!" + }, + { + "标题": "特别报道:“封城”前的武汉72小时" + }, + { + "标题": "特别报道:1月6日之后,12天病例零新增之谜" + }, + { + "标题": "特写 | 疫情重压下的武汉社区:老人高烧死在家里之后" + }, + { + "标题": "物资短缺?病毒变异?延长春节假期?刚刚,国家发话了!专家:正月十五前疫情或出现拐点" + }, + { + "标题": "爸妈,这个春节不要走亲戚!不要走亲戚!" + }, + { + "标题": "爸妈,这个春节不要走亲戚!" + }, + { + "标题": "爸妈,听话!预防新型肺炎,请听儿女6句劝" + }, + { + "标题": "爸妈,听话!预防新型肺炎,请听儿女6句劝" + }, + { + "标题": "父母尚在苟且,你却在炫耀诗和远方(深度好文)" + }, + { + "标题": "父亲被隔离6天后,17岁脑瘫少年的死亡" + }, + { + "标题": "父亲来自黄冈传染病医院病房的最后一个电话:“好的,战斗吧”" + }, + { + "标题": "爱护牙口的 15 个小细节,让你新的一年口吐芬芳惹人爱" + }, + { + "标题": "爱你的甲方吧,哪怕他像个智障" + }, + { + "标题": "爱你的人给你转账,宠你的人送你礼物,骗你的人......" + }, + { + "标题": "爱上十点读书的8个理由" + }, + { + "标题": "爆锤湖北红十字会" + }, + { + "标题": "爆哭!封城第九天,两名武汉医生被打伤:救死扶伤者,不能让其寒心!" + }, + { + "标题": "熬过疫情,最重要的两个字" + }, + { + "标题": "热泪盈眶" + }, + { + "标题": "热巴撤热搜?杨幂打脸刘亦菲?张艺兴真傻装傻?王源算劣迹艺人吗?吴磊演技为何差了?" + }, + { + "标题": "烫头发会导致脱发吗?" + }, + { + "标题": "炫富连续剧正在上演?" + }, + { + "标题": "灾难并不是死了两万人这样一件事,而是死了一个人这件事,发生了两万次" + }, + { + "标题": "火神雷神山医院挖掘机天团出道,这场4000万人熬夜看的直播火了" + }, + { + "标题": "火神山,一场没有硝烟的战争" + }, + { + "标题": "火神山医院预计今天竣工!10天建成的工程奇迹,震惊世界。咋做到的?" + }, + { + "标题": "火神山医院紧急招募IT运维志愿者需求(仅限企业报名)" + }, + { + "标题": "火神山医院工地打架背后:给树起名给叉车打榜,5000万人在网上监工" + }, + { + "标题": "火神山医院将整体移交军方" + }, + { + "标题": "火神山、雷神山:我们的文化与信仰,我们的焦虑与渴望。" + }, + { + "标题": "火了!2700万网友给武汉火神山医院当起了“云监工”……" + }, + { + "标题": "满屏口罩!刚刚,厦门摇号买!湖北红十字会道歉,\"硬核\"专家:请把N95留给\"最美逆行者\"!" + }, + { + "标题": "滞留海外的湖北公民,祖国派包机接你回家!" + }, + { + "标题": "滞留海外的湖北公民,祖国派包机接你回家!" + }, + { + "标题": "溯源:为何新型病毒总是指向野生动物?" + }, + { + "标题": "湖北:集中隔离所有疑似病例" + }, + { + "标题": "湖北,现在你还能进来吗?" + }, + { + "标题": "湖北,医生正在全力抗击病毒;湖北,医生正被群殴受伤住院!" + }, + { + "标题": "湖北,不止一个武汉!还有黄冈………" + }, + { + "标题": "湖北,不止一个武汉" + }, + { + "标题": "湖北黄冈:一家四口疑似病例难确诊" + }, + { + "标题": "湖北请求紧急支援!" + }, + { + "标题": "湖北肺炎24小时爆增1291,台湾救命口罩却不卖大陆:生而为人,务必善良" + }, + { + "标题": "湖北红十字会,黄冈市卫健委,华河镇村委会,哥屋恩!" + }, + { + "标题": "湖北红会,现在还道个屁歉!" + }, + { + "标题": "湖北红会正式回应争议!官方慈善机构如何避免成为捐赠瓶颈?专家建议放开民间通道" + }, + { + "标题": "湖北红会回应莆田系口罩事件:分配权不在我们这里" + }, + { + "标题": "湖北红会和鄂A0260W背后,再看这个视频:公共信任资本到哪去了?" + }, + { + "标题": "湖北红会口罩风波:三甲医院仅获3千口罩,“莆田系”却分1.8万个" + }, + { + "标题": "湖北红会们快醒醒" + }, + { + "标题": "湖北确诊9074例,死亡294例" + }, + { + "标题": "湖北省红十字会道歉了" + }, + { + "标题": "湖北省新型冠状病毒肺炎26日发布会,台上三位大领导,全部戴错口罩!" + }, + { + "标题": "湖北省召开新闻发布会:确诊病例可能再增1000例,500多万人离开武汉,900万在城里" + }, + { + "标题": "湖北省 44 家医院防护物资求助信息汇总(持续更新)" + }, + { + "标题": "湖北最新:新增2103例,累计11177例" + }, + { + "标题": "湖北最新疫情:新增确诊840例,新增死亡25例" + }, + { + "标题": "湖北最新疫情:新增确诊1347例,新增死亡45例" + }, + { + "标题": "湖北最新疫情:新增确诊1291例,新增死亡24例" + }, + { + "标题": "湖北最新疫情:新增确诊1220例,新增死亡42例" + }, + { + "标题": "湖北最新疫情:新增确诊1032例,新增死亡37例" + }, + { + "标题": "湖北新增1291例、死亡24例,神农架首发1例" + }, + { + "标题": "湖北急需防控物资清单!" + }, + { + "标题": "湖北处置一起殴打医生案件:涉案人员治安拘留 5 天,罚款 500 元" + }, + { + "标题": "湖北和北上广都把丑话说在前头了:敢这么干就重罚" + }, + { + "标题": "湖北即将断粮的3亿只鸡" + }, + { + "标题": "湖北人,是同胞也是同袍" + }, + { + "标题": "湖北人海量个人信息疯传,非常时期隐私就不受保护了吗?" + }, + { + "标题": "湖北之外,这座城确诊最多,227例!武汉是他们\"第二故乡\"" + }, + { + "标题": "湖北9市封城!广东新增21例!阳江清远出现首例!南方医院千人请战!" + }, + { + "标题": "湖北13地“封城”,武汉周边疫情告急,物资紧缺" + }, + { + "标题": "湖人半场81分33年未见!六大硬伤还剩几个?" + }, + { + "标题": "港股......今天开盘了" + }, + { + "标题": "清华这套系统,帮您居家自筛是否感染“新冠”!" + }, + { + "标题": "清华教授教你预防新型冠状病毒" + }, + { + "标题": "清华大学致广大师生员工的一封信" + }, + { + "标题": "清华大学关于调整春季学期教学安排的通知" + }, + { + "标题": "清华大学关于推迟春季学期开学时间的通知" + }, + { + "标题": "混子曰新型肺炎专题--注意,新型肺炎的症状不只是发热咳嗽哦!" + }, + { + "标题": "混乱!澳洲禁止中国旅客入境!多家航空取消中国赴澳航班!上万旅客滞留机场!全澳又新增3例确诊!留学生返澳指南就在这!" + }, + { + "标题": "深夜!吉祥HO1340突然改飞武汉!机舱内,掌声不断!欢迎回家…" + }, + { + "标题": "深夜突发!证监会出手:连夜叫停融券卖出!周一A股怎么走?券商、基金、私募最新观点:\"暴跌就是买入好机会\"" + }, + { + "标题": "深夜突发!A50、中概股狂拉:微博暴跌后猛涨!刚刚,武汉、深圳都传来疫情好消息" + }, + { + "标题": "深圳确诊病例增至80例!口罩不必一次一换,买菜可以到这些地方去" + }, + { + "标题": "深圳病例增至170例!这些小区发现确诊患者!勿自行服用双黄连" + }, + { + "标题": "深圳宣布:患者医疗费政府“全包”!一线医护人员每天补助300元!" + }, + { + "标题": "深圳中小企业主:我们如果能撑得住,产业链未必能撑得住" + }, + { + "标题": "淡盐水漱口能预防新型肺炎?钟南山院士表示,我没说过这话!" + }, + { + "标题": "淘宝清空购物车,为什么每年都没我" + }, + { + "标题": "淘宝口罩无良店铺避雷收集!!!已更新至100家,tb开始处理【维权进度持续更新!12315和GWY举报有用!】" + }, + { + "标题": "淘宝下架违规口罩,卫健委专家回应婴儿感染病毒,得物下架科比相关商品,字节跳动免费开放飞书远程协作服务,这就是今天的其他大新闻!" + }, + { + "标题": "消除熊孩子的最好办法就是变成熊孩子,奥力给!" + }, + { + "标题": "海贼王女帝真人版?美国00后双胞胎迷倒千万网友,腿长2米,刷爆ins!" + }, + { + "标题": "海外华人病毒学家紧急建议:“分层管理,集中分筛可疑人群”" + }, + { + "标题": "海南确诊病例增至17例!省政府启动突发公共卫生事件Ⅰ级应急响应" + }, + { + "标题": "海南确诊4例新型肺炎病例!患者均从武汉抵达海南" + }, + { + "标题": "海南新增1例新型冠状病毒肺炎病例,12市县累计可疑病例32例!" + }, + { + "标题": "浮世万千,你我更需平心静气 | 郭京飞「为你读诗」" + }, + { + "标题": "浠水县新型冠状病毒感染的肺炎防控工作指挥部通告(第1号)" + }, + { + "标题": "浙江请求支援!" + }, + { + "标题": "浙江省政府办公厅关于延迟企业复工和学校开学的通知" + }, + { + "标题": "浙江大学关于进一步做好新型冠状病毒感染的肺炎疫情防控工作的通知" + }, + { + "标题": "浙江出现3月龄新型肺炎患儿,家长别慌,预防病毒不用“乱投医”" + }, + { + "标题": "浙大15名医生将驰援武汉!苟利国家生死以,岂因祸福避趋之!" + }, + { + "标题": "济南2例、青岛1例、烟台2例、济宁1例!山东新增6例新冠肺炎病例!累计确诊15例!" + }, + { + "标题": "流量明星们,谁也不敢抢他的热搜" + }, + { + "标题": "流感时期紧急动员之:连花清瘟胶囊" + }, + { + "标题": "派大星,你为什么叫派大星" + }, + { + "标题": "活动取消、电影撤档!在苏州过年,这些事千万要留意!" + }, + { + "标题": "洛阳第二例新型冠状病毒感染的肺炎患者为武汉返洛学生!" + }, + { + "标题": "泰州市新型冠状病毒感染的肺炎疫情通报(7)" + }, + { + "标题": "泰州市新型冠状病毒感染的肺炎疫情通报(6)" + }, + { + "标题": "泰州市新型冠状病毒感染的肺炎疫情通报" + }, + { + "标题": "泰州市新型冠状病毒感染的肺炎疫情通报" + }, + { + "标题": "泰州市新型冠状病毒感染的肺炎疫情通报" + }, + { + "标题": "泰州市关于延迟企业和施工工地复工的通告" + }, + { + "标题": "泪目!武汉的哥接了一位护士,接下来的话他听哭了……" + }, + { + "标题": "泪目!军医儿子上前线,妈妈给他录制了这个视频" + }, + { + "标题": "注意!沪金融机构节后上班时间公布→" + }, + { + "标题": "注意!时至今日,很多人的口罩还是戴错的!" + }, + { + "标题": "注意!在家憋疯了也不要带爸妈出门旅游,否则......哈哈哈哈哈哈哈哈哈哈哈哈" + }, + { + "标题": "注意!发热咳嗽并非新冠肺炎唯一首发症状" + }, + { + "标题": "注意!关于武汉新型肺炎的这些谣言,一个都不能信" + }, + { + "标题": "注意!乘坐深圳地铁、公交、出租车......必须佩戴口罩!否则将被劝离!" + }, + { + "标题": "注意!上博、科技馆(自博馆)等暂时闭馆,上海大剧院取消新春演出,浦江游览停航" + }, + { + "标题": "注意!\"新冠肺炎疫情\"又传出这些\"最新消息\",别信!" + }, + { + "标题": "注意一个风险" + }, + { + "标题": "注意! 为预防感染,纽约, 洛杉矶, 旧金山三大机场开始筛查中国旅客!" + }, + { + "标题": "治疗冠状病毒感染,新药开发为什么那么难?" + }, + { + "标题": "治理疫情的思维方法,出了什么问题?" + }, + { + "标题": "治愈!出院!好消息来了" + }, + { + "标题": "治愈!出院!好消息来了" + }, + { + "标题": "治愈!出院!好消息来了" + }, + { + "标题": "治愈患者还会二次感染吗?答案来了!" + }, + { + "标题": "治愈患者有抗体吗?会不会留下后遗症?你关心的这些问题,专家回应来了→" + }, + { + "标题": "河南,真中" + }, + { + "标题": "河南防武汉肺炎太硬核了,连路挖断了,网友跪求借两天河南省长!" + }, + { + "标题": "河南防武汉肺炎太硬核了,连路挖断了,网友跪求借两天河南省长!" + }, + { + "标题": "河南防武汉肺炎太硬核了,连路挖断了,网友跪求借两天河南省长!" + }, + { + "标题": "河南硬核防疫背后,是最真实的乡土中国" + }, + { + "标题": "河南版“小汤山医院”开建,预计十天建成!" + }, + { + "标题": "河南人,真硬。" + }, + { + "标题": "河南人过年被全网夸上热搜:简直六亲不认!!!" + }, + { + "标题": "沪深两市延长2020年春节休市至2月2日,2月3日正常开市" + }, + { + "标题": "沪宗教活动场所今天12点起暂停开放,停止集体宗教活动!龙华古寺撞钟祈福停办" + }, + { + "标题": "没有证据的基因战争!" + }, + { + "标题": "没有硝烟的战场,愿前线的医护人员平安归来!" + }, + { + "标题": "没有特殊情况不要去武汉!钟南山肯定新型肺炎人传人,全是重点!" + }, + { + "标题": "没有任何酒局,值得你往死里喝" + }, + { + "标题": "没有什么不可能" + }, + { + "标题": "没有人在青年路谈恋爱" + }, + { + "标题": "没有一份工作是容易的,熬过去" + }, + { + "标题": "沙溢一句话透露人际交往真相:不要高估你和任何人的关系" + }, + { + "标题": "沉寂三天,科比妻子公开了自己一直私密的inst:  “言语不足以描述我们现在的痛苦悲伤...”" + }, + { + "标题": "沈腾+马丽, 好样的!" + }, + { + "标题": "江苏新增4例输入性新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "江苏新增39例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "江苏新增34例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "江苏新增34例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "江苏新增29例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "江苏新增23例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "汕头突然“封城”,“硬核”东莞也火了!刚刚,北京更是传来大消息!!" + }, + { + "标题": "求转扩!武汉十几家医院发出爱心捐赠公告,有联系方式!恳请社会各界伸出援手!" + }, + { + "标题": "求求你们,放过野味吧!好好活着不好吗!!!" + }, + { + "标题": "求求你们,放过野味吧" + }, + { + "标题": "求求你们,把口罩戴上吧!" + }, + { + "标题": "求求你们对新型病毒上点心吧!" + }, + { + "标题": "求求你们对新型病毒上点心吧!" + }, + { + "标题": "求你们,快把口罩戴上吧!" + }, + { + "标题": "永远不要羡慕别人的生活" + }, + { + "标题": "永别了!科比和年仅13岁女儿坠机去世!直升机失事细节曝光" + }, + { + "标题": "气愤!黄冈疫情仅次于武汉,当地卫健委主任却一问三不知" + }, + { + "标题": "气场堪比劳斯莱斯,价格不及BBA,开上它你也能当老板!" + }, + { + "标题": "民间组织疯狂捐赠,为什么武汉的医院还缺物资?" + }, + { + "标题": "民间组织疯狂捐赠,为什么武汉的医院还缺物资?" + }, + { + "标题": "民国最强四姐妹:有远见的父母,都懂得这样富养孩子" + }, + { + "标题": "比病毒更可怕的,是傲慢!" + }, + { + "标题": "比病毒可怕:被谣言操纵的人类暴力史|大家" + }, + { + "标题": "比武汉肺炎更可怕的,是你的傲慢和不在乎" + }, + { + "标题": "比武汉肺炎更可怕的,是你的傲慢和不在乎" + }, + { + "标题": "比武汉肺炎更可怕的是:你的傲慢和不在乎" + }, + { + "标题": "比武汉肺炎更可怕的是:你的傲慢和不在乎" + }, + { + "标题": "比武汉肺炎更可怕的是,中国父母拒绝戴口罩" + }, + { + "标题": "比戴口罩更重要的是这件事!武汉前线专家发来最新提醒" + }, + { + "标题": "比戴口罩更重要的是这件事!武汉前线专家发来最新提醒" + }, + { + "标题": "比尔盖茨大女儿订婚了!这未婚夫跟她果然很般配啊!" + }, + { + "标题": "比尔盖茨1年前预言病毒爆发,中国超算发力病毒突变预测!" + }, + { + "标题": "比尔·盖茨女儿ins宣布订婚!世界顶级富二代的未婚夫,怎么选的?" + }, + { + "标题": "比尔·盖茨女儿ins宣布订婚!世界顶级富二代的未婚夫,怎么选的?" + }, + { + "标题": "比大牌更值得入手的轻奢包包,学生党&上班族必看!" + }, + { + "标题": "比传染病更可怕的,是社会秩序的崩溃" + }, + { + "标题": "比“武汉加油”更实际的,是善待武汉人" + }, + { + "标题": "比“封城”管用,媒体报道可以大幅降低疫情传播" + }, + { + "标题": "每集都超重重重重口,好喜欢" + }, + { + "标题": "每多喝一口酒,世上就少一块好肝" + }, + { + "标题": "每传播一次谣言,就会让病毒更加肆虐一分" + }, + { + "标题": "每个区都有!留在深圳过年的人千万别错过这些!大部分免费!" + }, + { + "标题": "每个人心中,都有最想念的那道菜" + }, + { + "标题": "每一个人的成就,都是站在前人的肩膀上达成。" + }, + { + "标题": "母亲的嘴,藏着孩子一生的风水" + }, + { + "标题": "毁掉孩子一生的杀手,不是游戏,不是贪玩,而是......" + }, + { + "标题": "死亡病例升至17例,武汉全城关闭交通,世卫组织召开紧急会议" + }, + { + "标题": "死亡3例!武汉冠状病毒来袭!保护好全家安全,要谨记这3点!" + }, + { + "标题": "歪果女婿这样搞定中国岳父:身家过亿不够,爱喝酒会书法才加分!" + }, + { + "标题": "武汉:“打烊”的城市里,不打烊的外卖" + }, + { + "标题": "武汉,等你病好了再见" + }, + { + "标题": "武汉,没有后悔药!" + }, + { + "标题": "武汉,本来就是一座很英雄的城市" + }, + { + "标题": "武汉,昨天,我带妈妈去看病毒性肺炎……" + }, + { + "标题": "武汉,挺住!吃野味的人,闭嘴!" + }, + { + "标题": "武汉,愿你平安。" + }, + { + "标题": "武汉,医院隔离病房爆满、接治能力达极限,疫情将大爆发?" + }, + { + "标题": "武汉,你现在还好吗?" + }, + { + "标题": "武汉,你怎么样了?" + }, + { + "标题": "武汉,什么最急?" + }, + { + "标题": "武汉!加油!我在你身边" + }, + { + "标题": "武汉首批感染者临床数据发表:与SARS相似但有区别,死亡率未知" + }, + { + "标题": "武汉首例用ECMO救治重症肺炎,“肺功能恢复到完全正常是不可能的”" + }, + { + "标题": "武汉首例新型肺炎痊愈患者亲述:中国人,请管住你的嘴!" + }, + { + "标题": "武汉首例新型肺炎痊愈患者亲述:中国人,请管住你的嘴!" + }, + { + "标题": "武汉首例新型肺炎痊愈患者亲述:中国人,请管住你的嘴!" + }, + { + "标题": "武汉隔离:疫区、信息孤岛与一辆鄂A车的漂流" + }, + { + "标题": "武汉隔离:疫区、信息孤岛与一辆鄂A车的漂流" + }, + { + "标题": "武汉防疫:如何利用好现有资源?" + }, + { + "标题": "武汉银行一线员工亲历的疫情之路。" + }, + { + "标题": "武汉金银潭医院公布早期感染情况:死亡率15%;现在全国约3%" + }, + { + "标题": "武汉都封城了,让你戴个口罩有那么难吗?" + }, + { + "标题": "武汉遭遇的困境,都被它一一预言" + }, + { + "标题": "武汉遭遇的困境,都被它一一预言" + }, + { + "标题": "武汉送餐夫妻的24小时" + }, + { + "标题": "武汉试剂代理商口述:我所知道的新型肺炎确诊盒供应现状" + }, + { + "标题": "武汉警觉够吗?武汉市委书记回答" + }, + { + "标题": "武汉警方:“传谣”的8人没警告、没罚款、没拘留" + }, + { + "标题": "武汉警方处理8名“散布谣言者”为什么错了?最高法院力挺公众监督权!" + }, + { + "标题": "武汉被打医生:我从来没有让自己崩溃过" + }, + { + "标题": "武汉肺炎:求求你们,放过野味吧!" + }, + { + "标题": "武汉肺炎:中国人坏就坏在一张嘴上" + }, + { + "标题": "武汉肺炎,绝不止戴个口罩那么简单" + }, + { + "标题": "武汉肺炎,绝不止戴个口罩那么简单" + }, + { + "标题": "武汉肺炎,绝不止戴个口罩那么简单" + }, + { + "标题": "武汉肺炎,绝不仅是戴口罩那么简单:比SARS更可怕的是无知" + }, + { + "标题": "武汉肺炎,现在最该做什么?" + }, + { + "标题": "武汉肺炎,没你想的那么简单!这些谣言,千万不要相信!" + }, + { + "标题": "武汉肺炎,已经出现超级传播者了吗?" + }, + { + "标题": "武汉肺炎重症患者:一床难求" + }, + { + "标题": "武汉肺炎背后的真相:管住嘴,才能保住命!" + }, + { + "标题": "武汉肺炎背后的真相,足以引起我们深思" + }, + { + "标题": "武汉肺炎背后的“真凶”:别作了,真的会死的!" + }, + { + "标题": "武汉肺炎肆虐下的15W问题口罩:人心,有时比病毒还可怕。" + }, + { + "标题": "武汉肺炎第22天,全国确诊440例:比病情更可怕的是无知!" + }, + { + "标题": "武汉肺炎第21天:‘把所有重症病人送到我这来”" + }, + { + "标题": "武汉肺炎确诊病例增多,出门需要戴口罩吗?" + }, + { + "标题": "武汉肺炎确诊571例,死亡17例:冰冷的数字后面还有更可怕的" + }, + { + "标题": "武汉肺炎确诊544例,死亡17例:冰冷的数字后面还有更可怕的" + }, + { + "标题": "武汉肺炎确诊440例,17年后又见钟南山,他一句话让人泪目" + }, + { + "标题": "武汉肺炎确诊440例,3名医生被砍:别让抱薪者,冻毙于雪" + }, + { + "标题": "武汉肺炎确诊291例,84岁钟南山院士再出征,一张照片让人泪目!" + }, + { + "标题": "武汉肺炎确诊198例,北京上海广东突发:比病情更可怕的是无知!" + }, + { + "标题": "武汉肺炎确诊198例,17年后又见钟南山,他一句话让人泪目" + }, + { + "标题": "武汉肺炎确诊198例,17年后又见钟南山,他一句话让人泪目" + }, + { + "标题": "武汉肺炎确诊14380例,担心的事发生了:比肺炎更可怕的,是人心" + }, + { + "标题": "武汉肺炎疫情,最令人担心的事还是发生了" + }, + { + "标题": "武汉肺炎疫情,带给世界的五点启示!" + }, + { + "标题": "武汉肺炎疫情成全球焦点:我们知道得太少,最坏的还没到来" + }, + { + "标题": "武汉肺炎疫情将带来多少经济损失?对哪些行业有影响?" + }, + { + "标题": "武汉肺炎疫情信息公开疑云:“病毒能人传人”为何被严重延迟披露?!" + }, + { + "标题": "武汉肺炎爆发:希望你能看到这一点" + }, + { + "标题": "武汉肺炎爆发,如何让爸妈戴上口罩?" + }, + { + "标题": "武汉肺炎爆发,如何让爸妈戴上口罩?" + }, + { + "标题": "武汉肺炎爆发背后:比病毒更可怕的,是傲慢!" + }, + { + "标题": "武汉肺炎爆发背后:比病毒更可怕的,是傲慢!" + }, + { + "标题": "武汉肺炎爆发背后:比病毒更可怕的,是傲慢!" + }, + { + "标题": "武汉肺炎爆发背后:比病毒更可怕的,是傲慢!" + }, + { + "标题": "武汉肺炎爆发背后:比病毒更可怕的,是傲慢!" + }, + { + "标题": "武汉肺炎爆发背后:比病毒更可怕的,是傲慢!" + }, + { + "标题": "武汉肺炎爆发背后,负重逆行的中国医护" + }, + { + "标题": "武汉肺炎爆发第9天,猫狗又被遗弃了: 求求你,别造孽!" + }, + { + "标题": "武汉肺炎爆发后,一件更愤怒的事正在发生" + }, + { + "标题": "武汉肺炎爆发后,一件更愤怒的事正在发生" + }, + { + "标题": "武汉肺炎爆发后,300万中国父母拒绝戴口罩:父母没错,是我们错了" + }, + { + "标题": "武汉肺炎爆发之后,一件更可怕的事情正在发生" + }, + { + "标题": "武汉肺炎爆发之后,一件更可怕的事情正在发生" + }, + { + "标题": "武汉肺炎源头华南海鲜市场,鲜为人知的照片曝光" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:求求你们戴上口罩吧!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了!" + }, + { + "标题": "武汉肺炎最让人愤怒的事情:作死的人,求求你们不要再作孽了" + }, + { + "标题": "武汉肺炎最新进展!提醒父母,这波病毒比我们想象的可怕" + }, + { + "标题": "武汉肺炎最揪心的一幕:求求你们,上点心吧!" + }, + { + "标题": "武汉肺炎最揪心的一幕:求求你们,上点心吧!" + }, + { + "标题": "武汉肺炎曝光最恶心的一幕:作死的人,求求你们别再作孽了" + }, + { + "标题": "武汉肺炎已确诊 198 例,北京广州也有病例,预防病毒前,这些事你一定要知道" + }, + { + "标题": "武汉肺炎封城3天后:这群“逆行者”,应该被所有人记住!" + }, + { + "标题": "武汉肺炎始发地华南海鲜市场的照片,触目惊心!!" + }, + { + "标题": "武汉肺炎始发地华南海鲜市场照片曝光,触目惊心!!" + }, + { + "标题": "武汉肺炎和北京伤医:生与死之间那一道防线,是他们在为我们守住!" + }, + { + "标题": "武汉肺炎利好消息!首株病毒毒种成功分离,德教授正携最强抑制剂来华驰援" + }, + { + "标题": "武汉肺炎全国确诊549例,这个医生的朋友圈看哭了:“一场硬仗,各位保重”" + }, + { + "标题": "武汉肺炎全国确诊473例,这个医生的朋友圈看哭了:“一场硬仗,各位保重!”" + }, + { + "标题": "武汉肺炎全国确诊1399例,这个医生的朋友圈看哭了:“一场硬仗,各位保重”" + }, + { + "标题": "武汉肺炎全国确诊1369例,死亡41例:好好活着,比好好过年更重要!" + }, + { + "标题": "武汉肺炎全国两天确诊 139 例,我们该如何防护?" + }, + { + "标题": "武汉肺炎全国两天确诊 139 例,北京和广东也有,春节如何安全回家?" + }, + { + "标题": "武汉肺炎全国两天确诊 139 例,北京和广东也有。春节如何安全回家?" + }, + { + "标题": "武汉肺炎人数增至460人:乘机发财的人,快醒醒吧!" + }, + { + "标题": "武汉肺炎事件:星星之火,也能汇聚成一束光" + }, + { + "标题": "武汉肺炎两天确诊 139 例,北京和广州也有!春节我们还能安全回家吗?" + }, + { + "标题": "武汉肺炎一线医生口述:大爆发期或将到来" + }, + { + "标题": "武汉肺炎 | 我采访了刚到中国支援的德国顶尖病毒研究家" + }, + { + "标题": "武汉肺炎17人死亡,吃野味的蠢人直播上万点赞" + }, + { + "标题": "武汉红十字会,到底在保障谁?" + }, + { + "标题": "武汉红十字会,你好大的胆子!" + }, + { + "标题": "武汉红十字会,不要怪我们骂你" + }, + { + "标题": "武汉红十字会接受捐赠要收“手续费”?武汉市委书记回应了!" + }, + { + "标题": "武汉红十字会又摊上事了:掐断央视1200万人的直播!韩红为武汉筹款超1.4亿元,现暂停接受善款" + }, + { + "标题": "武汉红会,你真该好好学一下杭州!" + }, + { + "标题": "武汉红会半个月没搞明白的仓库,九州通接管后 2 个小时就整完了" + }, + { + "标题": "武汉红会仓库直击:堆满物资,多家医院等数小时领到少许" + }, + { + "标题": "武汉紧急求援!" + }, + { + "标题": "武汉紧急求援!" + }, + { + "标题": "武汉紧急封城后, 50张偷拍照被曝光:谢谢你, 为我拼过命" + }, + { + "标题": "武汉紧急封城7天后, 15张偷拍照曝光: “这世上,哪有什么白衣天使”" + }, + { + "标题": "武汉紧急封城6天后,15张偷拍照曝光: “这世上,哪有什么白衣天使”" + }, + { + "标题": "武汉紧急封城6天后, 15张偷拍照曝光: “这世上,哪有什么白衣天使”" + }, + { + "标题": "武汉紧急封城10天后, 15张偷拍照曝光: “这世上,哪有什么白衣天使”" + }, + { + "标题": "武汉真实口述:最无辜的人是他们(必看)" + }, + { + "标题": "武汉真实口述:最无辜的人是他们……" + }, + { + "标题": "武汉目前最需要的是防护物资,小米捐赠首批口罩等物资大年初一送达" + }, + { + "标题": "武汉的疫情,绝不只是封城这么简单,有8件事你必须知道" + }, + { + "标题": "武汉的战友们,请再坚持一下!" + }, + { + "标题": "武汉的快递还能收吗?新型冠状病毒的8个关键问题!快看看" + }, + { + "标题": "武汉的同学们,你们受累了!" + }, + { + "标题": "武汉的两个“纠结”" + }, + { + "标题": "武汉病毒背后:这才是真正的罪魁祸首!" + }, + { + "标题": "武汉病毒背后:这才是真正的罪魁祸首!" + }, + { + "标题": "武汉疫情,韩红募捐3100万:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉疫情,这三个最新细节,值得高度关注!" + }, + { + "标题": "武汉疫情,不会是持久战,但一定是人民战争" + }, + { + "标题": "武汉疫情被全球通报后,华人都遭遇了什么?" + }, + { + "标题": "武汉疫情背后:“合法化”掩护野味倒卖惹大祸" + }, + { + "标题": "武汉疫情继续:现在,我们是时候做这件事了!" + }, + { + "标题": "武汉疫情第9天,我最担心的事情发生了:比肺炎更可怕的,是人心" + }, + { + "标题": "武汉疫情第14天,我最担心的事情发生了:比肺炎更可怕的,是人心" + }, + { + "标题": "武汉疫情第11天,我最担心的事情发生了:比肺炎更可怕的,是人心" + }, + { + "标题": "武汉疫情爆发后,最让人泪奔的10个瞬间:“去前线的第一天,她留下了遗言”" + }, + { + "标题": "武汉疫情最揪心的一幕:求求你们,上点心吧!" + }, + { + "标题": "武汉疫情捐款曝光,我看到了人性丑陋的一幕" + }, + { + "标题": "武汉疫情当前,河南人缺的不是夸奖,而是一句道歉..." + }, + { + "标题": "武汉疫情回顾,25天里发生了什么?" + }, + { + "标题": "武汉疫情后,这10大行业将爆发增长!(推荐)" + }, + { + "标题": "武汉疫情后,这10大行业将爆发增长!(推荐)" + }, + { + "标题": "武汉疫情后,这10大行业将爆发增长!(推荐)" + }, + { + "标题": "武汉疫情后,这10大行业将爆发增长!" + }, + { + "标题": "武汉疫情后,这10大行业将爆发增长!" + }, + { + "标题": "武汉疫情后,中国将出现 8 大变革(强烈推荐)" + }, + { + "标题": "武汉疫情后,中国将出现8大变革!(强烈推荐)" + }, + { + "标题": "武汉疫情后,中国将出现8大变革!(强烈推荐)" + }, + { + "标题": "武汉疫情升级:医院发热门诊剧增,防控碰到一个关键难点……" + }, + { + "标题": "武汉疫情之后,中国即将发生的 10 大变化" + }, + { + "标题": "武汉疫情之后,中国即将发生的10大变化!(强烈推荐)" + }, + { + "标题": "武汉疫情之后,中国即将发生的10大变化!(强烈推荐)" + }, + { + "标题": "武汉疫情之后,中国即将发生的10大变化!(强烈推荐)" + }, + { + "标题": "武汉疫情之后,中国即将发生的10大变化!(强烈推荐)" + }, + { + "标题": "武汉疫情之后,中国即将发生的10大变化!(强烈推荐)" + }, + { + "标题": "武汉疫情之后,中国即将发生的10大变化!" + }, + { + "标题": "武汉疫情中,这个神秘女子的名字多次出现,背后故事令人泪目" + }, + { + "标题": "武汉疫区口述:非常时期,我的忠告" + }, + { + "标题": "武汉现在的120,相当于一辆的士" + }, + { + "标题": "武汉火神山医院正式交付,6000 万云监工网友笑了哈哈哈哈哈哈哈哈哈哈" + }, + { + "标题": "武汉火神山医院向全国公开招募IT运维; wuhan2020开源项目登录GitHub;国务院凌晨通知春节假期延至2月2日| Q资讯" + }, + { + "标题": "武汉潜在感染人数超1723人?世卫组织传染病建模合作中心MRC发布武汉新型病毒感染报告" + }, + { + "标题": "武汉正式“ 封城 ”!刚刚发生!最关键的一刻到了。。。" + }, + { + "标题": "武汉某定点医院被隔离的医生:曾一晚接诊200名患者" + }, + { + "标题": "武汉施工现场高清大图!急建“小汤山”模式医院" + }, + { + "标题": "武汉新肺炎源自野味!求求你们了,管住自己嘴!!" + }, + { + "标题": "武汉新增病例0增长的12天,发生了什么?" + }, + { + "标题": "武汉新增136例新型肺炎病例,它的罪魁祸首是个什么鬼?春节期间提醒所有人!" + }, + { + "标题": "武汉新型肺炎:为何直到今天才引起更大注意?" + }, + { + "标题": "武汉新型肺炎曝光最恶心的一幕:有些人坏就坏在一张嘴上" + }, + { + "标题": "武汉新型肺炎曝光最恶心的一幕:有些中国人坏就坏在一张嘴上" + }, + { + "标题": "武汉新型肺炎曝光最恶心的一幕:有些中国人坏就坏在一张嘴上" + }, + { + "标题": "武汉新型肺炎曝光最恶心的一幕:有些中国人坏就坏在一张嘴上" + }, + { + "标题": "武汉新型肺炎曝光最恶心的一幕:有些中国人坏就坏在一张嘴上" + }, + { + "标题": "武汉新型肺炎或挡住春节档" + }, + { + "标题": "武汉新型肺炎如何自救?病毒学博士辟谣解疑" + }, + { + "标题": "武汉新型肺炎VS非典:“二师兄比大师兄更狡猾”" + }, + { + "标题": "武汉新型肺炎17人死亡,比SARS更可怕的是无知" + }, + { + "标题": "武汉新型病毒传染远强于SARS!没有症状也传人!" + }, + { + "标题": "武汉新型冠状病毒,“新”在哪里? | 商周专栏" + }, + { + "标题": "武汉新型冠状病毒肺炎确诊,到底难在哪儿" + }, + { + "标题": "武汉新型冠状病毒肆虐全国,求求你们上点心" + }, + { + "标题": "武汉新型冠状病毒疫情:成因及应对" + }, + { + "标题": "武汉援助信息汇总|尽己所能,一起行动" + }, + { + "标题": "武汉挺住,解放军来了!" + }, + { + "标题": "武汉挺住!解放军来了!" + }, + { + "标题": "武汉或新增1000例确诊病例,省长“痛心自责”|新闻发布会摘要" + }, + { + "标题": "武汉急诊一线医生口述:惟愿冬天早点过去" + }, + { + "标题": "武汉市长:目前有500多万人离开武汉" + }, + { + "标题": "武汉市长:500多万人离开了武汉" + }, + { + "标题": "武汉市长确认500万人离开:同志们,到底谁是我们的敌人啊?!" + }, + { + "标题": "武汉市长确认500万人离开:同志们,到底谁是我们的敌人啊?!" + }, + { + "标题": "武汉市长承认前期信息披露不及时" + }, + { + "标题": "武汉市长承认前期信息披露不及时" + }, + { + "标题": "武汉市金银潭医院院长:身患绝症、妻子被感染,已奋战30余天" + }, + { + "标题": "武汉市红十字会,你被骂真的不冤" + }, + { + "标题": "武汉市民曝光花1.2万运送和火化遗体,官方处理来了!" + }, + { + "标题": "武汉市交通暂时封锁,重症患者病程中存在无明显发热" + }, + { + "标题": "武汉封城:疫情面前,我们能做什么?" + }, + { + "标题": "武汉封城:一封关于过年不聚会不串亲戚的倡议书。" + }, + { + "标题": "武汉封城,黄冈封城,疫情不容乐观!爸妈,请带上口罩!!" + }, + { + "标题": "武汉封城,这场新型肺炎中最让人愤怒的:就是那些作死的人" + }, + { + "标题": "武汉封城,新型肺炎确诊830例,25人死亡:为什么不戴口罩是没知识的表现?" + }, + { + "标题": "武汉封城,全面进入战时状态!" + }, + { + "标题": "武汉封城,全国确诊585例:这场肺炎的罪魁祸首在哪里?" + }, + { + "标题": "武汉封城!这两天武汉市长的回应!" + }, + { + "标题": "武汉封城!留下了前线奋战的照片,第一张就泪目了…" + }, + { + "标题": "武汉封城!留下了前线奋战的照片,第一张就泪目了…" + }, + { + "标题": "武汉封城!新型肺炎确诊1287例,41人死亡:为什么不戴口罩是没知识的表现?" + }, + { + "标题": "武汉封城!全国确诊585例!新型肺炎背后更让人愤怒的是…" + }, + { + "标题": "武汉封城能否防止超级传播者?世卫:定性“突发公共卫生事件”仍需更多信息" + }, + { + "标题": "武汉封城背后的中国饱和式防御" + }, + { + "标题": "武汉封城第六天,谣言铺天盖地:盲目恐慌到底有多可怕?" + }, + { + "标题": "武汉封城第六天,谣言铺天盖地:盲目恐慌到底有多可怕?" + }, + { + "标题": "武汉封城第八天,比疫情更可怕的是人心!" + }, + { + "标题": "武汉封城第九天,比疫情更可怕的是人心!" + }, + { + "标题": "武汉封城第一周:只有被禁锢的城,没有被隔离的爱" + }, + { + "标题": "武汉封城第9天,韩红上热搜:49岁败光上亿家产,真相让人叹息" + }, + { + "标题": "武汉封城第9天,钟南山院士哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第9天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第9天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第9天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第9天,30张偷拍照曝光:谢谢你,为我拼过命!" + }, + { + "标题": "武汉封城第9天背后:你吃下的野味,正在要你的命!" + }, + { + "标题": "武汉封城第8天:这14条朋友圈,早该被曝光了!" + }, + { + "标题": "武汉封城第8天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第8天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第8天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第8天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第8天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第8天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第8天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第8天,我看到了最丑陋的一幕" + }, + { + "标题": "武汉封城第8天,我又一次看清了国人的真面目" + }, + { + "标题": "武汉封城第7天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第7天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第7天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第7天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第7天,钟南山哭了:这世上,哪有什么英雄" + }, + { + "标题": "武汉封城第7天,他们才是最可爱的人" + }, + { + "标题": "武汉封城第7天,30张偷拍照被曝光:谢谢你,为我拼过命" + }, + { + "标题": "武汉封城第6天,这封信刷屏:不要歧视湖北人,他们只是倒霉版的你!" + }, + { + "标题": "武汉封城第5天:好好活着,比什么都重要" + }, + { + "标题": "武汉封城第4天:好好活着,比什么都重要" + }, + { + "标题": "武汉封城第3天:疫情肆虐,大家担心的事还是发生了" + }, + { + "标题": "武汉封城第3天,古天乐捐款1000万:一个人的运势,藏在他的善意" + }, + { + "标题": "武汉封城第3天!留下了前线奋战的照片,第一张就泪目了…" + }, + { + "标题": "武汉封城第11天:这12条朋友圈,早该被曝光了" + }, + { + "标题": "武汉封城第11天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城第10天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "武汉封城的第5天,求你们别信这些了…" + }, + { + "标题": "武汉封城实录:一家餐店的春节“特殊营业”" + }, + { + "标题": "武汉封城后,武汉人怎么样了?" + }, + { + "标题": "武汉封城后,武汉人怎么样了?" + }, + { + "标题": "武汉封城后,传来最新消息!天佑中华!" + }, + { + "标题": "武汉封城后,100 套医用防护服的取经之路" + }, + { + "标题": "武汉封城后传来最新消息!天佑中华!" + }, + { + "标题": "武汉封城前最后一天,离开的30万人都去哪儿了?" + }, + { + "标题": "武汉封城众生相" + }, + { + "标题": "武汉封城以后,B站UP主在实拍真相" + }, + { + "标题": "武汉封城8天后,疫情高峰即将到来:最可怕的不是病毒,而是人心" + }, + { + "标题": "武汉封城8天后,20张偷拍照曝光:“哪有什么英雄,只有人负重前行" + }, + { + "标题": "武汉封城7天后,这些新型肺炎的消息你必须知道!" + }, + { + "标题": "武汉封城7天后,疫情高峰即将到来:最可怕的不是病毒,而是人心" + }, + { + "标题": "武汉封城7天后,疫情高峰即将到来:最可怕的不是病毒,而是人心" + }, + { + "标题": "武汉封城72小时后,大家最担心的事情还是发生了!" + }, + { + "标题": "武汉封城5天后,医生朋友圈曝光:“这世上,哪有什么白衣天使”" + }, + { + "标题": "武汉封城5天后,医生朋友圈曝光:“这世上,哪有什么白衣天使”" + }, + { + "标题": "武汉封城48小时,我最担心的事还是发生了" + }, + { + "标题": "武汉封城48小时,我最担心的事还是发生了" + }, + { + "标题": "武汉封城48小时后,我想求大家一件事!" + }, + { + "标题": "武汉封城24小时:有人赶最后一列车\"逃离\",有人选择留下陪家人" + }, + { + "标题": "武汉封城24小时:好好活着,比什么都重要" + }, + { + "标题": "武汉封城24小时:好好活着,比什么都重要" + }, + { + "标题": "武汉封城11天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉寄过来的鸭脖还可以吃吗?" + }, + { + "标题": "武汉实施进出管控!迄今肺炎疫情最权威声音,钟南山表示须警惕春运超级传播者" + }, + { + "标题": "武汉女护士剃光头、科比坠机前录音曝光、《囧妈》成高以翔遗作……世事艰难,愿你平安" + }, + { + "标题": "武汉大瘟疫,国字头专家们贡献了什么?" + }, + { + "标题": "武汉多家医院物资紧张,请求支援!" + }, + { + "标题": "武汉告急,美国终于忍不住对中国出手了!" + }, + { + "标题": "武汉告急!10万医护人员几近崩溃,物资匮乏,紧急求助请扩散!" + }, + { + "标题": "武汉即日起封城!美国强制所有武汉飞美航班,改道5大机场健康筛查" + }, + { + "标题": "武汉协和医院医生心声:请停止恐慌!" + }, + { + "标题": "武汉协和医院医生心声:停止恐慌!!!" + }, + { + "标题": "武汉协和医院医生心声:停止恐慌!" + }, + { + "标题": "武汉协和医院医生心声:停止恐慌!" + }, + { + "标题": "武汉半夜封城,肺炎全国爆发,其实我们能做的还有很多..." + }, + { + "标题": "武汉医疗物资之困:我们能做什么?" + }, + { + "标题": "武汉医生被新冠肺炎患者家属打伤 致重度职业暴露" + }, + { + "标题": "武汉医生的这条朋友圈刷屏了!" + }, + { + "标题": "武汉医生的这条朋友圈刷屏了!" + }, + { + "标题": "武汉医生痛哭刷爆朋友圈:除了生死,都是小事" + }, + { + "标题": "武汉医生朋友圈让人泪目:我有一事,生死与之" + }, + { + "标题": "武汉医生朋友圈让人泪目:好好活着,比好好过年更重要!" + }, + { + "标题": "武汉医生患病后自己诊治、隔离:我们的麻醉师插管没有护目镜,就用泳镜" + }, + { + "标题": "武汉医生工作见闻:下了班,我还得帮科室抢物资|大象公会" + }, + { + "标题": "武汉医生口述:1/4同事被感染,口罩不合格也按时进病房" + }, + { + "标题": "武汉医务工作者崩溃大哭 |神经崩溃的9种前兆你有吗?" + }, + { + "标题": "武汉加油!有困难我们一起扛" + }, + { + "标题": "武汉加油" + }, + { + "标题": "武汉刚传来好消息!市长回应热点,更有A股\"不惧疫情\":超级大逆转来了!" + }, + { + "标题": "武汉凌晨通告:机场、火车站离汉通道暂时关闭!" + }, + { + "标题": "武汉凌晨宣布交通封城 部分市民游客选择连夜出城" + }, + { + "标题": "武汉关闭通道,医疗物资如何送到?接受社会捐赠最缺什么?央视记者走进风暴中心,现场报道!" + }, + { + "标题": "武汉仁爱医院否认口罩来源,肺炎治愈可能再次感染,新冠肺炎被列为国际公共卫生紧急事件,相互宝上线肺炎保障,这就是今天的其他大新闻!" + }, + { + "标题": "武汉人朋友圈曝光:对不起,这次我不回家了" + }, + { + "标题": "武汉之后,又有六地“封城”:疫情面前,我们能做什么?" + }, + { + "标题": "武汉之后,又有六地“封城”!刚刚发生!然而,让人揪心的是..." + }, + { + "标题": "武汉之后,又有六地“封城”!刚刚发生!然而,让人揪心的是..." + }, + { + "标题": "武汉之后,又有12座城市“封城”!背后的原因令人警醒!" + }, + { + "标题": "武汉之后,又有12座城市“封城”!背后的原因令人警醒!" + }, + { + "标题": "武汉之后,又有12座城市“封城”!背后的原因令人警醒!" + }, + { + "标题": "武汉两天新增136例新型冠状病毒肺炎患者" + }, + { + "标题": "武汉不明原因肺炎罪魁祸首的原型公布!" + }, + { + "标题": "武汉不明原因肺炎初步判定!它的罪魁祸首是个什么鬼?春节转发提醒所有人!" + }, + { + "标题": "武汉不明原因肺炎初步判定!它的罪魁祸首是个什么鬼?春节期间提醒所有人!" + }, + { + "标题": "武汉不哭!十四亿同胞 一直在默默为你祈福!" + }, + { + "标题": "武汉一线被打医生:“大家还是要同仇敌忾,把仗打赢”" + }, + { + "标题": "武汉一线医生,随时可能倒下" + }, + { + "标题": "武汉一支援医生因新型肺炎去世!广东新增25例!汕头东莞出现首例!今年春节请不要串门了……" + }, + { + "标题": "武汉一家三口居家隔离17天渐好,他们是这样做的……请转发供大家参考!" + }, + { + "标题": "武汉一医生的心声" + }, + { + "标题": "武汉「封城」第6天,20位医生的偷拍照刷爆朋友圈" + }, + { + "标题": "武汉「封城」后朋友圈的24小时。" + }, + { + "标题": "武汉“小汤山”将6天建成,中国基建狂魔如何创造奇迹?" + }, + { + "标题": "武汉“小汤山”6天建成,中国基建狂魔如何创造奇迹?" + }, + { + "标题": "武汉“封城”,疫情升级,而这一切本可以不发生……" + }, + { + "标题": "武汉“封城”,敢于直面问题是解决问题之始 |《财经》社评" + }, + { + "标题": "武汉“封城”首日实录:医院少床位、防护缺资源、病患难隔离" + }, + { + "标题": "武汉“封城”第11天,韩红隐藏身份曝光:败光上亿家产,真相令人心酸..." + }, + { + "标题": "武汉“封城”抗击新型肺炎,北大最新病毒宿主研究指向蛇,被感染专家:眼睛也需防护" + }, + { + "标题": "武汉“封城”十天后,韩红真实身份曝光:所谓灾难,就是照妖镜!" + }, + { + "标题": "武汉“封城”十一天后,韩红真实身份曝光:所谓灾难,就是照妖镜!" + }, + { + "标题": "武汉“封城”9天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉“封城”9天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉“封城”8天后,韩红“人设崩塌”:所谓灾难,就是照妖镜!" + }, + { + "标题": "武汉“封城”8天后,韩红“人设崩塌”:所谓灾难,就是照妖镜!" + }, + { + "标题": "武汉“封城”8天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉“封城”8天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉“封城”8天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉“封城11天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "武汉“封·城”:世上会多了不少有情人" + }, + { + "标题": "武汉 2 名一线医生被患者家属殴打 | 附当事医生自述" + }, + { + "标题": "武汉95后小护士:“如有不幸,捐献我的遗体研究攻克病毒”" + }, + { + "标题": "武汉85家酒店支援医护:已消毒完毕,大家免费休息!" + }, + { + "标题": "武汉24小时:非典型过年 | 36氪特别报道" + }, + { + "标题": "武汉15名医护人员感染新型冠状病毒:请你们,一定要万分小心!" + }, + { + "标题": "武汉15名医务人员感染新型冠状病毒,钟南山:存在人传人现象" + }, + { + "标题": "此生有你,足矣" + }, + { + "标题": "此生无悔入浙江" + }, + { + "标题": "此片怎么可能不爆" + }, + { + "标题": "此刻,我想推荐这本加缪的《鼠疫》给你" + }, + { + "标题": "此刻,在武汉……" + }, + { + "标题": "此刻正好读书:中信出版4000+全球好书免费畅读畅听" + }, + { + "标题": "此刻||没有人和武汉无关" + }, + { + "标题": "正研究延长假期!国新办发布会要点都在这!" + }, + { + "标题": "正值用兵之际,绝非“极其无力”" + }, + { + "标题": "款退回来了,但你们的爱心已加紧送往襄阳" + }, + { + "标题": "模仿《囧妈》撤档网播,这部国产片为啥没人买账?" + }, + { + "标题": "检验感情最好的方式:谈钱" + }, + { + "标题": "检测确认,华南海鲜市场存在大量新型冠状病毒;26日新增确诊病例769例 | 全球科技要闻" + }, + { + "标题": "梅根她爹又上电视\"威胁\"哈里夫妇?再不联系我就继续爆料了!" + }, + { + "标题": "根本不存在断货!口罩的生产速度你远远想像不到!中国制造已打响健康保卫战" + }, + { + "标题": "根本不存在断货!口罩的生产速度你远远想像不到!" + }, + { + "标题": "查发热门诊、医疗救治定点医院,官方应用上线!全国通用!" + }, + { + "标题": "果然骚操作!莆田系医院定向受捐1.6万口罩为避税?湖北红会“口罩门”:捐赠者与受捐者同一个老板......" + }, + { + "标题": "林青霞的“女儿”长大了,怎么越来越像她?" + }, + { + "标题": "林青霞女儿近照流出,看到正脸后,网友:无一人遗传母亲美貌" + }, + { + "标题": "林清玄:独乐与独醒" + }, + { + "标题": "林清玄:余生,修得一颗柔软心" + }, + { + "标题": "林俊杰孙燕姿为武汉温暖发声,一首新歌刷爆泪点:没有被禁锢的城,只有不离开的爱" + }, + { + "标题": "林俊杰孙燕姿为武汉温暖发声,一首新歌刷爆泪点:没有被禁锢的城,只有不离开的爱" + }, + { + "标题": "林俊杰为疫情写新歌《stay with you》:上帝不会让你经历,无法克服的考验。" + }, + { + "标题": "林俊杰为武汉写的这首歌,引200万人落泪:就算再艰难,爱不会离开!" + }, + { + "标题": "板蓝根、熏醋能防新型肺炎?国家卫健委紧急辟谣!​" + }, + { + "标题": "杭州做的非常好,但马上就能学的,还是河南" + }, + { + "标题": "杨绛:当你身处卑微,才有机缘看到世态真相" + }, + { + "标题": "杨烁吼孩子又上热搜:原生家庭欠你的,你要自己找回来" + }, + { + "标题": "杨幂魏大勋分手被实锤:女人婚前一定要明白这点" + }, + { + "标题": "杨幂不敢宣传慈善?赵丽颖新戏要黄?郭碧婷看上向佐家庭?黄轩彻底栽了?电视剧为什么上星?" + }, + { + "标题": "来自狗子无情的嘲笑!" + }, + { + "标题": "来自武汉协和一线医生的心声:停止恐慌!!!" + }, + { + "标题": "来自一位武汉返乡大学生的真实感受!" + }, + { + "标题": "来自一个70后的道别" + }, + { + "标题": "来了,今年贺岁档第一枪!" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "来了!新闻早班车" + }, + { + "标题": "杜少平被执行死刑!" + }, + { + "标题": "李谦被“双开”!" + }, + { + "标题": "李白被困在春运回家路上......" + }, + { + "标题": "李强视频连线慰问上海这群驰援武汉的“逆行者”,他们以医者担当守护生命!" + }, + { + "标题": "李强应勇今天检查社区疫情防控工作,要求党员干部挺身而出,汇聚群防群治强大力量" + }, + { + "标题": "李强今天到口罩生产企业和农村社区实地检查调研!要求多措并举加强防控物资供应保障" + }, + { + "标题": "李子柒爆红背后的底层逻辑" + }, + { + "标题": "李克强赴中国疾控中心考察新型冠状病毒感染肺炎疫情防控科研攻关工作" + }, + { + "标题": "李克强西宁看望医护人员:你们要在疫情防控中做好救治,也要做好自我防护" + }, + { + "标题": "李克强考察疫情防控国家重点医疗物资保障调度平台" + }, + { + "标题": "李克强来到武汉" + }, + { + "标题": "李克强来到武汉" + }, + { + "标题": "李克强来到武汉" + }, + { + "标题": "李克强来到国家重点医疗物资保障调度平台现场督办" + }, + { + "标题": "李克强来了!连喊三声:武汉加油!还有95后小护士让人泪目…" + }, + { + "标题": "李克强春节前考察西宁这个老旧小区释放什么新信号?" + }, + { + "标题": "李克强在青海这个村祝福大家:稳稳当当走向富裕不再返贫" + }, + { + "标题": "李克强同欧盟委员会主席冯德莱恩通电话" + }, + { + "标题": "李克强到湖北武汉考察指导新型冠状病毒感染肺炎疫情防控工作" + }, + { + "标题": "李克强再次与钟南山握手" + }, + { + "标题": "李克强主持召开国务院常务会议 进一步部署新型冠状病毒感染的肺炎疫情防控工作等" + }, + { + "标题": "李克强主持召开中央应对新型冠状病毒感染肺炎疫情工作领导小组会议" + }, + { + "标题": "李克强主持召开中央应对新型冠状病毒感染肺炎疫情工作领导小组会议" + }, + { + "标题": "李克强主持召开中央应对新型冠状病毒感染肺炎疫情工作领导小组会议" + }, + { + "标题": "李克强主持召开中央应对新型冠状病毒感染肺炎疫情工作领导小组会议" + }, + { + "标题": "权威解读:新型冠状病毒,是怎么从动物传染给人的?" + }, + { + "标题": "权威解答:天气转晴,出门晒太阳能否杀死新型冠状病毒?" + }, + { + "标题": "权威发布!预防新冠肺炎的中药药方来了!" + }, + { + "标题": "权威发布!预防新冠肺炎的中药药方来了!" + }, + { + "标题": "权威发布!蒋卓庆当选为市人大常委会主任" + }, + { + "标题": "权威发布!市政府发出通知延迟本市企业复工和学校开学" + }, + { + "标题": "权威发布!市委、市政府发布通知:进一步加强我市新型冠状病毒感染的肺炎疫情防控工作" + }, + { + "标题": "权威发布!上海启动重大突发公共卫生事件一级响应机制" + }, + { + "标题": "杀人冠状病毒为什么不杀蝙蝠?" + }, + { + "标题": "本月这双鞋没对手!月销 7000 双全好评!国货再出超弹黑科技!" + }, + { + "标题": "本命年到了后,现在的老鼠都这么秀了么(第190期)" + }, + { + "标题": "未婚夫在网上吐槽950刀的婚纱太贵,干脆,妹子取消了婚礼…" + }, + { + "标题": "朝鲜的“新年礼物”难道是TA?" + }, + { + "标题": "朝阳,你怎么了。" + }, + { + "标题": "朝阳被伤医生今早清醒" + }, + { + "标题": "朝阳医院伤医事件:成为陶勇有多难?" + }, + { + "标题": "服软" + }, + { + "标题": "朋友圈那个宠妻狂魔,离婚了" + }, + { + "标题": "朋友圈的年夜饭,藏着多少硬核大菜?" + }, + { + "标题": "朋友圈实录:春节回家,我终于读懂了我妈" + }, + { + "标题": "有难一起扛!《坚信爱会赢》MV发布" + }, + { + "标题": "有用!如何区分感冒流感和新冠病毒肺炎" + }, + { + "标题": "有用!如何区分感冒流感和新冠病毒肺炎" + }, + { + "标题": "有条不紊,更大,更有效的措施来了!" + }, + { + "标题": "有效预防肺炎,正确洗手和戴口罩" + }, + { + "标题": "有故事的人,才能听懂这首歌" + }, + { + "标题": "有家难回:新冠肺炎制造的“北漂”" + }, + { + "标题": "有多少人,说了再见却再也没见。" + }, + { + "标题": "有人开始爆徐峥黑料" + }, + { + "标题": "有些真相你必须要知道,新型冠状病毒传染手段大曝光" + }, + { + "标题": "有些剩菜冰箱也救不了,扔的时候不要手软" + }, + { + "标题": "有些兄弟走着走着就散了!" + }, + { + "标题": "有些人,不必等" + }, + { + "标题": "有些人的一生很短,有些娃娃的一生更短" + }, + { + "标题": "有个叫陶勇的医生,倒在血泊中;他1000多万同行,正对战武汉疫情" + }, + { + "标题": "有一种高级的修养,叫从不炫耀" + }, + { + "标题": "有一种幸福,叫有人惦记" + }, + { + "标题": "有一种幸福,叫有人惦记" + }, + { + "标题": "有一种修养,叫少管闲事" + }, + { + "标题": "有一种人生叫钟南山:我要按照事实来说话" + }, + { + "标题": "最,不可深交的人" + }, + { + "标题": "最高级的炫富,是家庭和睦" + }, + { + "标题": "最高级的修养,是不动声色的善良" + }, + { + "标题": "最长潜伏期约14天!国家卫健委发布新版新型肺炎防控方案" + }, + { + "标题": "最近有4000万人沉迷于武汉这个直播" + }, + { + "标题": "最近店里的厨子也没什么事干" + }, + { + "标题": "最近坐动车经过武汉,要担心吗?" + }, + { + "标题": "最近几天" + }, + { + "标题": "最舒服的关系,是聊得来" + }, + { + "标题": "最能走进男人心坎的,永远是这种女人" + }, + { + "标题": "最没心机的三大星座,有你吗?" + }, + { + "标题": "最有烟火味的应援!加油,热干面!" + }, + { + "标题": "最有烟火味的应援!加油,热干面!" + }, + { + "标题": "最有“文化”的过年方式都在这里了!" + }, + { + "标题": "最新:确诊人数超过非典!累计5974例!" + }, + { + "标题": "最新:确诊7711例,死亡170例!刚刚,西藏首例确诊了" + }, + { + "标题": "最新:确诊6041例!国家卫健委回应\"500万人离开武汉\"!更有最美逆行者让人泪目…" + }, + { + "标题": "最新:确诊4515例!疑似6973 例,死亡106例" + }, + { + "标题": "最新:确诊14380例!告急:武汉4109例,黄冈首超1000例!" + }, + { + "标题": "最新:确诊1287例,死亡41例!武汉告急,解放军紧急出动!捍卫生命,14亿人与时间赛跑!" + }, + { + "标题": "最新:新增确诊病例2590例!累计确诊14380例,死亡304例,治愈出院328例" + }, + { + "标题": "最新!试行第四版新型冠状病毒感染的肺炎诊疗方案,附对比更新" + }, + { + "标题": "最新!美国确诊第2例肺炎,第3例疑将宣布!一夜暴增63疑似,可怕啊...." + }, + { + "标题": "最新!美国扩大疫情筛选范围至20个机场!美疾控中心对华旅行警告升至最高级别!撤侨回美路线更改!" + }, + { + "标题": "最新!累计确诊5974例,死亡132例" + }, + { + "标题": "最新!累计确诊4515例,死亡106例!" + }, + { + "标题": "最新!累计确诊11791例,死亡259例,治愈出院243例" + }, + { + "标题": "最新!累计确诊11791例,死亡259例!" + }, + { + "标题": "最新!确诊病例9692例,死亡213例" + }, + { + "标题": "最新!确诊9692例,死亡213例" + }, + { + "标题": "最新!确诊9692例,死亡213例" + }, + { + "标题": "最新!确诊830例,死亡25例" + }, + { + "标题": "最新!确诊830例,死亡25例" + }, + { + "标题": "最新!确诊830例!死亡25例!出现湖北以外首例死亡" + }, + { + "标题": "最新!确诊830例、死亡25例!最牛医生感染后竟在家自愈!他是这样做到的…" + }, + { + "标题": "最新!确诊7711例,死亡170例" + }, + { + "标题": "最新!确诊7711例,死亡170例" + }, + { + "标题": "最新!确诊5974例,死亡132例" + }, + { + "标题": "最新!确诊5974例,死亡132例" + }, + { + "标题": "最新!确诊571例,疑似病例393例,死亡17例病情全部公开" + }, + { + "标题": "最新!确诊554例" + }, + { + "标题": "最新!确诊473例" + }, + { + "标题": "最新!确诊4515例,死亡106例" + }, + { + "标题": "最新!确诊4515例,死亡106例" + }, + { + "标题": "最新!确诊319例" + }, + { + "标题": "最新!确诊291例,疑似54例" + }, + { + "标题": "最新!确诊2744例,死亡80例" + }, + { + "标题": "最新!确诊2744例,死亡80例" + }, + { + "标题": "最新!确诊1975例,死亡56例" + }, + { + "标题": "最新!确诊1975例,死亡56例" + }, + { + "标题": "最新!确诊1287例,死亡41例" + }, + { + "标题": "最新!确诊1287例,死亡41例" + }, + { + "标题": "最新!确诊11791例,治愈243例,死亡259例,上海药物所回应双黄连 :科学的事情我们不想说得太过" + }, + { + "标题": "最新!确诊11791例,死亡259例" + }, + { + "标题": "最新!确诊11791例,死亡259例" + }, + { + "标题": "最新!湖北红十字会回应捐赠物资分配质疑" + }, + { + "标题": "最新!湖北疫情防控热点问题,省委书记回应了" + }, + { + "标题": "最新!清远6例,新增1例英德确诊病例" + }, + { + "标题": "最新!深圳今年第1期粤B车牌竞价摇号延期!铁路部门再延长退票时限!" + }, + { + "标题": "最新!深圳“新型肺炎”确诊患者到过这些小区!" + }, + { + "标题": "最新!武汉高速路口封闭,上市公司火速驰援,更有春节电影\"集体撤档\"!" + }, + { + "标题": "最新!武汉肺炎新增136例,浙江5例、北京2例、深圳1例刚确诊!医药股飙升200亿,这份防护手册请收好" + }, + { + "标题": "最新!武汉肺炎全国确诊增至217例,北京和广东也有,春节如何安全回家?" + }, + { + "标题": "最新!武汉新型肺炎患者救治均由政府买单,记者探访发热门诊:医生三班倒,24小时接诊" + }, + { + "标题": "最新!武汉实施进出人员管控" + }, + { + "标题": "最新!武汉同济、武汉协和同时发布新型冠状病毒肺炎快速诊疗指南!" + }, + { + "标题": "最新!春节假期适当延长!南京这些药店稳定供应口罩!还有…" + }, + { + "标题": "最新!新增死亡病例1例,15名医务人员感染" + }, + { + "标题": "最新!新型肺炎已致湖北17人死亡" + }, + { + "标题": "最新!新型肺炎全国已确诊440例,死亡9例" + }, + { + "标题": "最新!已确诊571例,死亡17例病情全部公开" + }, + { + "标题": "最新!已确诊571例,死亡17例病情全部公开" + }, + { + "标题": "最新!山西新增确诊病例9例,累计确诊56例!" + }, + { + "标题": "最新!山西新增确诊病例4例,累计确诊39例!世卫组织将新型冠状病毒疫情列为国际关注的突发公共卫生事件" + }, + { + "标题": "最新!山东累计确诊新型冠状病毒感染的肺炎病例6例" + }, + { + "标题": "最新!山东新增12例!累计39例!" + }, + { + "标题": "最新!山东、西安、汕头发布交通禁令 30省份启动一级响应!" + }, + { + "标题": "最新!小型客车免费通行时间延长啦" + }, + { + "标题": "最新!国家卫健委:累计报告确诊病例1975例 死亡病例56例" + }, + { + "标题": "最新!国家卫健委发布新型冠状病毒感染的肺炎诊疗方案(试行第二版)" + }, + { + "标题": "最新!南京延迟复工时间有变!工资怎么算?口罩哪里买?...都有答案了!" + }, + { + "标题": "最新!北京省际客运全停,30省区市一级响应!更有旅行团暂停,全国紧急呼叫这群人…" + }, + { + "标题": "最新!北京、广东出现新型冠状病毒感染肺炎病例,均曾赴武汉!浙江发现5例观察病例!另附防疫指南→" + }, + { + "标题": "最新!加州英法澳加拿大首现肺炎!分布地图曝光!美撤侨方案确定! 春节假期延长" + }, + { + "标题": "最新!全国累计确诊9692例,死亡213例,治愈出院171例" + }, + { + "标题": "最新!全国累计确诊7711例,死亡170例,治愈出院124例" + }, + { + "标题": "最新!全国累计确诊2744例,死亡80例,治愈出院51例" + }, + { + "标题": "最新!全国确诊440例新型肺炎病例,死亡9例,疫情通报是否滞后?武汉市长回应了" + }, + { + "标题": "最新!全国确诊440例新型肺炎病例,死亡9例" + }, + { + "标题": "最新!全国确诊440例新型肺炎病例,死亡9例" + }, + { + "标题": "最新!全国确诊440例新型肺炎病例,死亡9例" + }, + { + "标题": "最新!全国新增确诊2829例,累计确诊17205例" + }, + { + "标题": "最新!全国新增确诊2590例,累计确诊14380例" + }, + { + "标题": "最新!全国新增确诊1737例,累计确诊7711例,累计死亡170例" + }, + { + "标题": "最新!全国新增确诊1459例,累计确诊5974例,累计死亡132例" + }, + { + "标题": "最新!26日湖北新增确诊病例371例,死亡24例" + }, + { + "标题": "最新通知!广东中小学幼儿园2月17日前不开学,企业2月9日24时前不复工!" + }, + { + "标题": "最新通知:全国延期开学!10天后初中生将迎重大挑战! 不重视将直接被中考淘汰…" + }, + { + "标题": "最新通报:吉林省新增6例确诊病例" + }, + { + "标题": "最新通报:吉林省新增3例确诊病例" + }, + { + "标题": "最新通报!25日新增688例,累计1975例,死亡56例" + }, + { + "标题": "最新通报:全国确诊1287例,死亡41例!" + }, + { + "标题": "最新通报:全国确诊1287例,死亡41例!" + }, + { + "标题": "最新进展:千万别碰蝙蝠!中科院石正丽团队发布最新数据,武汉新型冠状病毒与一种蝙蝠的冠状病毒基因序列一致性高达96%丨科学大发现" + }, + { + "标题": "最新进展!同济团队进一步揭示新型冠状病毒感染肺泡的机制" + }, + { + "标题": "最新辟谣!请扩散!" + }, + { + "标题": "最新确诊473例!湖北紧急求援4000万口罩:工信部出手!专家:新病毒怕酒精不耐高温" + }, + { + "标题": "最新确诊2034例!国家卫健委主任刚发话:再派1600人医疗队!更有疫苗研发传来好消息" + }, + { + "标题": "最新疫情!山西新增确诊病例8例,累计确诊35例" + }, + { + "标题": "最新版“百家姓”公布!上海第一大姓是“张”→" + }, + { + "标题": "最新消息!27日新增确诊病例1771例 新增死亡病例26例" + }, + { + "标题": "最新治疗新冠肺炎方案来了!赶紧把这两个中成药买回家,很快被抢光!" + }, + { + "标题": "最新检测结果:武汉华南海鲜市场存在大量新型冠状病毒" + }, + { + "标题": "最新数据!全国确诊1287例病例 新增死亡16例" + }, + { + "标题": "最新放假通知!周口全市单位2月9日上班、学校2月17日之后开学!" + }, + { + "标题": "最新延长春节假期解读,不遵守可能要坐牢!" + }, + { + "标题": "最新境内确诊218例!钟南山:新型冠状病毒肺炎有人传人现象,你该赶紧这么做!" + }, + { + "标题": "最新发现!这种药可抑制新型冠状病毒!" + }, + { + "标题": "最新发现: 中成药双黄连口服液可抑制新型冠状病毒" + }, + { + "标题": "最新分析证明,病毒早期就可能有人传人现象,且武汉华南海鲜市场并不是病毒单一发源地" + }, + { + "标题": "最宠妻的三大星座男,嫁给他错不了!" + }, + { + "标题": "最好的风水是人品,最高的精明是厚道" + }, + { + "标题": "最好的爱:遇一良人,终其一生" + }, + { + "标题": "最好的关系,都是相互的" + }, + { + "标题": "最好的余生:有家回,有人等,有饭吃" + }, + { + "标题": "最好的人生:适度善良,懂得拒绝" + }, + { + "标题": "最好的2020:别睡太晚,别爱太满,别等太久" + }, + { + "标题": "最全!国家卫健委等就疫情防控工作答记者问实录" + }, + { + "标题": "最严!湖北黄冈出台市区人口出行管控措施" + }, + { + "标题": "最丑鼠年限定给大伙逗乐了!幸好还能买这些!最便宜不到 100 块!" + }, + { + "标题": "最不寻常的春节,致最致亲爱的你!" + }, + { + "标题": "曾在华南海鲜市场打工,荆州第一例治愈者口述:我是幸运的" + }, + { + "标题": "曾国藩:家败一个“奢”字,人败一个“逸”字,讨人嫌一个“骄”字" + }, + { + "标题": "曾国藩:决定男人出人头地的,不是金钱和人脉,而是3个制胜点!" + }, + { + "标题": "曾光:疫情防控,期待正月十五看到明显成效" + }, + { + "标题": "曝光过年期间宠物店老板的朋友圈...哈哈哈哈哈未免太惨了吧!" + }, + { + "标题": "暧昧男网友为什么突然不回你微信?" + }, + { + "标题": "智能手机是朝鲜年轻人的求婚钻戒" + }, + { + "标题": "景区小动物因为没有游人喂纷纷吃上了食堂" + }, + { + "标题": "普华永道:PHEIC的影响及应对建议" + }, + { + "标题": "是谁还不拿这次疫情当回事" + }, + { + "标题": "是真是假?!双黄连口服液可抑制新型冠状病毒?" + }, + { + "标题": "是时候,让老铁们站上春晚了。" + }, + { + "标题": "是时候平静一点了" + }, + { + "标题": "是什么决定了你的身份?" + }, + { + "标题": "是不是不吃野生动物,以后就没事了?真不是!" + }, + { + "标题": "是不是不吃野生动物,以后就没事了?真不是!" + }, + { + "标题": "昨晚年夜饭,竟还有人吃野味!" + }, + { + "标题": "昨天,钟南山流泪了!" + }, + { + "标题": "春运进化史" + }, + { + "标题": "春运返程在即,亟需警惕“第二波”疫情" + }, + { + "标题": "春运期间,如何在火车硬卧上体面生存,安全回家?" + }, + { + "标题": "春节,是一次美好的变形记" + }, + { + "标题": "春节赶飞机忘带身份证不用担心,这么操作照样乘机!" + }, + { + "标题": "春节特辑:鼠年生肖运程解析,看过的人都说准!" + }, + { + "标题": "春节特辑:广东人想象中的过年, 为什么从来没有实现?" + }, + { + "标题": "春节特辑:不让熊孩子进门,是我今年干过最爽的事" + }, + { + "标题": "春节特辑:不管今年的假期怎么变,你的过年利是都不会变!" + }, + { + "标题": "春节档,全部撤档!" + }, + { + "标题": "春节档真该听ta的" + }, + { + "标题": "春节最高优惠11万!国产奔驰、宝马、奥迪轻松开回家!" + }, + { + "标题": "春节最残忍照片曝光:“你拿命换来的孩子,连5万块都不值!”" + }, + { + "标题": "春节最残忍照片曝光:“你拿命换来的孩子,连5万块都不值!”" + }, + { + "标题": "春节文艺指南 | 古代“艺术圈”怎么过春节?" + }, + { + "标题": "春节怼亲戚指南(2020版)" + }, + { + "标题": "春节就刷这两部半好片" + }, + { + "标题": "春节少出门!在家躺着追综艺看电视不香吗?" + }, + { + "标题": "春节宅家:30余部顶级纪录片+播放链接,给你找齐了" + }, + { + "标题": "春节宅家,给你推荐这11本史上最“难”文学经典名著" + }, + { + "标题": "春节宅家自娱自乐大赛,无聊的人已经把自己玩坏了!" + }, + { + "标题": "春节宅在家,还有这20部好剧可以看" + }, + { + "标题": "春节宅在家,千万别随便发朋友圈!" + }, + { + "标题": "春节宅在家,千万别随便发朋友圈!" + }, + { + "标题": "春节宅在家里的你本人。" + }, + { + "标题": "春节大片它是第一爆款" + }, + { + "标题": "春节困在家里的人,已经出现症状了!" + }, + { + "标题": "春节困在家里的人,已经出现症状了!" + }, + { + "标题": "春节困在家里的人,已经出现症状了!" + }, + { + "标题": "春节困在家里的人,已经出现症状了!" + }, + { + "标题": "春节困在家里的人,已经出现症状了!" + }, + { + "标题": "春节困在家里的人,已经出现症状了!" + }, + { + "标题": "春节回家,如何避免相爱相杀" + }, + { + "标题": "春节回家过年图鉴:“父母虐我千百遍,我待父母如初恋”" + }, + { + "标题": "春节回家如何避开武汉" + }, + { + "标题": "春节回家前的最后一天,我默默下载了拼多多" + }, + { + "标题": "春节嘴炮英雄图鉴" + }, + { + "标题": "春节后,肺炎疫情如何防控?上海医疗救治专家组组长解读" + }, + { + "标题": "春节后返程高峰如何防控?如何寻找确诊病例同行者?官方回应来了→" + }, + { + "标题": "春节吃不胖指南,看这一篇就够了" + }, + { + "标题": "春节前国务院开的这个常务会,李克强请来钟南山和李兰娟" + }, + { + "标题": "春节假期还会延长吗?大数据追踪人?国家卫健委最新回应!" + }, + { + "标题": "春节假期会否进一步延长?买好的票能退吗?停工在家,房贷、卡贷咋办?最新官方回应来了→" + }, + { + "标题": "春节「租女友」产业链内幕:“500可牵手,过夜3000”" + }, + { + "标题": "春晚节目单来啦!" + }, + { + "标题": "春晚节目单来啦!" + }, + { + "标题": "春晚史上唯一没有彩排的节目,背后的真相让人泣不成声……" + }, + { + "标题": "春晚只有他没向流量低头" + }, + { + "标题": "春晚历史上首次没有彩排的片段……加油武汉!加油中国!" + }, + { + "标题": "春晚主持人!官!宣!" + }, + { + "标题": "春晚37年了,我仍会想起:29岁的陈佩斯,28岁的宋丹丹,31岁的赵本山..." + }, + { + "标题": "春晚15首爆红歌曲,听到第一首就哭了!" + }, + { + "标题": "星座限定!你的2020全年曲单都在这儿了" + }, + { + "标题": "明起预约购买口罩,如何做好疫情防控?具体怎样操作?权威解答来了→" + }, + { + "标题": "明星走红毯时碰上高速摄影大神,这个前后效果对比,简直是神技啊" + }, + { + "标题": "明星买鞋也被「割韭菜」!鞋王塔克亏不少!有人却赚了 $3000 刀!" + }, + { + "标题": "明明没学过繁体字,为什么你能看懂?" + }, + { + "标题": "明日起 北京市所有省际道路客运全部停运" + }, + { + "标题": "明年我再也不集五福了!" + }, + { + "标题": "明天起,这些新规将影响你的生活" + }, + { + "标题": "早婚害了农民工" + }, + { + "标题": "早上睡得迷迷瞪瞪,媳妇将手机杵到我眼前,简直不敢相信自己的眼睛,科比在加州的一场直升机坠机事故中去世,机上五人无一幸免,包括他的二女儿,真是太突然了,他还不满42岁.....科比贯穿我看球的青年时代,他是天才加上极度勤奋造就的巨星,再见了科比,愿天堂也有亲爱的篮球,R.I.P。" + }, + { + "标题": "日本节目:跟拍到有钱人家的千金小姐,家教严格,节目组险吃闭门羹!" + }, + { + "标题": "日本网友都在做的颜色诊断:从所选颜色看出你的精神年龄!" + }, + { + "标题": "日本撤侨后,负责撤侨的一名日本官员自杀了!" + }, + { + "标题": "日本女星败光男友两三亿,闪婚闪离,如今又打算要孩子赡养费?!" + }, + { + "标题": "日本夫妇继承10坪老房子,小到连洗澡都被邻居看见!妻子无奈向电视台求助..." + }, + { + "标题": "日本乡村的清纯学生妹来到东京闯荡,5年后简直大变样!" + }, + { + "标题": "日本三集片,戳穿了赤裸裸的社会" + }, + { + "标题": "无论跟谁结婚,请先跟对方交换这15个问题" + }, + { + "标题": "无聊?不知道干啥?我推荐你挑战这10件事" + }, + { + "标题": "无知的代价(深度好文)" + }, + { + "标题": "无症状病例已现!到底是谁把新冠病毒带到了武汉?科学家加速病毒溯源" + }, + { + "标题": "无症状感染者出现,这次可能麻烦了……" + }, + { + "标题": "无症状感染者也能传染!该怎么防?" + }, + { + "标题": "无症状感染者也传染!国家卫健委确认了" + }, + { + "标题": "无症状感染者1传5:如何防控?专家议论纷纷" + }, + { + "标题": "无法重来的一生,好好善待自己" + }, + { + "标题": "无发烧病例出现!全国确诊883例,美国加州德州新增疑似,最致命的不是病毒,是轻慢!" + }, + { + "标题": "新的一年,愿你遇良人,许你长欢喜" + }, + { + "标题": "新的一年,感恩今生相遇的每个人" + }, + { + "标题": "新的一年,“鼠”你平安!" + }, + { + "标题": "新病毒在中国或致8042例感染,爆发峰值预计2月中上旬 | 最新研究大汇总(截止26日15:00)" + }, + { + "标题": "新疫情对地产行业会有什么影响?" + }, + { + "标题": "新疆小伙捐1.1万个口罩给湖北黄冈 6000个捐给家乡" + }, + { + "标题": "新手晚上怎么开高速,第一视角演示给你看" + }, + { + "标题": "新年红包还能这么发?民间高手果然都在这!" + }, + { + "标题": "新年第六天,他们官宣死亡,看哭5亿人…" + }, + { + "标题": "新年第二天,他们官宣死亡,看哭5亿人…" + }, + { + "标题": "新年第二天,他们官宣死亡,看哭5亿人…" + }, + { + "标题": "新年改造|严肃男同事→东北李现,爱了!" + }, + { + "标题": "新年换新车,2020年这些车值得买,你不能错过!" + }, + { + "标题": "新年怎么过?左手名画右手佳酿岂不美哉!" + }, + { + "标题": "新年之后,请远离这两个人,不管你是谁" + }, + { + "标题": "新年三愿:有家,有爱,有所期待" + }, + { + "标题": "新年 8 个小动作,祝你变美表漂亮" + }, + { + "标题": "新家花园不长草,7年后警察上门从土里挖出两具尸体…" + }, + { + "标题": "新增3例死亡全部在湖北,国家卫健委副主任:疫情存在进一步扩散风险" + }, + { + "标题": "新增2人出院!深圳新型冠状病毒感染肺炎患者已有4人痊愈,其中3位是一家人" + }, + { + "标题": "新增16个!新型冠状病毒肺炎确诊患者还到过深圳这些小区和场所!" + }, + { + "标题": "新型肺炎,别不拿它当回事" + }, + { + "标题": "新型肺炎首发症状可能不典型:无发烧、咳嗽,这 4 点要做好!" + }, + { + "标题": "新型肺炎起源:被人类端上餐桌的病毒" + }, + { + "标题": "新型肺炎被WHO列为“国际突发公共卫生事件”,我们该担心什么?" + }, + { + "标题": "新型肺炎确诊增至 7742 例,是情况更糟了还是初见成效?" + }, + { + "标题": "新型肺炎确诊人数剧增,你必须知道的常识与新闻都在这里" + }, + { + "标题": "新型肺炎确诊571例后,武汉“封城”!这一幕看哭无数中国人!" + }, + { + "标题": "新型肺炎确诊440例,死亡9例,这到底是怎样一种病?" + }, + { + "标题": "新型肺炎确诊14380例,担心的事发生了:比肺炎更可怕的,是人心" + }, + { + "标题": "新型肺炎的辟谣与预防,千万不可忽视!" + }, + { + "标题": "新型肺炎病毒来源曝光:我承诺,永远不以这些动物为食" + }, + { + "标题": "新型肺炎病毒曝光最恶心的一幕:有些人,坏就坏在一张嘴上!" + }, + { + "标题": "新型肺炎病毒扩散后,我在淘宝上看到人性最丑陋的一面" + }, + { + "标题": "新型肺炎爆发:面对病毒,起码的态度就是学会“认怂”" + }, + { + "标题": "新型肺炎来袭,春运去机场车站要注意什么?6 个要点,千万牢记" + }, + { + "标题": "新型肺炎来了,家里应该囤药吗?" + }, + { + "标题": "新型肺炎曝光最恶心的一幕:有些中国人坏就坏在一张嘴上" + }, + { + "标题": "新型肺炎已致 17 例死亡,详细病例资料在这里!" + }, + { + "标题": "新型肺炎如何防治,钟南山给出最新意见" + }, + { + "标题": "新型肺炎如何防治,钟南山给出最新意见" + }, + { + "标题": "新型肺炎如何防治,钟南山给出最新意见" + }, + { + "标题": "新型肺炎如何防治,钟南山的最新意见" + }, + { + "标题": "新型肺炎和感冒咋区分?别只看发烧,还有 2 个关键细节" + }, + { + "标题": "新型肺炎又致 9 人死亡,详细病例资料在这里" + }, + { + "标题": "新型肺炎全国确诊2067例,钟南山院士发紧急号召,呼吁国人响应!" + }, + { + "标题": "新型肺炎人传人!钟南山权威解读:很可能来自“野味”,没特效药、戴口罩有用!15名医护人员感染,20家A股火速回应" + }, + { + "标题": "新型肺炎严重程度升级!已明确会人传人......" + }, + { + "标题": "新型肺炎不仅是患者、医护人员的战争,也是我们所有人的战争" + }, + { + "标题": "新型肺炎下如何保护好孩子?家长最关心的 9 个问题一次说清楚" + }, + { + "标题": "新型肺炎下如何保护好孩子?家长最关心的 9 个问题一次说清楚" + }, + { + "标题": "新型肺炎17例死亡病例病情公开!国家卫健委发布新版防控方案" + }, + { + "标题": "新型病毒潜伏期具有传染性 目前疫情进入比较严重复杂时期" + }, + { + "标题": "新型冠状病毒,究竟是什么样的病毒?" + }, + { + "标题": "新型冠状病毒,到底有啥不一样?这篇科普全讲明白了…" + }, + { + "标题": "新型冠状病毒,你还不了解它吧" + }, + { + "标题": "新型冠状病毒能人传人,15 名医务人员感染!请大家务必重视自我防护" + }, + { + "标题": "新型冠状病毒肺炎,接下来将会如何发展?" + }, + { + "标题": "新型冠状病毒肺炎问答:需要拒收武汉来的快递吗?" + }, + { + "标题": "新型冠状病毒肺炎确诊患者到过深圳这些地方!不用怕!你和家人要做好这6点!" + }, + { + "标题": "新型冠状病毒肺炎确定会人传人,买不到口罩需要担心吗?" + }, + { + "标题": "新型冠状病毒肺炎爆发,医疗、保险、法律知识都在这里了" + }, + { + "标题": "新型冠状病毒疫情每日辟谣 | 2020.01.31" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.02.01" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.31" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.31" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.30" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.30" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.29" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.29" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.29" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.28" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.28" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.28" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.27" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.27" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.27" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.27" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.26" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.26" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.26" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.25" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.25" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.25" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.24" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.24" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.24" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.23" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.23" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.23" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.22" + }, + { + "标题": "新型冠状病毒疫情每日播报 | 2020.01.22" + }, + { + "标题": "新型冠状病毒疫情日报 | 2020.02.01" + }, + { + "标题": "新型冠状病毒溯源:究竟是哪种野味带来的灾难?" + }, + { + "标题": "新型冠状病毒来了,你还不了解它吗?" + }, + { + "标题": "新型冠状病毒有可能是人工设计出来的吗?" + }, + { + "标题": "新型冠状病毒最新进展:北京、深圳出现感染病例,传染源未找到,疫情传播未全掌握" + }, + { + "标题": "新型冠状病毒最新研究汇总:首株病毒毒种被成功分离;《柳叶刀》发表专题,警示疾病严重性" + }, + { + "标题": "新型冠状病毒是这样被发现的……他们惊呼“这跟鼠疫一个级别!”" + }, + { + "标题": "新型冠状病毒是武汉科学家的“锅”,你信不信?" + }, + { + "标题": "新型冠状病毒是否难治、名古屋航班如何处置…今天这场新闻发布会回应热点问题!" + }, + { + "标题": "新型冠状病毒是人为泄露出来的吗?" + }, + { + "标题": "新型冠状病毒感染肺炎,多地最新通报" + }, + { + "标题": "新型冠状病毒感染肺炎诊疗方案(国家卫健委发布)" + }, + { + "标题": "新型冠状病毒感染肺炎确定存在人传人,戴口罩有助于预防" + }, + { + "标题": "新型冠状病毒感染的肺炎有哪些症状?你想知道的全在这里!" + }, + { + "标题": "新型冠状病毒感染的肺炎又添新病例:面对疫情,我们不能也不会保密" + }, + { + "标题": "新型冠状病毒怕酒精不耐高温,但熏醋、盐水和烟没用 | 11 条谣言你需要知道" + }, + { + "标题": "新型冠状病毒怕酒精不耐高温,但熏醋、盐水和烟没用 | 11 条谣言你需要知道" + }, + { + "标题": "新型冠状病毒怕酒精不耐高温,但熏醋、盐水和烟没用 | 11 条谣言你需要知道" + }, + { + "标题": "新型冠状病毒怕酒精不耐高温,但熏醋、盐水和烟没用 | 11 条谣言你需要知道" + }, + { + "标题": "新型冠状病毒凶猛!医生被感染!搞定冠状病毒的妙方放在圈子功德无量" + }, + { + "标题": "新型冠状病毒传染性有多强?何时达到峰值?来看一下数学和统计建模结果" + }, + { + "标题": "新型冠状病毒会通过粪口传播吗?钟南山这样说→" + }, + { + "标题": "新型冠状病毒令科学家忧心" + }, + { + "标题": "新型冠状病毒从何而来?疫情将会如何发展?" + }, + { + "标题": "新地图、新玩法、多联动、公益慈善、大型赛事,原来2019年的庄园有这么多回忆!" + }, + { + "标题": "新发现:新冠病毒可能存在新传染途径" + }, + { + "标题": "新冠肺炎:自我识别及居家隔离指南" + }, + { + "标题": "新冠肺炎疫情最新辟谣!" + }, + { + "标题": "新冠肺炎对中国经济影响有多大?" + }, + { + "标题": "新冠肺炎之下, 外国人对病毒的恐惧渐渐演变成了对中国人的排斥..." + }, + { + "标题": "新冠肺炎“吹哨人”李文亮:真相比平反更重要" + }, + { + "标题": "新冠病毒首次感染人或早至去年11月,海鲜市场非唯一疫源地" + }, + { + "标题": "新冠病毒阴谋论疑云:“病毒非自然形成”,印度学者研究被哈佛大牛批“不靠谱”" + }, + { + "标题": "新冠病毒进入体内的48小时。" + }, + { + "标题": "新冠病毒破解有了巨大突破,达摩院做了什么?" + }, + { + "标题": "新冠病毒比非典更容易传染吗?可以从这个角度来讨论" + }, + { + "标题": "新冠病毒存在粪口传播?听听钟南山的最新回答!" + }, + { + "标题": "新冠病毒可能存在新传染方式?SARS用这招毒倒了321人!除了不出门,你还需要做好这些措施" + }, + { + "标题": "新冠病毒与武汉实验室没有关系,引发阴谋论的印度论文已经撤稿" + }, + { + "标题": "新冠疫情爆发后,已累计有 54 篇相关研究发表" + }, + { + "标题": "新冠已致56人死亡!武汉封城第3天,医生泪崩:“求你,别告诉我妈妈”。" + }, + { + "标题": "新关系论(绝了)" + }, + { + "标题": "断药危机:封城封村之后的艾滋感染者" + }, + { + "标题": "断舍离清单,这64件没用的东西早该扔了!" + }, + { + "标题": "文末福利 | 离离原上“草”,该拔哪根好?这份VIP攻略不过年我不告诉你" + }, + { + "标题": "数据告诉你,疫情对经济的潜在影响" + }, + { + "标题": "数据告诉你,疫情对经济的潜在影响" + }, + { + "标题": "数据告诉你,口罩会从哪里来" + }, + { + "标题": "数十亿善款下的艰难一面:假冒航空公司诈骗、口罩临时毁约涨价" + }, + { + "标题": "敢让影后跑龙套的8.8神剧,现在跌到7.2了" + }, + { + "标题": "敢和漫威宇宙叫板,这一次我力挺100%纯国产原创的它!" + }, + { + "标题": "敢信?欧文罗斯泡椒比尔布克全落选!全明星为科比修改规则!" + }, + { + "标题": "教育部官宣:延期开学!" + }, + { + "标题": "故宫奔驰女炫富系列:有本事炫耀,有本事别翻车啊!" + }, + { + "标题": "故宫奔驰女炫富系列:有本事炫耀,有本事别翻车啊!" + }, + { + "标题": "故宫博物院院长深夜向公众致歉" + }, + { + "标题": "故宫为什么道歉?" + }, + { + "标题": "放弃吧,这种手机不会再有了" + }, + { + "标题": "放假3天,和女儿吵了4场架" + }, + { + "标题": "改变自己是神,改变别人是神经病" + }, + { + "标题": "收好!今年春节最流行的拜年姿势来了" + }, + { + "标题": "收外卖、快递会感染?宠物也会染病毒?20 个关于新型冠状病毒的真相,转需" + }, + { + "标题": "收外卖、快递会感染?20个关于新型冠状病毒的真相,转需" + }, + { + "标题": "收化学智商税的商家们:别割韭菜了,再割要出人命了…" + }, + { + "标题": "收了这么多年压岁钱,你知道压岁钱是怎么来的吗?" + }, + { + "标题": "支援已经开始,这份名单一直在更新!" + }, + { + "标题": "支援发热门诊的正确姿势:一线超全经验总结!" + }, + { + "标题": "支持请转!广东最生活倡议:今年春节不串门不聚会!" + }, + { + "标题": "支持请转!关于武汉新型肺炎,我们倡议!" + }, + { + "标题": "支持请转!关于武汉新型肺炎,我们倡议!" + }, + { + "标题": "支持请转!关于新冠肺炎,我们倡议!" + }, + { + "标题": "操盘丨风云突变全线重挫,节后大盘如何演绎?先看一下17年前那一幕!" + }, + { + "标题": "操盘丨这次疫情对A股的冲击有多大,节前再下跌能捡点“便宜货”吗?" + }, + { + "标题": "操盘丨节后A股大跌难免,这波下跌空间有多大、如何操作?" + }, + { + "标题": "操盘丨珍惜每次回落的低吸机会,创业板中线上涨空间有多大?" + }, + { + "标题": "操盘丨今天大跌时没敢抄底的,最后一天还有低买机会吗?" + }, + { + "标题": "撤侨独家实拍:飞12小时+被查4次,我坐的武汉包机降落在美军基地" + }, + { + "标题": "撒贝宁认错背后,多少成年人在“假装”孝顺" + }, + { + "标题": "摩羯座在2020也太顺了!!!!" + }, + { + "标题": "搞笑又心酸,武汉人夜晚隔空喊话" + }, + { + "标题": "援助武汉物资须经三重门,医院称“不能都指望红会”" + }, + { + "标题": "援助武汉渠道汇总" + }, + { + "标题": "揭秘:“火神山”、“雷神山”名字怎么来的?" + }, + { + "标题": "揭秘阿里的帝国式管理" + }, + { + "标题": "揭开野生动物交易内幕,这片子无法打分,唯有震撼" + }, + { + "标题": "推荐!疫情防治的协和解决方案" + }, + { + "标题": "接下来的所有热搜,都请让给它" + }, + { + "标题": "排查、劝返、大喇叭、封路,农村这样防肺炎" + }, + { + "标题": "换车的时候,ETC应该怎么办" + }, + { + "标题": "捐赠物品分配怎么这么难?追问湖北红十字会" + }, + { + "标题": "捐赠1.6万口罩给“莆田系”医院?湖北红十字会回应:工作失误" + }, + { + "标题": "捐空了的韩红,钱花不出去的湖北红十字会" + }, + { + "标题": "捐献迷惑行为:“三甲医院分3000个口罩,莆田系人流医院3.6w个N95口罩???”" + }, + { + "标题": "捐了那么多东西怎么还缺?总台记者探访武汉市红十字会" + }, + { + "标题": "振奋人心,北京传来“铁命令”!亿万中国人终于这一天..." + }, + { + "标题": "振奋人心!央行紧急出手1.2万亿!证监会6问6答为何明日开市:休市越长,压力越大!" + }, + { + "标题": "指望别人,你就输了" + }, + { + "标题": "持续关注!全国最新疫情分布图来了" + }, + { + "标题": "持续关注!全国最新疫情分布图" + }, + { + "标题": "持续关注!全国最新疫情分布图" + }, + { + "标题": "持续关注!全国最新疫情分布图" + }, + { + "标题": "拼多多,我忍你很久了!" + }, + { + "标题": "拥有这三个特质的女人,活得都很贵" + }, + { + "标题": "拜年啦!" + }, + { + "标题": "拜年了!人民日报微信万元现金红包陪你过除夕!" + }, + { + "标题": "拍一部火一部,他凭什么36年不过气?" + }, + { + "标题": "拉横幅、架大刀、大义灭亲,全国疫情防护越来越硬核了" + }, + { + "标题": "抵抗病毒的最好办法不是戴口罩" + }, + { + "标题": "抱歉,2月新片我们可能一部也看不到" + }, + { + "标题": "报告“云监工”!20200202,火神山医院交付!" + }, + { + "标题": "报名已开始 | 深圳住院医师规培招 757 人,6 大国家住培基地任你选" + }, + { + "标题": "抗病毒,增强免疫力,这个方子每天泡茶喝,赶紧告诉家人朋友" + }, + { + "标题": "抗疫情:辽宁闷声干实事,上热搜不图名利…捐2亿不够?再捐2千万CT机,艺术团也伸援手,武汉挺住,辽宁为你加油。" + }, + { + "标题": "抗疫下半场的经济解药:账上没有几个亿,公司撑不过3个月" + }, + { + "标题": "抗疫一线90后的这双手,令人心疼" + }, + { + "标题": "抗击疫情,这里有一波好消息!我们能赢!" + }, + { + "标题": "抗击疫情,这里有50个最新的好消息!" + }, + { + "标题": "抗击疫情,让真相永远跑在谣言前头!" + }, + { + "标题": "抗击武汉肺炎,全国都该向河南人学习!" + }, + { + "标题": "抖音疯传的两只泰州大喇叭,火了!" + }, + { + "标题": "抖音和《囧妈》这一波操作太6了,死局都玩活。" + }, + { + "标题": "抖音上那些在中国生活的老外,承包了我一整年的笑点!" + }, + { + "标题": "把疫情防控作为当前最重要工作!市委常委会扩大会议要求把各项防控措施做得严而又严、细而又细、实而又实" + }, + { + "标题": "把广东人都会唱的贺年歌倒着放,你还能听得出来吗?" + }, + { + "标题": "把宠物摔死!活埋!遗弃!疫情中智商短板暴露无遗" + }, + { + "标题": "把各项防控措施做得更严更深更细更实!李强今天视频察看全市疫情防控工作" + }, + { + "标题": "抄袭到原版点名,这国综丢脸丢到国外了" + }, + { + "标题": "扯白||我们来聊一聊,你是不是一个幸运的人?" + }, + { + "标题": "扯白||六年了,那些曾经闪耀一时的老奇葩们近况如何?" + }, + { + "标题": "扩!这些车次、航班内有确诊患者,广西急寻5000多名同行人!" + }, + { + "标题": "扩!这些传言都是假的,别信!" + }, + { + "标题": "扩转!武汉各大医院向全国发出紧急求助 | 附「医疗物资捐赠」官方信息汇总" + }, + { + "标题": "扩散!这几个关于新冠病毒的说法,别信!" + }, + { + "标题": "扩散!这些车次、航班内有确诊患者,急寻5000多名同行人→" + }, + { + "标题": "扩散!这9个关于新冠病毒的说法,别信!" + }, + { + "标题": "扩散!紧急寻人!这些车次、航班内有新型肺炎患者" + }, + { + "标题": "扩散!急寻和确诊患者同行人员!" + }, + { + "标题": "扩散!急寻和确诊患者同行人员!" + }, + { + "标题": "扩散!发现确诊患者!郑州急寻24列车次同乘人" + }, + { + "标题": "扩散!发现确诊患者!泰州急寻这次列车同乘人" + }, + { + "标题": "扩散!几十万副口罩全是假货,会携带细菌!" + }, + { + "标题": "扩散!关注武汉疫情的同时,也要关注我们自己" + }, + { + "标题": "扩散!关于新型冠状病毒肺炎,你应该知道的99条科学信息" + }, + { + "标题": "扩散!关于新型冠状病毒肺炎,你应该知道的99条科学信息" + }, + { + "标题": "扩散!关于新型冠状病毒肺炎,你应该知道的100条科学信息" + }, + { + "标题": "扩散!关于新型冠状病毒肺炎的9个事实,你一定要知道!" + }, + { + "标题": "扩散!关于新冠病毒肺炎的9个事实,你一定要知道!" + }, + { + "标题": "扩散!关于新冠病毒肺炎的9个事实,你一定要知道!" + }, + { + "标题": "扩散周知!防范新型肺炎48字守则" + }, + { + "标题": "扩散周知!返程返工,国家卫健委给你9点防控提醒" + }, + { + "标题": "扩散周知!多科权威专家:春运如何严防新型冠状病毒" + }, + { + "标题": "打骨折都没人要?这几个省份最瞧不上日系车" + }, + { + "标题": "打喷嚏不要用手挡着?为什么?" + }, + { + "标题": "打乱战赢不了防疫战,过于极端的防护也会添乱!" + }, + { + "标题": "打个喷嚏,病毒可以悬浮24小时吗?" + }, + { + "标题": "手!" + }, + { + "标题": "手机也可能是新冠病毒载体!疾控专家1分钟演示「手机消毒法」" + }, + { + "标题": "手套比口罩更重要!美国卫生专家撰文:如何预防“武汉”病毒感染" + }, + { + "标题": "手套比口罩更重要!美国卫生专家撰文:如何预防“武汉”病毒感染" + }, + { + "标题": "所谓白衣天使,只不过是……" + }, + { + "标题": "所有的错过,都不必重逢。" + }, + { + "标题": "所有女生,2020新品口红来咯!" + }, + { + "标题": "戴口罩能否防住新型冠状病毒?一篇文章全都说清楚了" + }, + { + "标题": "截至今日7时,国内确诊324例新型冠状病毒肺炎病例!" + }, + { + "标题": "截至1月31日24时新型冠状病毒感染的肺炎疫情最新情况" + }, + { + "标题": "截至1月30日24时新型冠状病毒感染的肺炎疫情最新情况" + }, + { + "标题": "截至1月29日24时新型冠状病毒感染的肺炎疫情最新情况" + }, + { + "标题": "截至1月28日24时新型冠状病毒感染的肺炎疫情最新情况" + }, + { + "标题": "截至1月25日24时新型冠状病毒感染的肺炎疫情最新情况" + }, + { + "标题": "截至1月24日24时新型冠状病毒感染的肺炎疫情最新情况" + }, + { + "标题": "战胜新冠肺炎取得重大突破!这一次又是阿里巴巴!" + }, + { + "标题": "或许,你我离破产也就一两个月" + }, + { + "标题": "我这几天快被谣言吓死了" + }, + { + "标题": "我觉得集体放假不该再延长了" + }, + { + "标题": "我花几万都泡不到的女神,我兄弟几千就搞定了?" + }, + { + "标题": "我给爸妈买的新年礼物,被他们“扔进了垃圾桶”" + }, + { + "标题": "我给亲戚看了网上的相亲帖神评论,他们表示再也不催婚了" + }, + { + "标题": "我真的要闲闲闲闲闲闲出屁了" + }, + { + "标题": "我真替中国医生感到不值!" + }, + { + "标题": "我真怕明天专家说吃屎能治冠状病毒" + }, + { + "标题": "我的外甥是个沙雕!逼得我只能放大招(第191期)" + }, + { + "标题": "我的公司只能再撑两个月" + }, + { + "标题": "我的公司只能再撑三个月:一场疫情冲击下的中小企业命运大讨论!" + }, + { + "标题": "我没见过凌晨4点的洛杉矶,但我在凌晨4点听到你离开" + }, + { + "标题": "我欣赏这样活着的女人" + }, + { + "标题": "我服了!3分钟17分!首秀就破了20年纪录!" + }, + { + "标题": "我放弃职场,因为我更希望成为一名全职妈妈。|你找到自己的“本命”身份了吗?" + }, + { + "标题": "我收了父亲500个红包" + }, + { + "标题": "我承认,我放不下他" + }, + { + "标题": "我想带一个靠谱的人回家" + }, + { + "标题": "我想和福建人语音聊天……" + }, + { + "标题": "我怀疑冠状病毒读过《孙子兵法》,理由如下" + }, + { + "标题": "我怀疑你在我家装了监控,但我没证据!" + }, + { + "标题": "我怀念科比!我也关心武汉疫情!我更热爱自己的祖国!还有问题吗?" + }, + { + "标题": "我怀念不用微信的日子" + }, + { + "标题": "我怀念不用微信的日子" + }, + { + "标题": "我很好,只是很想你" + }, + { + "标题": "我开始怀念热搜上全是小鲜肉的日子了" + }, + { + "标题": "我建议这疫病,干脆就叫野味肺炎吧!" + }, + { + "标题": "我帮比尔盖茨算了笔账,他花1亿美元盖智能别墅太亏了。。。" + }, + { + "标题": "我居然花了一天时间在知乎看爽文。" + }, + { + "标题": "我家离华南海鲜市场很近:返乡、封城、过年,一位武汉大学生的过去一周" + }, + { + "标题": "我守护在武汉金银潭的重症病房" + }, + { + "标题": "我好像生病了,会不会是“疑似新冠状病毒肺炎”?" + }, + { + "标题": "我在武汉送外卖:“请帮我交给病毒研究所的专家们”" + }, + { + "标题": "我在北京哭了一年,就为了春节过年这一刻" + }, + { + "标题": "我和糕爸吵架了,原因估计和你家差不多" + }, + { + "标题": "我和你在一起!俄罗斯青年自发拍摄视频为武汉加油!" + }, + { + "标题": "我决定去记录那些因为人类的迷信、娱乐、贪婪,给野生动物带来的苦难 | Britta Jaschinski 一席第744位讲者" + }, + { + "标题": "我写给孩子们的“冠状病毒”绘本,用它解释正在发生的一切" + }, + { + "标题": "我会拼命记住你" + }, + { + "标题": "我们都会慢慢好起来的。" + }, + { + "标题": "我们研究了一下如何避开武汉,几乎不可能..." + }, + { + "标题": "我们研究了一下如何避开武汉……" + }, + { + "标题": "我们的疫情地图,上线「地区订阅」功能了" + }, + { + "标题": "我们的疫情地图,上线「地区订阅」功能了" + }, + { + "标题": "我们没见过凌晨4点的洛杉矶,更从没有想过在凌晨4点会失去自己的青春。 不要告诉我“天亮了,生活还要继续”,我只希望天亮得慢一点,让爱他的人再多睡一会儿,多睡一会儿。 睡吧,孩子。" + }, + { + "标题": "我们所知的数据,有多少是真实的呢?" + }, + { + "标题": "我们帮你准备好了各种春节祝福语,免费拿走!" + }, + { + "标题": "我们天天嗑瓜子,中国竟然不是瓜子最大产国?" + }, + { + "标题": "我们在武汉,挺好的,+1" + }, + { + "标题": "我们在前方抗病毒,他们在背后捅刀子" + }, + { + "标题": "我们在一起!《武汉加油》MV发布" + }, + { + "标题": "我们在一起!" + }, + { + "标题": "我们喜欢钟南山,因为社会需要真话" + }, + { + "标题": "我们做了一本让你升温 0.2°C 的手帐。" + }, + { + "标题": "我们做了一些差友专属红包封面!" + }, + { + "标题": "我们上线了「疫情地图」,帮你实时了解新型肺炎的最新进展" + }, + { + "标题": "我们上线了「疫情地图」,帮你实时了解新型肺炎的最新进展" + }, + { + "标题": "我从武汉来,但我不是敌人" + }, + { + "标题": "我从武汉来,但我不是敌人" + }, + { + "标题": "我买了五个视频网站的会员,但我重新开始看盗版了" + }, + { + "标题": "我买了五个视频网站的会员,但我重新开始看盗版了" + }, + { + "标题": "我为什么不再群发拜年短信了?" + }, + { + "标题": "我不认为《囧妈》在抖音/西瓜首播是什么重大变革" + }, + { + "标题": "我不知道你是谁,但我知道你为了谁!" + }, + { + "标题": "我不怕老婆翻聊天记录,就怕她翻我的购物车" + }, + { + "标题": "成年人都在抖音偷偷看什么:真正聪明的人,都懂得这3点" + }, + { + "标题": "成年人社交中,没人告诉你的4个潜规则" + }, + { + "标题": "成年人的崩溃,从这3个问题开始" + }, + { + "标题": "成年人春节真相:“消费自由”全靠拼多多" + }, + { + "标题": "成年人如何讨红包,只有快手能教你" + }, + { + "标题": "成年人20个禁欲瞬间:放弃一时爽,一直放弃一直爽" + }, + { + "标题": "成功救治1名新型肺炎患者的ECMO为何方神圣?" + }, + { + "标题": "愿,春暖大地,中国平安!" + }, + { + "标题": "愿疫情早日过去,中国加油,武汉加油!" + }, + { + "标题": "愿每一位战“疫”英雄,都能平安归来!" + }, + { + "标题": "愿大家平安!" + }, + { + "标题": "愿你,成为最好的自己" + }, + { + "标题": "愤怒!留学生连夜驰援武汉,却遭黑心商家!50000只口罩一扯就断!" + }, + { + "标题": "愤怒!危机关头,湖北红十字会竟把口罩送给“莆田系医院”" + }, + { + "标题": "感谢参与的各位,杂乱1:1配捐。 公众号就不啰嗦了,免得增加无用信息。 祝各位平安,健康(真的别出门聚会啦)。 晚安。 注:别谢我,也别谢杂乱,我们只是做了件该做的小事。" + }, + { + "标题": "感染人数有10万?揉眼睛就可能感染?刚刚官方回应了" + }, + { + "标题": "感情里,冷暖自知" + }, + { + "标题": "感情里的出场顺序真的太重要了。" + }, + { + "标题": "感情再好,也一定要谈钱" + }, + { + "标题": "感动!国家要给前线医务战士发特殊津贴了!" + }, + { + "标题": "愚蠢,首先是个道德问题" + }, + { + "标题": "想跟你说,我们真的做出了一款交友App。" + }, + { + "标题": "想要皮肤没皱纹?这份科学「抗老」指南,你一定用得上" + }, + { + "标题": "想成为全村人都羡慕的二狗翠花,你需要背熟这份“回乡装X指南”!" + }, + { + "标题": "想你时,心就乱了" + }, + { + "标题": "想不到,救人生死的医生创造过这么多时尚爆款" + }, + { + "标题": "惜命最好的方式,不是养生,而是......" + }, + { + "标题": "惊艳了春晚的她,不止该被热搜记住" + }, + { + "标题": "惊天大逆转!万人迷德普被前妻家暴实锤!网友瞬间怒了..." + }, + { + "标题": "情况通报:紧急排查江西一确诊患者在吉林抚松县一带密切接触者" + }, + { + "标题": "您有一个新年礼盒尚未领取" + }, + { + "标题": "悟透自己(深刻)" + }, + { + "标题": "恰恰是那些寻常日子,最让人念念不忘 |「为你读诗」" + }, + { + "标题": "恭贺新禧 | 爱居兔新春豪礼,来咯!" + }, + { + "标题": "恭喜,华语渣男又「洗白」一个" + }, + { + "标题": "恐慌很正常,当疫情结束,才是心理问题高发期" + }, + { + "标题": "恐慌前,你应该了解的,有关武汉肺炎的100件事" + }, + { + "标题": "恐怖如斯!跟腱撕裂!和KD一模一样!" + }, + { + "标题": "总有人在等你回微信" + }, + { + "标题": "总是想,再见你" + }, + { + "标题": "总担心自己感染新型肺炎?有一种情况你得了解" + }, + { + "标题": "总动员!全国各地医疗队竞相驰援武汉!" + }, + { + "标题": "总会有脱下口罩的一天。" + }, + { + "标题": "性爱机器人、安乐死、人体冷冻……过去国产片不敢讲的话题,它都讲了" + }, + { + "标题": "性侵之后反咬受害者?好莱坞丑闻至今仍在发生" + }, + { + "标题": "怎样看见身边的平行世界|大象公会" + }, + { + "标题": "怎么都红不了,到底咋了?" + }, + { + "标题": "怎么才能帮父母远离谣言?试试这6个简单方法" + }, + { + "标题": "快过年了,北京朝阳医院眼科副主任被砍伤" + }, + { + "标题": "快过年了,你妈烫头了吗?哈哈哈哈哈哈哈哈哈哈" + }, + { + "标题": "快过年了,你妈烫头了吗?哈哈哈哈哈哈哈哈哈哈" + }, + { + "标题": "快过年了,你妈烫头了吗?哈哈哈哈哈哈哈哈哈哈" + }, + { + "标题": "快讯!沪优化社区口罩供应:居村委会预约登记+指定药店购买" + }, + { + "标题": "快讯!小型客车免收通行费延长至2月8日24时" + }, + { + "标题": "快讯!上海首例新型冠状病毒感染的肺炎确诊病例治愈出院" + }, + { + "标题": "快讯!上海迪士尼乐园将暂时闭园,豫园灯会即日起闭灯!" + }, + { + "标题": "快讯!上海地铁这9个站点明起进站测温!后续将进一步推广" + }, + { + "标题": "快讯!上海今天有两例确诊病例痊愈出院" + }, + { + "标题": "快讯!上海今天又有4例确诊病例痊愈出院,目前共有9例出院" + }, + { + "标题": "快讯!上海今天又有1例确诊病例痊愈出院,目前共有5例出院" + }, + { + "标题": "快讯!上海今天又有1例确诊病例痊愈出院,目前共有4例出院" + }, + { + "标题": "快讯!上海今天又有1例确诊病例痊愈出院,目前共有10例出院" + }, + { + "标题": "快让这7分钟,刷爆朋友圈!" + }, + { + "标题": "快手上的“抗疫”观察,视频中的众生记录" + }, + { + "标题": "忘记科比去爱国" + }, + { + "标题": "必须夸爆河南,这才是我们该有的防疫动员能力" + }, + { + "标题": "必须夸爆河南,这才是我们该有的防疫动员能力" + }, + { + "标题": "必胜!" + }, + { + "标题": "心疼!这是22岁护士的手" + }, + { + "标题": "心态,能解决人生80%的问题" + }, + { + "标题": "心态不好,你将永远是个弱者" + }, + { + "标题": "德国教授真有武汉肺炎“神药”?“最强抑制剂”从未进行人体测试!全球学者投入武汉肺炎治疗技术战" + }, + { + "标题": "微视频|感谢有你" + }, + { + "标题": "微视频 | 改变贫困的力量" + }, + { + "标题": "微信这个功能,有点伟大" + }, + { + "标题": "微信群转发“延期复工通知”,女员工遭上司谩骂!处理结果来了" + }, + { + "标题": "微信群会在春节伤人" + }, + { + "标题": "微信红包重大更新,不会玩你的红包就废了" + }, + { + "标题": "微信最新功能:男人聊骚出轨更方便了" + }, + { + "标题": "微信搜完这些,我和男朋友差点分手" + }, + { + "标题": "微信又更新,这个新功能很实用" + }, + { + "标题": "微信出手,再传谣就封号!" + }, + { + "标题": "得物App下架科比相关商品,封禁违规账号" + }, + { + "标题": "得操心经济了" + }, + { + "标题": "徐峥,谢谢你请全国观众看“烂”片" + }, + { + "标题": "徐峥选的他妈什么演员" + }, + { + "标题": "徐峥这次被一个女人怼哭了......" + }, + { + "标题": "徐峥被封杀?ab顶替杨紫?奚梦瑶被逼生二胎?许凯取关白鹿?柳岩封杀解禁?" + }, + { + "标题": "徐峥被《囧妈》逼哭:为什么我们满嘴是爱,却面目狰狞?" + }, + { + "标题": "徐峥罕见落泪:对不起,没听你的微信语音" + }, + { + "标题": "徐峥罕见落泪:为什么明明相爱,却非要互相伤害?" + }, + { + "标题": "徐峥的操作好骚啊" + }, + { + "标题": "徐峥放了个大招" + }, + { + "标题": "徐峥又火了:《囧妈》春节全国免费播!超级大款请客,狂砸6.3亿买单!" + }, + { + "标题": "徐峥到底能有多可爱?" + }, + { + "标题": "徐峥《囧妈》看哭万人:与父母和解,是我们一生的修行" + }, + { + "标题": "徐峥《囧妈》爆笑又催泪:再好的关系,都容不下这两个字" + }, + { + "标题": "徐小明:周四操作策略(0123)" + }, + { + "标题": "徐小明:周二操作策略(0121)" + }, + { + "标题": "徐小明:周三操作策略(0122)" + }, + { + "标题": "徐小明:周一操作策略(0203)" + }, + { + "标题": "很多人天天涂防晒,却忽略了一个关键部位" + }, + { + "标题": "征集 | 因为疫情,她取消了订婚" + }, + { + "标题": "征集 | 关于这次疫情,你有什么故事想诉说?" + }, + { + "标题": "往后余生,爱恨清零,聚散随意" + }, + { + "标题": "往后余生,平安喜乐" + }, + { + "标题": "往前走,别回头" + }, + { + "标题": "彻底看清一个人的瞬间" + }, + { + "标题": "彻底看清一个人的瞬间" + }, + { + "标题": "彻底怒了!黄冈告急,卫健委主任\"一问三不知\",火速免职!网友:干得漂亮" + }, + { + "标题": "影响最大的,并不是我们担心的东西" + }, + { + "标题": "形势“迅速演变”!美国确诊第2例!多地发现疑似病例" + }, + { + "标题": "当疫情结束,可以出门时的人们!" + }, + { + "标题": "当现代汽车穿越回古代,谁会成为TA命中注定的选择?" + }, + { + "标题": "当春运遇上冠状病毒,我们该怎样保护自己?" + }, + { + "标题": "当我们知道最坏的事情发生时,最坏的时刻就已经过去" + }, + { + "标题": "当心!几十万副“3M口罩”全是假货!1元口罩卖5元/个!这些黑心商贩全部被查处!" + }, + { + "标题": "当心!一场同学会6人确诊:平均年龄22岁" + }, + { + "标题": "当心!一场同学会6人确诊:平均年龄22岁" + }, + { + "标题": "当年,非典通过家里的这个地方,传染了一整个小区" + }, + { + "标题": "当宿舍出现一个沙雕后,整个宿舍都跑不了了!(第261期)" + }, + { + "标题": "当女生看到帅气的男生时" + }, + { + "标题": "当医护人员忙着对抗新型冠状病毒肺炎,还有人冲进医院砍医生???" + }, + { + "标题": "当你跳入深渊的时候,深渊就会跳出来!" + }, + { + "标题": "当你到了一定年龄,终将不争不吵不计较" + }, + { + "标题": "当代青年看春晚的最大乐趣,就是和沙雕网友PK谁更会吐槽!" + }, + { + "标题": "当代工具人行为大赏:过于真实,强烈不适" + }, + { + "标题": "强震来袭他站立不稳,接下来的举动获赞无数!" + }, + { + "标题": "强壮武汉,更强壮中国" + }, + { + "标题": "弱者报复,智者原谅,强者忽略" + }, + { + "标题": "张条子携兔厂众兔子给大家拜年了!" + }, + { + "标题": "张坚被开除党籍!" + }, + { + "标题": "张国立们玩起抖音来,比年轻人有趣一百倍​" + }, + { + "标题": "引人深思!你没穷过所以不懂,为什么他们急着出门" + }, + { + "标题": "异性关系,女人对你再好,没有给过你三样东西,就不要再爱了" + }, + { + "标题": "异性关系再好,也不要在微信上如此称呼对方" + }, + { + "标题": "异性交往,为你做过这三件事的男人,才是真的爱你!" + }, + { + "标题": "开车进故宫“撒欢儿”:不守制度规则,必定付出代价" + }, + { + "标题": "开年第一天,被有头发的徐峥暖哭了" + }, + { + "标题": "建议嗜好野味的人直接去吃消防栓" + }, + { + "标题": "延长返工、场馆关闭、多部门业务暂停办理......深圳2月还将有这些大事发生" + }, + { + "标题": "延长寒假,推迟开学!这些大学发通知了!" + }, + { + "标题": "延长假期确定了,a股呢?" + }, + { + "标题": "延迟开学!省教育厅发布紧急通知,高三也延迟吗?" + }, + { + "标题": "延期开学!广东中小学2月17日(年廿四)前不开学,大学2月24日前不开学,附推迟考试和招生活动的高校最新名单" + }, + { + "标题": "庸政懒政真能害死人!“一问三不知”干部们还有没有" + }, + { + "标题": "康辉失去挚爱429天后痛哭: 我爱的人,再也回不来了……" + }, + { + "标题": "康辉失去挚爱429天后痛哭: 我爱的人,再也回不来了......" + }, + { + "标题": "康辉失去挚爱429天后痛哭: 我爱的人,再也回不来了......" + }, + { + "标题": "康辉失去挚爱429天后痛哭: 我爱的人,再也回不来了......" + }, + { + "标题": "康辉失去挚爱429天后痛哭: 我爱的人,再也回不来了......" + }, + { + "标题": "康辉失去挚爱429天后痛哭: 我爱的人,再也回不来了......" + }, + { + "标题": "废弃口罩如何处理?扩散正确做法!" + }, + { + "标题": "庚子年:一百八十年来故国" + }, + { + "标题": "庚子年最好的活法:别爱太满,别睡太晚,别想太多" + }, + { + "标题": "应对返程大客流,坚决把牢疫情防控各道防线!应勇部署下一阶段防控工作" + }, + { + "标题": "应勇今天到医疗机构检查疫情防控工作、慰问医护人员,勉励大家众志成城、攻坚克难!" + }, + { + "标题": "库里回来,拉塞尔怎么办?" + }, + { + "标题": "广西出现 2 岁确诊患儿,新型肺炎新增 16 例死亡 | 详细资料" + }, + { + "标题": "广西出现 2 岁新型肺炎患者!家长最关心的 9 个问题一次说清楚" + }, + { + "标题": "广州花市竟然卖生菜、芹菜和葱!各地新年买花,都有什么奇怪的习俗" + }, + { + "标题": "广东部分列车停运!广东新增70例!仅潮州云浮无确诊病例!汕头发生11起家庭聚集性疫情!" + }, + { + "标题": "广东现14起聚集性疫情!微倡议:今年过年不聚会,“电子拜年”一样亲!" + }, + { + "标题": "广东人过年适合做什么?当然是在家玩“盖棉被”啦!" + }, + { + "标题": "广东人拼手速有多厉害?看他们玩“盖棉被”就知道了!" + }, + { + "标题": "广东4市新增13例新型肺炎!钟南山:肯定能人传人!药店口罩卖断货?医生:这种口罩带了也没用……" + }, + { + "标题": "幼儿园开学延迟,培训班全停,在家的时间怎么用才不浪费?" + }, + { + "标题": "并非至暗时刻" + }, + { + "标题": "年货,是生活变迁的放大镜" + }, + { + "标题": "年终奖遭“腰斩”,近七成职场人一分没有" + }, + { + "标题": "年纪越大越让人着迷的星座女" + }, + { + "标题": "年度空瓶实录 - 这种拯救型眼霜王者,除了「回购」我啥也不说!" + }, + { + "标题": "年底理发店24小时监控曝光(慎入)" + }, + { + "标题": "年底了,三问自己,问到心酸!" + }, + { + "标题": "年底了,一则扎心视频刷爆网络:为了烫头,你有多努力?" + }, + { + "标题": "年前勤打扫,年后运势好" + }, + { + "标题": "年会,年轻人强颜欢笑的无聊聚会" + }, + { + "标题": "年之将至,“疫”临城下 | 武汉肺炎的各城市暴露指数和主动防疫程度" + }, + { + "标题": "干净,才是一个人最好的气质" + }, + { + "标题": "帮人洗照片,就像在偷窥别人的人生" + }, + { + "标题": "带呼吸阀的口罩,能用于新冠肺炎的防控吗?" + }, + { + "标题": "希望你有个免于恐惧的新年" + }, + { + "标题": "希望「封城」的措施有效,且不会持续很久|WHO 总干事声明" + }, + { + "标题": "帅到全体女生被掰弯,这位姐姐居然都年近50了!" + }, + { + "标题": "布尔津哈萨克族老党员捐款10万助力疫情防控!" + }, + { + "标题": "市领导联系各区落实防控、保障蔬菜等市场供应…今天的新闻发布会传递最新信息" + }, + { + "标题": "市民朋友们,请查收上海市委、市政府发来的这封信!" + }, + { + "标题": "市政府办通知" + }, + { + "标题": "市场价格监管、口罩组织生产……今天的新闻发布会解答了这些问题!" + }, + { + "标题": "已经证实,真正抗病毒的药物是这个!" + }, + { + "标题": "已经证实,真正抗病毒的药物是这个!" + }, + { + "标题": "已经证实,真正抗病毒的药物是这个!" + }, + { + "标题": "已经证实了,真正抗病毒的药物是这个!" + }, + { + "标题": "已有银行网点人员感染。" + }, + { + "标题": "已有孩子感染!最小 9 个月大!孩子出现这四种情况一定要就医" + }, + { + "标题": "已有孩子感染!最小 8 个月大!孩子出现这四种情况一定要就医" + }, + { + "标题": "已出现感染症状,但暂时不能确诊时,我们能做什么?" + }, + { + "标题": "巨量资金杀入肺炎概念股,疫情之下的资本冷面" + }, + { + "标题": "巨蟹座在2020也太顺了!!!!" + }, + { + "标题": "巨星陨落!科比,再见" + }, + { + "标题": "工信部回应口罩紧缺、火车退票时限延长、西藏启动一级响应……最新消息汇总!" + }, + { + "标题": "崔雪莉去世96天,亲爹就开始吃人血馒头了?" + }, + { + "标题": "岁岁平安" + }, + { + "标题": "山西省启动重大突发公共卫生事件一级响应" + }, + { + "标题": "山西新增确诊病例7例,累计确诊27例,重症2例" + }, + { + "标题": "山川异域,风月同天:从日本寄出的捐赠物资上为何写着这八个字?" + }, + { + "标题": "山东闷声干大事!连上4次热搜...有近7万人经武汉来鲁,疫情仍然严峻" + }, + { + "标题": "山东紧急通知!省内各类企业不早于2月9日(正月十六)24时前复工!" + }, + { + "标题": "山东延迟开学时间:普通中小学、幼儿园开学时间不早于2月17日!" + }, + { + "标题": "山东年轻人过年回家,如何跟父母解释自己的工作?​" + }, + { + "标题": "山东又增6例,确诊27例!其中21例病例具体情况公布" + }, + { + "标题": "山东农村硬核劝返!多地封村!" + }, + { + "标题": "属鼠的人到底有多好?" + }, + { + "标题": "属于科比的城市!OK组合再无争吵洛城德比再无硝烟" + }, + { + "标题": "居家隔离14天,也不要闲着,最适合的运动送给你!" + }, + { + "标题": "居家治疗攻略丨疑似感染新冠病毒,自我隔离四天好转,同济医院周医生怎么做到的" + }, + { + "标题": "局势升级!澳洲确诊人数再增!53岁感染者乘东航MU749抵澳,莫里森下令追踪其他乘客!联邦卫生局:未来感染人数会“爆发”!" + }, + { + "标题": "尼古拉斯·赵四 模拟器" + }, + { + "标题": "就说三件事,不要转发朋友圈。" + }, + { + "标题": "就算你得到我的肉体..." + }, + { + "标题": "就现在!用一个词形容这个小可爱!不要阿伟!" + }, + { + "标题": "就在英国约克确诊两例新冠病毒的这一天,150名英国人逃离武汉飞回英国..." + }, + { + "标题": "就在武汉,中科院团队揭示蝙蝠可能为新型冠状病毒宿主" + }, + { + "标题": "少儿不宜的黑色童话,成年人也要父母陪同观看" + }, + { + "标题": "小黄车“黄”了,锤子手机变“锤子”了…这一年,谁的故事 谁的江湖?" + }, + { + "标题": "小米启动紧急援助武汉行动:首批30万元医疗防护物资已运往武汉" + }, + { + "标题": "小米10真机谍照大曝光,众多强悍特性让人期待" + }, + { + "标题": "小米10真机来了 打几分?一加8Pro上手照" + }, + { + "标题": "小米10官方照 单挖孔曲面屏 | 卢总营业 Redmi K30Pro升降稳了?" + }, + { + "标题": "小猫被群殴事件,真相疯狂打脸!(第186期)" + }, + { + "标题": "小猫咪为这个家付出太多" + }, + { + "标题": "小汤山医院副院长:复制小汤山的想法正确,但要确保万无一失" + }, + { + "标题": "小汤山医院亲历者讲述:武汉火神山医院该注意些什么?" + }, + { + "标题": "小林漫画 | 新春金鼠表情包" + }, + { + "标题": "小布上线“疫情防控上海公共服务平台”!可健康申报、在线咨询等" + }, + { + "标题": "小宝宝穿拖鞋" + }, + { + "标题": "小区门口的健身房,是一场彻头彻尾的骗局" + }, + { + "标题": "小区管住,道口守牢,单位管好!今天的市政府工作会议进一步部署疫情防控" + }, + { + "标题": "小区有人感染新型冠状病毒,怎么办?这 10 个问题一定要看" + }, + { + "标题": "小伙放下500个口罩就跑,民警都没追上……" + }, + { + "标题": "小丹麦,很恶心!借疫情侮辱五星红旗" + }, + { + "标题": "将帅无能,累死三军" + }, + { + "标题": "射手座在2020也太顺了!" + }, + { + "标题": "封城,武汉的危急存亡之冬!" + }, + { + "标题": "封城!武汉!肺炎病毒被证也可能通过眼睛感染,求求爸妈好好戴口罩吧!" + }, + { + "标题": "封城第二天,大年三十,23个武汉人分享了他们的年夜饭" + }, + { + "标题": "封城第10天,一个武汉女人的三餐、家庭和微信群" + }, + { + "标题": "封城是个技术活" + }, + { + "标题": "封城后,武汉芯片巨头引发的全球市场“心理战”" + }, + { + "标题": "封城后,武汉人正在经历什么?" + }, + { + "标题": "封城后,武汉人在经历什么" + }, + { + "标题": "封城前新型肺炎可能迁移到哪了?迁徙+航空+铁路数据预测丨城市数据派" + }, + { + "标题": "封城九天后,来自武汉市的九条通告丨武汉来信3" + }, + { + "标题": "封城之后,武汉物价、交通、生活状态究竟怎样?" + }, + { + "标题": "封城之后,武汉今天发生了什么?" + }, + { + "标题": "封城之下的底层老百姓,新年好!" + }, + { + "标题": "封城72小时后,武汉医生的信刷爆朋友圈" + }, + { + "标题": "封城72小时后,武汉医生的信刷爆朋友圈" + }, + { + "标题": "封城72小时后,武汉医生朋友圈看哭了:“亲爱的,等我回来......”" + }, + { + "标题": "封城72小时之后,武汉医生朋友圈曝光......" + }, + { + "标题": "封城4天后,武汉医生的信刷爆朋友圈" + }, + { + "标题": "封城48小时后,武汉医生朋友圈看哭了:“亲爱的,等我回来......”" + }, + { + "标题": "封城10日,武汉人的自救行动" + }, + { + "标题": "寿光捐赠的350吨蔬菜被卖了!爱心变商品,武汉的回应寒了山东人民的心" + }, + { + "标题": "寻人!这些车次上有确诊患者" + }, + { + "标题": "寻人!这些车次、航班上有确诊患者" + }, + { + "标题": "对这波肺炎疫情,听我说几句" + }, + { + "标题": "对话武汉一线医护人员:所有隔离病房已饱和,身边已有同事感染" + }, + { + "标题": "对疫情工作有话说,直接告诉国务院" + }, + { + "标题": "对男人来说,买奢侈品真的是在收智商税吗?" + }, + { + "标题": "对武汉疫情的八方面深度分析!" + }, + { + "标题": "对抗新型冠状病毒,能从抗击非典中汲取什么经验?" + }, + { + "标题": "对待父母的态度,是你最真实的人品" + }, + { + "标题": "对于“武汉肺炎事件”围观者们的一些建议" + }, + { + "标题": "对不起,这剧只有我安利(还是晚了)" + }, + { + "标题": "对不起,这个春节我不能回家" + }, + { + "标题": "对不起,《囧妈》真的不好看" + }, + { + "标题": "对“武汉处理8名发布不实信息者”,最高法发文章了" + }, + { + "标题": "寒假假期延长?这些大学已经发通知了!" + }, + { + "标题": "富人定律:你必须假装很有钱!" + }, + { + "标题": "密切接触者拒绝配合隔离?后果来了!" + }, + { + "标题": "家,越干净,越有福" + }, + { + "标题": "家门口的人" + }, + { + "标题": "家里这东西越多,就越兴旺,看看你家有没有!" + }, + { + "标题": "家里的猫狗,会传染新冠状病毒吗?" + }, + { + "标题": "家里特别脏的4个地方,搞干净了全家人少生病" + }, + { + "标题": "家用消毒方法,哪些好用,哪些不能用?" + }, + { + "标题": "家有孕产妇小孩必看!疫情期间这样做好防护" + }, + { + "标题": "家有四样,不富也旺" + }, + { + "标题": "家族群迷惑行为大赏" + }, + { + "标题": "家人在身边,朋友在对门!" + }, + { + "标题": "宣布“国际突发卫生事件”,有哪些益处和潜在影响?" + }, + { + "标题": "客户知道我生病后,竟带着方案来医院看我(第260期)" + }, + { + "标题": "实锤!境外首例新冠病毒人传人病例" + }, + { + "标题": "实时滚动更新 | 关于疫情,这些疑问有权威回应!" + }, + { + "标题": "实拍:四川成都防控禁令下的顶风营业者,人满为患,不利防控。" + }, + { + "标题": "实录|2个新冠肺炎逝者的最后几天,看完真的很想哭……" + }, + { + "标题": "实录|2个新冠肺炎逝者的最后几天,看完真的很想哭……" + }, + { + "标题": "实录|2个新冠肺炎逝者的最后几天,看完真的很想哭……" + }, + { + "标题": "实录|2个新冠肺炎逝者的最后几天,看完真的很想哭……" + }, + { + "标题": "实录|2个新冠肺炎逝者的最后几天,看完真的很想哭……" + }, + { + "标题": "实地探访 | 封城的第一天,武汉怎么样了?" + }, + { + "标题": "实地探访 | 封城的第一天,武汉怎么样了?" + }, + { + "标题": "宝马为什么用上了“涡轮减压”" + }, + { + "标题": "定了!采取适当延长春节假期、调整学校开学时间、支持网上办公等措施,减少人员流动" + }, + { + "标题": "定了!适当延长春节假期!" + }, + { + "标题": "定了!适当延长春节假期!" + }, + { + "标题": "定了!这些考试推迟!" + }, + { + "标题": "定了!杭州大中小学延迟开学!企业延迟复工!小客车高速免费通行时间延长!" + }, + { + "标题": "定了!春节假期延长至2月2日!更有好消息:近百人治愈出院" + }, + { + "标题": "定了!今年春节假期延长至2月2日" + }, + { + "标题": "定了!今年春节假期延长至2月2日" + }, + { + "标题": "定了!今年春节假期延长至2月2日" + }, + { + "标题": "官方证实抗艾滋病药物用于新型肺炎治疗,北京公布20家定点医院名单" + }, + { + "标题": "官方证实抗艾滋病药物用于新型肺炎治疗" + }, + { + "标题": "官方恐慌,最为致命!" + }, + { + "标题": "官方公布!初试成绩公布时间定了" + }, + { + "标题": "官宣!杭州2月9日前不限行!地铁运营、浙A牌竞价摇号时间调整!所有入杭车辆逢车必查!" + }, + { + "标题": "官宣!最新“百家姓”排名变了!叫这个名字的人最多" + }, + { + "标题": "官宣!春节假期延长!部分高校延迟开学!所有进出浙江的省际道路客运、水运全部暂停!" + }, + { + "标题": "官宣!已启动新型冠状病毒的疫苗研发!已成功分离病毒!" + }, + { + "标题": "官宣!南京市企业复工不得早于2月8日24时!还有这些消息你得看!" + }, + { + "标题": "官宣!今年春节假期延至2月2日(初九),2月3日(初十)起正常上班!" + }, + { + "标题": "完全自主研究的“木兰”编程语言造假,别再丢国人的脸了" + }, + { + "标题": "宋柏杉:我对新冠肺炎中医治疗的思考" + }, + { + "标题": "宋丹丹告别春晚:只有一秒镜头,却看哭上亿观众……" + }, + { + "标题": "安心宅在家,我帮你整理了49部好片" + }, + { + "标题": "安心、顺心、开心!习近平向全国人民拜年" + }, + { + "标题": "守望相助,警惕 “硬核防疫” 里的低级红、高级黑" + }, + { + "标题": "守护前线医护英雄!请转告他们来支付宝里领「健康保障金」" + }, + { + "标题": "宅男福利,抖音居然能看片了!" + }, + { + "标题": "宅在家里,最好的娱乐活动是什么?" + }, + { + "标题": "宅在家里的第一要务是吃肉!" + }, + { + "标题": "宅在家里别丧气,为大家准备了100部好片合集!" + }, + { + "标题": "宅在家的第5天:我们全村人都无聊透了。" + }, + { + "标题": "孩子都能看得懂!带花冠的病毒,你为什么那么坏?" + }, + { + "标题": "孩子疫苗还打不打?能出门透气吗?9大难题一次说清" + }, + { + "标题": "学霸和学渣谈恋爱,区别可真哈哈哈哈哈哈" + }, + { + "标题": "孤独的人,愿你今夜做个好梦" + }, + { + "标题": "孝感前线医生:武汉更难,我们下面不好意思提要求" + }, + { + "标题": "孙艺珍衣柜大公开!4千的裙子当睡衣,3W的外套一大堆...玄彬:追我!" + }, + { + "标题": "孙俪前后10年对比:女人最好的状态,藏在她的习惯里" + }, + { + "标题": "存钱,才是成年人的顶级自律" + }, + { + "标题": "存钱,才是成年人最顶级的自律" + }, + { + "标题": "字节跳动捐赠2亿元人民币,为抗击肺炎疫情医务人员成立专项基金" + }, + { + "标题": "字节跳动免费开放「飞书」全部协作办公功能,助疫情期间社会组织远程办公" + }, + { + "标题": "子弟兵天降火神山!" + }, + { + "标题": "嫁给负债1亿的男人后,50岁凭借少女身材又火了一把" + }, + { + "标题": "媒体不死!武汉一线记者口述实录" + }, + { + "标题": "婴儿的模仿能力无法想象,哈哈哈,这是小黄鸭附体吗?" + }, + { + "标题": "婚姻好不好,看谁管钱就知道" + }, + { + "标题": "娶老婆到底是为了什么,这个答案轰动朋友圈,看哭无数人!" + }, + { + "标题": "姨妈不准时、皮肤老长痘……这个问题你需要注意了" + }, + { + "标题": "姥爷:“别来串门了,拿着红包赶紧滚!” 哈哈哈哈哈河南人面对肺炎有多“绝情”?" + }, + { + "标题": "姑娘收拾衣柜发现一木箱,打开瞬间傻眼:原来家里这么有钱……" + }, + { + "标题": "姑娘出国才敢穿的泳装,实在太迷人|直男门诊" + }, + { + "标题": "姐妹们进来学如何不用橡皮筋扎头发!" + }, + { + "标题": "妹子受不了亲戚嘲笑决心减肥,瘦下来后,亲戚跟她断了来往...这??" + }, + { + "标题": "妈,这个春节不要走亲戚!不要走亲戚!" + }, + { + "标题": "妈,我在北京做的是正经工作!" + }, + { + "标题": "妈——求求你别玩手机了!吃饭了!" + }, + { + "标题": "如果这次病毒放过了人类 ,希望人类也能放过野生动物" + }, + { + "标题": "如果西贝都撑不住了,其他中小企业怎么办?" + }, + { + "标题": "如果早些严打,也许不会爆发第二次“野味肺炎”" + }, + { + "标题": "如果早些严打,也许不会爆发第二次“野味肺炎”" + }, + { + "标题": "如果幸福太难,那祝你平安" + }, + { + "标题": "如果出现了疑似新型冠状病毒感染的轻微症状,或者接触了患者,我该怎么办?" + }, + { + "标题": "如果你在黑夜里喊狗。。" + }, + { + "标题": "如果你一直想见一个人,迟早肯定见得到" + }, + { + "标题": "如果你 2020 年只看几本书,那就读这 7 本吧" + }, + { + "标题": "如果丧到刷不动消息,请放过自己吧" + }, + { + "标题": "如果丧到刷不动消息,请放过自己吧" + }, + { + "标题": "如果丧到刷不动消息,请放过自己吧" + }, + { + "标题": "如果世卫组织介入肺炎疫情,中国经济会受到怎样冲击?" + }, + { + "标题": "如果不是这次武汉肺炎,你永远都不知道非典后遗症患者是怎么生活的!" + }, + { + "标题": "如果一直不上班,你的钱能坚持多久?" + }, + { + "标题": "如何遏制疫情扩散?该怎么防护?国家卫健委回应了" + }, + { + "标题": "如何说服满不在乎的父母出门戴口罩?" + }, + { + "标题": "如何规范穿脱 N95 口罩及隔离衣?看这张表就够了!" + }, + { + "标题": "如何看待武汉查处8名“造谣者”?最高法发声" + }, + { + "标题": "如何应对和父母在观念上的冲突?" + }, + { + "标题": "如何少给红十添麻烦:捐赠疫区的一点体会和建议" + }, + { + "标题": "如何在过年期间狂吃不胖?90斤美女多年经验全曝光......" + }, + { + "标题": "如何向你妈解释微笑表情不代表微笑?" + }, + { + "标题": "如何只花100在家染个4000元的奶奶灰?" + }, + { + "标题": "如何医改方能解决医闹?" + }, + { + "标题": "如何判断一个男人是不是真的爱你(12个女人必学读心术)" + }, + { + "标题": "如何为 14 亿人调度飞机|回形针" + }, + { + "标题": "好的爱情,是再见钟情" + }, + { + "标题": "好消息,钟南山再次挂帅!武汉,加油!" + }, + { + "标题": "好消息!钟南山最新研判:疫情不会大规模增加了" + }, + { + "标题": "好消息!美国首例“新冠”患者治疗后大幅好转,国内火速开展三期临床试验,特效药要来了?" + }, + { + "标题": "好消息!温州首例新型肺炎患者基本痊愈" + }, + { + "标题": "好消息!武汉多名医护人员病毒核酸转阴" + }, + { + "标题": "好消息!武汉协和医院多名医护人员病毒核酸转阴" + }, + { + "标题": "好消息!武汉7名医护人员病毒核酸转阴" + }, + { + "标题": "好消息!武汉1名,深圳2名,温州2名…多名确诊患者治愈!几张按满手印的纸刷屏,看哭了" + }, + { + "标题": "好消息!新型冠状病毒疫苗开始研发" + }, + { + "标题": "好消息!山东首例确诊病例已治愈,江西首例治愈患者出院" + }, + { + "标题": "好消息!中科院武汉病毒所筛出能较好抑制新型冠状病毒药物 ​" + }, + { + "标题": "好消息!中科院武汉病毒所筛出能较好抑制新型冠状病毒药物" + }, + { + "标题": "好消息!中国疾控中心开始研发新型冠状病毒疫苗" + }, + { + "标题": "好样的!疫情面前,90后们站起来了" + }, + { + "标题": "好好告别,好好相遇" + }, + { + "标题": "好 想 去 K T V 啊啊啊啊啊啊…" + }, + { + "标题": "她这次被扒后,还能继续风光么…" + }, + { + "标题": "她这个“花瓶”的翻身仗,打得漂亮" + }, + { + "标题": "她说:“为了公益我从来不要脸”" + }, + { + "标题": "她脑子里装着一万个坏人,却想做个好人。" + }, + { + "标题": "她画下让人脸红心跳的情侣日常,吸引49万人围观,网友:想恋爱了" + }, + { + "标题": "她画下让人脸红心跳的情侣日常,吸引49万人围观,网友:想恋爱了" + }, + { + "标题": "她是李现念念不忘的“初恋”,却被观众嘲丑10年,网友:我也想丑成这样" + }, + { + "标题": "她是李现念念不忘的“初恋”,却被观众嘲丑10年,网友:我也想丑成这样" + }, + { + "标题": "她是《紧急救援》辛芷蕾的原型,中国最帅女机长:我们24小时待命,但希望永远只是待命" + }, + { + "标题": "她拒绝了富可敌国的迪拜王子,凭一己之力助丈夫成为男神,他集万千宠爱于一身,却只爱她一人……" + }, + { + "标题": "她拒绝了富可敌国的迪拜王子,凭一己之力助丈夫成为男神,他集万千宠爱于一身,却只爱她一人……" + }, + { + "标题": "她们摘下口罩的样子,让人心疼…" + }, + { + "标题": "她16岁出道代言LV爆红,19岁抢宋茜男友:“我的烦恼是太美太有钱。”" + }, + { + "标题": "她12岁爱上38岁大叔,为他生孩子,最终成为单亲妈妈,这才是爱情该有的模样" + }, + { + "标题": "女王外孙来中国拍广告, 英国名嘴就在节目里歧视中国?! 网友: 别拿无知当挡箭牌!" + }, + { + "标题": "女明星的3000万遗产分配背后,是亲情最丑恶的样子" + }, + { + "标题": "女子秀恩爱炸出9个第三者!真相让她懵了!" + }, + { + "标题": "女人这样说话,男人愿意听一整天" + }, + { + "标题": "女人这样说话,彻底吃定男人心" + }, + { + "标题": "女人生孩子“开十指”全过程曝光,没人能笑着看完......" + }, + { + "标题": "女人最高级的性感,藏在她的睡衣里" + }, + { + "标题": "女人最需要的安全感,不是好的婚姻爱情,而是..." + }, + { + "标题": "女人最好的姿态,是成为自己,不讨好,也不依赖" + }, + { + "标题": "女人最大的底气,不是金钱,不是爱情,而是..." + }, + { + "标题": "奔驰女车主故宫炫富:“有了钱,我就可以不要脸!”" + }, + { + "标题": "奇迹永远在缺席!科比遗体已找到,现场一片狼藉残骸遍地" + }, + { + "标题": "夺冠之后,詹青云「人设」崩塌。" + }, + { + "标题": "头条太牛了,春节档电影集体撤档,豪掷6亿《囧妈》免费看,历史首次" + }, + { + "标题": "央视记者进不去武汉红十字仓库,大火里失去4个家人的林爸爸却捐了5000个口罩" + }, + { + "标题": "央视记者去直播探班红十字会仓库,网友们被简易物流震惊了" + }, + { + "标题": "央视专访张伯礼:疫情拐点可能将要出现,我们看到了希望(附视频文字全文)" + }, + { + "标题": "央行大手笔,紧急出手1.2万亿!对市场有何重要意义→" + }, + { + "标题": "央妈火力全开! 16万亿楼市巨变 惊现两大拐点!" + }, + { + "标题": "太突然!所有中国赴美签证预约被停!达拉斯疑现病例!达美/美航停飞中美!" + }, + { + "标题": "太用力的关系,终究是一场灾难" + }, + { + "标题": "太上头了!这个艺术展小编完全感受到了什么叫高等学府的洪荒之力" + }, + { + "标题": "天蝎座在2020也太顺了!" + }, + { + "标题": "天秤座在2020也太顺了!!!!" + }, + { + "标题": "天然的补钙食品,不知道就太可惜了" + }, + { + "标题": "天天宅在家,应该干点啥" + }, + { + "标题": "天啊!留学生聚集的波士顿确诊首例!详细解读美国入境限制令细则!" + }, + { + "标题": "天使在地狱!媒体爆出维密重磅炸弹,这家公司内部,严重厌女..." + }, + { + "标题": "天佑中华!刚刚,武汉正式封城!全面决战打响!!" + }, + { + "标题": "大过年的,我把爸妈举报了" + }, + { + "标题": "大过年的,又被我爸弄哭了" + }, + { + "标题": "大牛们如何度过自己的假期?" + }, + { + "标题": "大年初四,致我的老同学!" + }, + { + "标题": "大年初六,送穷!" + }, + { + "标题": "大年初八,七个好消息和一个坏消息!" + }, + { + "标题": "大年初五,迎财神喽!一定打开,越快越好(送给群里每位朋友)" + }, + { + "标题": "大年初五丨破五穷,迎财神!" + }, + { + "标题": "大年初二,一定要做这件事!让更多人知道!转载就积德了!" + }, + { + "标题": "大年初三,三个坏消息和三个好消息!" + }, + { + "标题": "大年初一,给您拜年了!" + }, + { + "标题": "大年初一,给您拜年了!" + }, + { + "标题": "大年初一,红包奉上" + }, + { + "标题": "大年初一,疫情依然严峻 。武汉病毒专题「守护者计划」启动!" + }, + { + "标题": "大年初一,习近平主持政治局常委会会议部署这件大事" + }, + { + "标题": "大年初一!聊一款收到红包后适合买的游戏本" + }, + { + "标题": "大年初一画的表情包 祝新春平安大吉~ (长按图片点发送给朋友,即可自动成为表情包,然后在朋友对话框里可以长按添加到表情)" + }, + { + "标题": "大年初一殉职的抗疫医生:当晚只吃了一碗泡面" + }, + { + "标题": "大帝以这种方式祭奠偶像,科比的尸骸找到了" + }, + { + "标题": "大小s最嫉妒的顶级名媛,一夜赚13亿,42岁像18:富婆人生有多爽!" + }, + { + "标题": "大寒至  坚冰深处春水生" + }, + { + "标题": "大口吃饭,是一种生命力" + }, + { + "标题": "大叔首次聊生肖,2020年开运指南在这!" + }, + { + "标题": "大boss的思维方式解读: 阅人无数后的极度简洁" + }, + { + "标题": "大7座SUV,这三款哪点都不弱!" + }, + { + "标题": "夜间独自打车,司机问女生接不接受拼车,结果令人不寒而栗……" + }, + { + "标题": "多数时尚单品只流行一季,凭什么爱马仕能超越时间?" + }, + { + "标题": "多家中医院实名推荐:7个方子有助预防新型冠状病毒" + }, + { + "标题": "多地最新情况" + }, + { + "标题": "多地发现新型肺炎病例,这5个预防措施一定要转给家人" + }, + { + "标题": "多国拒接中国游客、多航司停飞,日本却带着1600000只口罩刷爆了中国好感度!" + }, + { + "标题": "多名儿童确诊,最小9个月!疫情面前,如何保护好孩子?" + }, + { + "标题": "外资凶猛!" + }, + { + "标题": "外媒在武汉街头拍到尸体?家属:死者生前未被确诊为新型肺炎" + }, + { + "标题": "外媒傻眼,举世震惊:4天三座医院,这就是中国速度" + }, + { + "标题": "外国网友分享的离奇巧合,有点玄乎也让人看得背后发凉" + }, + { + "标题": "外国人眼里的疫情中国:唱国歌,喝蝙蝠汤和只相信政府的中国人" + }, + { + "标题": "外围大暴跌,a股延迟开市" + }, + { + "标题": "外卖骑手、出租车司机、快递员、志愿者……封城九日,他们维护着武汉的血脉" + }, + { + "标题": "处女座在2020也太顺了!!!!" + }, + { + "标题": "壮哉!除夕夜,广东多支医疗大军驰援武汉" + }, + { + "标题": "堵路封村对不对?标准答案来了!" + }, + { + "标题": "垃圾情绪,不如沉默" + }, + { + "标题": "垃圾婚姻,不如独身" + }, + { + "标题": "坠机幸存17岁女孩:没等到救援的那10天,我经历了什么​....." + }, + { + "标题": "坚信墙里有只“幽灵猫”的大叔,拆开墙居然真的收获一只喵喵!" + }, + { + "标题": "坚信墙里有只\"幽灵猫\"的大叔,拆开墙居然真的收获一只喵喵!" + }, + { + "标题": "坐等这9.4黑马火爆全网!" + }, + { + "标题": "坐电梯会感染病毒?宠物需要扔掉吗?20 个真假难辨的病毒消息你需要知道" + }, + { + "标题": "坐电梯会感染病毒?20 个真假难辨的病毒消息你要知道" + }, + { + "标题": "坏亲戚能坏到什么程度?" + }, + { + "标题": "地铁部分停运、延长复工、部分高速收费站出口关闭...南京2月还将有这些大事发生!" + }, + { + "标题": "地球不需要保护,人类能熬过大灭绝就不错了" + }, + { + "标题": "在酒吧认识,当晚发生关系,20 岁少女被“男友”囚禁 3 年!" + }, + { + "标题": "在这最不寻常的庚子新年,我看到了三个微茫的希望!" + }, + { + "标题": "在这个前社会主义国家居住了两年,除了令人惶恐的游行,我还经历了什么?" + }, + { + "标题": "在这严峻的时刻,更需认真工作与生活 |「为你读诗」" + }, + { + "标题": "在路上和新型肺炎病人擦肩而过,需要担心吗?" + }, + { + "标题": "在英国被当冠状病毒疑似病例被隔离是什么体验? 等结果的心情简直让人抓狂" + }, + { + "标题": "在苦难中寻找意义" + }, + { + "标题": "在肺炎疫情面前,请造谣者闭上嘴吧!" + }, + { + "标题": "在疫情的爆发期,竟然又是一起伤医事件!" + }, + { + "标题": "在爆满的武汉医院:试剂盒供应与待确诊的患者" + }, + { + "标题": "在焦虑和愤怒中,我们等来了这两个还算不错的消息!" + }, + { + "标题": "在武汉疫区,生活仍在继续" + }, + { + "标题": "在武汉接送医护人员的第8天,我不建议大家再加入我们的队伍。" + }, + { + "标题": "在本地的湖北人:“现在大家是不是觉得,全武汉的人都有这个病?”" + }, + { + "标题": "在抖音,我看到了生活被点亮的样子" + }, + { + "标题": "在家远程办公,这 15 个 App 是比微信更好的选择" + }, + { + "标题": "在家蹲了10天的人,正在逐渐暴躁" + }, + { + "标题": "在家宅着没事干,清华博士决定给猫讲函数" + }, + { + "标题": "在家办公如何提高工作效率?给你这三个方法" + }, + { + "标题": "在家别无聊,帮你整理了20部必看好片(附带地址)" + }, + { + "标题": "在外地的湖北人:我们现在是老鼠过街,人人喊打" + }, + { + "标题": "在外地的湖北人:我们像“老鼠”过街,人人喊打" + }, + { + "标题": "在剧组,给明星化妆的日子" + }, + { + "标题": "在乎你的人,从来都不忙" + }, + { + "标题": "在中国过年的外国人有多高能?简直承包了我2020年的笑点!" + }, + { + "标题": "在中国”牵动人心”,美国做出对策!" + }, + { + "标题": "在上海等待日出:一个武汉姑娘的隔离日记" + }, + { + "标题": "圣人王阳明、战神戚继光:为什么越怕老婆的人越有本事?" + }, + { + "标题": "图解丨工作区域怎样预防新型冠状病毒感染?(上)" + }, + { + "标题": "国际公共卫生紧急事件并不可怕——无法撼动的中国信心" + }, + { + "标题": "国新办发布会:新型冠状病毒传染性有增强趋势 防护服产能已恢复40%" + }, + { + "标题": "国家税务总局明确:延长2月纳税申报期限 进一步做好税务系统防控疫情工作" + }, + { + "标题": "国家税务总局明确:延长2月纳税申报期限 进一步做好税务系统防控疫情工作" + }, + { + "标题": "国家税务总局广东省税务局关于防范新型冠状病毒传播的办税(费)提示" + }, + { + "标题": "国家卫健委确认上海首例输入性新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "国家卫健委督导组:上海防控措施扎实有力!" + }, + { + "标题": "国家卫健委更新诊疗方案:已出现无武汉旅行史确诊病例" + }, + { + "标题": "国家卫健委更新诊疗方案:已出现无武汉旅行史确诊病例" + }, + { + "标题": "国家卫健委发布:已出现无武汉旅行史的确诊病例!" + }, + { + "标题": "国家卫健委发布新版新型冠状病毒肺炎防控方案" + }, + { + "标题": "国家卫健委发布1号公告!" + }, + { + "标题": "国家卫健委发布1号公告!" + }, + { + "标题": "国家卫健委专家组成员李兰娟:新冠肺炎答疑10问" + }, + { + "标题": "国外网民用键盘打了一场第三次世界大战" + }, + { + "标题": "国士钟南山,只身赴武汉" + }, + { + "标题": "国务院:2020年春节假期延长至2月2日" + }, + { + "标题": "国务院征集疫情漏报瞒报问题线索,查证属实将严肃处理" + }, + { + "标题": "国务院征集疫情漏报瞒报问题线索,查证属实将严肃处理" + }, + { + "标题": "国务院办公厅征集疫情防控线索!防控不力、缓报瞒报一经查实严肃处理" + }, + { + "标题": "国务院办公厅向全社会征集!疫情防控不力、缓报瞒报的线索,加强改进的建议" + }, + { + "标题": "国务院办公厅关于组织做好疫情防控重点物资生产企业复工复产和调度安排工作的紧急通知" + }, + { + "标题": "国务院办公厅关于延长2020年春节假期的通知" + }, + { + "标题": "国务院办公厅关于延长2020年春节假期的通知" + }, + { + "标题": "国务院关于在自由贸易试验区暂时调整实施有关行政法规规定的通知" + }, + { + "标题": "国产后大降4万,Ta成为了最便宜的宝马SUV!" + }, + { + "标题": "囧妈颠覆院线?别做梦了。" + }, + { + "标题": "囧妈很无聊,但字节跳动很有趣" + }, + { + "标题": "因新型肺炎,春节困在家里的人,已经出现症状了(2)" + }, + { + "标题": "因各种疫情信息而无助、腹泻甚至失眠?你需要了解这些" + }, + { + "标题": "因为科比,我们又不爱国了?" + }, + { + "标题": "因为新型冠状病毒,外国人开始了对华人的歧视..." + }, + { + "标题": "因为想看的片没有字幕,一位老哥把Pornhub给告了。" + }, + { + "标题": "因「新型冠状病毒」在家焦虑的你,应该来看看这些。" + }, + { + "标题": "因「新型冠状病毒」在家焦虑的你,应该来看看这些。" + }, + { + "标题": "因「新型冠状病毒」在家焦虑的你,应该来看看这些。" + }, + { + "标题": "因「新型冠状病毒」在家焦虑的你,应该来看看这些" + }, + { + "标题": "因「新型冠状病毒」在家焦虑的你,务必要看看这些" + }, + { + "标题": "因“新型冠状病毒”在家焦虑的你,请看看这些。" + }, + { + "标题": "回家!" + }, + { + "标题": "回家面临亲戚炫耀怎么办?试试这招!" + }, + { + "标题": "回家第一天 VS 回家第七天" + }, + { + "标题": "回不了家的武汉人" + }, + { + "标题": "四面楚歌?忍了!大量游客滞留,新西兰/韩国/印度/菲律宾/印尼...官宣新禁令!前方最新消息,抓紧回家" + }, + { + "标题": "噩耗!科比因直升机坠毁去世!愿天堂也有亲爱的篮球" + }, + { + "标题": "噩耗!科比不幸去世!这是真的么......" + }, + { + "标题": "噩耗!NBA巨星科比不幸去世,那个凌晨四点练球的身影,我们再也看不到了...." + }, + { + "标题": "喝酒的100个好处!(谁信谁是狗版)" + }, + { + "标题": "喝酒吗兄弟,送车送房送老婆那种!" + }, + { + "标题": "喝茶不能防病毒,洗热水澡也不行! | 每日辟谣" + }, + { + "标题": "喜欢是离不开,而爱是不离开" + }, + { + "标题": "商界大佬“跨年大逃亡”终于被挖出幕后细节!还真就是谍战大片啊!" + }, + { + "标题": "唯有充分公开,才能最大程度地减少恐慌" + }, + { + "标题": "唐僧最爱的,不是悟空,不是八戒,而是......" + }, + { + "标题": "哪来那么多有趣的老灵魂,不过都是因为爱你!" + }, + { + "标题": "哪有什么白衣天使,不过是一群孩子换了一身衣服……" + }, + { + "标题": "哪些配件是买车时觉得没用,但后来离不开的?" + }, + { + "标题": "哪些城市的新型肺炎疫情可能被低估|人流迁徙大数据+SARS传播路径" + }, + { + "标题": "哪一瞬间让你觉得人间值得?这是我听过最好的答案" + }, + { + "标题": "哈哈,尬的我头皮发麻" + }, + { + "标题": "哈佛系主任涉嫌作伪证被美国司法部起诉,曾在武汉理工兼职" + }, + { + "标题": "哈佛大学化学系主任被捕,被控未如实披露与中国关系" + }, + { + "标题": "哀悼" + }, + { + "标题": "和谁在一起,的确很重要" + }, + { + "标题": "和肺炎比起来,我更担心他们" + }, + { + "标题": "和正能量的人在一起,真的很重要" + }, + { + "标题": "和女星同居13年,继承70亿财产,一夜暴富,他却说后悔了" + }, + { + "标题": "呼吸专家童朝晖披露金银潭医院重症治疗方案,吁重点防控轻症隐性感染者" + }, + { + "标题": "呼吁:能不去银行网点的尽量不去..." + }, + { + "标题": "呼吁!禁绝野味市场,管住我们的嘴" + }, + { + "标题": "呼吁!现在能不到武汉去就不去,武汉人能不出来就不出来" + }, + { + "标题": "呼吁!现在能不到武汉去就不去,武汉人能不出来就不出来" + }, + { + "标题": "周涛:介绍并分析帝国理工和东北大学关于武汉实际感染人数的估计结果" + }, + { + "标题": "周日独家大料" + }, + { + "标题": "周小平:疫情第三战场!中美围绕世卫组织展开一场顶级较量。" + }, + { + "标题": "周小平:既要打赢控疫战争,也要打赢控谣战争。" + }, + { + "标题": "周小平:又是一个庚子年,宫雪飘飘。" + }, + { + "标题": "周小平:中国需要加强生物防控情报工作,但必须拒绝阴谋论。如果有怀疑,请抓现行。" + }, + { + "标题": "周小平:世卫定义疫情为“卫紧事件”后,美国果然首出重手!目前已有62个国家和地区实施对中国旅客管制措施~" + }, + { + "标题": "周小平:《病毒简史》 - 我们必须面对这个事实:人类文明没有守护神,人类自己就是自己的守护神。​" + }, + { + "标题": "周小平:“铁憨憨”钟南山,和“玲珑人” 管 轶!武汉疫情,也是一张人性试纸。" + }, + { + "标题": "周小平 | 新形态下的贸疫战争:软实力​的不足,无法通过硬实力来弥补。​" + }, + { + "标题": "周四独家大料" + }, + { + "标题": "周四独家大料" + }, + { + "标题": "周口市新型冠状病毒感染的肺炎患者基本情况来了" + }, + { + "标题": "周六独家大料" + }, + { + "标题": "周五独家大料" + }, + { + "标题": "周二独家大料" + }, + { + "标题": "周二独家大料" + }, + { + "标题": "周三独家大料" + }, + { + "标题": "周三独家大料" + }, + { + "标题": "周一独家大料" + }, + { + "标题": "周一独家大料" + }, + { + "标题": "告诉孩子:结婚,一定要看家境" + }, + { + "标题": "吵架后男女生夜晚的区别" + }, + { + "标题": "吴花燕这短促、辛苦的一生过去了" + }, + { + "标题": "吴花燕事件让我们好奇,善款到底是救了人,还是喂了狗?" + }, + { + "标题": "吴江启动最严防控!严防死守新型肺炎疫情" + }, + { + "标题": "吴晓波:这个曾影响乔布斯的人,也走了" + }, + { + "标题": "吴昕,你可闭嘴吧..." + }, + { + "标题": "吴世春:中小企业将进入“地狱模式”,只能靠自救" + }, + { + "标题": "启动“三个覆盖”、“三个一律”!关于疫情防控,今天的领导小组会议划重点" + }, + { + "标题": "听,他们说几句心里话。" + }, + { + "标题": "听说,你也在想我" + }, + { + "标题": "听说有人在为口罩涨价辩护?" + }, + { + "标题": "听话!钟南山给你9条防护建议" + }, + { + "标题": "听话!钟南山给你9条防护建议" + }, + { + "标题": "听国家的话睡自己的觉!" + }, + { + "标题": "听听劝,戴口罩吧!它真的很重要!" + }, + { + "标题": "向奋战在疫情前线的白衣斗士们致敬" + }, + { + "标题": "同济医生自述:疑似感染新型肺炎,自我隔离四天好转,我是怎么做到的" + }, + { + "标题": "同济医生自述:疑似感染新型肺炎,自我隔离四天好转,我是怎么做到的" + }, + { + "标题": "同心、同行、不同向的路上,我们一直都在......" + }, + { + "标题": "同居,是检验爱情的最好方法" + }, + { + "标题": "吊打流量大戏,今年实红还是他" + }, + { + "标题": "合资SUV!16.98万起!颜值超过奇骏、CR-V!" + }, + { + "标题": "各级干部,考验你们的时候到了!" + }, + { + "标题": "各大船公司延迟复工安排;这些国家将对来自中国船舶实施防控措施、对中国公民出入境管制!" + }, + { + "标题": "各地来(返)沪的朋友,请收下这份温馨提示!" + }, + { + "标题": "各地大喇叭喊话大PK,温柔霸气你pick谁?" + }, + { + "标题": "吃野味的究竟是哪些人?" + }, + { + "标题": "吃老鼠吃蝙蝠的人是脑子有病吗?????" + }, + { + "标题": "吃老鼠吃蝙蝠的人是脑子有泡吗???" + }, + { + "标题": "吃一堑能长一智吗?国际著名公卫专家评武汉疫情" + }, + { + "标题": "吁请关注口罩质量问题" + }, + { + "标题": "叶檀:骂一句吃野味的 管好自己的嘴!" + }, + { + "标题": "史上最强春节档没了,我却想给他们点个赞!" + }, + { + "标题": "史上最严!湖北黄冈规定每户每2天只能1人外出采购" + }, + { + "标题": "史上最严限制!黄冈紧急通知:\"上街买菜\"每家2天一次,每次仅限1人!" + }, + { + "标题": "史上富贵锦鲤合集,送你2020鸿运当头" + }, + { + "标题": "可惜在巅峰期隐退,当年真不该低估她!" + }, + { + "标题": "可怕!!那些你们认为很补的野生动物,究竟有多少病毒!" + }, + { + "标题": "可别吃野味了!害人害己害动物" + }, + { + "标题": "可以喜欢詹青云,但千万别信她" + }, + { + "标题": "叫你生二胎!叫你生二胎!" + }, + { + "标题": "只要表情够努力就没人发现我偷吃 ​​​​" + }, + { + "标题": "只要有需求,这些壮阳大法便会一再死灰复燃" + }, + { + "标题": "只有你平安,我才会欢喜 | 「为你读诗」" + }, + { + "标题": "只因被劝戴口罩,他就这样侮辱自己的女儿?!" + }, + { + "标题": "只剩最后2天!深圳这个人才引进入户方式将暂停申报!现在申请还来得及!" + }, + { + "标题": "另一种冠状病毒,致死率超高的中东呼吸综合征了解一下" + }, + { + "标题": "口罩该怎么选、怎么戴?记好这7个注意事项" + }, + { + "标题": "口罩要不要一次一换?春运返程加重疫情?权威回答来了…" + }, + { + "标题": "口罩缺口怎么补?消毒液为什么买不到?工信部解答→" + }, + { + "标题": "口罩涨价是发国难财?众多药店人发声说出真相!" + }, + { + "标题": "口罩摘下来别乱放!最全口罩指南,看这篇" + }, + { + "标题": "口罩抢钱爽,包邮火葬场" + }, + { + "标题": "口罩已寄往武汉,但我们被腾讯处罚了" + }, + { + "标题": "口罩如何预约购买、旅游订单怎么处理……今天这场发布会解答你关心的疫情防控问题!" + }, + { + "标题": "口罩如何选用?权威指南告诉你答案" + }, + { + "标题": "口罩型号、数量都出错!湖北红十字会最新回应来了" + }, + { + "标题": "口罩告急?不必一次一换,这样用,一个顶5个!" + }, + { + "标题": "口罩告急、一罩难求?工信部回应了" + }, + { + "标题": "口罩可以线上预约了!今晚8点正式开放!快点告诉亲朋好友!" + }, + { + "标题": "口罩为什么会短缺?" + }, + { + "标题": "口罩不要反着戴,香蕉不传播肺炎!又一波辟谣来了" + }, + { + "标题": "口罩不要反着戴,香蕉不传播肺炎!又一波辟谣来了" + }, + { + "标题": "口罩不好找,直接捐钱了" + }, + { + "标题": "变老时,才知道天高地厚" + }, + { + "标题": "变态化身完美恋人,跟踪、偷窥,逼急了还杀人" + }, + { + "标题": "受习近平总书记委托,李克强总理到武汉了!" + }, + { + "标题": "受习近平总书记委托,李克强总理到武汉了!" + }, + { + "标题": "受习近平总书记委托,李克强总理到武汉了!" + }, + { + "标题": "受习近平委托,李克强来到武汉" + }, + { + "标题": "发现“救命药”?一个新型肺炎患者的详细病例" + }, + { + "标题": "发热咳嗽别慌,可在线咨询!首批8家市级医院互联网服务上线" + }, + { + "标题": "发烧咳嗽要不要隔离?居家隔离怎么做?这 9 个问题要记牢" + }, + { + "标题": "发烧咳嗽要不要隔离?居家隔离怎么做?这 9 个问题要记牢" + }, + { + "标题": "发指!科比刚离世,就有鞋贩开心地吃人血馒头!" + }, + { + "标题": "发“国难财”者当“诛”!" + }, + { + "标题": "反扑!!武汉肺炎再爆新情况!最让人揪心的却是。。。。" + }, + { + "标题": "双黄连闹剧!一夜售罄之后,又被紧急“辟谣”?" + }, + { + "标题": "双黄连能治冠状病毒? 研究机构相关负责人回应:后续疗效需要等临床研究结果" + }, + { + "标题": "双黄连能否抑制肺炎先不提,显然能抑制智商" + }, + { + "标题": "双黄连治的不是疫病,是心病" + }, + { + "标题": "双黄连引发的“闹剧”:愚蠢, 也是一种公共危害" + }, + { + "标题": "双黄连一夜脱销,钟南山哭了:疫情隔离的这些天,我看透了人性的十个真相!" + }, + { + "标题": "双黄连一夜脱销,钟南山哭了:疫情隔离的这些天,我看透了人性的十个真相!" + }, + { + "标题": "双黄连一夜全网脱销,美国首例病情缓解则靠这个药!中国有望能用上" + }, + { + "标题": "双鱼座在2020也太顺了!!!!" + }, + { + "标题": "双子座的运势一片大好!!!!" + }, + { + "标题": "双子座在2020也太顺了!" + }, + { + "标题": "又有大量“假口罩”被查,比疫情更可怕的是人心!" + }, + { + "标题": "又有大量3M假货口罩被查,比疫情更可怕的是人心" + }, + { + "标题": "又有医生被砍伤!我们再次追问:呼吁之后,谁来担责?" + }, + { + "标题": "又有两市“封城”!更有南方医院千人请战:召必回,战必胜!刚刚,湖北省长最新回应" + }, + { + "标题": "又是出轨丑闻!娱乐圈“好丈夫”卷入嫩模事件,多张不雅照被公开" + }, + { + "标题": "又是一个300万,该!" + }, + { + "标题": "又一位医生倒下了,不要让英雄们流血又流泪" + }, + { + "标题": "又1人死亡!武汉肺炎已蔓延多地:比SARS更可怕的是无知" + }, + { + "标题": "参加防治的医务人员和防疫工作者将获得临时工作补助" + }, + { + "标题": "去银行办业务,请自觉佩戴口罩。" + }, + { + "标题": "去给陶勇医生点个赞吧" + }, + { + "标题": "去留两难湖北人:我也不愿意连累任何人" + }, + { + "标题": "去男友家把马桶做坏了怎么办?在线等急!(第265期)" + }, + { + "标题": "去特么的FBI Warning" + }, + { + "标题": "去爱一个,让你笑的人" + }, + { + "标题": "去年当了韭菜的年轻人,今年又跃跃欲试了" + }, + { + "标题": "去了趟香港,发现一切都变了。" + }, + { + "标题": "去世29年,想起她却依然心头一暖" + }, + { + "标题": "原来,这才是他们最想要的" + }, + { + "标题": "原来这就是破窗定律(深度好文)" + }, + { + "标题": "原来这就叫:不值得定律" + }, + { + "标题": "原小汤山医院院长张雁灵:疫情何时出现拐点,现在很难精确预测" + }, + { + "标题": "原创 | 谁是最可爱的人?" + }, + { + "标题": "原以为王子文的背够吓人了,当看到周冬雨的背时 , 网友: 我怕了 | 瑜伽瘦身" + }, + { + "标题": "压岁钱留着买这车!2.0T+8AT,实用还有面子!" + }, + { + "标题": "危险!这些口罩全是假货 !!刚刚警察查获大批“假口罩”。。。" + }, + { + "标题": "危险!这些口罩全是假货 !!刚刚警察查获大批“假口罩”..." + }, + { + "标题": "危机下的民间志愿者:把自己逼成超级对接平台" + }, + { + "标题": "危急!武汉18家大医院请求医疗物资援助!转起来,让更多人看到!" + }, + { + "标题": "卫健委发布医护人员新型冠状病毒防护视频,动图整理来了!" + }, + { + "标题": "南无佛说秘瘟经" + }, + { + "标题": "南方人为什么不爱看春晚?" + }, + { + "标题": "南北方年俗在线PK笑到头掉:像极了腰椎间盘,格外突出!" + }, + { + "标题": "南京市关于在公共场所实施佩戴口罩有关措施的通告" + }, + { + "标题": "卖野味的华南海鲜市场老板是谁?" + }, + { + "标题": "卖野味的华南市场老板是谁?" + }, + { + "标题": "单集最高9.8分,这剧被砍太可惜" + }, + { + "标题": "单身女孩的夜晚 vs 恋爱女孩的夜晚" + }, + { + "标题": "单位一棵草,家里一片天。危机之时,请给一线医务工作者特殊津贴!" + }, + { + "标题": "卓克:如何在必要时,重复利用口罩?" + }, + { + "标题": "华南海鲜市场“翻盘”?未必是新型冠状病毒发源地!" + }, + { + "标题": "华农兄弟的竹鼠到底有没有问题?" + }, + { + "标题": "华为P40系列疑似真机现身,渲染视频全曝光,定价或低于P30系列" + }, + { + "标题": "华为P40来了,更大更强" + }, + { + "标题": "半夜药叫:双黄连“治疗”新冠病毒?当事院士试图澄清" + }, + { + "标题": "半夜惊雷,肺炎疫情冲击A股" + }, + { + "标题": "半夜4点,数百万中国人等一个消息" + }, + { + "标题": "千里之外的温州,为何成湖北以外疫情最严重的城市" + }, + { + "标题": "千亿豪门都不放在眼里,谁还敢说她是拜金女" + }, + { + "标题": "千万!别在!过年的时候在家族群里乱发表情包!!因为...哈哈哈哈哈哈哈" + }, + { + "标题": "千万别跟甘肃人吃饭" + }, + { + "标题": "千万别跟甘肃人吃饭" + }, + { + "标题": "千万别聚了!广东发现13起家庭聚集性疫情" + }, + { + "标题": "千万别喝醉,否则……哈哈哈哈哈哈哈哈" + }, + { + "标题": "千万别乱跑!深圳刚披露3例本地社区病例,1人为外卖骑手!更有山东60起聚集疫情…" + }, + { + "标题": "千万不要带你妈去逛庙会" + }, + { + "标题": "千 万 不 要 吃 野 味!" + }, + { + "标题": "十多年前就发现有病毒,还要吃蝙蝠的是什么心态?!" + }, + { + "标题": "十几年前爆发于游戏中的瘟疫,一度成为流行病学的研究样本" + }, + { + "标题": "十几天建一所医院,中国的“基建狂魔”都是超人吗?" + }, + { + "标题": "十二星座抢红包的正确打开方式!" + }, + { + "标题": "十二星座周运榜(白羊&金牛&双子&巨蟹&狮子&处女座)" + }, + { + "标题": "十二星座周运榜(白羊&金牛&双子&巨蟹&狮子&处女座)" + }, + { + "标题": "十二星座周运榜(天秤&天蝎&射手&摩羯&水瓶&双鱼)" + }, + { + "标题": "十二星座周运榜(天秤&天蝎&射手&摩羯&水瓶&双鱼)" + }, + { + "标题": "十二星座周运势(天秤&天蝎&射手&摩羯&水瓶&双鱼)" + }, + { + "标题": "十七年前,岐山市长是如何战胜北京非典的?" + }, + { + "标题": "医生闯烽火,我们送粮草" + }, + { + "标题": "医生被砍,肺炎确诊440例15名医生感染:别让抱薪者,冻毙在风雪中" + }, + { + "标题": "医生自述:我的两次生死逃亡" + }, + { + "标题": "医生直言:病毒来源已确认!存在变异可能!这两类人不易被感染" + }, + { + "标题": "医生的春节:有人手臂被砍断,有人冒死奔赴肺炎前线…" + }, + { + "标题": "医生疑似感染,自我隔离四天好转!这份居家治疗攻略值得参考!" + }, + { + "标题": "医生在前线抗击肺炎,畜生在后面捅了他们一刀" + }, + { + "标题": "医生在一线抗击新型病毒,暴徒却抽刀挥向医生后脑勺!" + }, + { + "标题": "医护当心!武大人民医院发现新冠肺炎不典型首发症状,刚刚发出“患者识别与防护”(附全文)" + }, + { + "标题": "北方冬天的风有多恐怖??" + }, + { + "标题": "北大等研究机构发现:蛇是最有可能携带新型冠状病毒的野生动物" + }, + { + "标题": "北大团队重磅发现:常用药【沐舒坦】或可治疗武汉新冠肺炎" + }, + { + "标题": "北大呼吸科主任自述:我是如何感染新型冠状病毒的" + }, + { + "标题": "北大一院专家王广发病情好转,讲述感染过程" + }, + { + "标题": "北京,一级响应!" + }, + { + "标题": "北京首例新型肺炎患者离世,生命最后轨迹曝光:人生起落是无常" + }, + { + "标题": "北京首例新型肺炎患者离世,生命最后轨迹曝光:人生起落是无常" + }, + { + "标题": "北京首例新型肺炎患者离世,生命最后轨迹曝光:人生起落是无常" + }, + { + "标题": "北京首例新型肺炎患者离世,生命最后轨迹曝光:人生起落是无常" + }, + { + "标题": "北京朝阳医院行凶嫌疑人被批捕" + }, + { + "标题": "北京朝阳医院内行凶嫌犯被批捕!" + }, + { + "标题": "北京是否会全面限制交通?什么时候开学?今日发布会信息量巨大……" + }, + { + "标题": "北京市取消包括庙会在内的大型活动,清华北大明起暂停参观……" + }, + { + "标题": "北京已现多起聚集性病例,疫情由输入性向扩散性过渡" + }, + { + "标题": "北京小汤山,武汉金银潭,17年的历史并没有简单循环" + }, + { + "标题": "北京大兴确诊两例新型冠状病毒感染的肺炎病例" + }, + { + "标题": "北京启动重大突发公共卫生事件一级响应,请查收来自北京疾控的一封信……" + }, + { + "标题": "北京卫健委证实:抗艾滋病药物可试用新型肺炎" + }, + { + "标题": "北京传来新消息!武汉肺炎背后,那些不得不说的秘密!" + }, + { + "标题": "北京下雪了,在室外玩雪需要担心吗?" + }, + { + "标题": "北京、广东新增新型冠状病毒肺炎病例!如何防护?要戴什么口罩?你想知道的都在这" + }, + { + "标题": "北京、广东出现新型冠状病毒感染肺炎病例" + }, + { + "标题": "北京3名医生感染,2人武汉出差,1人开会邻座" + }, + { + "标题": "北上广返乡青年装X翻车现场" + }, + { + "标题": "北上广之网红鸭:恋爱一个多月给他花了15w还敢叫嚣发我L照?" + }, + { + "标题": "勤,改变命运;善,改变人生" + }, + { + "标题": "勇战疫情,中国要强!蒙牛集团追加捐赠6.6亿,向白衣天使致敬" + }, + { + "标题": "动物监控相机记录到的一只在喂食器周围撒欢儿的几维鸟" + }, + { + "标题": "加油,武汉!只是暂时封城,但绝不是一座孤城!" + }, + { + "标题": "加强疫情防控!长三角铁路这些车次停运,退票不收手续费" + }, + { + "标题": "加强新型冠状病毒感染肺炎防控,这个领导小组今晚举行扩大会议!应勇提出这些要求" + }, + { + "标题": "劝爸妈戴口罩太难了,就像当年他们劝我穿秋裤" + }, + { + "标题": "前所未有,武汉900万人刚刚干了件大事!朋友圈传疯了..." + }, + { + "标题": "前夜:新冠病毒传播时间线详解 | 117专栏" + }, + { + "标题": "前NBA球员科比布莱恩特因直升飞机坠机去世,享年41岁" + }, + { + "标题": "刷 B 站的年轻人,到底在刷什么?" + }, + { + "标题": "到底是谁在吃野味?" + }, + { + "标题": "到了这种时候,请相信国家吧" + }, + { + "标题": "别骂武汉人了,换一句“武汉加油”不行吗?" + }, + { + "标题": "别随便加别人微信好友。" + }, + { + "标题": "别闹了!普通人只戴口罩根本就不够!!!🧐" + }, + { + "标题": "别让形式主义消耗基层干部抗疫精力" + }, + { + "标题": "别羡慕那些朋友圈里的人生" + }, + { + "标题": "别监工盖医院了,来监督武汉红十字会吧" + }, + { + "标题": "别把什么都晒到朋友圈!!!" + }, + { + "标题": "别惯坏爸妈!8090后,该你们主持大局了!" + }, + { + "标题": "别在风中徘徊,天冷就回来" + }, + { + "标题": "别在家里数大米了,这里有个专门解闷的假期片单" + }, + { + "标题": "别再嘲笑哄抢双黄连的父母" + }, + { + "标题": "别以为宅在家里就安全!还要做好这三件小事" + }, + { + "标题": "别以为宅在家就安全,还要做好这4件小事!" + }, + { + "标题": "别以为宅在家就安全,还要做好这4件小事!" + }, + { + "标题": "别乱跑了!一场同学会,6人确诊染病!平均年龄22岁。何时能有疫苗?感染人数是否已到峰值?" + }, + { + "标题": "别乱跑了!一场同学会6人确诊染病:平均年龄22岁" + }, + { + "标题": "别串门了,今年咱们「云拜年」吧。" + }, + { + "标题": "别不信,这7分钟能救你命" + }, + { + "标题": "初试成绩会推迟公布吗?" + }, + { + "标题": "创业失败.gif" + }, + { + "标题": "刚过一个月的2020,让我想起了大悲大喜的2008" + }, + { + "标题": "刚刚,马斯克创造人类航天新壮举!空中炸毁火箭,然后成功实现载人舱逃逸" + }, + { + "标题": "刚刚,钟南山再次紧急发声!!!" + }, + { + "标题": "刚刚,钟南山再次紧急发声!求求你们,别再作孽了!" + }, + { + "标题": "刚刚,钟南山再次紧急发声!求求你们,别再作孽了!" + }, + { + "标题": "刚刚,钟南山再次紧急发声!求求你们,别再作孽了!" + }, + { + "标题": "刚刚,钟南山再次紧急发声!" + }, + { + "标题": "刚刚,证监会下发通知要求:引导投资者采取非现场方式交易" + }, + { + "标题": "刚刚,红会保安掐了央视1300万人的直播???" + }, + { + "标题": "刚刚,确诊440例、死亡9例!病毒可能变异,严防死守、控制疫情在武汉!84岁钟南山\"出山\",两张照片让人肃然起敬!" + }, + { + "标题": "刚刚,春晚节目为武汉改变!" + }, + { + "标题": "刚刚,新型肺炎背后的“真凶”,终于现身!" + }, + { + "标题": "刚刚,新型冠状病毒再传消息,请务必注意这一点!" + }, + { + "标题": "刚刚,北京市决定:除必需行业外,各企业2月10日上班" + }, + { + "标题": "刚刚,党中央成立应对疫情领导小组!谣传\"中招\"的钟南山又发话:不必恐慌,\"药\"来了" + }, + { + "标题": "刚刚,中央决定:适当延长春节假期!A股铁定推迟开市?最新回应来了" + }, + { + "标题": "刚刚,中南大学湘雅专家再次集结,驰援武汉!" + }, + { + "标题": "刚刚,世卫组织宣布!新冠疫情为“国际突发卫生事件”!有哪些影响?" + }, + { + "标题": "刚刚!钟南山最新发声!!这些照片笑着看完又哭了……" + }, + { + "标题": "刚刚!洛阳首例新型冠状病毒感染的肺炎患者正式出院" + }, + { + "标题": "刚刚!国务院凌晨通知:春节假期延长至2月2日!转发周知!" + }, + { + "标题": "刚刚!人民日报督促湖北红会回应,口罩分配骚操作惹众怒:协和3000个莆田系16000……" + }, + { + "标题": "刚刚!中科院公布疫情重大突破!新冠病毒没那么可怕了,你就安心在家放假吧!" + }, + { + "标题": "刚刚!中央官宣:春节假期适当延长!金融机构紧急行动,还有这些好消息……" + }, + { + "标题": "刚刚!中央官宣:春节假期适当延长!金融机构紧急行动,还有这些好消息……" + }, + { + "标题": "刚刚!上海发布大雾黄色预警!" + }, + { + "标题": "刚刚!WHO 宣布:中国疫情构成国际关注的突发公共卫生事件" + }, + { + "标题": "刚刚确定:A股延迟开市!影响1.6亿股民!武汉市长又发话:愿革职以谢天下!" + }, + { + "标题": "刚出的消息,一滴滴司机确诊感染新型肺炎" + }, + { + "标题": "刘润:高效远程办公指南" + }, + { + "标题": "刘润:面对武汉疫情,如何做一个合格的远程参与者" + }, + { + "标题": "刘亦菲的天仙人设,到底还能撑多久…" + }, + { + "标题": "刑拘!武汉一名肺炎患者家属殴打医生,警方通报了" + }, + { + "标题": "切忌托大,只问是非,不问利害" + }, + { + "标题": "分手后才懂得珍惜的三大星座" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享图片" + }, + { + "标题": "分享一点好消息。" + }, + { + "标题": "分享一只灵活到不行的鸟屁股!" + }, + { + "标题": "分享一份我珍爱的甜品,希望前路能甜一点。" + }, + { + "标题": "出门太危险?那春节就教你宅家里做些硬菜吃吧。" + }, + { + "标题": "出门买不到口罩,没口罩不能出门,我太难了" + }, + { + "标题": "出门一趟,病毒会不会吸附在毛衣毛领上?" + }, + { + "标题": "出道20年,她唱哭3亿人:原来,这才是女人深到骨子里的魅力" + }, + { + "标题": "出武汉第十三天。" + }, + { + "标题": "出柜 8 年后的过年闲聊。" + }, + { + "标题": "几点睡算熬夜?睡多久最合理?15 个关于睡眠的真相" + }, + { + "标题": "减少病毒接触,如何按电梯按钮" + }, + { + "标题": "减少室外活动!市教委发布中小学生居家体育运动指南" + }, + { + "标题": "凌晨通告!武汉全市公交、地铁停运,机场、火车离汉今起关闭!" + }, + { + "标题": "凌晨突发!世卫组织宣布:疫情为国际关注的突发公共卫生事件!对中国有何影响?最新解读来了" + }, + { + "标题": "凌晨宣布!武汉挺住,更多解放军来了!!" + }, + { + "标题": "凌晨宣布!新型肺炎突传大消息!该来的真的来了!" + }, + { + "标题": "凌晨四点,科比永远离开了我们!失事现场曝光,让人瞬间飙泪痛哭!" + }, + { + "标题": "凌晨3:44,疫情终究撼动了中国经济……" + }, + { + "标题": "凌晨3:44,疫情定性为“国际关注的突发公共卫生事件”意味着什么?(附世卫组织声明全文)" + }, + { + "标题": "凌晨2点,一则视频看哭无数人:婚姻好不好,看这三个字就知道了" + }, + { + "标题": "冷兔宝宝红包封面千万别用!会上瘾!" + }, + { + "标题": "决不能“歇歇脚、松口气”!李强今天视频检查三个区疫情防控工作,强调一严到底" + }, + { + "标题": "冬日的心愿,会在春天绽放 | 为你读诗" + }, + { + "标题": "冬天到底要不要原地热车" + }, + { + "标题": "冠状病毒:你需要知道的3个小常识" + }, + { + "标题": "冠状病毒是否会改变一季度的小阳春?" + }, + { + "标题": "冠状病毒在空气中能活多久?" + }, + { + "标题": "冠状恐慌" + }, + { + "标题": "军队承担火神山医院医疗救治任务" + }, + { + "标题": "军队医院驰援武汉、协调口罩200万只、钟南山带队攻关……最新消息汇总!" + }, + { + "标题": "军中无戏言:非典“救火市长”王岐山专访视频及文字实录" + }, + { + "标题": "军中无戏言!17年前的这段采访视频,看完让人感慨万千" + }, + { + "标题": "写给所有聪明的女人:永远不要为男人做这5件事" + }, + { + "标题": "写给所有聪明的女人:永远不要为男人做这5件事" + }, + { + "标题": "写在我的爱人赶赴一线时:一位临床医生的告白" + }, + { + "标题": "再说一遍,不要吃野味了!" + }, + { + "标题": "再见,张馨予!" + }, + { + "标题": "再见科比:唯一的“曼巴”" + }, + { + "标题": "再见科比!凌晨四点的洛杉矶再也没有你" + }, + { + "标题": "再见了,科比!再见了,青春!科比因直升机失事不幸去世!" + }, + { + "标题": "再看《甄嬛传》,攒了8年的弹幕笑疯了!" + }, + { + "标题": "内鬼爆料了!!" + }, + { + "标题": "兽用双黄连被抢光,谣言比病毒还伤智商!" + }, + { + "标题": "关键时刻,领导干部要到人民群众中去" + }, + { + "标题": "关键时刻,中央开了一次很不寻常的会议!" + }, + { + "标题": "关键时刻,中国企业靠得住!" + }, + { + "标题": "关注!这9个新型冠状病毒肺炎的真相,一定要知道" + }, + { + "标题": "关注!新型冠状病毒感染的肺炎防护须知" + }, + { + "标题": "关注!医疗物资紧张啥时才能缓解?" + }, + { + "标题": "关注!北京广东确诊新型肺炎病例,武汉新增136例" + }, + { + "标题": "关于这次疫情,我们之前是不是盲目乐观了?" + }, + { + "标题": "关于这次新型冠状病毒疫情,你需要了解......" + }, + { + "标题": "关于肺炎疫情,一份比较全面的认知" + }, + { + "标题": "关于紧急扩散寻找相关人员的通知" + }, + { + "标题": "关于紧急扩散寻找相关人员的通知" + }, + { + "标题": "关于武汉肺炎,这部9.4分的纪录片早就告诉过我们真相" + }, + { + "标题": "关于武汉肺炎的21个真相,预防肺炎最好的方法不是戴口罩勤洗手板蓝根,而是——" + }, + { + "标题": "关于武汉肺炎疫情,这些信息很关键" + }, + { + "标题": "关于武汉的22组照片,看完不再害怕了" + }, + { + "标题": "关于武汉的11组照片,看完哭了很久……" + }, + { + "标题": "关于武汉的10个最新好消息" + }, + { + "标题": "关于武汉的10个好消息" + }, + { + "标题": "关于武汉的10个好消息" + }, + { + "标题": "关于春节观影的一些呼吁" + }, + { + "标题": "关于新型肺炎疫情,这是你要知道的几个最新事实" + }, + { + "标题": "关于新型冠状病毒,我们筛选了这些普通人可能最需要的信息" + }, + { + "标题": "关于新型冠状病毒肺炎,我们总结了20个基本问答" + }, + { + "标题": "关于新型冠状病毒肺炎,你关心的都在这里" + }, + { + "标题": "关于新型冠状病毒的文章铺天盖地,当妈的看这一篇就够了!" + }, + { + "标题": "关于新冠肺炎,我们倡议!" + }, + { + "标题": "关于新冠肺炎的一切|回形针" + }, + { + "标题": "关于新冠肺炎的一切" + }, + { + "标题": "关于征集新型冠状病毒感染的肺炎疫情防控工作问题线索及意见建议的公告" + }, + { + "标题": "关于延迟企业复工相关问题,听市人社局权威解答" + }, + { + "标题": "关于关闭部分高速公路出口及暂停班车 (包车)客运和城市公交的通告" + }, + { + "标题": "关于优化纳税缴费服务配合做好新型冠状病毒感染肺炎疫情防控工作的通知" + }, + { + "标题": "关于「新型冠状病毒肺炎」,你必须知道的4件事。" + }, + { + "标题": "关于「新型冠状病毒肺炎」,你必须知道的4件事。" + }, + { + "标题": "关于“武汉肺炎”的18个最新好消息!" + }, + { + "标题": "关于“武汉肺炎”新型冠状病毒,你必须知道的5件事!" + }, + { + "标题": "关于“新型冠状病毒肺炎”,有些话想说……" + }, + { + "标题": "关于“新型冠状病毒肺炎”,你必须知道的4件事。" + }, + { + "标题": "关于“国际突发卫生事件”,别再造谣和恶意引发恐慌了!" + }, + { + "标题": "关于“8个造谣者”" + }, + { + "标题": "共度疫情:樊登读书免费送出10门名师好课" + }, + { + "标题": "共同打赢疫情防控阻击战!本市这个指挥部今天开会,要求把防控工作做得更加精准、快速、有效" + }, + { + "标题": "六个冷知识告诉你现在口罩是什么情况" + }, + { + "标题": "公益 | 疫情病毒前,这3个救命习惯,请逼自己养成" + }, + { + "标题": "公开!透明!杭州红十字会每天公布捐赠款物收支情况" + }, + { + "标题": "公共政策专家:幸亏有钟南山,但不能只有钟南山" + }, + { + "标题": "公众连夜排队抢购 院士告诉你:双黄连对新型冠状病毒不具针对性!" + }, + { + "标题": "八年级数学微课大全!(请速转给老师、家长、学生)" + }, + { + "标题": "全面封城第一天:武汉,我们一起加油!" + }, + { + "标题": "全速通关进口救命设备!81套“人工心肺”将尽快从上海发往武汉" + }, + { + "标题": "全程谎言的9.5分神作,你能忍住不哭算我输" + }, + { + "标题": "全省考生可看!潮实公布网课视频,停课别停学,赞!" + }, + { + "标题": "全球限量 500 套!价值堪比倒钩 AJ1!穿它回头率绝对能上天!" + }, + { + "标题": "全球胃癌一半在中国,有 3 种人离胃癌最近" + }, + { + "标题": "全球最火动画,我们引进晚了" + }, + { + "标题": "全球新增140例新型肺炎病例,SARS专家这样建议" + }, + { + "标题": "全球手机出货量数据出炉,华为逆势暴增,iPhone下跌,其他厂商emmmmm" + }, + { + "标题": "全民防疫 | 我们隔离病毒,但不隔离爱" + }, + { + "标题": "全民族静下来,是一个国家深度思考的开始!" + }, + { + "标题": "全民族静下来,是一个国家深度思考的开始!" + }, + { + "标题": "全民族静下来,是一个国家深度思考的开始!" + }, + { + "标题": "全民族静下来,是一个国家深度思考的开始" + }, + { + "标题": "全民抗击疫情第33天:这些人早该被曝光了!" + }, + { + "标题": "全民“宅家”,我们“降价” | 折后满300再减100!" + }, + { + "标题": "全智贤“丑照”秘密流出:你的体态,暴露了你的生活姿态!" + }, + { + "标题": "全是你没见过的超稀有「球鞋礼盒」!最后一个还能买!" + }, + { + "标题": "全明星首发被西部完爆 东部真没人了?" + }, + { + "标题": "全明星替补阵容出炉,谁是那颗最大的遗珠?" + }, + { + "标题": "全微博的网友都见证了她的逆袭…" + }, + { + "标题": "全国肺炎确诊631例,17年后又见钟南山,他一句话让人泪目" + }, + { + "标题": "全国肺炎确诊14380例,钟南山给返岗者的提示,准备返程的你需要再看三遍!" + }, + { + "标题": "全国累计确诊新型肺炎2744例,死亡80例" + }, + { + "标题": "全国确诊超2071例!海外留学生连夜支援武汉,而有人却趁机搞起了营销???" + }, + { + "标题": "全国新型肺炎最新情况!钟南山:会人传人,春节得病人数还会增加!" + }, + { + "标题": "全国新冠肺炎疑似病例新增数首次下降!钟南山对疫情做出重要判断" + }, + { + "标题": "全国妈妈过年统一姿势.JPG" + }, + { + "标题": "全国发热门诊、医疗救治定点医院,这里查!" + }, + { + "标题": "全国单日暴增1982例!广深突破100例!出太阳想出门消毒?专家回应……" + }, + { + "标题": "全国人民已经快宅出精神病了…哈哈哈哈" + }, + { + "标题": "全国交通免收退票费、保障口罩供应、下拨10亿元……国务院多部门发布重要消息!" + }, + { + "标题": "全国1日新增1771例!广东新增42例,最小11个月! 广东明确:不会“封城”!" + }, + { + "标题": "全力防输入,重视防扩散!今天市疫情防控工作领导小组会议强调防控工作要更扎实,市民防护要不放松" + }, + { + "标题": "全体注意!确诊人数还在上升,疫情期间如何保护自身和家人?" + }, + { + "标题": "党员,上!" + }, + { + "标题": "党中央成立应对疫情工作领导小组" + }, + { + "标题": "免费配送上门!今晚7点半杭州继续开放口罩微信申领!预约成功的,下午记得做这件事!" + }, + { + "标题": "免费请全国观众看电影,《囧妈》这波操作走心了" + }, + { + "标题": "免疫力是最好的医生,用8个简单的方法激活它" + }, + { + "标题": "儿子去世后,老人突然多出26个“子女”" + }, + { + "标题": "傅首尔:我最大的资本就是真实" + }, + { + "标题": "傅首尔,你是BBmom!" + }, + { + "标题": "停!请不要歧视武汉人" + }, + { + "标题": "停课不停学!好分数124节公益直播课等你来领!" + }, + { + "标题": "停播4年,终于等到这档良心国综回归" + }, + { + "标题": "做好居家消毒 预防新型冠状病毒" + }, + { + "标题": "做公益,韩红是真的。" + }, + { + "标题": "做人,别丢了良心;做事,别伤了人心" + }, + { + "标题": "假期追剧清单!让我一口气看十集的神剧都在这里了!" + }, + { + "标题": "假期返程中如何预防?居家隔离怎么做?中国疾控中心10个权威指南最全合集" + }, + { + "标题": "假期拉长,真正会休息的人,是怎么过假期的?" + }, + { + "标题": "假期延长,我陪娃刷了一堆高分动画片,真心好看!" + }, + { + "标题": "假期干点啥?7个迷惑网站帮你赶走无聊" + }, + { + "标题": "假期太难熬了,全靠段子撑。。。" + }, + { + "标题": "假如他们是你男朋友,你可以吗?" + }, + { + "标题": "倾听专业意见、加强科学防控!应勇今天与这7位医疗、疾控界专家座谈交流" + }, + { + "标题": "值得深挖的15名医务人员被感染问题" + }, + { + "标题": "借疫情涨价?零售大王吃50万罚单,药店口罩涨价10倍被罚300万" + }, + { + "标题": "保险公司不招人,只招客户" + }, + { + "标题": "保护逆行天使:绕开红会,他们点对点把物资送进了武汉周边医院" + }, + { + "标题": "便宜的东西,都很贵" + }, + { + "标题": "你高价买来的口罩可能是假的(附鉴别指南)" + }, + { + "标题": "你身边也许有人在帮黑产洗钱。" + }, + { + "标题": "你背着价值30万的爱马仕?不,你背的是1亿个亡灵!" + }, + { + "标题": "你知道捐款5000万的胖东来,到底有多牛逼吗?" + }, + { + "标题": "你知道捐款5000万的胖东来,到底有多牛逼吗?" + }, + { + "标题": "你真需要一份自我介绍了!" + }, + { + "标题": "你的独处方式,决定了你的层次" + }, + { + "标题": "你的朋友圈有1000条新点赞!" + }, + { + "标题": "你的五官里,藏着一生的风水!" + }, + { + "标题": "你没穷过所以不懂,为什么他们急着出门" + }, + { + "标题": "你没穷过所以不懂,为什么他们急着出门" + }, + { + "标题": "你永远穷不过一个广东人" + }, + { + "标题": "你永远不知道,印度的公交车能卖多少种票(第266期)" + }, + { + "标题": "你是不是悄悄跟我去蹦迪了? ​​​​" + }, + { + "标题": "你怎样独处,就怎样过一生" + }, + { + "标题": "你属什么,鼠年的运势就是什么,超准!" + }, + { + "标题": "你对ta冷,ta比你更冷的三大星座!" + }, + { + "标题": "你妈劝你回家时VS你回家后,哈哈哈哈哈哈千万别信你妈的话!" + }, + { + "标题": "你吃过流心八宝饭吗?手把手教你做惊艳年夜饭餐桌!" + }, + { + "标题": "你到底遭遇了什么" + }, + { + "标题": "你作孽的一张嘴,害了无数国人:武汉肺炎下,竟还有人在偷卖野味!" + }, + { + "标题": "你们的女神邓丽君,人设崩塌了" + }, + { + "标题": "你什么格局,就什么命" + }, + { + "标题": "你什么情绪,孩子什么命" + }, + { + "标题": "你习以为常的今天,是40年前最惊世骇俗的想象" + }, + { + "标题": "你为什么越穷越忙,越努力越穷...." + }, + { + "标题": "你为什么要结婚???" + }, + { + "标题": "你为什么不带口罩?" + }, + { + "标题": "你不知道的祛斑消痘印小窍门,方便又省钱" + }, + { + "标题": "你不知道回不来的武汉人都经历了什么" + }, + { + "标题": "你一整年的幸福感,只和三个习惯有关" + }, + { + "标题": "佟丽娅,你凭什么主持春晚?" + }, + { + "标题": "佟丽娅,你凭什么主持央视春晚!" + }, + { + "标题": "佟丽娅,你凭什么主持央视春晚!" + }, + { + "标题": "佟丽娅,你凭什么主持央视春晚!" + }, + { + "标题": "佟丽娅成春晚主持最大赢家?“甩”开渣男,一路开挂!" + }, + { + "标题": "佟丽娅惊艳春晚:自律,是一个人最高级的性感" + }, + { + "标题": "佟丽娅惊艳春晚:老娘天下最美!" + }, + { + "标题": "作为武汉市长,真的无权披露疫情吗?" + }, + { + "标题": "余生,静而不争" + }, + { + "标题": "余生,我累了,也懂了……" + }, + { + "标题": "余生,和宠你的人在一起" + }, + { + "标题": "余生,做好自己,不解释" + }, + { + "标题": "余生,做一个会“偷懒”的人" + }, + { + "标题": "何时能有疫苗?感染人数是否已到峰值?白岩松提问专家→" + }, + { + "标题": "体检不做这个检查,得了癌症都不知道" + }, + { + "标题": "低配中级车PK,2.0L亚洲龙和1.4T迈腾如何抉择?" + }, + { + "标题": "传染病是如何塑造了人类历史" + }, + { + "标题": "传染病上战场,比炮弹更凶猛" + }, + { + "标题": "优化口罩供应、发热远程咨询……你关心的疫情防控问题,这场发布会给出答案" + }, + { + "标题": "众筹!一人一句,说给武汉,说给中国!" + }, + { + "标题": "伊斯兰教如何应对瘟疫?" + }, + { + "标题": "任泽平:短期经济形势严峻,中长期最好的投资机会在中国!" + }, + { + "标题": "任大刚丨这个时代抛弃了老年人,还在骂他们不戴口罩" + }, + { + "标题": "价值30万的爱马仕背后,是1亿个生命没了" + }, + { + "标题": "以非典数据为参考,这次疫情到了哪个阶段?| DT数说" + }, + { + "标题": "以非典数据为参考,这次疫情到了哪个阶段?" + }, + { + "标题": "以非典数据为参考,这次疫情到了哪个阶段?" + }, + { + "标题": "以坚决、科学、严格的防控举措,让全市人民健康安心过年!李强、应勇等市领导今天检查疫情防控和节日保障工作" + }, + { + "标题": "以史为镜,回顾非典对A股的影响!" + }, + { + "标题": "代替董卿主持春晚,佟丽娅凭什么刷爆热搜?" + }, + { + "标题": "他让大家别去武汉,自己却义无反顾地去了" + }, + { + "标题": "他让大家不要去武汉,自己却义无反顾!" + }, + { + "标题": "他终于戴上了口罩" + }, + { + "标题": "他爱不爱你,微信红包会告诉你" + }, + { + "标题": "他据演《爱情公寓》,原来是为了这部好片" + }, + { + "标题": "他捐了5000个口罩,他叫林生斌" + }, + { + "标题": "他拉着10万只口罩,开往已经封城的武汉" + }, + { + "标题": "他才是真的恋爱脑!" + }, + { + "标题": "他定了凌晨5点的闹钟,生怕父母瞒着他出门丨武汉来信" + }, + { + "标题": "他发明“史上最快的马桶”,创下5项吉尼斯纪录,笑哭890W粉丝:对不起,太上头了!" + }, + { + "标题": "他刷了10遍《老友记》,总结出一套英语口语公式,请自取" + }, + { + "标题": "他凭什么在《奇葩说6》走到最后?" + }, + { + "标题": "他们奋战在一线,却没有口罩。" + }, + { + "标题": "从武汉出来的人去哪了?从武汉出来的人去哪了?武汉迁徙地图曝光!" + }, + { + "标题": "从武H美女病毒所所长,说一说“裙带关系”!" + }, + { + "标题": "从此,凌晨4点的洛杉矶,少了一人..." + }, + { + "标题": "从投资战狼2,到巨亏20亿:揭秘北京文化的“神操作”" + }, + { + "标题": "从微信红包,看出一个男人是否爱你" + }, + { + "标题": "从微信红包,看出一个男人是否爱你" + }, + { + "标题": "从微信红包,看出一个男人是否爱你" + }, + { + "标题": "从微信红包,看出一个男人是否爱你" + }, + { + "标题": "从廉价山寨到爆款全球,国产手机是如何崛起的?① 魅族惊艳出世,中华酷联引领国产机时代" + }, + { + "标题": "从小汤山到“二神山”,天晴后要好好修屋顶" + }, + { + "标题": "从女人出生月份看运势,你是富贵命,还是劳碌命?(准)" + }, + { + "标题": "从今天起,高速公路走不起了..." + }, + { + "标题": "今晚8点,武汉人集体唱国歌……我哭了!" + }, + { + "标题": "今明两天部分线路取消延迟收车" + }, + { + "标题": "今日除夕:五福临,到家门!" + }, + { + "标题": "今日除夕,请您接福!" + }, + { + "标题": "今日除夕,请您接福!" + }, + { + "标题": "今日除夕,请您接福!" + }, + { + "标题": "今日除夕,请您接福!" + }, + { + "标题": "今日除夕,给您拜个早年!" + }, + { + "标题": "今日除夕" + }, + { + "标题": "今日起,广州地铁启动进站体温检测" + }, + { + "标题": "今日最佳:爸爸们可以有多幼稚?" + }, + { + "标题": "今日最佳:沙雕网友抗肺炎时到底有多可爱?" + }, + { + "标题": "今日最佳:武汉小学生怕了么。。" + }, + { + "标题": "今日最佳:村干部们的智慧。。" + }, + { + "标题": "今日最佳:最恐怖的白煮鸡蛋。。。" + }, + { + "标题": "今日最佳:在家宅久了的人真的很强。" + }, + { + "标题": "今日最佳:君子报仇十年不晚。" + }, + { + "标题": "今日最佳:历史总是惊人地相似。。。" + }, + { + "标题": "今日最佳:买不到口罩怎么办?" + }, + { + "标题": "今日大寒:人间至此冬色尽,愿君多珍重!" + }, + { + "标题": "今日大寒丨最后一个带“寒”字的节气,春天的脚步近了" + }, + { + "标题": "今日大寒" + }, + { + "标题": "今日全宇宙最涨姿势的十张图" + }, + { + "标题": "今日全宇宙最涨姿势的十张图" + }, + { + "标题": "今日全宇宙最涨姿势的十张图" + }, + { + "标题": "今日全宇宙最涨姿势的十张图" + }, + { + "标题": "今日“破五” 迎财神啦!" + }, + { + "标题": "今年,来我家过年吧!" + }, + { + "标题": "今年,全国都在期待它的到来!" + }, + { + "标题": "今年过年,如何让父母实现住房自由?三个年轻人用极低成本做到了" + }, + { + "标题": "今年要发布的国产手机,都很diao啊" + }, + { + "标题": "今年的春节档谁能拿冠军呢?" + }, + { + "标题": "今年最正确的生活方式(建议收藏)" + }, + { + "标题": "今年最正确的生活方式(建议收藏)" + }, + { + "标题": "今年春节,我建议循环播放这救命片" + }, + { + "标题": "今年将成为史上最不确定性的春节档" + }, + { + "标题": "今年哪些星座能脱单!?" + }, + { + "标题": "今年哪些星座能暴富?" + }, + { + "标题": "今年催婚反套路应对!" + }, + { + "标题": "今年不止有点难。" + }, + { + "标题": "今天,身边出现一名新型冠状病毒的感染者……" + }, + { + "标题": "今天,科比离开了我们,带着她心爱的女儿吉娜。 过去四个多月,篮球世界发生这么多让人难以接受的事,我都接受了,但无法接受这个事实。 你是篮球世界的灯塔,陪伴过无数人的青春。 你说过你做什么都比别人早,但不要是这个;你为什么不说,你做什么都比别人多呢? 有那么多事,你还没有做" + }, + { + "标题": "今天,火神山医院完工交付" + }, + { + "标题": "今天,武汉情况怎样?我们发现医院病人少了一多半" + }, + { + "标题": "今天,我在抖音品尝到了人间百味。" + }, + { + "标题": "今天除夕,给您拜年了!" + }, + { + "标题": "今天除夕,小林忙着下厨做年夜饭,就不工作了,一张新的吉祥物形象,送给大家作网络拜年用。 大家可以留言说说您和小林公众号的渊源,感谢过去一年您的陪伴,期待新的一年,我们新的故事~" + }, + { + "标题": "今天这暴跌......" + }, + { + "标题": "今天给大家说一些好消息吧" + }, + { + "标题": "今天正月初八:好好活着,比什么都重要!" + }, + { + "标题": "今天最大的好消息:11名被感染的医生初步痊愈" + }, + { + "标题": "今天春节,快把这个红包口令告诉家人!" + }, + { + "标题": "今天大年初一,给您拜年啦 ,春节第一份祝福送给你!" + }, + { + "标题": "今天国新办的疫情发布会,这些信息值得关注" + }, + { + "标题": "今天发生的一切,竟和这部电影惊人的相似" + }, + { + "标题": "今天亏了25万" + }, + { + "标题": "今天不想玩手机,只想陪你。" + }, + { + "标题": "今天下定决心做废物" + }, + { + "标题": "今天10时起,武汉全市公交地铁等停运,机场火车站离汉通道关闭" + }, + { + "标题": "今夜,已有6000医护人员驰援湖北,稳了!" + }, + { + "标题": "今夜,一起为祖国守岁!" + }, + { + "标题": "仅2岁!最小年龄确诊病例出现" + }, + { + "标题": "什么,火山爆发把人的脑子变成了玻璃?|一周科技" + }, + { + "标题": "什么,你家的狗竟然会说话?" + }, + { + "标题": "什么样的痣会癌变?有一个部位一定要留意" + }, + { + "标题": "什么是孝顺?这是我见过最好的答案" + }, + { + "标题": "什么人在农村最吃得开?|大象公会" + }, + { + "标题": "人,永远是相互的!" + }, + { + "标题": "人间再无梅艳芳:4岁登台,红遍亚洲,穿婚纱和世界告别" + }, + { + "标题": "人这一生,只欠两个人" + }, + { + "标题": "人败皆因懒,事败皆因傲,家败皆因奢" + }, + { + "标题": "人设反转! 梅根亲爹成了深爱女儿的谦卑好父亲? 看完这部片,英国人心情很复杂" + }, + { + "标题": "人类爱玩谐音梗,害得这可怜的龟快灭绝了" + }, + { + "标题": "人类历史上5次重大灾祸,我们究竟吸取了什么教训?" + }, + { + "标题": "人类创造的畸形怪物" + }, + { + "标题": "人类共同的历史阴影:我们经历过哪些恐怖传染病?" + }, + { + "标题": "人社部:医护人员感染新型肺炎应认定工伤" + }, + { + "标题": "人的运气好坏,都有因果" + }, + { + "标题": "人生,没有下一次" + }, + { + "标题": "人生最贵的是什么?" + }, + { + "标题": "人生最好的状态:将满未满" + }, + { + "标题": "人生到了下半场,对手只剩下自己" + }, + { + "标题": "人生两大宝藏:健康和快乐" + }, + { + "标题": "人民锐评|面对疫情,信心是长效的疫苗" + }, + { + "标题": "人民锐评|防护服工厂,国家有任务交给你了!" + }, + { + "标题": "人民锐评|越是集中精力战“疫”,越要确保社会正常运转" + }, + { + "标题": "人民锐评|请妥善安置好500万离汉人员" + }, + { + "标题": "人民锐评|每一笔捐赠财物都要用在刀刃上" + }, + { + "标题": "人民锐评|尽快掐灭疫情传播的“火种”" + }, + { + "标题": "人民锐评|宁可十防九空,也一定要切断传染源" + }, + { + "标题": "人民锐评|唐主任被问责,为谁敲响警钟?" + }, + { + "标题": "人民锐评 | 从焦虑中读懂期待" + }, + { + "标题": "人民锐评 | 武汉加油,有困难我们一起扛" + }, + { + "标题": "人民锐评 | 当好后勤部长,别让“白衣战士”赤膊上阵" + }, + { + "标题": "人民锐评 | 应对返工返程,更需周全安排" + }, + { + "标题": "人民锐评 | 关键时刻,党员干部要冲得上去" + }, + { + "标题": "人民日报:把疫情防控作为当前最重要的工作来抓" + }, + { + "标题": "人民日报:扩散!武汉协和医院最新治疗方案,转发周知!​" + }, + { + "标题": "人民日报:坚定信心坚决打赢疫情防控阻击战" + }, + { + "标题": "人民日报记者直击:离汉通道关闭第一日" + }, + { + "标题": "人最大的善良,是懂得体谅别人的不易" + }, + { + "标题": "人日,為了生命。" + }, + { + "标题": "人性最大的恶,是不懂感恩!" + }, + { + "标题": "人性最大的善良,是“不让人为难”" + }, + { + "标题": "人心!(说得很露骨)" + }, + { + "标题": "人山人海,别辜负了这场相遇 |「为你读诗」" + }, + { + "标题": "人大附中一家长感染去世,曾开高三家长会,北京市回应" + }, + { + "标题": "人均62522元!拖后腿的深圳人先别哭,赶紧看看这些钱你能领多少!" + }, + { + "标题": "人到中年:做这3件事,福报不请自来" + }, + { + "标题": "人到中年,社交越少,活得越好" + }, + { + "标题": "人到中年,最害怕过年!" + }, + { + "标题": "人们把疾病传给野生动物,然后又吃下它们" + }, + { + "标题": "人们举家欢庆的时刻,他们送别战友,宣誓出征" + }, + { + "标题": "亲生闺女.gif" + }, + { + "标题": "亲测有效!已证实,真正抗病毒有效的是这个!!" + }, + { + "标题": "亲历者赵立众:伤医事件不是医生和凶手的个人恩怨" + }, + { + "标题": "京城高端赌石场:各有所图的豪客、明星与看客|真实故事" + }, + { + "标题": "亚马逊老大贝索斯:是沙特王储黑了我手机曝光了我的小三!" + }, + { + "标题": "亚洲超强同居房诞生,72个陌生男女同住:出房门就社交,租金超便宜!" + }, + { + "标题": "亚洲超强同居房诞生,72个陌生男女同住:出房门就社交,租金超便宜!" + }, + { + "标题": "五个武汉人的封城日记|大象公会" + }, + { + "标题": "二轮复习想要突破,这4个问题必须解决!" + }, + { + "标题": "二胎的第一年,我偷偷哭了无数次" + }, + { + "标题": "二月,重启自我,否极泰来 |「为你读诗」" + }, + { + "标题": "二十年前的春节才叫过年,现在充其量只能算放假" + }, + { + "标题": "二代征信上线后,你不能再做的那些事" + }, + { + "标题": "事发万宁!女子不戴口罩不听劝,还辱骂工作人员…拘留10日!(视频)" + }, + { + "标题": "买车回家!5万到50万,买这些车绝对有道理!" + }, + { + "标题": "买火车票要提供手机号、紧急进口防护服、包机接海外湖北公民回家……最新消息!" + }, + { + "标题": "买书不挑出版社的都是山炮" + }, + { + "标题": "买不到口罩的朋友,请一定要看!!!" + }, + { + "标题": "买不到口罩的朋友,请一定要看看!" + }, + { + "标题": "买不到口罩的朋友,请一定要看看!" + }, + { + "标题": "买不到口罩怎么办?迫不得已可以这样做!" + }, + { + "标题": "买不到口罩咋办?返程深圳要这样做好个人防护!扩散!" + }, + { + "标题": "买不到N95怎么办?口罩戴多久扔?解答关于口罩的4个问题" + }, + { + "标题": "买不到N95怎么办?口罩戴多久扔?解答关于口罩的4个问题" + }, + { + "标题": "习近平:紧紧依靠人民群众坚决打赢疫情防控阻击战" + }, + { + "标题": "习近平:紧紧依靠人民群众坚决打赢疫情防控阻击战" + }, + { + "标题": "习近平:我相信,我们一定会战胜这一次疫情!" + }, + { + "标题": "习近平:坚决遏制疫情蔓延势头" + }, + { + "标题": "习近平走进小卖部,询问什么商品最畅销" + }, + { + "标题": "习近平对新型冠状病毒感染的肺炎疫情作出重要指示" + }, + { + "标题": "习近平对新型冠状病毒感染的肺炎疫情作出重要指示" + }, + { + "标题": "习近平对军队做好疫情防控工作作出重要指示" + }, + { + "标题": "习近平察看滇池生态湿地" + }, + { + "标题": "习近平向全国人民拜年" + }, + { + "标题": "习近平向全国人民拜年" + }, + { + "标题": "习近平传递必胜信心!" + }, + { + "标题": "习近平会见世界卫生组织总干事谭德塞" + }, + { + "标题": "习近平会见世界卫生组织总干事谭德塞" + }, + { + "标题": "习近平主持中央政治局常委会会议,研究疫情防控工作" + }, + { + "标题": "习近平主持中央政治局常委会会议 研究疫情防控工作 党中央成立应对疫情工作领导小组" + }, + { + "标题": "乘坐《囧妈》同款列车是一种怎样的体验?" + }, + { + "标题": "乐观和爱,才是生活的解药" + }, + { + "标题": "主持春晚16年,连董卿都甘拜下风,52岁仍惊艳全场:她到底凭什么?" + }, + { + "标题": "主持春晚16年,52岁惊艳回归:饱读群书的女人,一出场就赢了!" + }, + { + "标题": "主持春晚16年,52岁惊艳回归:世上不怕老的女人,只有这一种" + }, + { + "标题": "为被“封城”的武汉,和被“嫌弃”的武汉人,加油!" + }, + { + "标题": "为武汉募捐3000万,运送7次物资后,韩红病倒了……" + }, + { + "标题": "为武汉募捐3000万后,韩红终于病倒了……" + }, + { + "标题": "为武汉募捐3000万后,韩红终于病倒了……" + }, + { + "标题": "为武汉募捐2.7亿,“败光”上亿家产后,韩红终于病倒了……" + }, + { + "标题": "为武汉募捐1.4亿后,韩红“人设崩塌”了" + }, + { + "标题": "为武汉募捐1.4亿元后,韩红终于病倒了……" + }, + { + "标题": "为武汉募捐1.4亿元后,韩红终于病倒了……" + }, + { + "标题": "为全湖北6000万普通人发声:我们需要你的帮助!" + }, + { + "标题": "为何最近几天新增确诊病例多?离汉通道不关闭会怎么样?专家解答→" + }, + { + "标题": "为什么阅读可以让人变得富有?" + }, + { + "标题": "为什么追求平凡是一种珍贵的选择?| 为“平凡”正名" + }, + { + "标题": "为什么还不放过武汉红十字会?" + }, + { + "标题": "为什么过年一定要回家?这是我听过最暖心的回答" + }, + { + "标题": "为什么跑步后吃不下,游完泳却变饿死鬼?" + }, + { + "标题": "为什么现在的亲戚没以前亲了?老祖宗两句话就说清了" + }, + { + "标题": "为什么现在厂商做个蓝牙耳机,都要学苹果?" + }, + { + "标题": "为什么每次年夜饭想帮忙,都会被我妈赶出厨房?" + }, + { + "标题": "为什么是武汉?" + }, + { + "标题": "为什么我说,不戴口罩是没知识的表现?" + }, + { + "标题": "为什么我说,不戴口罩是没知识的表现?" + }, + { + "标题": "为什么我们总认为,小时候的春节更快乐?" + }, + { + "标题": "为什么很多人买车之后会后悔" + }, + { + "标题": "为什么开车不晕车,但一坐车就会晕车" + }, + { + "标题": "为什么已婚的想出轨?出轨的又想回归?" + }, + { + "标题": "为什么国产车配置丰富又便宜" + }, + { + "标题": "为什么买菜家用车,我更推荐CVT" + }, + { + "标题": "为什么中国还是造不出优秀的发动机" + }, + { + "标题": "为什么中国人老想归隐田园?得去问问陶渊明" + }, + { + "标题": "为什么不该用双黄连预防新型冠状病毒?" + }, + { + "标题": "为什么不该用双黄连预防新型冠状病毒?" + }, + { + "标题": "为什么不该用双黄连预防新型冠状病毒?" + }, + { + "标题": "为什么2020年出生的天蝎座宝宝最多?答案让人脸红……" + }, + { + "标题": "为了查我捐的钱去了哪,我对红会们的网站绝望了。。。" + }, + { + "标题": "为了抢淘宝10个亿,我扒光了清空购物车玄学" + }, + { + "标题": "为了套路你,你爸妈不知瞎编了多少霸道家规!" + }, + { + "标题": "为了不让我出门,这男朋友也太丧心病狂了!" + }, + { + "标题": "丹麦发辱华漫画,疫情面前却毫无人性?" + }, + { + "标题": "中药治愈了北京2例新型肺炎病人了吗?" + }, + { + "标题": "中科院:武汉冠状病毒有很强感染人能力,世卫组织:可能持续人传人" + }, + { + "标题": "中科院武汉病毒研究所石正丽:这些野生动物的病毒是怎样传给人类的?" + }, + { + "标题": "中年妈妈过年减肥图鉴,太真实了,哈哈哈哈哈" + }, + { + "标题": "中央应对疫情工作领导小组明确:适当延长春节假期" + }, + { + "标题": "中国驻瑞典大使被召见,理由却荒唐到喷饭..." + }, + { + "标题": "中国限量款88枚,这个爱彼皇橡万年历一表难求" + }, + { + "标题": "中国遇到困难时,日本才露出了“真面目”。" + }, + { + "标题": "中国这么努力,为何疫情还被世卫评估为PHEIC?这篇文章说清楚了" + }, + { + "标题": "中国被WHO “隔离”:别慌张,我们没有被抛弃" + }, + { + "标题": "中国红十字会总会赴湖北武汉督促工作、换驾照车辆年检可以延期办……最新消息!" + }, + { + "标题": "中国红十字会总会派出工作组赴湖北武汉!湖北红会回应背后仍有五大疑问待解" + }, + { + "标题": "中国第一部00后成长纪录片,在央视大火:新一代终于不再争着当官、赚钱、买房" + }, + { + "标题": "中国第一家成人用品店,藏在街头巷尾的神秘天堂" + }, + { + "标题": "中国的传染病是怎样防控的|大象公会" + }, + { + "标题": "中国疾控中心提示:预防冠状病毒这样做!" + }, + { + "标题": "中国疾控中心提示:在家怎么做?(家庭预防篇)" + }, + { + "标题": "中国疾控中心提示:在家怎么做?(家庭预防篇)" + }, + { + "标题": "中国疾控中心提示:公众预防怎么做?(通用预防篇)" + }, + { + "标题": "中国疫情危机之际,美国开心过头,不小心吐露了惊天阴谋..." + }, + { + "标题": "中国汽车:冬天里有一把火" + }, + { + "标题": "中国民航,请戴上口罩!" + }, + { + "标题": "中国民航,别让我们流泪" + }, + { + "标题": "中国最美焊接工打麻将太厉害到没朋友 ——学霸心声:想要做个普通人,我怎么就那么难?" + }, + { + "标题": "中国政府网给你拜年啦!" + }, + { + "标题": "中国式饭局图鉴" + }, + { + "标题": "中国式父母的悲哀:付出全部,却养不出感恩的孩子" + }, + { + "标题": "中国式父子情:尬聊时很远喝酒时很近" + }, + { + "标题": "中国好房东!! “ 我有9栋楼收租,集体降租金共80w....”" + }, + { + "标题": "中国外交官转行间谍被抓?背后真相原来是…" + }, + { + "标题": "中国境外新型冠状病毒人传人感染出现;​美国院士因隐瞒与中国合作被起诉 | 全球科技要闻" + }, + { + "标题": "中国医院的收治压力为什么这么大?|大象公会" + }, + { + "标题": "中国医生再牛逼,也救不了吃野味的傻逼" + }, + { + "标题": "中国传统文化何以复活?" + }, + { + "标题": "中国人民众志成城抗击疫情,美国却为什么要制造恐慌?" + }, + { + "标题": "中国人如何消灭天花?" + }, + { + "标题": "中国人什么时候才能放下吃野味的执念|大家" + }, + { + "标题": "中国九路财神图鉴(见者发财)" + }, + { + "标题": "中国一天能生产2000万只口罩,为什么还是买不到?" + }, + { + "标题": "中共中央国务院举行春节团拜会 习近平发表讲话" + }, + { + "标题": "严禁组织大型活动、取消假期返校活动……沪教育部门要求学校做好防控工作" + }, + { + "标题": "严歌苓:我欣赏这样活着的女人" + }, + { + "标题": "严格落实联防联控,不容丝毫麻痹大意!市委常委会今天研究部署新型冠状病毒感染的肺炎疫情防控等工作" + }, + { + "标题": "严字当头、控字为要!李强今天检查部署下一阶段疫情防控工作时强调了这两个字" + }, + { + "标题": "严厉打击!疫情当前,向医务人员吐口水,殴打医务人员...这几种行为将被追究刑责→" + }, + { + "标题": "严于律人,宽于律己,五十步笑百步:千百年来,甩锅学已是一项传统艺能" + }, + { + "标题": "两扇门一碗汤,解锁幸福的距离" + }, + { + "标题": "两例感染者经中医治疗出院!河南全程中医治疗!小叔憋在心里的话不吐不快……" + }, + { + "标题": "东非3600亿只蝗虫遮天蔽日的肆虐,却还有人在抖机灵..." + }, + { + "标题": "东航硬核防疫,值得全民航抄作业!" + }, + { + "标题": "世界这么大,记得要回家" + }, + { + "标题": "世界最厉害航海家比赛!结局令人超意外(第188期)" + }, + { + "标题": "世界各方对中国疫情的反应、影响及展望" + }, + { + "标题": "世界卫生组织这场紧急会议,中国仍是主角!" + }, + { + "标题": "世界再大,总有人盼你回家" + }, + { + "标题": "世界再大,大不过一碗年夜饭" + }, + { + "标题": "世界再大,不如有人等你回家" + }, + { + "标题": "世卫组织称无证据显示宠物会感染" + }, + { + "标题": "世卫组织正式将武汉肺炎定性为“国际关注的突发公共卫生事件”!" + }, + { + "标题": "世卫组织将疫情列为国际关注的突发公共卫生事件,外交部、国家卫健委回应" + }, + { + "标题": "世卫组织将新型冠状病毒疫情列为国际关注的突发公共卫生事件" + }, + { + "标题": "世卫组织定位中国疫情,不妨换个角度看看" + }, + { + "标题": "世卫组织发布紧急指南,帮助指导护理“家中隔离者”和“疑似病例密切接触者”" + }, + { + "标题": "世卫宣布新冠疫情为“国际关注的突发公卫事件”,专家:“不宣布经济损失或更大”" + }, + { + "标题": "专访缪晓辉:“非典”的经验是锁住人,不是锁住城" + }, + { + "标题": "专访省疾控中心副主任陈直平:如何面对新型冠状病毒感染的肺炎" + }, + { + "标题": "专访王广发:武汉周边接壤的地区应是防控重点" + }, + { + "标题": "专访浙大一院感染病科主任盛吉芳:面对新型冠状病毒感染的肺炎该如何防治?" + }, + { + "标题": "专访徐峥:纠结而不敢冒险的文明人,下了一步险棋" + }, + { + "标题": "专访中国疾控中心原副主任杨功焕:此次疫情2月或是爆发高峰" + }, + { + "标题": "专家:预防新冠病毒最有效的方法是这个" + }, + { + "标题": "专家提醒:不搞“大隔离、大消毒”,很难遏制“武汉肺炎”" + }, + { + "标题": "与陌生人强制社交超过三秒的我" + }, + { + "标题": "与疫情有关的复工和工资" + }, + { + "标题": "与武汉乘客同机:双方的困境" + }, + { + "标题": "与时间赛跑!火神山医院施工第四天,航拍视频来了" + }, + { + "标题": "与时间赛跑!" + }, + { + "标题": "与时间赛跑的“病人”医生" + }, + { + "标题": "不造谣不传谣,就是对一线的英雄们最大的支持" + }, + { + "标题": "不论天涯海角,今夕与你同杯 | 「为你读诗」除夕特别节目" + }, + { + "标题": "不许回娘家,这是规矩" + }, + { + "标题": "不让病毒接近,就是预防新型病毒的最好方法" + }, + { + "标题": "不要集聚!山东发现聚集性疫情60起" + }, + { + "标题": "不要让华农兄弟成为查禁野味的受害者|大象公会" + }, + { + "标题": "不要因为一点错,就忘记对方所有的好" + }, + { + "标题": "不要吃野味!不要吃野味!不要吃野味!" + }, + { + "标题": "不要以为你长得漂亮就不用戴口罩" + }, + { + "标题": "不能有下一次了!禁止野生动物交易必须动真格" + }, + { + "标题": "不看林超贤,怎么叫过年?" + }, + { + "标题": "不止钟南山,还有李兰娟" + }, + { + "标题": "不止钟南山,还有李兰娟" + }, + { + "标题": "不止武汉!湖北多地急需防疫物资捐助" + }, + { + "标题": "不止武汉!湖北公布防控新型肺炎捐赠方式" + }, + { + "标题": "不止有武汉:湖北疫区17城实录(下篇)" + }, + { + "标题": "不止有武汉:湖北疫区16城实录 (上篇)" + }, + { + "标题": "不止有武汉:湖北疫区16城实录 (上篇)" + }, + { + "标题": "不止有武汉:湖北疫区16城全记录(上篇)" + }, + { + "标题": "不是我说,大家都憋坏了吧······" + }, + { + "标题": "不是不恨了,而是算了。" + }, + { + "标题": "不敢出门,如何安心宅在家?做好这 11 件小事就行" + }, + { + "标题": "不找存在感,是一个人的顶级修养" + }, + { + "标题": "不戴口罩不要乱跑,当心无人机飞你!" + }, + { + "标题": "不忍说再见。。。。。。" + }, + { + "标题": "不必哄抢购物,不要随意举报,请别让零售企业也寒了心" + }, + { + "标题": "不得不说,江浙沪的治理水平还是最好的!" + }, + { + "标题": "不得不说,江浙沪就是江浙沪,包邮区就是包邮区!" + }, + { + "标题": "不小心在爸妈面前说脏话,如何挽回?" + }, + { + "标题": "不回武汉过年的人" + }, + { + "标题": "不到30元的内衣居然这么好穿,一口气买十件不嫌多!还顺丰包邮!" + }, + { + "标题": "不出门的春节,“凯叔讲故事”免费听!" + }, + { + "标题": "不传谣不信谣!新型冠状病毒最新谣言汇总!赶紧给身边人看!" + }, + { + "标题": "下周进入极端行情,我有五个建议" + }, + { + "标题": "下一代日产GT-R是什么样的?电动化、智能化、网联化?" + }, + { + "标题": "上车后花两秒钟做一个动作,关键时候能救命" + }, + { + "标题": "上线9.7,央视紧急关头果然良心" + }, + { + "标题": "上班后咋防控?应急管理部的权威指南来了(超实用)" + }, + { + "标题": "上海药物所、武汉病毒所联合发现中成药双黄连口服液可抑制新型冠状病毒" + }, + { + "标题": "上海目前防疫形势怎样?防控关键点是什么?权威问答在此→" + }, + { + "标题": "上海的抗病毒喷剂是疫情的希望吗?" + }, + { + "标题": "上海浙江等地假期再延长!不放假违法吗?正常上班算加班吗?律师5问5答来了!" + }, + { + "标题": "上海春节天气公告发布!除夕到初三有雨,整体气温偏高" + }, + { + "标题": "上海新增8例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增7例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增5例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增5例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增4例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增4例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增3例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增18例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增16例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增16例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增16例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增14例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增13例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增13例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海新增11例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上海市医疗救治专家组组长:武汉很困难,其他输入病例的城市将面临更大挑战" + }, + { + "标题": "上海如何加强返程高峰期间的疫情防控?今天的新闻发布会聚焦这个重点→" + }, + { + "标题": "上海医疗救治专家组组长:一线岗位全部换上党员,没有讨价还价!" + }, + { + "标题": "上海医疗救治专家组组长:一线岗位全部换上党员,没有讨价还价余地" + }, + { + "标题": "上海医疗专家组长:只需2-4周,大部分患者将被治愈,2个月内结束武汉战役不是梦" + }, + { + "标题": "上海全力防控新型冠状病毒感染肺炎,市卫健委及专家组负责人接受媒体采访" + }, + { + "标题": "上海一个小区的居民排队领口罩,排出了北欧的感觉!" + }, + { + "标题": "上海5只猫被接连摔死:肺炎之下,我们该如何善待生命?" + }, + { + "标题": "上海26日新增13例新型冠状病毒感染的肺炎确诊病例" + }, + { + "标题": "上万人骂了19年的烂片鼻祖,凭啥现在“封神”?" + }, + { + "标题": "三问双黄连口服液:要不要囤货?值得激动吗?真能抑制吗?" + }, + { + "标题": "三观不合,永远不会是一路人" + }, + { + "标题": "三秒钟测试你有没有放下一个人" + }, + { + "标题": "三毛最美的九句话,道尽人生" + }, + { + "标题": "三号线停运了?实质是这样!" + }, + { + "标题": "三分钟的\"大片\",张艺谋又要领军潮流?" + }, + { + "标题": "丈母娘家要拆迁,被呆萌女婿一招神技吓傻眼(第189期)" + }, + { + "标题": "万心抗疫!来中石化不用下车就可以加油付款,不用进店就可以..." + }, + { + "标题": "万众瞩目的火神山医院,今天正式由解放军接管" + }, + { + "标题": "万万不可忽视!疫情防控别把农村地区给漏了" + }, + { + "标题": "万一买不到口罩时,我们可以自制一次性口罩!" + }, + { + "标题": "万一买不到口罩时,我们可以自制一次性口罩!" + }, + { + "标题": "七言 | 除夕的烟花送给你" + }, + { + "标题": "七言 | 没时间恨一个人。" + }, + { + "标题": "七言 | 我想见你,想抱抱你。" + }, + { + "标题": "七言 | 我妈走了以后,我再也没怕过鬼" + }, + { + "标题": "七言 | 总有一天你会后悔。" + }, + { + "标题": "七言 | 开心就笑,不开心待会儿再笑" + }, + { + "标题": "七言 | 如何让自己舒服?" + }, + { + "标题": "七言 | 好好活着。" + }, + { + "标题": "七言 | 你们不是恋爱,只是调情" + }, + { + "标题": "七言 | 今天有两件事想告诉你" + }, + { + "标题": "七言 | 今天很特别,一定要许愿" + }, + { + "标题": "七言 | “要不要分手?”" + }, + { + "标题": "七言 | ​我厌倦了断断续续的聊天。" + }, + { + "标题": "七言 | 18岁的女人vs38岁的女人,谁漂亮?" + }, + { + "标题": "七年级下册数学微课大全!(请速转给老师、家长、学生)" + }, + { + "标题": "七年前震惊世界的黑公交性侵案,凶手终于要被执行死刑了?!" + }, + { + "标题": "丁香园上线「疫情地图」,帮你实时了解新型肺炎最新进展!" + }, + { + "标题": "丁克一时爽,一直丁克一直爽?第一批丁克族后悔了吗?" + }, + { + "标题": "一首歌,怀念暖暖的旧时光" + }, + { + "标题": "一首歌,只给最爱的人听" + }, + { + "标题": "一问三不知!湖北黄冈卫健委主任被免职" + }, + { + "标题": "一辈子都不缺爱的星座女,有你吗?" + }, + { + "标题": "一翻开就会上瘾的20本小说,最适合春节路上看!" + }, + { + "标题": "一群英国人乘坐撤侨专机从武汉飞回英国,现在当地人很慌..." + }, + { + "标题": "一罩难求?深圳正加大口罩采购渠道!预计不久将到货!" + }, + { + "标题": "一线希望?美国在研药明起在中国接受临床检验" + }, + { + "标题": "一线城市“抢菜”攻略:吃到绿叶菜有多难?" + }, + { + "标题": "一篇文章,梳理新型冠状病毒的来龙去脉" + }, + { + "标题": "一目了然!花2分钟读张图,预防要点全掌握" + }, + { + "标题": "一盒口罩售价近千元!疫情紧急,有人却在发“口罩财”?这些地方重拳整治→" + }, + { + "标题": "一盒口罩卖到850元?!重罚!" + }, + { + "标题": "一段录音,实锤艾梅柏家暴德普!不光打、还拿锅碗瓢盆花瓶砸!" + }, + { + "标题": "一棵白菜63.9元?口罩以次充好?处理结果来了:重罚!" + }, + { + "标题": "一根鱼刺,差点毁掉我的豪华餐厅!" + }, + { + "标题": "一条眼线引3亿人关注,戚薇素颜公开“换脸过程”,网友:这个女人有毒…" + }, + { + "标题": "一条武汉医生的朋友圈:疫情结束,我就娶你" + }, + { + "标题": "一条好消息,暴涨2400%!中科院出手:抑制病毒药物来了!更有最美逆行者,让人泪目…" + }, + { + "标题": "一抬头孩子就没了,带娃时千万不能做这几件事" + }, + { + "标题": "一把菜刀,毁了一把手术刀" + }, + { + "标题": "一把抱住!" + }, + { + "标题": "一张图告诉你,俄罗斯的鲨鱼有多惨!(第264期)" + }, + { + "标题": "一张合照拿下30万赞!刷屏全家福惹哭无数网友:有些事从未改变" + }, + { + "标题": "一座城空了,一座城滿了。" + }, + { + "标题": "一年卖出38万多辆,累计79个月销量第一,这款中国SUV让人服气" + }, + { + "标题": "一年三部大片,张艺谋开挂了" + }, + { + "标题": "一封关于过年不聚会不串亲戚的倡议书" + }, + { + "标题": "一封关于过年不聚会不串亲戚的倡议书" + }, + { + "标题": "一封关于过年不聚会不串亲戚的倡议书" + }, + { + "标题": "一家四口疑似感染,叫了120又被拉回家里" + }, + { + "标题": "一大波公告来了!应对疫情,银行总行都要3号提前上班!央行提供充足流动性支持!" + }, + { + "标题": "一夜采摘350吨,援助武汉蔬菜的寿光真牛逼" + }, + { + "标题": "一夜之间全城大雪整个埋掉..打开家门连天都看不到!加拿大这场雪厉害了..." + }, + { + "标题": "一场瘟疫如何重创一座国际化都市?" + }, + { + "标题": "一场家庭聚会4人确诊!哈尔滨市公布两起家庭聚集性疫情典型案例" + }, + { + "标题": "一场免费的狂欢,开启一个新的时代。" + }, + { + "标题": "一图读懂!《公共场所新型冠状病毒感染的肺炎卫生防护指南》" + }, + { + "标题": "一图理清战疫时间线" + }, + { + "标题": "一名武汉口罩搬运工的疫情见闻丨人间" + }, + { + "标题": "一只蝙蝠的自述,火遍朋友圈:千 万 不 要 吃 野 味 !!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!" + }, + { + "标题": "一只口罩引发的惨案:红会翻车扒皮史" + }, + { + "标题": "一只动不动就“投降”的狗子,治愈力量简直max~" + }, + { + "标题": "一句话说明白:为什么蝙蝠等野味一直有人吃,而疫情最近才爆发?" + }, + { + "标题": "一发售就打脸?这些谍照都说丑的“真香”鞋款你品品!" + }, + { + "标题": "一动不动、按兵不动、纹丝不动、岿然不动、依然不动、原地不动……" + }, + { + "标题": "一切,都会过去的!(深度好文)" + }, + { + "标题": "一位风水师傅喝醉后说出的秘密.. 最好背下来!" + }, + { + "标题": "一位武汉同济医院医生的提醒:关于新型冠状病毒肺炎,普通人群需要做好这几点!" + }, + { + "标题": "一位武汉同济医院医生分享:疑似感染新冠病毒,自我隔离四天好转,我是怎么做到的?请转发供大家参考!" + }, + { + "标题": "一位武汉协和医院医生心声:请停止恐慌!转发可帮助更多人!" + }, + { + "标题": "一位武汉协和医院医生心声:请停止恐慌!转发可帮助更多人!" + }, + { + "标题": "一位武汉协和医院医生心声:请停止恐慌!转发可帮助更多人!" + }, + { + "标题": "一位武汉医生的心声" + }, + { + "标题": "一位CEO给员工的防疫指南:在不确定的世界强悍地活" + }, + { + "标题": "一份实时更新的新冠肺炎防护援助指南(官方信息、防护措施、援助渠道汇总)" + }, + { + "标题": "一代巨星科比去世,享年41岁" + }, + { + "标题": "一些武汉肺炎的好消息" + }, + { + "标题": "一个男人爱不爱你,是很明显的" + }, + { + "标题": "一个理工男的“高仿”名画火了!陈冠希、周杰伦主动拍照分享,细节够看一晚上" + }, + { + "标题": "一个混在京城的中东人:王子还是骗子?|真实故事" + }, + { + "标题": "一个武汉被感染医生的自述" + }, + { + "标题": "一个武汉肺炎康复患者的样本观察:我与新型冠状病毒搏斗的22天 | 深度对话" + }, + { + "标题": "一个武汉肺炎康复患者的样本观察:我与新型冠状病毒搏斗的22天" + }, + { + "标题": "一个武汉爸爸发给女儿的微信" + }, + { + "标题": "一个晚上,我竟被滴滴师傅感动到8次流泪" + }, + { + "标题": "一个成年人春节在家能无聊成什么样?" + }, + { + "标题": "一个异常的重要信号" + }, + { + "标题": "一个小时卖56辆!4万多起这些车卖疯了!" + }, + { + "标题": "一个家庭最大的悲哀,不是贫穷,不是争吵,而是……" + }, + { + "标题": "一个家庭最大的悲哀,不是贫穷,不是争吵,而是……" + }, + { + "标题": "一个好消息?" + }, + { + "标题": "一个女人最强大的靠山,不是婚姻,不是子女,而是……" + }, + { + "标题": "一个喷嚏的杀伤力有多大?" + }, + { + "标题": "一个人赚多少钱,才敢回家过年?" + }, + { + "标题": "一个人的时候,不敢听这首歌" + }, + { + "标题": "一个人最好的状态:兜里有钱,手里有书,桌上有花" + }, + { + "标题": "一个人是否厚道,看这四点就知道了(非常经典)" + }, + { + "标题": "一个人开始走运,往往有这两个征兆!" + }, + { + "标题": "一个人值不值得爱,出去旅行一次就知道。" + }, + { + "标题": "一个不起眼的习惯,会让人口臭" + }, + { + "标题": "一个不可描述的网站" + }, + { + "标题": "一个上海女孩的炒房笔记" + }, + { + "标题": "一个“重症肺炎”患者的最后12天" + }, + { + "标题": "【财经早餐】2020.02.03星期一" + }, + { + "标题": "【财经早餐】2020.02.02星期日" + }, + { + "标题": "【财经早餐】2020.02.01星期六" + }, + { + "标题": "【财经早餐】2020.01.31星期五" + }, + { + "标题": "【财经早餐】2020.01.20星期一" + }, + { + "标题": "【解局】波音迷途" + }, + { + "标题": "【要闻】走访疾控中心、检查高速道口…李强、应勇今天赴防控疫情一线再检查、再推进、再压实" + }, + { + "标题": "【虎嗅早报】钟南山:新型冠状病毒肺炎肯定是人传人;字节跳动回应“组建超1000人游戏部门”" + }, + { + "标题": "【虎嗅早报】武汉机场火车站离汉通道关闭,公交地铁停运;新型肺炎致湖北17人死亡,全国确诊549例" + }, + { + "标题": "【虎嗅早报】武汉新增136例新型冠状病毒肺炎病例,北京确诊2例,广东确诊1例" + }, + { + "标题": "【虎嗅早报】全国确诊324例感染病例;美国现首例感染病例;《囧妈》提档惹众怒" + }, + { + "标题": "【荐读】让开!给大家留条活路!" + }, + { + "标题": "【荐读】李子柒,谜一般的人~" + }, + { + "标题": "【荐读】喵!十二生肖里没有我的姓名,凭什么?" + }, + { + "标题": "【荐读】为啥有人越长越好看,有人越长越丑?与这些习惯有关" + }, + { + "标题": "【荐读】一张图看懂酒精进入体内的24小时" + }, + { + "标题": "【聚焦】面对危机,上海正在这样行动!" + }, + { + "标题": "【聚焦】都说上海防疫靠谱,因为有靠谱的“他们”" + }, + { + "标题": "【聚焦】解决口罩难题,更需你我同心" + }, + { + "标题": "【聚焦】落实道口管控、重点人员隔离观察…沪全力保障市民群众健康" + }, + { + "标题": "【聚焦】致正在预约口罩的你:都不容易,理解万岁!" + }, + { + "标题": "【聚焦】沪6077家居村委会启动购买口罩预约!首日217余万户登记" + }, + { + "标题": "【聚焦】每日召开新闻发布会回应社会关切!沪加大防控信息发布力度" + }, + { + "标题": "【聚焦】排队间隔1米,全程静悄悄……上海人“硬核”预约买口罩→" + }, + { + "标题": "【聚焦】延长春节假期期间如何算加班费?市人社局出台5项举措" + }, + { + "标题": "【聚焦】延迟企业复工、严格道口防控……今天这场新闻发布会直面热点问题!" + }, + { + "标题": "【聚焦】小布微信“加油上海”专题页面上线!防控信息在这里→" + }, + { + "标题": "【聚焦】小小的口罩里,有精细化管理的大学问!" + }, + { + "标题": "【聚焦】加强社区清洁与预防消毒!“居家消毒四要点”须知道" + }, + { + "标题": "【聚焦】两位新型肺炎患者出院!从就诊到出院的这10天" + }, + { + "标题": "【聚焦】上海首个集中观察点22人正式解除隔离→" + }, + { + "标题": "【聚焦】上海这些公园已经闭园!请市民近期减少游园活动" + }, + { + "标题": "【聚焦】上海新鲜蔬菜正在路上,每天上市量可达3000吨" + }, + { + "标题": "【聚焦】“硬核”上海,战“疫”实录" + }, + { + "标题": "【科普】新型冠状病毒肺炎预防手册(武汉版)" + }, + { + "标题": "【监管】涉销售不合格口罩,上海好药师青湖店被严处" + }, + { + "标题": "【监管】涉嫌哄抬蔬菜价格,家乐福徐汇店被查处" + }, + { + "标题": "【监管】市市场监管局集中曝光一批“口罩”违法典型案例→" + }, + { + "标题": "【监管】保“价”护新春!上海加强节日期间市场价格监督检查" + }, + { + "标题": "【疫问医答】“重大突发公卫事件一级响应”意味着什么?" + }, + { + "标题": "【现场】武汉“小汤山”场平工程接近完成:不计成本,按时交工" + }, + { + "标题": "【注意】沪高速、机场、火车站入境旅客,即日起均需提交健康登记表" + }, + { + "标题": "【注意】本市驾驶证换证、机动车检验等期限适当延长" + }, + { + "标题": "【注意】明天起,这些新规定新举措将影响我们的生活" + }, + { + "标题": "【注意】市疫情防控工作领导小组办公室发布八项重要提示" + }, + { + "标题": "【注意】小型客车免费通行时间延长至2月2日24时!" + }, + { + "标题": "【注意】原定2月5日举行的2020超级杯延期,时间另定!" + }, + { + "标题": "【注意】上海近期天气晴好,市民别急着出门晒太阳" + }, + { + "标题": "【注意】上海暂停今年2月份即将举办的各类展会活动" + }, + { + "标题": "【最新】银保监会:受疫情影响暂失收入人群可合理延后还房贷" + }, + { + "标题": "【最新】税务总局明确:2月纳税申报期限延长至2月24日" + }, + { + "标题": "【最新】沪疫情防控工作领导小组办公室发布通告" + }, + { + "标题": "【最新】沪两家企业研制生产的新型冠状病毒核酸检测试剂盒获批上市!" + }, + { + "标题": "【最新】沪“一网通办”多端联动,上线新型冠状病毒感染的肺炎防控专栏" + }, + { + "标题": "【最新】民航局:1月24日0时起,机票免收退票费" + }, + { + "标题": "【最新】武汉宣布封城!日本入境体温测试1小时+!春节出境计划好时间!" + }, + { + "标题": "【最新】年初四的上港亚冠附加赛设置为无观众比赛,可在家看直播" + }, + { + "标题": "【最新】市高院发布通知:全市法院于2月3日恢复节后上班" + }, + { + "标题": "【最新】市房管部门要求:小区增加消毒频次、如实登记租客信息!" + }, + { + "标题": "【最新】国家卫健委发布新型冠状病毒防控指南(第一版)" + }, + { + "标题": "【最新】加强疫情防控!上海铁路局部分车次明起临时停运,退票不收手续费" + }, + { + "标题": "【最新】加强消毒、开展测温!沪公交行业多项举措防控疫情" + }, + { + "标题": "【最新】全市农贸市场将进一步加强清扫保洁,进行预防性消毒!" + }, + { + "标题": "【最新】以最严的举措,坚决遏制疫情扩散!市政府今天开会对防控疫情再部署" + }, + { + "标题": "【最新】今天起,沪毗邻公交调整为停运或不跨省运营" + }, + { + "标题": "【最新】上海暂停组织机动车驾驶人考试及“两个教育”!" + }, + { + "标题": "【最新】上大推迟春季开学,东华、上戏等5校推迟艺考!" + }, + { + "标题": "【最新】上图临时闭馆,免除闭馆期间所产生的外借文献逾期费用" + }, + { + "标题": "【曙光已现】外省新冠数据追踪" + }, + { + "标题": "【春节福利】Dior x Air Jordan 1 登记入口" + }, + { + "标题": "【教主访谈】从女生到女人:像男人一样无畏拼杀,像女人一样风情万种" + }, + { + "标题": "【提醒】见到这35人请报警!警方悬赏缉拿" + }, + { + "标题": "【提醒】戴口罩能否防住新型冠状病毒?这篇文章全说清楚了" + }, + { + "标题": "【提醒】多地确诊新型冠状病毒肺炎病例,春节如何安全回家?" + }, + { + "标题": "【提醒】周知!权威专家告诉你春运时这样严防新型冠状病毒" + }, + { + "标题": "【提醒】再说一遍,不要吃野味了!" + }, + { + "标题": "【提示】面对疫情,口罩哪里买?请收下这份供应指南→" + }, + { + "标题": "【提示】面对疫情,公众如何自我防护?这份权威指南请认真阅读" + }, + { + "标题": "【提示】防范升级!沪机场对所有抵沪航班旅客测温登记排查" + }, + { + "标题": "【提示】铁路部门再出免费退票措施" + }, + { + "标题": "【提示】通知居民要“宅”,上海这群人为何日行两万步?" + }, + { + "标题": "【提示】过年宅在家,这些预防病毒的小细节别忽视→" + }, + { + "标题": "【提示】辟谣!网传“武汉来沪5人入住建国宾馆并感染”为谣言" + }, + { + "标题": "【提示】疫情防控期间食品安全如何保障?权威提示在此" + }, + { + "标题": "【提示】疫情防控期间劳动关系如何处理?人社部发布通知" + }, + { + "标题": "【提示】爸妈,就听儿女一句劝吧!" + }, + { + "标题": "【提示】沪各级各类学校2月17日前不得开学,做好推迟开学准备" + }, + { + "标题": "【提示】是否需要全民戴口罩?中国疾控中心权威解答" + }, + { + "标题": "【提示】宅在家里做什么?今起至2月8日,有线电视有福利" + }, + { + "标题": "【提示】宅在家也不无聊!百视通推春节“限时免费看”福利" + }, + { + "标题": "【提示】如何防控新型冠状病毒感染的肺炎?热点问题解答来了" + }, + { + "标题": "【提示】假期延长,本市部分三级医院最新门急诊安排一览" + }, + { + "标题": "【提示】买不到口罩怎么办?可以试试跨境电商平台" + }, + { + "标题": "【提示】东方明珠等文化场馆、景区临时关闭,这些演出延后!" + }, + { + "标题": "【提示】不同人群如何选用口罩?权威指南来了" + }, + { + "标题": "【提示】上海迪士尼临时调整票务政策,游客可改期或退款" + }, + { + "标题": "【提示】上海机场强化旅客体温检测和登记,加强一线工作人员防护" + }, + { + "标题": "【提示】上海地铁进一步加强保洁消毒,确保乘客安全" + }, + { + "标题": "【提示】万一有发热、气促等症状,可去这110家设有发热门诊的医疗机构→" + }, + { + "标题": "【提示】一次性口罩能用几次?纱布口罩有用吗?专家详解→" + }, + { + "标题": "【提示】一个人开车需要戴口罩吗?来看车内防疫攻略→" + }, + { + "标题": "【提示】2月3日至7日外牌高架限行!防疫期间请减少外出" + }, + { + "标题": "【拨乱反正,告别恐慌】国家疾控中心肺炎风险评估报告解析" + }, + { + "标题": "【拒绝同机】上海和武汉的同学日本名古屋机场争执,使馆出面滞留5小时/抵沪后隔离,上了日本新闻....." + }, + { + "标题": "【快讯】逢车必检!今天14时起,上海查控关口前移至省界公安检查站" + }, + { + "标题": "【快讯】市民政局取消2020年2月2日结婚登记办理" + }, + { + "标题": "【岛读】如何看待武汉查处8名“造谣者”?最高法发声" + }, + { + "标题": "【岛读】中国医生是怎样一群人?这篇演讲令人动容" + }, + { + "标题": "【岛叔说】面对公众批评,湖北红十字会该“委屈”吗?" + }, + { + "标题": "【岛叔说】这次抢购双黄连,下次呢?" + }, + { + "标题": "【岛叔说】如何对待基层防疫一线干部?既要监督,也要信任" + }, + { + "标题": "【官方限时登记】DIOR × AIR JORDAN 1" + }, + { + "标题": "【官宣】世卫组织宣布疫情为国际关注的突发公共卫生事件!多航司停航中国;官方发布最新他国入境管制限制" + }, + { + "标题": "【天气】鼠年第一天中到大雨!初四起雨止,气温不超10度" + }, + { + "标题": "【天气】明起3天阳光在线、早晚寒冷!周末起开始升温" + }, + { + "标题": "【天气】明晨郊区可跌至-3度、有薄冰、局部冰冻!周日起降雨升温" + }, + { + "标题": "【天气】明天雨止!太阳后天“上岗”,但依然寒冷、郊区可至冰点" + }, + { + "标题": "【天气】明天雨势更大!后天起雨水渐止、体感寒冷" + }, + { + "标题": "【天气】初七初八最低温跌至1度、郊区破冰点!下周初有小雨" + }, + { + "标题": "【大寒】" + }, + { + "标题": "【夜读】这五句话,致新一年的自己" + }, + { + "标题": "【夜读】跟温柔的人在一起,真舒服" + }, + { + "标题": "【夜读】走好自己选择的路,也是一种了不起的能力" + }, + { + "标题": "【夜读】致新年:幸福安康,百病不侵" + }, + { + "标题": "【夜读】珍惜,永远都是相互的!" + }, + { + "标题": "【夜读】新年三愿:有事做,有人爱,有所期待" + }, + { + "标题": "【夜读】微信聊天里突然消失的那个人" + }, + { + "标题": "【夜读】好的人生,贵在有度" + }, + { + "标题": "【夜读】你的音量,暴露了你的修养" + }, + { + "标题": "【夜读】人生最高级的活法:算了吧,没关系,会过去" + }, + { + "标题": "【夜读】不要总是羡慕别人的生活" + }, + { + "标题": "【夜读】一晃就老,别总争争吵吵" + }, + { + "标题": "【夜读】一切都会过去,一切都会重新开始" + }, + { + "标题": "【夜读】一个人走上坡路的十条建议,看完豁然开朗" + }, + { + "标题": "【夜听】错过的不强求,失去的不挽留" + }, + { + "标题": "【夜听】遇见你,走到底" + }, + { + "标题": "【夜听】这一年,你过的好吗?" + }, + { + "标题": "【夜听】累了,就早点睡吧" + }, + { + "标题": "【夜听】有的人,放心里" + }, + { + "标题": "【夜听】最好的余生,是有人心疼" + }, + { + "标题": "【夜听】时光慢一点,陪你久一点" + }, + { + "标题": "【夜听】心里有你的人,不会让你等太久" + }, + { + "标题": "【夜听】很感谢你来过,不遗憾你离开" + }, + { + "标题": "【夜听】往事随风而去,余生各自安好" + }, + { + "标题": "【夜听】因为是你,不想放弃" + }, + { + "标题": "【夜听】努力,是为了不辜负自己" + }, + { + "标题": "【夜听】2020,你要学会好好珍惜" + }, + { + "标题": "【图集】上海全力防控疫情!感谢这些值守人员们的付出" + }, + { + "标题": "【号外音频】武汉疫情防控出现拐点?经济下行刚刚开始?" + }, + { + "标题": "【动作合集】角色们的生动一面:个性的起舞,翩翩的行礼,特色的拜访" + }, + { + "标题": "【凝视深渊】从流感到新冠" + }, + { + "标题": "【冷兔趣闻】这几天的我和你" + }, + { + "标题": "【冷兔趣闻】暴雪后的加拿大" + }, + { + "标题": "【冷兔趣闻】春节回家的你,肯定在TA们之中" + }, + { + "标题": "【冷兔趣闻】你假期的流逝速度" + }, + { + "标题": "【冷兔趣闻】令人心酸的口罩替代品" + }, + { + "标题": "【冷兔趣闻】不喜欢猫,还坚持给猫喂饭的结果是很严重的" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2515" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2514" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2513" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2512" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2511" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2510" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2509" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2508" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2507" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2506" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2505" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2504" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2503" + }, + { + "标题": "【冷兔•槽】每日一冷NO.2502" + }, + { + "标题": "【关注】这个消息绝对配得上这个标题!" + }, + { + "标题": "【关注】民政部责令!退回所有善款" + }, + { + "标题": "【关注】故宫院长深夜道歉!相关人员停职检查" + }, + { + "标题": "【关注】国家医保局:对确诊患者采取特殊报销政策" + }, + { + "标题": "【关注】再现暴力伤医事件!北京朝阳医院多名医护被砍伤" + }, + { + "标题": "【关注】上海采取最严措施,落实重大突发公共卫生事件一级响应机制!" + }, + { + "标题": "【便民】防控新型冠状病毒,沪医疗救治专家组组长给您支招→" + }, + { + "标题": "【便民】普通居家人员和出行人员该如何做好防护?权威指南来了" + }, + { + "标题": "【便民】使用过的口罩该怎么处理?权威解答在此!" + }, + { + "标题": "【交通】因防疫需要和客流变化,上海铁路局这些车次停运!" + }, + { + "标题": "「经过这次,我最担心的是武汉人的心理创伤」" + }, + { + "标题": "「科技美学」近期五款热门5G手机对比测评(上)realme/Redmi/荣耀/OPPO/vivo" + }, + { + "标题": "「科技美学」2019年度下半年全价位各机型推荐对比及购买建议" + }, + { + "标题": "「消失」五年,这部国产剧只能在国外上映" + }, + { + "标题": "「新型冠状病毒肺炎」蔓延全国,你必须知道的4件事" + }, + { + "标题": "「新型冠状病毒」的8个谣言,朋友圈千万小心!" + }, + { + "标题": "「新型冠状病毒」的10个谣言,朋友圈千万小心!" + }, + { + "标题": "「数码编年史」“2009年度四大旗舰巅峰对决”" + }, + { + "标题": "「我可以上,但别告诉我妈妈」" + }, + { + "标题": "「封城」第5天:武汉人朋友圈发出一条视频。" + }, + { + "标题": "「封城」第11天:我翻看了武汉人的搜索记录...." + }, + { + "标题": "「天王」出手,直接拿下开年第一部五星日剧" + }, + { + "标题": "「囧妈」这一幕出现,6分真不冤" + }, + { + "标题": "「囧妈」还是只差一点点" + }, + { + "标题": "「与科比有关的50件小事」" + }, + { + "标题": "《金瓶梅》里这段性爱,为什么被广泛吐槽?" + }, + { + "标题": "《金瓶梅》被误读千年:它揭露的人性潜规则,女人一定要懂!" + }, + { + "标题": "《道德经》最厉害的5个“中式智慧”,你越早知道,活得越好!" + }, + { + "标题": "《西游记》最遗憾爱情:真正的爱,需要克制" + }, + { + "标题": "《致敬武汉人民》九位湖北朗诵艺术家倾情合诵 作者:刘汉俊" + }, + { + "标题": "《红楼梦》凤姐&黛玉:愿有一人,懂你背后的苦" + }, + { + "标题": "《科学》:武汉新型冠状病毒的发源地或许不是华南海鲜市场" + }, + { + "标题": "《科学》杂志:武汉华南海鲜市场可能并非病毒发源地" + }, + { + "标题": "《甄嬛传》槿汐:找准自己的位置,就握紧了幸福的钥匙" + }, + { + "标题": "《猫和老鼠》其实是一部现实残酷物语" + }, + { + "标题": "《求是》杂志发表习近平总书记重要文章《在敦煌研究院座谈时的讲话》" + }, + { + "标题": "《武林外传》内幕曝光:14年后,还是让我们失望了!" + }, + { + "标题": "《武林外传》内幕曝光:14年后,还是让我们失望了" + }, + { + "标题": "《武林外传》14年后,吕秀才损失千万,人设崩塌:对不起,让你们失望了" + }, + { + "标题": "《柳叶刀》最新论文:新型冠状病毒感染病例与源头分析" + }, + { + "标题": "《柳叶刀》最新文章分析了99例患者,发现大多人肝损伤、病死率11%……" + }, + { + "标题": "《柳叶刀》曝疫源地或非华南海鲜市场,新冠肺炎再添疑云" + }, + { + "标题": "《春节无聊朋友圈大赏》" + }, + { + "标题": "《新英格兰医学杂志》总编:高福等人论文“有急迫公共卫生需要”,提交48小时即发表" + }, + { + "标题": "《新型冠状病毒肺炎预防手册》" + }, + { + "标题": "《抗击新冠病毒女子图鉴》:她们并非「被保护」,她们在保护所有人" + }, + { + "标题": "《我们仨》:一个家庭最好的相处状态" + }, + { + "标题": "《成年人の敏感点大赏》" + }, + { + "标题": "《延禧攻略》续集上线,他终于把脸丢到了全世界" + }, + { + "标题": "《小妇人》官宣情人节,却被好莱坞最美女导演抢风头:女孩,你不听话的样子真酷!" + }, + { + "标题": "《囧妈》请全国人民看电影,买单的其实是整个中国电影业?" + }, + { + "标题": "《囧妈》线上免费播:观众很高兴,影院很生气" + }, + { + "标题": "《囧妈》的这波操作简直666" + }, + { + "标题": "《囧妈》的好看程度配得上这一轮折腾吗?" + }, + { + "标题": "《囧妈》徐峥被逼哭:为什么我们满嘴是爱,却面目狰狞?" + }, + { + "标题": "《囧妈》徐峥袁泉闹离婚的真正原因,不是因为没孩子,只有已婚人士才懂" + }, + { + "标题": "《囧妈》免费,徐峥请客,字节跳动买单" + }, + { + "标题": "《囧妈》免费背后,欢喜传媒的阴谋和字节跳动的阳谋" + }, + { + "标题": "《囧妈》免费网播引争议,但我更想聊聊徐峥对亲情的思考" + }, + { + "标题": "《囧妈》免费看,他们为何生气?" + }, + { + "标题": "《囧妈》“背信弃义”得罪院线,6.3亿背后欢喜传媒的阴谋与字节跳动阳谋" + }, + { + "标题": "《囧妈》“背信弃义”得罪院线,6.3亿背后欢喜传媒的阴谋与字节跳动阳谋" + }, + { + "标题": "《北上广青年返乡日记》" + }, + { + "标题": "《刺猬的优雅》:一个女人最好的活法" + }, + { + "标题": "《到哪儿了》一夜看哭朋友圈:世界再大,总有人在等你回家" + }, + { + "标题": "《傲慢与偏见》:什么才是最好的婚姻?" + }, + { + "标题": "《互联网人崩溃行为一览》(春节特别版)" + }, + { + "标题": "《中国流行音乐30年图鉴》​" + }, + { + "标题": "《中国医生》90后高颜值小哥刷屏,又帅又温柔还是博士后:现实版江直树,绝了!" + }, + { + "标题": "《中国医生》90后高颜值小哥刷屏,又帅又温柔还是博士后:现实版江直树,绝了!" + }, + { + "标题": "《三国演义》揭示的6个人生大忌,说透世道人心" + }, + { + "标题": "《Stone有话说》--2019猪年大事记" + }, + { + "标题": "《Stone小百科》--过年一直被亲戚怼?那你就反问这个问题!" + }, + { + "标题": "《Stone小百科》--新型冠状病毒来了,你还不了解它吗?" + }, + { + "标题": "《90后春节崩溃行为大赏》" + }, + { + "标题": "《2020知识春晚》全部55篇演讲,你可以一键收藏啦" + }, + { + "标题": "⊱武汉封城第7天,钟南山哭了:这世上,哪有什么英雄!" + }, + { + "标题": "⊱武汉“封城”8天后,韩红“人设崩塌”:所谓灾难,就是照妖镜" + }, + { + "标题": "⊱新型肺炎病毒可能进一步扩散,我却在朋友圈看到人性最丑恶的一面" + }, + { + "标题": "⊱新型病毒肆虐,武汉全面封城!始作俑者,求求你们别再作死了!" + }, + { + "标题": "“香港旺角小龙女”龙婷  从香港街头唱到快手再登央视" + }, + { + "标题": "“非典英雄”沈祖尧见证:人的方法到了尽头的一刻,就是上帝能力的开始!" + }, + { + "标题": "“非典”幸存者礼露口述:从那段经历中,我们能反思什么" + }, + { + "标题": "“陪睡3年,倒赔900万”:有钱人的套路,你想象不到" + }, + { + "标题": "“除夕那天,我送他去拯救世界” | 15则在疫情之下,平凡又闪光的故事" + }, + { + "标题": "“除夕的急诊室,是什么样的?”丨大年三十不回家的人" + }, + { + "标题": "“除了口罩,还有谁能保护我们?”" + }, + { + "标题": "“除了口罩,还有谁能保护我们?”" + }, + { + "标题": "“除了口罩,还有谁能保护我们?”" + }, + { + "标题": "“门神,你为什么这么凶凶凶凶凶凶?”" + }, + { + "标题": "“金融救市30条”来了,告诉你何时开市,第一天会有哪些措施!" + }, + { + "标题": "“野味哪里好吃了?不都是肉??” 哈哈哈哈哈网友评论一针见血!" + }, + { + "标题": "“那天死神来过,没能把我带走。”" + }, + { + "标题": "“那个你最放不下的人啊”" + }, + { + "标题": "“那个从不生气的人,40岁就得癌了”" + }, + { + "标题": "“这是我过年最想做的事”" + }, + { + "标题": "“这才是男人爱你的顶级表现,别不信”" + }, + { + "标题": "“这就是春节在家最舒服的瞬间”" + }, + { + "标题": "“返京潮”的挑战,北京准备好了么?" + }, + { + "标题": "“过完这个春节,我就无家可归了”" + }, + { + "标题": "“超级传播者”:他转移4次病房,传染了14名医护人员" + }, + { + "标题": "“请帮我带到武汉去!” 泪目!" + }, + { + "标题": "“要不是爱你,我也有脾气”" + }, + { + "标题": "“被封杀”195天后,这个女人惊艳回归。" + }, + { + "标题": "“莆田系医院”获捐口罩比大三甲还多?湖北红会解释来了" + }, + { + "标题": "“药神”又去印度了!给医生买口罩!" + }, + { + "标题": "“能不能借我3000块钱,明天还你!” 朋友圈传疯了……" + }, + { + "标题": "“老婆产后胖了80斤,真让我恶心”:婚姻里,最毒的男人,不是出轨,而是......" + }, + { + "标题": "“结婚两次,我又离婚了”:婚姻的真相,都藏在这三句话里" + }, + { + "标题": "“约P成瘾后,我不想谈恋爱了”" + }, + { + "标题": "“答应我,好好活下去。”" + }, + { + "标题": "“等肺炎过去了我们黄鹤楼见!”" + }, + { + "标题": "“等疫情结束,我们再结婚”:武汉医生的一条朋友圈,让无数人泪目......" + }, + { + "标题": "“等熬过这段时间,我们就见面。”​" + }, + { + "标题": "“第一届沙雕网友自黑大赛!” 哈哈哈哈哈哈网友们狠起来真的什么都敢怼" + }, + { + "标题": "“穿越大半个中国来睡你”的女诗人:若无意外,我们终将平凡" + }, + { + "标题": "“神作”跟“口水剧”相比到底强在哪儿?" + }, + { + "标题": "“知识春晚”最全节目单,下午两点半欢迎你收看" + }, + { + "标题": "“瞒报”还是“保守”?一篇论文引发武汉疫情争议" + }, + { + "标题": "“看你的身材,就知道你生活过得好不好”" + }, + { + "标题": "“看你朋友圈,就知道你没见过世面。”" + }, + { + "标题": "“看你朋友圈,就知道你没见过世面。”" + }, + { + "标题": "“看你朋友圈,就知道你没见过世面。”" + }, + { + "标题": "“看你朋友圈,就知道你没见过世面”" + }, + { + "标题": "“疫情究竟几时才能结束?” 专家居然把最不能说的都说了!" + }, + { + "标题": "“男孩子为了约会有多努力?天哪太可爱了哈哈哈哈哈哈哈哈哈!”" + }, + { + "标题": "“特效药”瑞德西韦,真的管用么?" + }, + { + "标题": "“爸爸,我恨你!”8岁女孩肺癌晚期,真相竟是孩子被迫吸了2040根烟?!" + }, + { + "标题": "“熬过这次疫情,就见面吧”:22件发生在这个冬天的温暖小事" + }, + { + "标题": "“灯下黑”:武汉周边的疫情危机" + }, + { + "标题": "“没有一个武汉人不想健康地回家”" + }, + { + "标题": "“没做过,不叫爱”" + }, + { + "标题": "“没做过,不叫爱”" + }, + { + "标题": "“没什么,就是突然想你了”" + }, + { + "标题": "“江淮省”为什么被撤销了?" + }, + { + "标题": "“比回家更重要的事”" + }, + { + "标题": "“每逢佳节胖三斤”怎么办?简单几招让你躺着也能瘦" + }, + { + "标题": "“母亲在武汉发烧后,我做了3件让家人安心的事”" + }, + { + "标题": "“武汉隔离病房内,医生被患者家属殴打!”请问,你们还是人吗???" + }, + { + "标题": "“武汉肺炎”:公众生命安全与信任感,比社会情绪稳定更重要" + }, + { + "标题": "“武汉疫情50天,我担忧房贷和工资”:潮水汹涌的时候,没一个人是孤岛" + }, + { + "标题": "“武汉小汤山”将如何快速建成,17年前留下哪些经验?小汤山设计者这样说" + }, + { + "标题": "“武汉不怕,我们在一起!”抖音上最让人泪目的10个武汉疫情瞬间" + }, + { + "标题": "“武汉”的14个好消息:如果快乐很难,那我祝你平安" + }, + { + "标题": "“武汉”的14个好消息:如果快乐很难,那我祝你平安" + }, + { + "标题": "“武汉”的14个好消息:如果快乐很难,那我祝你平安" + }, + { + "标题": "“武汉”的14个好消息:如果快乐很难,那我祝你平安" + }, + { + "标题": "“武汉”的14个好消息:如果快乐很难,那我祝你平安" + }, + { + "标题": "“朋友式婚姻”,到底有多舒服?" + }, + { + "标题": "“朋友式婚姻”,到底有多舒服?" + }, + { + "标题": "“有些人就是死皮不要脸!非要往外跑!” 哈哈哈哈河南广播太硬核了" + }, + { + "标题": "“曝光网友们过年呆在家里的骚操作!!”哈哈哈哈哈哈哈哈简直有毒!" + }, + { + "标题": "“春节这样聊微信,你就赢了”" + }, + { + "标题": "“新成立的隔离病房,不到一天就住满了!”|疫情中的县医院" + }, + { + "标题": "“新型肺炎”风暴下,如何保护自己和家人?" + }, + { + "标题": "“拖个地洗个碗能有多累?”这个敢说真话的男人,值得全网点赞!" + }, + { + "标题": "“抗疫前线,一名普通湖北公务员的一天”" + }, + { + "标题": "“房东,可以免租一个月吗”广东省住房租赁行业倡议:房东免租一个月,租金减半2个月!" + }, + { + "标题": "“我通过了前任的好友申请......”" + }, + { + "标题": "“我连命都交上去了,更何况头发!”武汉90后护士的朋友圈,看完让人泪目" + }, + { + "标题": "“我连命都交上去了,更何况头发!”武汉90后护士的朋友圈,看完让人泪目" + }, + { + "标题": "“我连命都交上去了,更何况头发!”武汉90后护士的朋友圈,看完让人泪目" + }, + { + "标题": "“我连命都交上去了,更何况头发!”武汉90后护士的朋友圈,看完让人泪目" + }, + { + "标题": "“我连命都交上去了,更何况头发!”90后护士的朋友圈,看完让人泪目" + }, + { + "标题": "“我越来越喜欢单身生活了”" + }, + { + "标题": "“我被导师摸了胸,学校责令我删帖”:举报性骚扰223天后,她没等来迟到的正义" + }, + { + "标题": "“我的武汉一定会好起来!” 记者直播几度哽咽……" + }, + { + "标题": "“我是汶川人呀!”24岁护士请战,聊天记录看哭…" + }, + { + "标题": "“我敢拿命保护你,你还怕什么!”抖音上的白衣天使,看完我哭了一下午" + }, + { + "标题": "“我愿能再见你,科比。”" + }, + { + "标题": "“我害怕,但不恐慌”一个武汉女人封城24小时的经历" + }, + { + "标题": "“我在故宫开豪车”后续!各方接连回应……" + }, + { + "标题": "“我从未见过这样的武汉”:看完这15组照片,我哭了很久......" + }, + { + "标题": "“成年人啪啪啪啪啪啪啪的真相”" + }, + { + "标题": "“慢点变老吧,我想保护你们”丨1000张老照片背后的故事" + }, + { + "标题": "“悲情”萧红:我的人生,从《呼兰河传》开始" + }, + { + "标题": "“恋爱11年,他终于求婚成功了”" + }, + { + "标题": "“总理家年货备得怎么样?”李克强乐了:北京的供应也是有保障的!" + }, + { + "标题": "“总有人在等你回家”" + }, + { + "标题": "“急转武汉”!环卫大爷派出所捐12000元转身就走" + }, + { + "标题": "“怕传染给别人,所以我不回家过年了,就呆在武汉”" + }, + { + "标题": "“快过年了,你妈烫头了吗?”哈哈哈哈哈哈哈" + }, + { + "标题": "“徒步19小时,只为去见她”" + }, + { + "标题": "“彭麻麻呢?”" + }, + { + "标题": "“异地很苦,但有你很甜”" + }, + { + "标题": "“床不离七、棺不离八、桌不离九”,什么讲究?" + }, + { + "标题": "“幸福的样子,其实有很多种”" + }, + { + "标题": "“干啥啥不行,放弃第一名” | 2020成年人放弃清单" + }, + { + "标题": "“带病回乡,不肖子孙” ??哈哈哈哈哈被河南人这波劝退操作彻底征服!" + }, + { + "标题": "“属于你的2020年,长什么样?”" + }, + { + "标题": "“小汤山”隔离模式,对武汉肺炎有何启发?" + }, + { + "标题": "“封城”十天 | 摄影镜头下的武汉" + }, + { + "标题": "“家有四样,不富也旺”,你家有几样?" + }, + { + "标题": "“宠老婆,才是男人最好的聘礼”父亲写给儿子的信刷爆朋友圈" + }, + { + "标题": "“妈,我没买到回去的票”" + }, + { + "标题": "“妈,我今年不回家了”:漂泊半生的游子,最怕说出这句话​" + }, + { + "标题": "“妈妈,我吃了顿饭,怎么就成了植物人?”过年时,这些食物请不要喂给我孩子!" + }, + { + "标题": "“妈妈,我们为什么要回老家过年?”这是我听过最好的回答" + }, + { + "标题": "“女生戴眼镜 vs 摘眼镜的差别...我的妈啊!!”" + }, + { + "标题": "“女儿,你不婚,我支持!”:50岁爸爸感动朋友圈" + }, + { + "标题": "“太久没有X生活是什么体验??”哈哈哈哈哈哈哈网友评论笑出猪叫!" + }, + { + "标题": "“天狂必有雨,人狂必有祸”(精辟)" + }, + { + "标题": "“增兵”火神山!" + }, + { + "标题": "“垃圾教育”刷爆家长群:优秀孩子的背后,都站着这样的父母" + }, + { + "标题": "“在家很无聊,想和你见家长”" + }, + { + "标题": "“因为刚好遇见你”" + }, + { + "标题": "“回家过年第二天,我被爸妈移出了群聊。”" + }, + { + "标题": "“哪那么容易被传染”的侥幸心态要不得" + }, + { + "标题": "“吃野味?我们东北人除了蘸酱菜啥都不敢生吃!!” 哈哈哈哈哈哈哈哈!" + }, + { + "标题": "“可以重启2020吗?”" + }, + { + "标题": "“可以重启2020吗?”" + }, + { + "标题": "“可以重启2020吗?”" + }, + { + "标题": "“可以重启2020吗?”" + }, + { + "标题": "“县委书记眼中血丝,已织成了迎春的花卉 ” |  吏治崩坏,就是从这类讴歌开始的" + }, + { + "标题": "“千万别得罪你爸爸,哈哈哈哈这父爱如山体滑坡啊!!”" + }, + { + "标题": "“劝父亲戴口罩,却遭到打骂”:为什么新型肺炎一开始会被轻视?" + }, + { + "标题": "“凌晨2点,发完最后一条朋友圈,他去世了”:这件事,杀死了800万中国人" + }, + { + "标题": "“凌晨2点,发完最后一条朋友圈,他去世了”:这件事,杀死了800万中国人" + }, + { + "标题": "“凌晨2点,发完最后一条朋友圈,他去世了”:这件事,杀死了800万中国人" + }, + { + "标题": "“凌晨2点,发完最后一条朋友圈,他去世了”:这件事,杀死了800万中国人" + }, + { + "标题": "“凌晨2点,发完最后一条朋友圈,他去世了”:这件事,杀死了800万中国人" + }, + { + "标题": "“凌晨2点,发完最后一条朋友圈,他去世了”" + }, + { + "标题": "“凌晨2点,发完最后一条朋友圈,他去世了”" + }, + { + "标题": "“具体问题”的杀伤力" + }, + { + "标题": "“关于生活,我曾写下这100种思考” | KY小姐姐栏目必读精选" + }, + { + "标题": "“你是我过年最想见的人”" + }, + { + "标题": "“你总是什么都不说,却又希望我懂”" + }, + { + "标题": "“你可真能等啊。”" + }, + { + "标题": "“你不努力,我也爱你”" + }, + { + "标题": "“佟丽娅,就你也配主持春晚?!”“嗯”" + }, + { + "标题": "“佟丽娅,就你也配主持春晚?!”“嗯”" + }, + { + "标题": "“作为医生的妻子,我感到内疚” | 疫情当下,人被情绪支配的3种状况" + }, + { + "标题": "“从过年红包,看出一个男人是否爱你\"" + }, + { + "标题": "“五眼联盟”升级,只为这个威胁!" + }, + { + "标题": "“为什么我总会爱上渣男?”丨警惕你的内在小孩,在帮你做决定" + }, + { + "标题": "“为了回家过年,我出了趟国”" + }, + { + "标题": "“中国人总是被他们之中最勇敢的人保护的很好。”" + }, + { + "标题": "“不要一点破事就发朋友圈”" + }, + { + "标题": "“一线岗位全部换上党员,没有讨价还价!”" + }, + { + "标题": "“一包方便面也要公示!”疯子韩红:做慈善,是一生的责任" + }, + { + "标题": "“一个新型冠状病毒传染患者的亲身经历口述” ​​​​" + }, + { + "标题": "“一个一个倒下,总要有人站出来”,那些因抗疫而感染的生死故事" + }, + { + "标题": "“ 一个人过很好的6条建议 ”" + }, + { + "标题": "“Ta 让我觉得自己永远不够好,也不值得被爱。” | KY研究:如何找回被爱的信心?" + }, + { + "标题": "“PHEIC” 和“疫区国”的谣言可以终止了!" + }, + { + "标题": "“83岁收废品老人,为抗击肺炎捐了1万块”丨理想主义者们" + }, + { + "标题": "“35岁,胃癌晚期:过年吃饭时,最忌讳这一点”" + }, + { + "标题": "“28岁,我妈给我标了个跳楼价”" + }, + { + "标题": "“20年代”的第一个新年,如何耍出点新意来?" + }, + { + "标题": "“20岁,玩5天手机致半身瘫痪”:一个人没出息的三大原因" + }, + { + "标题": "​重要通告|武汉大学推迟春季开学时间" + }, + { + "标题": "​返校返工路上,如何最大限度保护自己?" + }, + { + "标题": "​疫情一线医生手记:我在发热门诊,值猪年最后一个夜班" + }, + { + "标题": "​注意!购买火车票须提供乘车人手机号码!今天起,一批新规开始实施→" + }, + { + "标题": "​武汉市领导,请你们按太阳穴、轮刮眼眶" + }, + { + "标题": "​春节最扎心的信息截图:我爱的人,她骗了我26年!" + }, + { + "标题": "​新型冠状病毒带来了一场新型智商与信仰的大考验" + }, + { + "标题": "​公立医院救援队不畏生死迎疫逆行!为何不见一支私立医院救援队到武汉救援?" + }, + { + "标题": "​今晚我们继续谈「性」" + }, + { + "标题": "​为啥你永远说服不了他们:疫情不是美国的阴谋?" + }, + { + "标题": "​“赵英明!平安回来!我包一年家务!”" + }, + { + "标题": "​“我爱你,过年一起吃个饭吧”" + }, + { + "标题": " 张文宏这气场堪比朱镕基!" + }, + { + "标题": "papi酱夫妻相处之道:你家不是我家,我们各回各家各找各妈" + }, + { + "标题": "iPhone SE2曝红、黑、白三色渲染图,iMac曲面玻璃新专利" + }, + { + "标题": "iPhone12,居然这么强" + }, + { + "标题": "iPhone11 DXO得分公布,疑似iOS 14支持机型名单曝光" + }, + { + "标题": "[微信红包]拜年红包" + }, + { + "标题": "[微信红包]恭喜发财,大吉大利" + }, + { + "标题": "[微信红包]恭喜发财,大吉大利" + }, + { + "标题": "YEEZY新鞋型、Travis Scott联名!2月重磅球鞋抢先看!" + }, + { + "标题": "YEEZY新款、VANS合2为1!鞋面还能玩出多少花样?" + }, + { + "标题": "WHO:症状轻微的疑诊患者,如何做好自我隔离?" + }, + { + "标题": "WHO将新冠疫情列为突发公共卫生事件,中方回应" + }, + { + "标题": "WHO宣布武汉疫情为国际突发公共卫生事件,我们等来了坏消息,但必须冷静看待" + }, + { + "标题": "WHO只宣布过5次的“国际突发卫生事件”,到底是什么?" + }, + { + "标题": "WHO 针对中国疫情开了个特别重要的会!给你划 7 个重点" + }, + { + "标题": "Science: 武汉肺炎,或有别的起源地?" + }, + { + "标题": "SM是性虐待吗?不,它更像极限运动 | 科普:什么是SM?" + }, + { + "标题": "SARS病毒是美国针对中国人的生物战?胡扯!" + }, + { + "标题": "SARS事件的经验:成因、影响及应对" + }, + { + "标题": "SARS中失去母亲,她说面对疾病不能只有恐惧" + }, + { + "标题": "SARS专家管轶:这次我害怕了" + }, + { + "标题": "PHEIC并非针对中国,而是推动全球应对 ​" + }, + { + "标题": "Nike 官网下架所有科比产品!囤积 Kobe 球鞋必将血本无归!" + }, + { + "标题": "NEJM重磅:美国首例新型冠状病毒感染者使用新型抗病毒药物后退烧,病情好转丨临床大发现" + }, + { + "标题": "NBA球星科比去世:凌晨4点的洛杉矶,再也没有你" + }, + { + "标题": "N95口罩一次戴多久,用后怎么处理?" + }, + { + "标题": "MF8675,MF8663已出发!接湖北同胞,回家!" + }, + { + "标题": "Lancet:武汉肺炎已出现第四代传播者" + }, + { + "标题": "Lancet重磅 | 连发8篇文章,中国多单位合作,首次揭示武汉肺炎的流行病学,临床,实验室和放射学特征,治疗和临床结局" + }, + { + "标题": "K罩杯是什么感觉?日本沙雕小哥用行动告诉你" + }, + { + "标题": "Kao,你们新老公刚又演了部年度最佳" + }, + { + "标题": "ICU医生薄世宁:为什么病毒性肺炎这么难治?" + }, + { + "标题": "ICU医生薄世宁:为什么病毒性肺炎这么难治?" + }, + { + "标题": "H5|这场马拉松,我们即将冲刺了" + }, + { + "标题": "H5 | 抗击疫情,我们在一起!这是我的承诺" + }, + { + "标题": "DIOR这场大秀,给男装下个十年开了个好头" + }, + { + "标题": "CLOT x NIKE AIR FORCE 1 金丝绸 登记入口" + }, + { + "标题": "CDC“问题论文”反转?所有病例发表前已公开!" + }, + { + "标题": "B站联手央视,又出一部9.1刷屏级纪录片!" + }, + { + "标题": "BMW x 宁浩《巴依尔的春节》正式上映" + }, + { + "标题": "A股延迟开市!疫情对A股影响如何,节后市场如何走?" + }, + { + "标题": "A股延迟开市!交易所发通知,春节休市至→" + }, + { + "标题": "AJ x 匡威你见过吗?元年套装领衔,最后一款千金难求!" + }, + { + "标题": "@返杭人员!杭州关闭部分高速出口!部分公交线路暂停运营!所有火车站启动24小时防疫检查!" + }, + { + "标题": "@近期去过武汉的人" + }, + { + "标题": "@所有人:取消聚会,平安过年" + }, + { + "标题": "@全体党员干部!疫情防控,中央布置了重要任务" + }, + { + "标题": "@人民日报,请给我一个平安健康福" + }, + { + "标题": ":-(((((((((((-:" + }, + { + "标题": "9点1氪:全国累计确诊新冠肺炎人数超万例;北京市政府:除必需行业外,各企业2月10日上班;中国疾控中心回应发表论文" + }, + { + "标题": "9点1氪:WHO将新冠疫情列为国际关注的突发公共卫生事件;新浪、网易、搜狗、小米等多家公司发起捐赠;美团单车在湖北暂停收费" + }, + { + "标题": "9分钟催泪短片刷屏朋友圈:“对不起,今年不能回家过年了……”" + }, + { + "标题": "90后“约素炮”引争议:皮肤饥渴背后,他们真正渴求的4件事" + }, + { + "标题": "9.88万起售!顶配比CR-V便宜十多万,品质优秀!新年就买它!" + }, + { + "标题": "9.6分的天才新作,果然名不虚传" + }, + { + "标题": "9.1分的嗑药神剧来了,依旧绝美" + }, + { + "标题": "9.1分国产良心,我来第一个安利" + }, + { + "标题": "8点1氪:聚划算、京东等电商集体表态:不允许在售口罩涨价;武汉全市离汉通道暂时关闭​;淘宝禁售“野味”" + }, + { + "标题": "8点1氪:故宫博物院院长就奔驰开进宫事件致歉;马化腾四天套现近20亿港元;美团二号人物王慧文年底退休" + }, + { + "标题": "8点1氪:携程、美团、飞猪等相继发布疫情退改保障政策;淘宝:平台所有口罩绝不允许涨价;央视春晚首次推出电影版" + }, + { + "标题": "8点1氪:《唐人街探案3》创预售最快破亿记录;茶颜悦色2020年将在长沙以外开店;中科院计算所通报木兰语言造假,当事人刘雷被停职" + }, + { + "标题": "8架,中国空军来了!" + }, + { + "标题": "8亿购物车里的春节和人生" + }, + { + "标题": "8个月婴儿确诊被感染!如何提升宝宝抵抗力?记住这“5要5不要”" + }, + { + "标题": "8个月婴儿确诊被感染!如何提升宝宝抵抗力?记住这“5要5不要”" + }, + { + "标题": "8个人生节点,24个珍贵画面,串起我们脑海中对科比的记忆…" + }, + { + "标题": "87版《红楼梦》剧组重聚,最美王熙凤“跌落”神坛:女人有一样东西,比容貌更重要!" + }, + { + "标题": "85岁比利时国王被迫承认自己51岁私生女!最近这王室都怎么了?" + }, + { + "标题": "85后、90后注意啦,这个群可以学英语,而且全程免费!" + }, + { + "标题": "84岁钟南山,再战武汉肺炎最前线,这两张照片让人肃然起敬" + }, + { + "标题": "84岁钟南山行程曝光!致敬这群疫情中的逆行者!" + }, + { + "标题": "84岁钟南山行程曝光!致敬这群疫情中的逆行者!" + }, + { + "标题": "84岁钟南山奔赴武汉,15名医护人员感染肺炎:那些为我们拼命的人啊!" + }, + { + "标题": "84岁钟南山再战防疫最前线!这两张照片让人肃然起敬!" + }, + { + "标题": "84岁钟南山健身照刷爆朋友圈! 瑜伽吧,身心平衡是最好的养生" + }, + { + "标题": "84972.32万元!" + }, + { + "标题": "820斤\"绿巨人\"公开征女友:200斤以下的不要!怕弄伤!" + }, + { + "标题": "8.8暴跌至7.2,开年大戏就这么凉了…" + }, + { + "标题": "8.7分离婚实录:不敢自私的婚姻,没法长久" + }, + { + "标题": "8.5到9.2,还不承认这是今年华语头号惊喜" + }, + { + "标题": "7秒秒倒?6060秒的最长战斗?使用率最高的阵容?看看这些数据是不是你的庄园实录" + }, + { + "标题": "7款Yeezy新配色二月发售!2020年Kanye还有多少惊喜带给我们?" + }, + { + "标题": "7个广州女友凑400万,提前20年造养老房:老了也要做闺蜜" + }, + { + "标题": "77 个互联网产品经理决定支援武汉,这里是他们的经验" + }, + { + "标题": "73岁再战前线!关于新型冠状病毒,浙大李兰娟院士深度解读!" + }, + { + "标题": "71岁上班,96岁失恋,100岁获奖,忙到没有时间去死,她的人生有多高级......" + }, + { + "标题": "6张截图,告诉你疫情对中国经济的影响" + }, + { + "标题": "6岁乞丐街头认出妈妈,却被拒相认:我不是你妈妈,我的孩子在家" + }, + { + "标题": "6天内,武汉要完成这项“不可能的任务”" + }, + { + "标题": "6大长寿行为,运动排最后,排第一的是它!" + }, + { + "标题": "6万的美系V8竟有百万外观?强劲低扭小姐姐开上直接爽翻" + }, + { + "标题": "68 张图!最新《新型冠状病毒防护大全》,一篇管够" + }, + { + "标题": "68w粉丝的芭比网红:卖三无假药/立富婆人设/多方操作好朋友的前夫" + }, + { + "标题": "6.3亿卖身契,热搜都为他叫好!" + }, + { + "标题": "6.3亿卖掉《囧妈》,5万同行喊话封杀,一向精明的徐峥,这回到底想干嘛?" + }, + { + "标题": "5张对比图,看完泪目……" + }, + { + "标题": "5倍工资!24小时不停工!口罩厂、电商、物流这拨操作,赞!!!" + }, + { + "标题": "5G信号3天内搭好!中国移动助力抗击病毒" + }, + { + "标题": "57岁婆婆上天台跳楼自杀,只因媳妇一句话:把婆婆当亲妈,是世界上最大的谎言" + }, + { + "标题": "55款新年美甲,还没做的赶紧挑选一款喜迎春节!" + }, + { + "标题": "50套暖色穿搭,过年这么穿" + }, + { + "标题": "50万米高空看武汉,最近发生了什么" + }, + { + "标题": "500多万人离开武汉?别慌!接纳,面对,处置!" + }, + { + "标题": "500多万人离开武汉后,各地高发期将到来?湖北各地市压力山大!" + }, + { + "标题": "500多万人离开了武汉!他们都去了哪里?大数据告诉你" + }, + { + "标题": "500多万人离开了武汉!他们都去了哪里?大数据告诉你" + }, + { + "标题": "500万人离开武汉!确诊可能再增1000例!刚刚,湖北省长\"道歉\"了:感到痛心、内疚、自责!" + }, + { + "标题": "4年前吃蝙蝠夸鲜嫩,这俩女主持人该不该骂" + }, + { + "标题": "4个画龙点睛的做饭技巧,难度半颗星" + }, + { + "标题": "49岁的韩红,越来越“傻”了" + }, + { + "标题": "48岁与胡歌“姐弟恋”,身材秒杀半个娱乐圈:这样的女人,都是狠角色" + }, + { + "标题": "47名学生举报央美教授性骚扰,学校却说不要闹?" + }, + { + "标题": "473人被确诊疫情!钟南山院士发紧急号召!呼吁国人响应" + }, + { + "标题": "46岁董卿高调回归,再上热搜:30岁后,岁月只对一种女人手软" + }, + { + "标题": "460元买了20个假口罩,基层防疫不能让百姓“消废”" + }, + { + "标题": "45岁陈奕迅清空微博:别等我,没结果……" + }, + { + "标题": "44岁翘臀“老阿姨”迷倒小16岁男友:年龄从来都不是借口" + }, + { + "标题": "44岁翘臀“老阿姨”迷倒小16岁男友:年龄从来都不是借口" + }, + { + "标题": "44390位武汉的读者:这对于大家是一个独特的沉重的春节,不知道你们每个人还好吗,家人还好吗?祝你们平安、健康、顺利。如果有什么想说的可以这下面留言。珍重万千,务求相聚。" + }, + { + "标题": "41岁萧亚轩被小16岁男友高调示爱,引发全网姨母笑:我真的慕了!" + }, + { + "标题": "41岁萧亚轩被小16岁男友高调示爱,引发全网姨母笑:我真的慕了!" + }, + { + "标题": "41岁篮球巨星科比突然离世:你永远不知道,明天和意外哪个先来" + }, + { + "标题": "41岁科比空难去世:人生无常,愿你无憾" + }, + { + "标题": "41岁科比意外离世,凌晨四点传奇陨落" + }, + { + "标题": "41岁科比意外去世:黑白色的2020,可不可以重启?" + }, + { + "标题": "41岁科比意外去世,最后一条微博引泪崩:人生起落是无常" + }, + { + "标题": "41岁科比坠机身亡:他趁着凌晨四点,去另一个世界训练了" + }, + { + "标题": "41岁科比坠机身亡:“可以重启2020吗?”" + }, + { + "标题": "41岁科比坠机身亡,最后录音曝光:我想重启2020……" + }, + { + "标题": "41岁科比坠机身亡,世间再无黑曼巴" + }, + { + "标题": "41岁科比坠机身亡,13岁女儿也未幸免:好好活着,比什么都重要……" + }, + { + "标题": "41岁科比坠机身亡,13岁女儿也未幸免:好好活着,比什么都重要" + }, + { + "标题": "41岁科比坠机身亡 : 别总说等等,人生真的等不起。" + }, + { + "标题": "41岁科比坠机离世:明天和意外,永远不知道哪个会先到来" + }, + { + "标题": "41岁就陨落的巨星科比:谢谢你照亮男孩们的前路" + }, + { + "标题": "3个方法2个方,过年远离传染病" + }, + { + "标题": "3M假货口罩被查,捐助物资到了不能医用,爱心也要多辨别!" + }, + { + "标题": "3M假货口罩被查、回收再卖,比病毒更坏的是人心。" + }, + { + "标题": "391马力+四驱,实测油耗5.8升!合资中型车简直没对手啊!" + }, + { + "标题": "37岁安妮·海瑟薇新家曝光,网友:比起她的颜,我更爱女神的家啊!" + }, + { + "标题": "36年来首次复刻?乔丹亲穿配色领衔2020复刻球鞋清单请查收!" + }, + { + "标题": "36岁佟丽娅首次主持惊艳春晚:女人啊,钱是底气,美是底线" + }, + { + "标题": "36岁佟丽娅主持春晚被群嘲:朋友圈最让人羡慕的女人,竟是这种" + }, + { + "标题": "3673万吨!民企首次出手就有重大发现!这个市场全面开放,“三桶油”面临新挑战?" + }, + { + "标题": "350吨山东蔬菜驰援武汉、财政部再拨44亿元、擅自断路将依法处置……最新消息!" + }, + { + "标题": "33岁“喜剧女星”春节爆火:幽默的女人,一出场就赢了!" + }, + { + "标题": "32岁妈妈深夜猝死,丈夫聊天记录曝光:新的一年,请好好爱自己" + }, + { + "标题": "32岁妈妈深夜猝死,丈夫聊天记录曝光:2020年,千万别拿命开玩笑!" + }, + { + "标题": "32岁“国民女神”,强势复出惊艳全场:又瘦又美的女人,一出场就赢了!" + }, + { + "标题": "32岁papi酱、27岁李佳琦身价过亿:能赚钱的年纪,千万别偷懒" + }, + { + "标题": "30省市自治区启动一级响应,意味着什么?" + }, + { + "标题": "30省区市启动一级响应,覆盖人口超13亿,一级响应意味什么?" + }, + { + "标题": "30万预算,选国产Model 3还是奔驰C?" + }, + { + "标题": "30万的车比起10万的车,到底贵在哪?" + }, + { + "标题": "2月新片再次撤档,但各大神剧却集体回归!" + }, + { + "标题": "2月2日十二星座运势分析" + }, + { + "标题": "2月1日,武汉疫情出现好转信号,9张数图告诉你……" + }, + { + "标题": "2月1日起,上海既有多层住宅加装电梯可提取使用公积金!热点问答在此→" + }, + { + "标题": "2月1日十二星座运势分析" + }, + { + "标题": "2套衣服搭出4种风格,好看到犯规!" + }, + { + "标题": "2个新冠肺炎逝者的最后几天,看完真的很想哭……" + }, + { + "标题": "2个新冠肺炎逝者的最后几天,看完真的很想哭" + }, + { + "标题": "2个新冠肺炎逝者的最后几天......" + }, + { + "标题": "2万副护目镜抵达武汉、4个病毒检测试剂审批通过、学校延期开学……最新消息汇总!" + }, + { + "标题": "2 月球鞋发售清单:重磅狠货太多!侃爷 7 双新鞋死磕 12 双 AJ!" + }, + { + "标题": "26张偷拍照,暴露了中国父母的真面目" + }, + { + "标题": "24省区市启动一级响应,覆盖人口超12亿,一级响应意味什么?" + }, + { + "标题": "23 家院线上书电影局,《囧妈》院转网这次囧了谁?" + }, + { + "标题": "21岁女主播凌晨突发脑出血:你的作息,就是你的风水" + }, + { + "标题": "2100亿应用分发量!《华为应用市场2019年度安全报告》发布" + }, + { + "标题": "20年后再看《三国》:这些惊人相似的人性真相,句句扎心!" + }, + { + "标题": "20万大后超真香警告!MPV马自达8竟然内有乾坤?" + }, + { + "标题": "2020:卸下你的累,让往事清零" + }, + { + "标题": "2020,白羊座的运势一片大好!" + }, + { + "标题": "2020,武汉能行!" + }, + { + "标题": "2020,别睡太晚,别爱太迟,别等太久" + }, + { + "标题": "2020超完全变美指南(内外兼修版)" + }, + { + "标题": "2020腕表圈第一件大事刷爆微博,我亲眼见证了下" + }, + { + "标题": "2020的地狱模式,它的记录我打满分" + }, + { + "标题": "2020的一些好运气,请你查收~" + }, + { + "标题": "2020春运纪实,看完已泪目。" + }, + { + "标题": "2020春晚,有笑,有泪" + }, + { + "标题": "2020春晚关键词:疫情、流量、被抛弃的8090" + }, + { + "标题": "2020春夏八大流行趋势" + }, + { + "标题": "2020新年三愿:身体无恙、兜里有钱、初心不忘" + }, + { + "标题": "2020感人贺岁短片:人生最好的结果,都是熬出来的" + }, + { + "标题": "2020年:看淡所有,珍惜拥有" + }, + { + "标题": "2020年,金牛座会发生的三大奇迹!" + }, + { + "标题": "2020年,摩羯座要起飞了!!!!" + }, + { + "标题": "2020年,摩羯座会发生的三大奇迹!" + }, + { + "标题": "2020年,巨蟹座会发生的三大奇迹!" + }, + { + "标题": "2020年,层次高的女人,都懂得这样取悦自己" + }, + { + "标题": "2020年,射手座会发生的三大奇迹!" + }, + { + "标题": "2020年,天蝎座会发生的三大奇迹!" + }, + { + "标题": "2020年,天秤座会发生的三大奇迹!" + }, + { + "标题": "2020年,处女座会发生的三大奇迹!" + }, + { + "标题": "2020年,双鱼座会发生的三大奇迹!" + }, + { + "标题": "2020年,一个女人最好的生活方式" + }, + { + "标题": "2020年真是地狱开局,然而早在6年前就被他预言了这一切!" + }, + { + "标题": "2020年真是地狱开局。" + }, + { + "标题": "2020年看到这个戏精,我又能振作起来!" + }, + { + "标题": "2020年的武汉肺炎大恐慌——疫情展开时我们的基本盘" + }, + { + "标题": "2020年的武汉肺炎大恐慌——强力防控面临的悖论与两难" + }, + { + "标题": "2020年最容易暴富的4个星座,有你吗?" + }, + { + "标题": "2020年春晚,惊艳我的不止佟丽娅刘涛,还!有!她!" + }, + { + "标题": "2020年春晚,惊艳我的不止佟丽娅刘涛,还!有!她!" + }, + { + "标题": "2020年女生身材标准表" + }, + { + "标题": "2020年头20天的崩溃实录" + }, + { + "标题": "2020年十二生肖最强转运指南" + }, + { + "标题": "2020年十二星座综合运势排行榜!" + }, + { + "标题": "2020年十二星座的运势要炸了!" + }, + { + "标题": "2020年一定会火的新词,即将改变你的生活方式" + }, + { + "标题": "2020不太平的新年,开局不稳也要绝处逢生(赠送撒娇术课程啦)" + }, + { + "标题": "2020 版过年前  VS 过年后,全国一半的网友都笑了!" + }, + { + "标题": "20200202:我们复合吧" + }, + { + "标题": "20200202!" + }, + { + "标题": "2020.02.02, 爱你,爱你,加倍爱你!​" + }, + { + "标题": "2019,我很拉风" + }, + { + "标题": "2019,就属你们演得最烂!" + }, + { + "标题": "2019年赛季精华合集,来看看你拥有哪些?" + }, + { + "标题": "2019年角色合集,来看看这一年的新朋友吧!" + }, + { + "标题": "2019中国神奇天象Top20大盘点!" + }, + { + "标题": "2003年的板蓝根,2020年的双黄连" + }, + { + "标题": "2003 年,我染上了非典|大象公会" + }, + { + "标题": "2000万无聊的中国网友,给武汉火神山医院当起了监工。。。" + }, + { + "标题": "2.0T+8AT,碰撞测试成绩极佳!安全、健康、动力它齐备!" + }, + { + "标题": "2.0T+8AT+四驱,关键词:合资、SUV、20万落地!" + }, + { + "标题": "1月31日十二星座运势分析" + }, + { + "标题": "1月30日十二星座运势分析" + }, + { + "标题": "1月29日十二星座运势分析" + }, + { + "标题": "1月28日十二星座运势分析" + }, + { + "标题": "1月27日十二星座运势分析" + }, + { + "标题": "1月26日十二星座运势分析" + }, + { + "标题": "1月24日十二星座运势分析" + }, + { + "标题": "1月23日十二星座运势分析" + }, + { + "标题": "1月22日十二星座运势分析" + }, + { + "标题": "1月21日十二星座运势分析" + }, + { + "标题": "1万+5个现金红包进来领一下" + }, + { + "标题": "19岁婴儿肥被骂太胖,厌食症瘦到38kg又被嘲皮包骨,网友:键盘侠放她吧!" + }, + { + "标题": "17年前阿里全员隔离,马云是怎么熬过非典的" + }, + { + "标题": "17年前阿里全员隔离,马云是怎么熬过非典的" + }, + { + "标题": "17年前阿里全员隔离,马云是怎么熬过非典的" + }, + { + "标题": "17年前的这个视频,现在看一遍令人感慨万千" + }, + { + "标题": "17年前她亲历“非典”,自述看哭朋友圈:这一次,我们该如何应对武汉肺炎?" + }, + { + "标题": "17 年前阿里全员隔离,马云是怎么熬过非典的" + }, + { + "标题": "17 年前阿里全员隔离,马云是怎么熬过非典的" + }, + { + "标题": "16道催泪年夜饭曝光:3000万人围观,500万人点赞,馋哭老外……哪道是你的家乡菜?" + }, + { + "标题": "16年前,非典过后的那场春晚......" + }, + { + "标题": "16年前,非典过后的那场春晚......" + }, + { + "标题": "16岁少年带女友回家生娃,两年后女友跟他爹又生了个娃?" + }, + { + "标题": "15名医务人员感染!请大家务必重视自我防护" + }, + { + "标题": "15 名医务人员感染,新型冠状病毒确定人传人,请务必重视自我防护" + }, + { + "标题": "157部,答应我乖乖在家看完好么" + }, + { + "标题": "14天锁定新型肺炎元凶背后,是14年的技术竞赛" + }, + { + "标题": "13岁女孩说怀上了10岁男友的孩子...专家: 男孩没发育好现在根本生不了!这..." + }, + { + "标题": "12星座上半年最大惊喜是什么?" + }, + { + "标题": "12个消失在朋友圈的人,我想说声:谢谢你……" + }, + { + "标题": "126年前,香港人与“瘟疫之王”的那场短兵相接" + }, + { + "标题": "11年越狱4次!日本越狱王缩骨功疯狂挑衅监狱!" + }, + { + "标题": "110年前,一种比非典更厉害的瘟疫曾横扫东北" + }, + { + "标题": "10天不出门是种怎样的体验?娃憋疯了,我也快了" + }, + { + "标题": "10大糗图:隔壁的日本女邻居让我帮忙贴春联" + }, + { + "标题": "10大糗图:过年还是被小卡片骗了" + }, + { + "标题": "10大糗图:男朋友在家太无聊只能造物了" + }, + { + "标题": "10大糗图:男人上厕所时就是要这么自信" + }, + { + "标题": "10大糗图:现在的人都是这样亲嘴的吗?" + }, + { + "标题": "10大糗图:我衣服都脱了,你就给我看这个?" + }, + { + "标题": "10大糗图:妹子你怎么没穿上衣呢?" + }, + { + "标题": "10大糗图:女朋友的诱惑哪有游戏好玩" + }, + { + "标题": "10大糗图:同事抱着手机笑出猪叫,原来是抽到了抖音红包..." + }, + { + "标题": "10大糗图:原来女孩子的裙子里面是这样的" + }, + { + "标题": "10大糗图:单身久了看啥都前凸后翘的" + }, + { + "标题": "10大糗图:你用的口罩怎么不太一样?" + }, + { + "标题": "10大糗图:你出门为什么不带口罩?" + }, + { + "标题": "10个瞬间,看完泪目" + }, + { + "标题": "10000个临时发往武汉的口罩" + }, + { + "标题": "1.2万亿“救市”? 不要误读了!" + }, + { + "标题": "03 年非典时期,钟南山 67 岁,17 年后,84 岁的他再次奔赴第一线" + }, + { + "标题": "00后:90后这些中年人,真是不容易啊" + }, + { + "标题": "# 为武汉祷告" + }, + { + "标题": "\"增兵\"火神山!刚刚,8架空军大型运输机抵达武汉!" + }, + { + "标题": "\"一夜之间双黄连爆红??\"哈哈哈哈哈被沙雕网友智商的智商深深折服..." + }, + { + "标题": "\" 谢谢你,在茫茫人海中选择我。 \"" + } +] \ No newline at end of file diff --git a/utils.py b/utils.py index 8cf52f5..78e3aef 100644 --- a/utils.py +++ b/utils.py @@ -1,13 +1,73 @@ import json -import re -import time -from http.cookies import SimpleCookie +import matplotlib.pyplot as plt from imageio import imread from wordcloud import WordCloud import jieba.analyse - +print(__file__) def word_segment(text): + # 分词处理 + jieba.analyse.set_stop_words("./stopwords.txt") + words = jieba.cut(text) + + for w in words: + print(w) + + from collections import Counter + result = Counter(words).most_common(20) + + tags = jieba.analyse.extract_tags(text, topK=20) + # yield " ".join(tags) + +if __name__ == '__main__': + #text = open("text.txt", encoding="utf-8").read() + + data = json.load(open('title.json')) + text = "".join([d.get("标题") for d in data]) + print(text) + # word_segment(text) + from wordcloud import ImageColorGenerator + + back_img = imread("./wuhan.jpeg") + img_colors = ImageColorGenerator(back_img) + + jieba.analyse.set_stop_words('./stopwords.txt') # 设置止词列表 + tags = jieba.analyse.extract_tags(text, 1000, withWeight=True) + data = {item[0]: item[1] for item in tags} + + word_cloud = WordCloud(font_path="/Library/Fonts/SimHei.ttf", + background_color="white", + max_words=1000, + max_font_size=100, + width=1920, + mask=back_img, + height=1080).generate_from_frequencies(data) + + word_cloud.recolor(color_func=img_colors) # 替换默认的字体颜色 + + plt.figure() # 创建一个图形实例 + plt.imshow(word_cloud, interpolation='bilinear') + plt.axis("off") # 不显示坐标尺寸 + plt.savefig('./wordcloud.jpg', dpi=600) + plt.show() + + pass + + +def word_cloud(texts): + """ + 根据文本生成词云图片 + """ + data = "".join(text for text in texts) + mask_img = imread('./python-lo', flatten=True) + wordcloud = WordCloud( + font_path='/Library/Fonts//华文黑体.ttf', + background_color='white', + mask=mask_img + ).generate(data) + plt.imshow(wordcloud) + plt.axis('off') + plt.savefig('./wordcloud.jpg', dpi=600) # 分词处理 jieba.analyse.set_stop_words("./stopwords.txt") words = jieba.cut(text) @@ -65,4 +125,4 @@ def format_duration(duration): total_seconds = int(duration / 1000) minute = total_seconds // 60 seconds = total_seconds % 60 - return f'{minute:02}:{seconds:02}' \ No newline at end of file + return f'{minute:02}:{seconds:02}' diff --git a/webargstest.py b/webargstest.py new file mode 100644 index 0000000..4afaee3 --- /dev/null +++ b/webargstest.py @@ -0,0 +1,65 @@ +import re + +from flask import Flask, jsonify, request +from webargs import fields +from webargs.flaskparser import use_args + +app = Flask("hello") + + +@app.route("/api/login", methods=["POST"]) +@use_args({"username": fields.Str(required=True)}, + location="json") +def login(args): + name = args['username'] + password = args['password'] + return jsonify({"code": 200, "msg": "ok"}) + + +@app.route("/api/login", methods=["POST"]) +def login3(): + data = request.get_json() + email = data.get("email") + if not email or re.match(r"(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$)", email): + return jsonify({"code": 400, "msg": "参数有误"}), 400 + password = data.get("password") + if not password or len(password) < 6: + return jsonify({"code": 400, "msg": "参数有误"}), 400 + # 数据库查询 + return jsonify({"code": 200, "msg": "ok"}) + + +from webargs import fields, ValidationError + + +def must_exist_in_db(val): + if val != 1: + raise ValidationError("id not exist") + + +hello_args = {"name": fields.Str(missing="Friend"), + "id": fields.Integer(required=True, validate=must_exist_in_db)} + + +@app.route("/", methods=["GET"]) +@use_args(hello_args, location="query") +def hello(args): + """A welcome page.""" + return jsonify({"message": "Welcome, {}!".format(args["name"])}) + + +@app.errorhandler(422) +@app.errorhandler(400) +def handle_error(err): + headers = err.data.get("headers", None) + messages = err.data.get("messages", ["Invalid request."]) + if headers: + return jsonify({"errors": messages}), err.code, headers + else: + return jsonify({"errors": messages}), 400 + + +# + +if __name__ == '__main__': + app.run(port=5000) diff --git a/weixin_pdf/68747470733a2f2f63646e2d696d616765732d312e6d656469756d2e636f6d2f6d61782f3830302f312a333862794a79465841505941696c50415a53425a51772e676966.gif b/weixin_pdf/68747470733a2f2f63646e2d696d616765732d312e6d656469756d2e636f6d2f6d61782f3830302f312a333862794a79465841505941696c50415a53425a51772e676966.gif new file mode 100644 index 0000000..71f1af5 Binary files /dev/null and b/weixin_pdf/68747470733a2f2f63646e2d696d616765732d312e6d656469756d2e636f6d2f6d61782f3830302f312a333862794a79465841505941696c50415a53425a51772e676966.gif differ diff --git a/wordcloud.jpg b/wordcloud.jpg new file mode 100644 index 0000000..49863ac Binary files /dev/null and b/wordcloud.jpg differ diff --git a/wuhan.jpeg b/wuhan.jpeg new file mode 100644 index 0000000..cbf0e60 Binary files /dev/null and b/wuhan.jpeg differ diff --git a/youbute_comment/text.txt b/youbute_comment/text.txt deleted file mode 100644 index 8b19b64..0000000 --- a/youbute_comment/text.txt +++ /dev/null @@ -1,27642 +0,0 @@ -C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\Scripts\python.exe C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py -اريد اروح عندها شهر 😅😅😅 تعلمني -宝儿姐! -手动再赞一个 -Tui đề nghị Chị học tiếng việt nam vì líp chị làm muốn nào cũng ngon hết 😋 -りんご飴……(´,,•﹃ •,,`)  -屋台できるじゃぁん -What a beautiful food! You can open an online-shop to sell them. I will buy all your food. -What is the powder she adds to the marshmellows? Powdered sugar? starch? Flour? Thanks! -娶妻当娶李子柒。只可惜我是女的。 -we chinese called her "white fox".which means smart strong indenpend. on myself -摆拍的似乎有点艺术感,自己去弄的话没几个人愿意 -Question: how do u live like her? -I love that -I want to marry her -일본스타일의 특이한 드라마 보는거같네요 퀼리티 개쩜. -That food looks amazing! -Why is the song so sad though and her facial expression looks abit low key sad... -However this life is just so blissful and accomplished. -家里什么都有!连羊都吃的那么好! -3:22 A cat oven with a bone shaped door LOL -Watching while I sit here in the cubicle. Ugh! To live even a fraction of her life, would be heaven! -發佈日期好穿越 -这是中国农村生活的本愿,可惜被现代文明腐蚀的烟消云散 -捡板栗从石头路边上上摔下来了,全部都泼了出来,真的不容易,但是这个视频里没有。 -Finally YouTube recommended something I’ll forever thankful for !!😭😭 her channel is so relaxing and I can’t stop watching her Vidoes -2019/ 2020 -Where’s my late squad at ??! -Miracles happens when you like what you do. -世外桃源,神仙生活。 -会的技能实在是太多了,无论怎么看都是太优秀了。 -Apakah seperti ini jehidupan di surga...? -I really like her pets, so natural, serene and peaceful. -素晴らしき国、中国…。。 -Kindly post an episode with ur pets.. -So beautiful! -Con cừu đi theo nhìn cưng quá -官方被李姑娘的文化输出能力吓到了,议论纷纷 -仙女 -รักและชอบมากก -Это просто замечательно)) -China dev so much -婆婆真的是前輩子修來的福分,每天默默的吃著孫女善巧的廚藝 ! 羨慕不已 ! -Indonesia💕 -this is no truth,but this is not all fault, we still like the youtube,movie ,novel,no because it is truth,but it is what we looking for -👍👍👍 -👇👇👇 -李子柒为什么被老外喜欢最核心的分析是这个 - Why Liziqi is welcomed by westerns? Answer is here! with subtitle -https://www.youtube.com/watch?v=a17_7VfKl8M -Does she owns that place? Wow amazing -我朋友是她亲戚,准备过年问他要张签名。 -Love mom -真乃奇女子! -like -the kind of wife that every men want -看了视频,没有发表评论的人更多,但是不代表内心没有触动,只是找不到合适的词语和句子来表达内心的感受而已! -I want to hug those cute babies with her 🐶🐑😍 -Everything i wanted -I love to see the pets....😙♥️ So cute and funny...💞😘 -힐링 그 자체 -四川有栗子呀! -好温馨的画面 -She's a lady. -هلو الله ما أجمل الحياة الحمدلله على الصحة عندما ارا البساطة عندهم أفرح وقلبي يدفأ من شدة الجمال الطبيعي ماشاء الله،💖 -遭了,华农兄弟要垮了,哈哈 @华农兄弟 -This is really great!!! Hope you always stay health and can make many video like this. Salute for you. - -Fans from Indonesia😘 -你的订阅量如何达到这个量的 -哇塞,这个美女啥都会😄 -I am in love with this girl ! -李家有女,人称子柒,支持七爷,祖国的骄傲 -Magnífico!!! Maravilloso!!! Todo lo que genera la naturaleza y dedicación! Alguien me puede decir en que parte del mundo es??? -Đây là video em thích nhất của chị. Xem cứ liên tưởng tới những ngày cận tết. Thấy ấm lòng sao đó. -Tết tết tết tết đến rồi -https://youtu.be/CCgpRM4iNuo -TELL ME HOW TO GET THIS POPCORN -How can she resist the temptation to eat all of that sweet goodness? -Tiếng Việt trở nên thật đẹp -Very interesting woman and life she has your own hard work. Knowledge of everything to survive your own home. Serving her mother in old age there are millions of people live like this Hassel free life I am sure she looks single but this is called blessed life live in nature and live with nature not a dum life city people live city people totally dependent on everything -所谓的文化输出是一件好事,增加外国人对中国的印象分,中国人自己因为酸而诋毁不仅伤害了作者,也伤害了国家,虽然这个国家被共产党搞得乌烟瘴气,但是还是神州大地。 -😍 Awesome videography. Just wowww. Soo much soul and positive vibes in these videos. The girl is soo beautiful and has remarkable life skills. Every man would wish to marry a girl like her ☺️ Made my day 😍 -yes,we are peaceful and only lead a healthy life with nature or others rather than fighting or making trouble to whom.😁 -Sub indo pleasee -一直听说墙外好评如潮 果真如此 厉害了 -真美! -I was wondering why she rushed to her grandmother and covered her ears and then proceeded to get flash banged by the popcorn maker -She is an actress only. I had lived in China for 43 years, I don’t buy it. -嚯,可以呦,西式甜点做法,居然还有棉花糖 -Where to find such wife! -也许也就是生活的真谛 -啊太棒了,这样的生活太美了 -我次哦,瓜子是这么来的啊 -绵阳人来点赞咯!!加油加油李子柒! -不管这些视频是否有炒作嫌疑,但视频确确实实在传播中国传统文化,中国人不需要崇洋媚外,一个国家自己的文化才是根,邻国日本韩国确实比我们做的好,而且做到了文化输出,举个栗子,跆拳道可以成为奥运体育项目,为什么中国功夫不可以,为什么中国只出了李小龙和成龙,后继无人?因为流量明星花瓶充斥着现在的娱乐圈,是不是功夫在传承方面有迹象已经出现断层了?国内首先你喜欢别人的文化,你就要先爱自己的文化,一个国家如果连自己的文化都忽视,去大力弘扬外来的文化,这个国家,这个民族是失了魂的,将来也不会得到别人的尊重,中华上下五千年太多优秀的文化值得弘扬了,光儒释道里的思想就够你挖掘的了,中国其实是独一无二的. -李家有女,名为子柒。love her so so much, can't find any language to deliver my love to her! -Omg Omg. How many actually ordered McDonald after watching this???? Lol... -Such a beautiful place ❤️ -ขยันจริงๆเก่งด้วยอ่ะ -看着肚子好饿 -我知道我为什么喜欢看种田文了…… -what's food? -The popcorn machine brought us back to 1960s. A bang for rice costs 5 cents (RMB) without saccharin, 8 cents with saccharin. -Súp Nhau mãi mãi bên lâu nhé bạn. Kênh bạn cũng hay lắm đó bạn.nhất thời gian xem và thích nhé bạn.Chào bạn mới 👍🔔👏🌹 -ชอบดู ดูแล้วมีความสุข อยากใช้ชีวิตแบบนี้บ้างจัง -Like. Verygood !!!!! -wtf her whole life is so magical??? -小李不错加油 -好看 -你的视频让人心情变好 -HI -还是外网好,连央视都点名表扬的网红。在喷子嘴里贬的一文不值。 何其悲哀~ 反观一些外国评论不要太友好。 这才是文化输出~ -She's so cute when she cover her grandma's ears, but when the pop corn pops she jumps. She also surprises her grandma with that kind of crispy hot cake or whatever you call it. She's so sweet 😍 -오디오 따로 집어넣는것 같은데 진짜 정성 대단하다....ddd -拍摄太专业了,这个摄影师牛逼 -OMG Where did she get marshmallows? I hardly even have them! -喜欢子柒 -fake fake fake fake,假假假假 -Those are sunflower seeds, not melon seeds -40 million views...... god -How to make this stov pllz make a vedio -Me at 1:41: OMG you made the thing I got at china -安逸! easy! -Thích 2 con chó ghê -有60万点👍数对抗那区区1.7黑特喷子。。 -Love her... <3 -This spring festival I'm going home, my parents would make snacks like that, and I miss them. -I see CCP behind this show. Think about it, who could have the power to make this video? The music, the clothes, the film taking, etc. Do not be deceived by CCP! -KOREA 한국 사람입니다. 잘 보고 갑니다.ㅎㅎ -子柒加油 家乡的骄傲 -李子柒加油鸭 -음식 만들때 자주 등장하는 하얀 투명 고체 덩어리가 머죠? 백반? 왜 넣는 건가요? 인터넷 검색해보니 색을 선명하게 한다는데 건강에 괜찮으니 넣으시는거겠죠? -厉害,太好看了,人美景美,心灵手巧,很舒服的观感。 -外婆的帽子上是不是有鹿角啊?好可愛 -17k dislikes? 😀 fuck those 17k people. -小的时候我妈妈在家(四川)也是过年提前好久就开始准备干货,不过现在都在超市买的 -這樣爆一下耳朵應該要聾了吧😂 -好多菜 好多事物 都是童年的记忆 -This is the real rich life. -❤️❤️❤️❤️❤️❤️ -仙女下凡。人間仙境!大美中国!!😍😘 -Todo muy lindo mientras hace cosas con vegetales. Pero al ver que cocina carne, y que tiene perros, y que los chinos comen carne de perro... Me empecé a preocupar :( -It looks amazing -So beautiful.. -this is anime -I really enjoy to watch her videos! She's lovable and amazing! -와 조회수개쩐다 -ได้น่ารักมากๆ เป็นสาวที่ขยันมาก ชื่นชมจากใจเลย -那个牛肉干要必要吗,炒好了倒杯酒就吃完了,哪能等晒干。 -너무 아름다운 장면 하나하나 내눈의 시선을 강탈해버리네요 ㅎㅎ -Liziqi♥ -I am from indonesia🇮🇩 -Mandarin or canton? -好有诗意 -melon=瓜,seed=子. Melon seeds(瓜子)is a joint name for the kind of chinese snacks that are made of seeds, including baked sunflower seeds, baked pumpkin seeds, watermelon seeds etc. -She is very beautiful -Who thinks like here👇 -好治愈啊……这才是在生活,我们其他人好像只是在活着而已 -So Nice -快过年了,给菜菜子同志寄点芒果干吧。😁 -Hi , I m from India . -Can't you able to understand in English ? -한국인는 없나? -曾经在农村劳动七年半,所以特别了解农村,了解中国农民的勤劳俭朴,贫穷苦难。今日中国有些村庄依然脏乱不堪,垃圾成堆令人愤怒。 - -这些不成为否定李子柒视频的理由。我们都明白生活在大山深处四川农村不是简单的田园风光,无忧无虑。 - -李子柒不是在做大外宣。 - -她只是想通过自己的劳动创作,挣一份养家糊口的收入而已。我不相信她当初会料到因此大红大紫名扬世界。日进斗金。 - -有点夸张啊此处[偷笑] - -李子柒经历了个人苦苦奋斗若干年,尝试过各种不同工作。她的成功,绝非偶然。 - -一万个人看她的视频会有一万个不同感受。 - -我看了,对我最直接的帮助就是突然意识到,自己做菜的水平差的太远。需要更加努力,用心学习。 - -当然,如同无数粉丝所言,看李子柒的视频,能让人的心,静下来。 - -很多老外留言说是催眠,治疗失眠症[抓狂][抓狂][抓狂] - -更多人赞叹她无所不能。 - -最夸张的说法是,子柒可以再造一个地球[抓狂][抓狂][抓狂] -4000萬播放量。牛批🤑 -黑粉不少,不过我支持你😠 -สวยจังแม่คุนเอ้ย😀🙌💚💚 -竟然还治愈了抑郁症患者👍功德无量🙏 -爆米花可是儿时的记忆!那咚的一声真是小朋友最期待的时刻 -Truly inspired.. -That i want to say.. -Didn't Chinese government ban youtube? How can she upload her video and monetize?? -와...진짜 디저트 재질 미쳤네요ㅜㅜㅜ 넘나 맛있겠다... -It's real Chinese people and Chinese lifestyle. Wish you guys could have a better understanding of China and Chinese culture. -I feel like I just watched a live monster hunter kitchen tutorial XD -A strange video teaching abnormal values. Too elegant to be realistic. This is a staged 'life'. As a Chinese I don't like it. -This is my first comment, but I really like this life with peaceful,real,tradition -粮食放大器, 哈哈哈 -小狗和小羊好可爱 -omg did she cook the lamb? -I am a Chinese who lived in the village when I was child. Through we didn't have her so exquisite life. But I remember, we had a little gardon of my house. In the Spring and Summer, our gardon had so many green food to eat. And my mother cooked them for me. Then I grow up, we all move in the city. We have a better life now, not poor any more . But we nerve have the gardon any more. -太棒了吧 -The Lamb 🤗 -点解個個田園姑娘又靚又叻。 -It means that woman can be strong and do anything they like! That’s awesome 😎!!! -I don’t care it’s fake or real I do love her videos 😘😘😉 -It's likely a big show . -没想到播放量最高的居然是恰饭视频😂🤣😂🤣 -人才,绝对是人才。这才是真正的短视频 -Sorry, but just to tell you, the translation of "melon seeds" are not exactly correct. The correct translation is sunflower seeds. I am not commenting to criticize you but only for future reference. I hope you are well and I really enjoy watching the videos you make. I do enjoy consuming candy, though! -U r a great girl who livining with u r grand ma .God bless u dear sis in our malayalam "devam Annugrahikatte pegalle" & u r grand ma -我比较喜欢身边的那条狗。 -I really like the japanese and chinese culture, filled with peace, harmony, in love with nature, satisfying.. It's such an exquisite thing to watch. God bless that girl and you all. Thanks for reading my comment. Have a great day ahead! -支持一下 -5:16 using the Digimon Soundtrack xD omg so cool -如果中国人都像国内那有一部分人那样中国该如何是好?把美好的东西展示给全世界人看难道不好吗?难道要展示中国人特有的喷子技巧才是可以的?700多万的关注来之不易,国内一些人太让人失望了。美好的东西要被骂,不好的也要被骂 -🤍 -这才是生活该有的样子,如果我学习也有像他做饭这么认真的话,我想我现在应该不会是这个样子了! -🇨🇳🤝🇺🇸 Peace :) -I think I'm a lesbian now -Surely no one s that good...wow! -我想起了上大学时期应该是2012年左右吧 看的日本电影小森林。都市人的向往就像影片所述一样美丽 ,以为触手可及;但我们终归是现代化分工时代 流水线上的一个固定环节 ,枯燥无聊,看不到头!这个节目的制作团队水平真的很棒! -F it's unbelivable... -好久没有吃这种爆米花了。小时候的回忆。 -💕💕💕 -犬痩せてない?大丈夫かな? -You are freakin amazing! Omg ur good at everything and wat a beautiful place u have. sooooo wanna visit <3 -Wonderful video ....my mind gone to piece ...full of nature😍😘😘😘😘 -Awww el borreguito también la sigue, hermosa mujer, hermosa vida -I love all work she do... most beautiful life style -You have a wonderful life -嫉妒會讓人瘋狂,沒辨法,有些直播主必須耍寶無所不用其極才能得到點閱率,靜靜看完你的萬言信真是無比心疼,李子柒,不要活在別人的嘴巴裡,其實最欣賞的是妳對食材、生活、季節、親情透過鏡頭的詮釋,那份美好是無國界的,來自台灣的加油! -Tho her videos are high quality ..I just don't understand the creepy obsession of men with fetishizing toiling Asian women. -Chào -Hi liziqi how are you. Iam suganya from India iam your biggest fan I liked your videos continued watching. Full of natural I love it -看见那个炮我想起了某个视频的龙虾炮…😅 -Do not let foreigners know the secret of enlarge food please! -I am missing my mom and dad.. -Wow i want to go here..all fresh.... -wow,amazing! she is an excellent Chinese girl -这也太精致了 -Chinese Spring Festival is coming!!! -快过年了,要准备年货了,小时候我奶奶就是这样准备年货的,转眼二十年过去了,现在都是直接买现成的,但是早已没有了小时候的味道,可能作为90后的我们,永远的长大了吧! -Amo Asus mascotas siempre acompañandolos queriendo ayudar -这个炸爆米花真是童年回忆 -Real life experience..i love it💗 -Xièxiè nì😍 thank you so much your video inspired me..always spirit -什么都会做,高级啊。 -Her video's audio is asmr level. -나의 신 Liziqui 사랑해 💞 -هدي لي هدرت عليها فاطمة السويد؟ -The second BGM is from Digimon 1, right?... Lol -it's 1 am, I'm hungry, what do I do -Nice -加油 -This is so pure and beautiful. This makes the world quiet and heart melt -盼望有天能回家,给我爸妈家人煮好吃的,给他们穿好的,用好的,陪伴他们。 -Marry me please -This beautiful lady originally had these videos made to promote her online store. But it reminds me why many ancient Chinese scholars and politicians chose to live in the outside world to get away from politics and reality. -My childhood is as same as it. really miss my hometown and my grandpa .He passed away last year, on the day i was on the flight back to china . -I cant understand why there are 17k "unlike" -ngoz -啊,冰糖葫芦、炒葵花籽、炒花生。。。。真的好厉害! -And you cooks excellent -Where is your mom -这便人中国古代文人终极追求的 ----- 世外桃源式的生活方式 -真正的文化输出 -城市现在过年越来越没有年味儿了 看完真的很怀念小时候 每天都盼望着春节 这就是每一个人向往的生活 -平武好像主要是产茶叶,没想到物产这么丰富,炒的牛肉看起来很梭斗,好久有空了切耍一哈( a fan far away from 150km place) -把这熟悉的一切拍成这样,可以可以! -The kiln looks like a dog sharpe. So cute -anyone else that JUST realise this is how popcorn is make? -anyone else that JUST realise this is how popcorn is make? -虽然只是摆拍,但还是很向往。童时的乐趣,一去不返。梅子金黄杏子肥,麦花雪白菜花稀。日长篱落无人过,惟有蜻蜓蛱蝶飞。 -不禁感慨 这才叫生活吧 -beautifull girl 😍 -Why Americans hate Chinese, I don't understand,she is Chinese and the place is also China -Hola debieran traducirlo al español gracias -一个李子柒胜过十个孔=子=学=院 -只要你是李子柒的粉丝我们就是兄弟! -As long as you are a fan of Li Ziyi, we are brothers! -あなたがLi Ziyiのファンである限り、私たちは兄弟です! -Li Ziyi의 팬이라면 우리는 형제입니다! -Mientras seas fanático de Li Ziyi, ¡somos hermanos! -طالما كنت من محبي لي زيي ، نحن إخوة! - --- from Google translate -5:16 DIGIMON HIKARI SOUNDTRACK :') -Ppl who disliked it has no connection with nature and god -really like youヾ(❀╹◡╹)ノ~ -👍👍👍👍👍👍👍 -庭院深深深几许?墙里花开墙外香。 -I have binge watched her videos for two days straight. So authentic and beautiful. I am inspired to start living my life more respectfully. -For a second there I thought the dogs were going to jump into the bon fire lmfao 😂rip dogs -Ngon quá -I'm addicted to this chick's life -真的是太棒了,真的是顶1000个CGTN。 -真的是太棒了,真的是顶1000个CGTN。 -真的是太棒了,真的是顶1000个CGTN。 -GMO Free. Nice!!! -They are blessed people in this world -then people can die making popcorn -想哭 好久没吃冰糖葫芦了 -每次看到婆婆的镜头,都觉得好幸福 -4000万播放,666666 -Perfect life ❤️ -0:14 -너무 좋아요. 손재주도 너무 좋으시고 그곳은 마치 천국 같네요.. -我想知道中国农村有多少人像子柒这样在生活。 -爆米花机一露面,我就知道全场高能出现了,奶奶倒是没什么,小七倒是自己给吓到了 -好喜欢子⑦啊, 真的。能娶过来就好了 -Wish you have a wonderful future and grandma has a healthy and long life! -the dogs are having the hardest time everyday surrounding by amazing food smells but can't eat anything -were can I buy you food!? <3 -부지런하네 -When I was a kid, my grandma make these snacks as important festivals are coming, especiallty in Chinese Spring Festival. -عالمها جنة يالله 💓 -That dried mango is everything -You are so cute will you marry me -这爆米花哈哈哈哈 -كم عربي بيتابعها -really like your pet sheep, can u just make an episode for her? -仙女 -Does she sell those food? -我想我老爸老妈了!我要赶紧回家回四川 ! -❤️❤️❤️ -为什么在减脂的晚上看这个。🤤。 -爆米花,儿时的记忆,以前好多下来转悠的,现在很难见到这种炸爆米花的方式了 -Never think about countryside life can be so delicate! 我梦想也要这样养老! -看起來好好吃喔,要怎樣才能買到呢? -天空之城? -看到这个视频真的太幸福了! -Feed those dogs also. -semua aktivitas di shoot.ada yang kurang.waktu mandi -semua aktivitas di shoot.ada yang kurang.waktu mandi -i wish i can have the camera which miss LiZiqi is using for her vlog. -這是吃貨的天堂吧,大概 -喔,我好想吃那個芒果手卷 -all the vediu about the food😂😂😂🐸 -whom every give thumbs down, can you share with us why you don't like to and what you think she could done better? -She is veryyyyy talented😇😇😇 -“粮 食 放 大 器” -"M a i z e a n d r i c e a m p l i f i e r s" -谢谢大家喜欢我们家的子柒!!谢谢大家的关注和支持!!Thank u~~~🥰🥰🥰 -Isn't she tired? I'm tired only by watching this. -有一段BGM是数码宝贝? -Damn..... these videos are just SO good -As a American, my mouth is watering. -厲害 -Im tryna figure out if she married, nah mean? -The perfect woman exists ♥️♥️♥️ -17k people dislike this video????? -万青的评论区团结了两岸青年,而李子柒的评论区。。。团结了世界人民 -Every time I watched her video, I felt my heart was purified, and sometimes I would laugh at her funny little action. I love you!Beautiful Chinese girl……^_^ -我活的还不如那两小狗 -おいしいね。 -奶奶的帽子脖圍好可愛啊~ -this feels like if ghibli was real life...very soothing -So relax -看了您的视频感觉很好!谢谢推广中国传统文化! -there are dreams in our life that are shining by different way. -人生有梦,各自精彩 -Like si escuchaste la musica de Digimon y lloraste😢😢😢😢 -👁️👸🌹🍀💓💞🌟👏👌👆👍 SUPERRR FANTÁSTICA 🦄 FELIZ DICIEMBRE AMIGA 🤗😘#JOSEPSS🤝👈🍀👆👍 -pamuk gibi hayat -加油 -I finally saw the "cannon" of China.🤣🤣 -C'est magnifique super 😍 -How cute, you have dogs and lamb following you everywhere. Using that outside oven you made with your own hands is awesome. That large wok is amazing. Your'e so loving with your grandma, which is lovely to see. -农业是百业👍 -I love this life. But.... life is fxxking me. -This is God's gift. -给我看饿了 -Can't bare d poor puppies... You need to feed puppies as well -婆婆好可爱,年轻时一定和小柒一样,心灵手巧 -🇹🇭🇹🇭🇹🇭🇹🇭🇹🇭 -呆湾酸狗臭狗屎 不喜欢看发你妈的狗逼言 -鄉村的氛圍真令人放鬆 -雖要专业英文字幕 -想起来儿时农村里准备年货的场景 -Nice video -好精致好清晰啊就好像在电器商场看的电视演示视频一样 -H留名 -日本人の人誰もコメントしないから寂しいです( ᵒ̴̶̷̥́௰ᵒ̴̶̷̣̥̀   ) -感動感動,能拍出這種畫面實屬不易,要先包下一座有各種果樹、農產的山,再租一個有鄉音的老奶奶,導演攝影美工剪輯後製這些也是要請。 -感动 -國內觀光團來看看 -share your location please .. i wanna go to that place .. hahahahahaa ... -好舒服~好治愈~看着看着就想哭:为什么会有这么美好的生活 -7:57,look at her fingers, they are work hands. -Seriously amazing place to stay in heart tach -Is it soil that she use to fry the peanut? -摄影师是真的6 -帅呆了 子柒 -之前在微博看过你的视频,独自一人做徽墨!没想到在YouTube竟有700多万粉丝,看了蒋校长的文章才知道这么厉害! -if you look at her hands closely u can tell she is really farmer , really real videos ,i love it -翻墙来看,子染姐姐真的太棒了!看到了好多中国传统文化,读了古书,今天才了解啥叫了桃花源。 -So adorable with a lamb and dogs following her -好想和姐姐一起生活 -这爆爆米花的“神器”估计只有我们大陆80,90后见过吧……哈哈哈,好怀念小时候爆爆米花的情景 -IF you want to know the definition mesmerizing. watch her -要不是看了共青团公众号的推送 我还不知道油管有这么一个中国up哈哈= = -才知道这个人,也才知道她是我们绵阳的,油管能上700万,我只能说牛逼 -This is the life which I really want to live -四川真是个好地方 -this is 100% proudly made in China -李子柒是本名嗎?真厲害……什麼吃的都能做~~娶妻當娶這種~~👍👍👍 -别的我不知道。在海外上学,有一天课上旁边的湾湾姐姐给越南妹妹推荐这个视频,当时都惊呆了。李子柒也很符合现在很多人的“精神需求”,我们过不上那种生活,但还可以追忆一下那种美好。 -Nobody else thinking... How many friggin cameras did she use? -❤❤❤❤🇸🇦 -身邊的小動物超可愛~ -看评论大家都说这是天堂...只有我一个人感觉这很累吗,躺家里玩手机玩电脑才是天堂好吗 -很棒 -子柒我能問你是用什麼相機拍的嗎? -A pleasant life is desirable -从央视过来的嘻嘻 -Abonnés pour toi je suis algérienne ❤ -little lamb with dogs together, how cute can be😍 -so peace!so beautiful! -Я обожаю этот канал,все так мило и очень вкусно,и девушка просто на все руки,и строит и готовит,и печёт,сейчас таких девушек нет, все только халяву ждут,умничка и большая молодец🤗🤗🤗🤗 -被央视翻牌了哦 -我很好奇糖葫蘆她是用什麼果子做的? -Tumi volo -翻墙来看你 >∀<! -怎么有种漂洋过海来看你的感觉 -0:24 so lovely so cute, dog 1. 2 and a sheep -She's my wife. You can give up -She was preparing for Chinese new year. -一个视频4000万次观看,了不起,Love U 李子柒 -Thanks. Best wishes. -翻墙来看 -翻墙来看 -这一天下来腰酸背痛,快休息一下吧,辛苦啦❤️ -Có lẽ tôi là người Việt Nam duy nhất xem video của em -全是英文評論看毛線啊 -非常的感动。让我想起自己的儿时,想起乡下的姥姥姥爷。勤劳,热爱生活,让我们一代一代把我们的文明与智慧永远的传承下去。 -看的我想哭,全是小时候的味道 -居然还有这种我小时候才有的爆米花,小时候觉得特好吃 -如果有人用李子柒做动画主角,无论是宫骑骏风格还是迪士尼风格,感觉都是十分有爱,就讲一个女孩成长故事。 -有淘宝店吗?把它卖到全世界去🤔 -小姐姐,你上央视新闻了😂 -if anyone who can't understand what the video is saying ,u can ask me . and I'll try my best to help u deal with that.( at least I can do this.) btw i'm chinese -真的太感动 -可以的,这姑娘 -Always amazing at her talents. -好怀念那种爆米花机,哈哈 -很像邱淑贞年轻得时候,从侧面看 -Thank you for Liiziqi to teach me how to make Chinese snacks. ❤ -希望你能拉动大陆和港台年轻人之间的友谊 -I eventually know why American families like to adopt Chinese girls ,who will become angels when you get old -记忆中有谁曾为我做过冰糖葫芦,但现在她已经不在我身边了😭 -墙外比墙内气氛好啊…一片夸赞。加油 -do not understand why there are 17000 dislike.....the videos did not ask you to see ads, I wonder know which part make them uncomfortable? -She is a beautiful strong woman. -Indonesia? -I love the scary sound of popcorn machine made and the happiness it brings. The scene is full of joy and love. Wish you and your grandma a very happy new year! PS granny's hat is soooooo cute! -太棒了! -I'm on my way to job and the video is really relaxing. Again I saw the beauty of diligence and hard-working. -我很惊奇,一个美食 video 竟然几乎没有旁白和人的声音,只有安静祥和的背景音乐。很放松。很向往这种安静的田园生活~ -♥️ -This is what life is like. Imagine having a wife like her. One would be the happiest man. -РУССКИЕ ВПЕРЁД! -I love this video super -很喜欢 -I have a dream that I earn our life outside and you prepare dinner for us at home.Really love the way you are living! -Iam addicted to your videos nowadays.. Lots of love from India 😍 -im impresed by the quality of the video -<3 -5:58 scared by the explosion😄😄😘 -TUS POJ NRAUJ 35 XYOOS KUV MUS YUAV TWB TSIS YOG DAIM DUAB NO OS. NWS DAIM DUAB TIAG2 MAS LAUS TSHAJ2 NO LAWM THIAB, -Sunnguh kreatif -😍 -作为农耕民族,历史上中国绝大多数百姓在过去的绝大多数的时间一直是这样生活,辛勤的劳动。 -جنة فوق الارض -看她自制年货的感觉好棒啊~ -田园生活,令人向往。陶渊明不知今夕是何年 -This is the life that Thanos expect😂 -子柒估计没有种茶叶 不然可以拍个制茶的 不过这个就比较繁琐了😂 -吧信号隔阂啊 -delicious! -真香 -用盐炒瓜子,沙子炒花生。满满的童年回忆,简直是再真实不过了。 -China dog -什么都会做(┯_┯)懂得生活,还是第一次看到生活品质这么高的人生生活,厉害!大姐姐,加油哦。 -Queria ver receita em portugués Brasil. -Que fofura de ovelha junto vom o filho amei. -So surprise to find that the stove she used, the one with cat ears, is similar to that in Monster Hunter World. -Those dogs are malnourished, with what you earn, at least give them to swallow -自製的糖葫蘆 最美味 -I wish to have a wife like you to grow old w/ as my time comes😌👼 -The hawthorn looks like mini apples -Wow wow goat sheep -What a nice sheep -I really love the Sheep -Nice girl -صلو على النبي -What to say I really want to visit this place -Kon yaha Hindi bol Sakta h... -Press like -😊😍😍😘😘 ❤ 💞 👍👍👍💪👌👌💜💛💚💙❤ -Капец все так вкусно и сладко выгледит -子柒真可愛。😁 -自制爆米花真的是儿时的回忆,又怕又期待。 -Plz provide english sub of ingredients -民俗文化正在慢慢消逝 老一辈的手艺都在慢慢失传 与时同进才不会没落在历史长河中 希望会出现越来越多像子柒这样的人 毕竟老祖宗的手艺不能丢呀(手动狗头) -想起了小时候的农村春节,美好宁静的童年 -Perfeição... Sem contar a riqueza de detalhes ...👏👏👏 -У нее что, день 48 часов? -这个视频里出现了“芒果干”,原来菜总统的灵感打这来的 -Блин.... почему так всё вкусно 🤤 -lov u girl... jus wana b lik e uh :( -看到她的视频这么人气就知道有多少人厌倦了都市的繁忙。 -legend says she is a goddess. -اشتقت ل جونغوما 😭 -ㅠㅡㅠ멍뭉넘ㄱㅣ여워ㅠㅠ -不現實,完全反映不了中國農村一般的生活,卻滿足了外國人對夢幻的遐想。 -差不多4000万了。了不起 -Eeeeevery time I watch your videos I get hungry you cook beautiful food -I think I gained 10 pounds just from watching this video. -This young lady is amazing. -忽然回到了童年,那时中国不富裕,过年是一年中最快乐的时候。父母会提前做香肠腊肉,炒瓜子花生,准备丰富的年夜饭。 -爱小柒啊 -光看这些吃的就是一种很大的享受啊! -啊啊啊啊,小奶狗,小羊羔 -3:22 does anyone notice how adorable that oven is? i bet she made it by herself too. -This is my dream channel -correction: it is not melon seeds, it's sunflower seeds. -The seeds before the peanuts aren't from a melon but sunflowers...and if she's so "environmental conscious"why then use plastic bags?!!! -what's the name of this chestnut -BABIES -Brilliant -那三个小跟屁虫实在太可爱了 -رائع جدا" -子柒加油呀!找句中文评论可太难啦! -me: *has seen this video hundreds of times* -also me: IS THAT A PAW OR A GLOVE I'VE SLOWED DOWN THE VIDEO WHAT -👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍❤❤❤❤❤❤❤❤❤❤ -星がキレイ -唉?我为啥翻墙过来还是要看你呢? 这一集真是让我想起我姥姥。以前就是这样,自己炒瓜子,炸各种各样的东西。很幸福啊 -I believe she is young in her twenties, how did she learn to do all what she does? Also, all the fruit trees that grows beside her house are they naturally grown there? -想念老家了 -Esta chica vice en un paradiso y es muy habia me encanta estos videos -Sounds stupid but I have to say that I really want to cry after seeing this video. The heaven should be like this! -To the new : her name is LI ZI QI, she is from China, Sichuan province. Image China map is a chicken, she stays at the heart of the chicken in the mountains. Well, Sichuan is a basin and very humid, that’s the reason our people eat a lot of chilies & peppers(the pepper is different from the western black pepper, it is a local product create tingly numbness in month) to release the humid in body. Sichuan cuisine is the most widely served cuisine in China(like kongpao chicken)... -in Chinese culture, the intension of return to cropland, is to achieve soul's return and spirit's salvation, many modern Chinese admire such idyllic life but not enough courage to give up city life & Return rural like I do.... we only can console ourselves through the video like this -Life as life should be -I love the way your cooking dear may God bless you -感恩子柒 -有妳真好 -尤其與阿嫲相伴,更是感動 -每天與90歲母親乙起欣賞田園風光懷舊古厝…… -每天擁有好心情 -我感恩! -👌👌👌👌👌 -不得不佩服古代劳动人民的智慧 -Is there a shop where we can buy -看饿了 -lovely puppy :) -怎么还有一只羊咩咩😄 -馋死我了,上哪去找这么会做吃的的老婆啊 -बहुत अच्छा、とても良い -الله يسعد الي حكى عن قناتها طول ماانا اشوف الفيد مبتسمه تغذيه بصريه + بساطه + طبيعيه اعشق اجواء الريف😍👌🏻🏠🌿 -Wooowww amazing -Habra alguien en estoa tiempos que se crea este cuento de que ella recolecta en cualquier parte frutas y verduras??? 🤔😏😤🐢🐤🐣🐥🐲🐉🐳🕊🐔🐰🐹🐀🐨🐻🐿🐓🐣🐢🐤🐥🐤🐍🐢🐦🐉🐉🐧🐥🐤🐤🐇🦃🐔NO CREO!! -Our big fans of Ziqi from the whole world: Ziqi is suffering a lot from a big group of jealous media and people in China recently. These people try hard to end her carreer. Even the national newspaper of China, China Daily, wrote an article recently to hope these people give some freedom and better treatment to Ziqi. China is not a closed society, but one with flooding of different views. Some can ruin a single person's reputation very easily. It's a sad fact. All best wishes to Ziqi. -she's making sweets for her entire village! -I LOVE YUOR VIDEOS -Hola a you thalk español o inglés you are soo biuterful girl i like you so muchs im front mexican but i live here in norte carolina in usa please texting me back please -I wonder if her grandparents have any regret about her catering to them and working her ass off for them. I know its the traditional thing to do and b4 comments get stupid, I MYSELF have been in her shoes. Worked the land the whole nine. BUT we only get 1 life and her youth is passing her by. Im sure she is glad to be there and help her elders. It gives you a sense of joy (it did me as well). I just hope she had some balance and has a life of her own outside of what is seen in these videos. -They call sunflower seeds, melon seeds? Pretty cool difference. -Hauusnnsjjsisbbsij sjsisbjsis. Sjisnisjsnuis -Nkwiwjjjsisjhsusbsjjwbj sjusb w -Njsijabbsisbjajsjbbshs -Vbbsuuebe uma sjjdbsjjsb sjdis e jsibdbs -Jsiiwjjjjsnnwjja baiksnsinq siiwnj wjuens w -Browsing the comments, this came in to mind. It’s just pathetic to think about that people in the west actually believe what the western mainstream media chose to let the believe. - -It’s not the people’s fault, but it’s time to reconsider the moral standards of modern media. With such advanced human civilization, is it OKAY to publicly and advisedly mislead people and to create prejudice and conflicts on purpose, where it was supposed to be THE equal, peaceful and unified human race. - -‘Imagine there’s no countries’. Countries attack each other for competitive advantages, media are just tools 🛠 to control people to support their government. Politics do nothing but slow down the development of human. - - -Conclusion: - -The hard-working people are innocent. -What’s truly evil is the few who possess the most power and most capital. -as cat lover i love you bread oven! -realy good cameraman and editor! Beautifull actress. Nice music. a very good moment in your part of the world. -神仙生活!!超级向往!! -Chinese Communist Upper Crust...this isn't real life in China... -Just amazing soooo nice thank you 😇 -6:00..... so funny -Healing fall~~ 🍂🍁🧆 -Me encanta ❤️ -I feel so stupid cuz as a Chinese I don’t even know who she is until one of my gf’s foreign friend told she about her...and after watched this I feel more stupid cuz all I’m watching on YouTube is drama and ricefuckinggum...smh -Why does she look like mulan? -看了这个视频有种进入桃花源,归园田居的感觉 -Our sichuan girl is the beat ! -I love your videos. I’ve been searching for diy li hi mui or salted plums/lemons -这里面有一段是不是数码宝贝的bgm。。。 -👍👍👍👍 -Such a beautiful life ❤️😍 mashallah.when I was a kid i used to ask my mom why human developed civilization stone age was better place to live. Now I get it human wanna live near to nature so was I trying to say back then. -子柒你太棒了,你的聪明才智让你无所不能,我太佩服你了,希望你心想事成万事如意,早点找到如意郎君,永远幸福! -This is the wife I want to marry -I admire Liziqi so much -I wanna know where are all the ants when there's such a huge feast on the table? -爱你❤️ -为啥这篇看的最多……都是吃货啊 -♥♥♥♥ -love liziqi forever -hi everyone, is our life is life....NO. SHE did -太强了,三千多万播放 -5:30 那个bgm是数码宝贝里面的吧 听的我好怀念 -李子柒is a wired name in Chinese, easy confused with 李子染 -这么大的大芒果 我想吃呜呜呜... -加油哦💪 -좋은 영상 잘보고 갑니다 -At first I thought the seeds were sunflower seeds. But they're not they're melon. -I would like to know, who's the one that dislike the video. sth wrong with them? -I don’t like when dogs were scared of the popcorn exploding -想起我奶奶做的冰糖葫芦了。 -Love granny. ❤️ -Nice girl -👏🏼👏🏼👏🏼👏🏼👏🏼😍😘 -Shr is packing food with bare hands n eating with same hand at the same time, also using the same chopstick to eat... no one noticed -Where did she get mangoes? I thought they only grow in tropical climates -It would be so awesome if she sold snacks like these on her website. 😊 -She is so hardworking. Watching her makes me want to learn all these things. But it also made me realise how much of a useless and lifeless I am. -Perhaps this is actually how our life should be. In tune with nature, its true richness and doing some work to make it meaningfull.... and perhaps that's how it actually was back in the days of so called non progress. I wonder... 👌🤗😆 -This is not usual Chinese countryside. This girl is actually very well to do and her family own several hectares of land -Просто умничка😙😙👍👍👍👍👍❤ -ميصير تزوجيني يحضي 😒😒😒وخليني وياج شتغل😭😭😭 -خايبه هذآ خروع من يمي حلكي صار مر -Damn I wish I can live there it's like the most peaceful place ever, and THE FOOD yum! -Amazing -Ngon 😋 -Haha, all the traditional Chinese snack foods. Love it! -Dislike for malnutrition puppies. -Masha Allah -Vyri good -Perfect, perfect, perfect... - -Everything!😘😍😊 -Wtf a chinese youtuber? I'm going to die in peace now Lol -OMG Your kitty cat oven is so cute, I have never seen anyone else.with such an outdoor oven. You should sell those from your channel. -Imagine living in this place with no fucking wifi breathing air and drinking water and eating healthy -Hey is there a way to contact you? I want to live with you for a week or two. I will pay! -The last time I saw the popcorn maker was more than 20 years ago......that was the happiest time of every kid...... -5:59 grandma's a gangster, didn't even flinch -向往的生活 -、有仙气,鄉士气味濃厚,童年回憶、,回味無窮,正。 -Awesome ❤❤❤ -Amazing ..... kiss from indonesia -У них всё растёт а у нас после них скоро расти ничего не будет! -Like this -I love you -I really want to spent my 1 full day n night wid her n taste all😘😘😘 -Wowwwwww -hi ;) -How do you do the "Rock Candy"? -No me canso de ver este vídeo me parece tan hermoso todo todo!!! ❣️ -What do you call that food she made that has eggs and flour???? Kinda curious on how to make it myself. -Omg amazing channel -Linda e trabalhadeira -玛丽有只小绵羊 (Mary has a little lamb). 啊不不不, 我的意思是,李子柒有只小绵羊 (Oh no, I mean Li Ziqi has a little lamb!:-) -原來是爆米花啊~~~ -Золушка))) -令人向往的田园生活,不禁想起了30年前童年的日子,虽然远没有这么丰富。羁鸟恋旧林,池鱼思故渊,开荒南野际,守拙归田园。这才是人生的乐趣! -На русском перевод нужно -Essas carne que vc faz e carne de cachorro? -😆😋👍 -Making mammon while watching 🥰 then all of a sudden feel hungry lizque you make us hungry 🌹🌹😘 -В каком в чудесном месте живёте! Я хочу в таком же жить! -Ai là ng viet nam ma xem cai nay diem danh cai nao -Congratulation. I envy you. -Sao đéo thấy ai người việt tn -Setiap menonton selalu dalam pikiran saya yg makan siapa 🤔 -Makanan sebanyak itu dan selalu dimakan setiap malam hari - -Hanya ada nenek dan anak lalu juru kamera -O! Amazing what an idea. 🍁 -the way she carries the fruits contain -Whoaw -She is so neat -I feel tire that’s what people says laying on a couch -hight pleasure -جميل هذا الفيديو و الموسيقى ملائمة مممم -Nhìn mà thấy mình hơi bị té so với con nhà người ta -I want to marry her - -😍❤️😍❤️🌷😍❤️😘 -Very impressive :) -2:14 -€£&£€€£#@ -Harika ve çalışkan bir kadın.! -I told my son that I wish she were my daughter! Absolutely wonderful! -💕❤️💕❤️💕❤️💕❤️ -So beautiful and her animals so cute they’re walking and fallowing her almost everywhere she go.💕❤️ -I love you -chị này thật damdang -谢谢,子柒的视频!子柒是中国的传奇人物(文化,独立,责任感,传达中国文化人物之一)不论什么时候都是中国的一个奇女子!因为贡献了我们中国文化!尊敬 -5:56 Lol -çok iyi ya 🤩😍 -❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼🌺🐾🐾🐾🍀 -Delicious Delicious Delicious -部あは羽 -semua peraltany dari tanah dan semua bhnya alami fres baru petik semua, indahnya bsa hidup seprti in -Wow like 💯 💯 💯💯 -Beautiful this is heaven on earth -😍❤️ -Every time she made a new different snack, i be like oh sweetheart you can rest now -And she like nah bitch not enough -gemeez liat sheep nya -Привет из России! Можно смотреть часами)) -您好,一直以來訂閱您的頻道,看著您紀錄生活的影片,總是讓我感到很放鬆、很療癒。不知道您是否看過鳴響雪松系列的書,但您真的很好的實踐出書中描述的生活形態,很讓人開心,也很感動。 -OMG there's a DIGIMON THEME in the video.. -aaaaaaaaaaaaaa.. love it >_< -5:57 onward So cute! But who knew popping popcorn could be so frightening :P -世外桃源 -Will you marry me??? Damn i would be the happiest guy on earth and so will you -Please pay some attention to those puppies, I'm dying here :'( -would like to know how to make the all the food she does. in other words what r the recipe's, but in American measurements, please. All the food looks great. -Man y has no one wifed her up?omg she is drop dead gorgeous and could easily be a model, not to mention she can cook and do jus about anything around the house, y’all men in China is tripping hard bruh🤷🏽‍♂️ -cute little dog -👍👍👍🇩🇿🇩🇿🇩🇿🇩🇿🇩🇿🇩🇿 -Wonderful -Really addicted to urs video ♥️❤️ u r the best -Это не наш мир)) Это другая планета! -牛逼,太成功了,酸了酸了 -Sister super -كلش طبيعي 😍😍😍ماشاء الله -it is a beautiful life & natural food . what is the name of this town & from any country ? -I'm from Iraq 🖐 -هل يوجد عربي هنا في التعليقات ؟ ما هذه الغابات الجميلة أين يعيشون هؤلاء ؟ طعامهم كله من الطبيعة -راح اعلق بالانكليزي واسأل والله كريم بلكي يجاوبوني -I want to buy this goodies! -حياتها مريحة للأعصاب هادئة أستمتعت بالفيديوهاتها متاحتاج للكهرباء ولا غاز -太厉害了,动物也可爱 -Thank you for sharing all of these cooking ideas 😁 -For all those people complaining in the comments that they’ll never live a life like hers-what’s stopping you? Don’t say money, because she didn’t exactly start out with much, or any close family members to help out apart from her grandma, who can’t really do much of the heavy labour. Don’t say location either-even if you only own a small flat or town house you can always find room for a small chilli pot plant or herb garden. Don’t say you lack the skills-ziqi missed out on a large proportion of school to help out with family-it is never too late to start learning, and none of the things she does are unachievable (after all, plenty other Chinese farmers, and farmers across the globe probably work in very similar fashion, perhaps just less aesthetically pleasing as ziqi makes it seem bless). If you want a life like hers, stop complaining that you’ll never be like her when the ability to do so is freely available to you. Laziness is not an excuse on this world which we can only stay on for a temporary amount of time. Talking never got anyone anywhere-it’s actually following through on what you say that matters. -This person has wonderful and funny videos Subscribe to his channel to support him and reward you God reward you -https://www.youtube.com/channel/UC1ISGpcqZqcWIEf_hj10p1g -都没有中文留言 -You are inspiring -great video🥰 -I love this woman how she taste her treats to make sure that they taste fantastic ^ ^. I really love this genuine and gorgeously pure woman -Her: eating fresh food from the garden -Me:eating doritos on my couch -Ini sangat indahh -im amaze that ur helping ur grandma its the way of sharing ur love -중국인인데 유튜브는 어떻게 하는거지? 통제 안당하나요? -где она блин живёт , что там всё растёт. -Kreatif bgt sih😍 -Me encanta en verdad ver esta mujer es en verdad un ejemplo como todo lo q puede hacer de una manera única sin tanta tecnología y utencilios electrónicos todo al natural y rustico me maravilla y relaja verla felicidades -her grandma is very cute . -5:16 Could someone give me the name of this song, please? -惭愧,生为一个四川人居然有没吃过的,芒果和苹果四川有,但不是她那个地区出产的,野生板栗应该没有那么大。腊肉挂得太矮了,要被狗偷,去年我家的香肠就被狗偷了,那个泥巴烤炉也不是每家都有,家里人口多,又有能做事的老人才行,下雨就坏了,牛肉干要晾两个月才好吃,下山就要发霉,蛋烘糕要趁热吃,不能放。那么多果子应该放地窖,每家每户都有,浪费了。 -看到你的视频能够抚摸我内心的伤痛。有点不可思议!惑恩有你 -Dejavu 2:17 AM watching this -Mango? In northern China? -这羊可以啊,羊养成狗了 -Where is she from and where is she living? She doesn't waste any of time and nature, I admire.. -看到了我们的上古神兵,哈哈,估计老外都不懂吧 -居然是冰糖葫芦,我看到一半就知道了 -l love💞💕💖💞💕💖💞💕💖👍😍👍😍👍😍👍😁😋😁😋😁😋 -it would be better if there is no music on background... -Wanita tangguh -This girl makes m feel - To go there and build a house like her...The things she need every type of trees are there...Woah! -I just discovered you today and subscribed right away. Great effort and work. I appreciate and envy on you a lot. -뭐지... 넉 놓고 보는 이유는? -I just can't stop watching those videos -Chị này xinh vc -❤️❤️❤️❤️❤️❤️ -أتمنى أعيش الحياه الي عايشته كله ع طبيعه -This is my new fav channel. -I love chestnuts. -هل مرا اعربي من هنا -А почему она так много говорит¿) -Brasil 👏 -والله حياتك كريمه لاكن ؟ -I love Grandma’s hat!✌️❤️🇨🇦🙏 -I love you from Nepal 🇳🇵 😉 😘 -💛💛💛 -Tất cả đều rất ngon -I don't know how many times I watch this video this is the best and relaxing video I have ever watch -This Is SANINTEN PEANUT... -Việt nam -Explosive pop corn. -Wow wonderful cooking and preserving.... -ما خلت شي ما سوته .. حلا .. مالح .. خزنت للفصول الاربعة .. شالت الفواكه من الشجر .. وقصقصت العشب .. جلست مع جدتها وتساعدها .. هذا مخطط سنة في يوم يا جماعة هي طبيعية ولا انا فيني شيخوخة مبكرة !!! جاني ارهاق من كثر ما اشتغلت بروح انام -I think this girl mentally and physically So healthy. great video -👍🏼🤗 -Moral of the story - -Life is blessed without internet -are those puppies o r small dogs, if they’re dogs, what breed? -@Gordon Ramsay, you need to watch and learn. -فهموني راني غير انا عربية في وسطكم -فهموني راني غير انا عربية في وسطكم -القصطل نمووووووت عليه 😍😍😍😍 -应立即家人几千块钱极速前进怕怕啊 -شكون من الجزائر يحبها انا نموت عليها.. كي نقلق نتفرج عليها -Ngon thật ae ♥️ -Liziqi mam I want to cm to your place,I ll work along with u and enjoy ur variety of recipes with beautiful nature..plz tell me hw can I cm? From India.. -祝你越来越好 问这这是云南哪里? -Is there anyone who could translate the crepe recipe.It looks like flour, egg ,powdered sugar, oil and water. but what kind of flour? -Watching your channel is a feast for the eyes...absolutely brilliant! -منو عربي ويتابع الفيديو وما يعرف شيسون ألي يعرف يكلي😔😔😔😔😔 -الله يزيدك خير على خير -Chị làm kẹo hồ lô cho em ăn rất ngon. Làm cả kẹo siêu to khổng lồ giống bà Tân Vlog ạ. -فطوم حصلتينا معيشتها تشهي -The food stock can feed a village -الي عراقي لايك👍🙂 -子柒加油吼 -https://youtu.be/SFFlxuyIu6s. Mirenlo porfa -الجزائريين وين راكم فطوم وين راكي ديري جام هههه😂 -Really it's a paradise -I would finish that entire thing of popcorn -❤ -فطوم راكي تشوفي في كومونتار تاعي هههههههههههه -English subtitles is important Sis. I feel good to see all your videos. -Waw you are a mazing from Algeria top -كل صبع بصنعة😂 -希望婆婆常年百岁,永远陪着小柒! -很喜歡看你節目, 添福🉐🈵💯 -Indonesia mana🙌 -With no e.electricity, what a wonderfullife ! -فطوم رانا هنا هههه -Je suis de l'Algérie -Whenever i watch her videos it makes me want to live there for ever -واااو روعة هذي لبنت عندها قناة في التيليفيزون ولالا -ما شاءلله على حياة الطبيعة 🌲🌳🍄🎋🌾🌷 -لي جا من عند فاطيمة سويد يدير جام هههه -You are the best women i love you -لي جات من عند فاططيمة السويد دير جام -i’m always amazed at how many things she did in one video. other ppl will do just 1 thing in a video, she did 10 of them and all with precise editing (although sometimes i wish she will make them longer) -wùa ái ni à .. -_ like ❤️ -Don’t eat this much candy or you I’ll have DIABETES!!! -Mash and the Bear !!!! -Goals life goals -每次看你做吃的都好想尝尝。。招助理麽 -Hola -What is that flour she added to the marshmallows? 3:45 -Li ziqi shows us what the ideal Chinese countryside life but we have to be aware that this is not what Small villages in China looks like. -I can't get enough of these videos the lambs the puppies her exquisite skillthese these are the most Serene in God filledl videos I love them -Amo esses vídeos. Estou viciada. E já quero uma casinha nos mato com uma plantação bem variada pra fazer assim minhas comidinhas. Seria uma realização tão grande.. Kkk -한국인이 빠질 수 없지 -she is like nezuko-chan :(((( -Buen ots el de Digimon -Jo mới xem -Kèo hồ lô -Wow is very good -❤❤❤ -Боже....! Как Все Красиво! Тепло! Радостно! Смотришь и отдыхаешь! Прямо Сказка)))) -Would love to c her for real :) -这样一整套坐下来我感觉至少要一个月,太难了 -神仙姐姐啊 -Loved mother nature, live save #latagamit -Cute💖😘 -Those are not fried melon seeds.There are sunflower seeds. -Aren't those sunflower seeds? -So lucky to live where it snows AND you can grow tropical fruit. What a beautiful area! <3 -That Pretty Chinese Girl is a Magician.... -جمال طبيعه واناقه وترتيب للبنت -راحه نفسيه كبيره -好特別,做這麼多當存貨還是販售啊? -kimchi is korean food NOT CHINESE FOOD please😡😡😡 -مو كانو تشبه مينا من توايس -i want to live a life like this -I'm rich -Are you pore I'm 7 -so good -Woa chị này thiệt là giỏi -https://www.youtube.com/watch?v=kyqfEncsj5o -El soundtrack de Digimon....Shouri Zen -Rasanya pengen tinggal di sana. 😱 -adakah orang Indonesia yang suka nonton ini juga? kalo ada komen dong.... -5:11 wow this sky is unbelievable -7:14 that dog though -我在中国都没有吃过这么好吃的 -7:46 grandma looks so cute 😍😍😍 -cju cuu -Omg 太強了! -Wow so good -that popcorn machine! I used to eat that when I was young, the explosion is the best advertisement that popcorn man is in the neighborhood -Huhu t xem lần thứ n r mà lâu lâu vẫn xem -ㅜㅜㅠㅜㅜㅠㅜㅠㅡ한국어자막주세요ㅠㅜㅜㅜ -What are the cooking pans made of? soap stone? -我喜歡看這部影片 -https://youtu.be/0O1PqZUCEoI -After a long time i am Waiting for your new video..plz upload as soon as possible. I am big fan of you liziqi.. -Where is that place and how cam i live there... i hate this synthetic world😞 -Rất đời -Ai co phuc lam moi lay duoc chi nay, gioi lai xinh dep -Show! Brasil. -Is that power sugar that she puts in with the marshmallows mix????? -dame,I'm so hungry now🤤🤤🤤 -Em thik video nay lam -我读中学前也是干农活过日子的,年货也是自己做,但我看你干农活都不带手套,佩服!要是我,手早就伤痕累累了 -1:51what a beautiful cooking scene. -Why are you don't touch this lovely pup? -Hey..you have a lovely animals like puppy..goat -I never see her feeding her animals -Where do you get Mangos and Marshmallows to do those two dishes? That's not mountain food. 🤣 -When the goat slowly dissapears towards the end of the video. Nobody knows what happened to it. -Anyone else’s notice the dogs never get older 😲 -Doesn't look real...she is a good actress. -Li is so cute, she automatically covers her grandmothers year and jumps so high when the pop corn machine is popped open -https://www.vietnamimmigration.com/espanol/donde-esta-la-embajada-de-vietnam-en-venezuela/?fbclid=IwAR1hmm_ZxwDTOU75gahkNBo0c5I6MoJocPjv5bgFaH3vzprnqXtq3wEDW9s -Thank You for your videos.. When l watching your videos, I am feeling very Well.😍 -that is the countryside life in China~ -Ai ma cuoi duoc Co gai ay LA ko so bi doi Co gai gioi giang diem 10 -Meu Deus que delícia!!! Uma pena que não sei direito os ingredientes e mesmo que soubesse aqui no Brasil não deve ter. Parabéns pelos vídeos eu amo assistir, dá uma sensação de paz. -I don’t like China as they are destroying the world ......and bullying neighbours and taking over the innocent buy feeding the money to authority..... please watch this....the real face of China https://youtu.be/T1UrPJzi0XU -リアルジブリ -Девушка моей мечты! -Omg I want to live in your exact house and lifestyle :( -Sepertinya tmpt tinggl nyaenk sekli -اوف من اشوف الفيديوهات مالتها اريد اعيش هناك يجننن كلشي 😍😍😍😭😭😭😭 -I wanna ...came to ur home😍😍 -Gh -Every thing she makes is so healthy and pretty ( I can’t say the same for America but to be honest I am ashamed of living in America.......) -what you cook is very tasty -مااحلكي شو مافي عرب هوني☻ -Where is Baby seep? are they eat ???(´Д⊂ヽ -Funny moment when she shocked with the popcorn cannon XD -Can you eat the big yellow things that have fallen on the ground or are they no good? -disculpen pero esa no es la abuelita saludos cordiales desde Ecuador -Omg I’m in love with those little puppies -I love them. -🐕🐕🐑 -小狗狗怎能不能吃? -好小气 -冰糖苹果是认真的么233333 -3000多万播放,赞赞赞!!这才是文化输出。 -Podrían poner subtítulos en español? Me encantaría entender lo que dicen y las letras que ponen el video por favor si? --ทำหน้ากินอะ ไปกินด้วยได้ไม่อะ น่าน่าน่า -Really really like. -Yesterday weather Ha Noi 26 độ c -I have a thing to say that let us all like liziqi channel as much as we can and she will be more famous YouTuber in the whole world!! -IF YOU AGREE PLS COMMENT AND TELL... 😙😙 -This afternoon, Hoang Anh’s child picked me up so late, Liziqi. I just met Mr. Quan, and i said : It’s too heavy rain ☔️. At Thu Huyen, Phuong Anh and Thu Ngan. The students are all on the way back. I love 💗 you sir. -mango?! -Os doguinhos lindos 💕🐶🐕🐑faz video alimentado eles 🐕🐶 -I know Chinese 上 means up 三 means three -太棒了 -Lizi You are the Heidi Now?Why you are sow silent? -oh she has so cute company ,little dogs and sheep,birds are singing,cows,pigs,grass,flowers,unusual nice fruits and vegetables,garden,nice old village house,no plastic,nothing artificial, simply people,life without stress -She reminds me soo much of a Disney princess 👑 -好漂亮。人美,景美。 -1:10 I'm afraid the lamb would be killed and cooked for dinner by Liziqi by the end of the vid -I hope to live with you 🥰💕❤🙏 -日本人居ますか? -I would really love to taste her foods -This video is great!!!!! I-I just love your videos OMG they are so good!!!!❤️😄 -Auto subscribe....this wonderful^_^ -i love you so much . -Music used in the beginning? -Loves -My favorite LiZiqi video 🥰 -Bà ơi, cháu làm cây kẹo hồ lô siêu to cho bà nè :))) -재료 있으면 나도 저정도는 요리 할 수 있는데 -Why writing with English language for showing that I understand -❤ -So yummy 😭😭 -I hope my life will be peaceful as her ;_; -Chị hết hồn dễ thương quá trời -Those are cute doggos and sheepos -Đồ điên con chó địt -cưới vợ được như cô này thì tuyệt biết mấy quá giỏi 😊😁 -睡前看一下子柒的视频,一天的疲乏,烦恼都烟消云散。所有凡尘杂念都荡涤开去。谢谢子柒,继续关注你的作品。 -If I die and go to heaven, this is what I want my heaven to look like. -5:59 boom💥 -This is Asmr official -That looks so good. I love this channel and so glad I found you. It's beautiful ❣❣ -Were sun flower seeds guys -I want to live with you and eat whatever you make....looks awesome life you are living... -Всё так чисто и аккуратно, а собаки, бля, неухоженные -Huge chestnuts😍 we make soup out of them, looks strange, but very tasty! ☺️ Different cultures, traditions, food, interesting to exchange things like that. -Who like pompoms and new DIY ideas welcome to my new channel https://youtu.be/FYtSAyUnKLE -Best wishes 😘 -Me a 11 year old artist, and i hope when i grow up - My house can be as somewhat peaceful like lizi's house -china oil 🤣😅 -I wish to live one day like you. -Хочется русских субтитров -wow , cj thật giỏi !!! -Very nice life -Everything is intresting -Life with out fear -t thấy tiếng việt t vào coi và t còn k bt đây là nc nào luôn ai đây mn như quay 1 ngày lao động ý tên j vậy nghe nhạc buồn quá -Magnifique c'est vraiment très joli à voir merci -Excellent 👍👌 mija bendiciones -U r not sharing fud with ur pets which is not good 😒 hate u for that and I m unsubscribing ur channel as well -You aor life is beautiful 😔 -❣️ -Svině -I see this video minimum 50times.....how much I love this video I don't express that love you liziqi you are the best -Where does lizique lives in china?exact location. -con cat me may -Yes she used to be a professional DJ. A legend I love her so much. -Make such more video -想起小时候,一到秋天奶奶给我们做冰糖葫芦。不行了,我想我奶奶了。可惜老人家已经不在了。我现在好想我奶奶,这期视频想起太多回忆了。 -Who needs a cell phone when you can just yell. This makes me want to move out there😭😍 -I love sweets 😍 -👏👏👏👏👏😍😍😍 -Very nice -It might seems a bit inappropriate to ask. But was the sheep at the beginning of the video cooked? (After she cooked the meat. The sheep just disappeared ) 😂 -Your stranded on an -Like Plays Harvest Moon Game . 😂😂😂 -Сени суйемин жаным -اصبح الجميع يتمنى مثل هذه الحياة ولكن هيهات -Wooou que' manos mágicas para elaborar recetas culinarias echas por ta'n bella persona desde Guatemala 👍 -Готовит целый день а собак накормить не может жадная -The sheep and dogs following her 😭😭 -What is that little terracotta cooking pot called? -She can cook anything and everything in that big frying dish -5:54 when she ran towards grandma to cover her grandma's ears but covered hers instead 🤣🤣 -Great job.... -I mean I have to say she can actually open a shop and I will probably go -LOL -OMG the oven that she made is sooo cuteee, look at my oven :’( -பெண்ணே நீ அழகாக சமையல் செய்கிறாய் அருமை -Hay qua -5:18 Digimon BGM..... -So peaceful! -Vn oie -น่ากินมาก -The life of her pets are better than the human. -gives me the same feeling as playing harvest moon as a child -Do you grab the product with your chopsticks that you ate? -5:54 She's so childish and yet so mature -Muito bom seus vídeos ... -Hello -Healty food -.....love from indonesia -Wow how a beautiful heaven and the animals and the place looks so beautiful -Look like harvest moon in real life wkwkwk -Ngeue skuy, andaikan kamu tau bahasaku ini:( -Im like hearing the last music..."i know this one, its from digimon" then it actually was wtf my childhood. Made me cry.. -You don‘t know how often I’ve watched this video -Paket -I wish to get girl like you -All that work she done id be dead on the floor by now. -what she do with these products??can any one tell plz -I'm here for the puppies. -she just inspire everyone to live a simple but a meaningful happy life .. -where your from -❤❤❤ -❤❤❤❤ -That doggos are so cute 💝😍 -Puppies and a goat as companions? No wonder shes happy af with her life -Aapka recipe Hamen bahut pasand I -Nice recipe -I want to be that grandma, haha 😂 ❤️ -พี่คือ i dol ของหนู -is she using a VPN? -Your stranded on an island and u can bring one person - - - - -grabs Liziqi -so many goodies ☺️ brings me back in time.. especially the tang hulu and dried persimmons 🥰 - -bonus for the the little lamb and puppy cameos 😘 -Very simple life😍😍😍😍😍 far away in the city... i like this simple life... -Mulan en persona! -All those food and snacks look so delicious! Do you sell them ? -I have to shoo my little brother the same way from eating my food haha -يمكن انا العربية الوحيدة لي هنا هههههههه -Tão lindo tudo nesse lugar ❤😻 -Just watching things makes me feel whole. -If Billionaires see this and compare their concrete houses to this natural mountain farm they will know that they ain't having a life but slave of unnatural lifestyle. -idk why this made me so emotional omg.. -Grandma very cute -Cảm giác như lạc vào một thế giới khác, bình yên, nhẹ nhàng.. -谢谢。 -Lovable pets 😍 -iloveyou -What I’m really surprise if how Patient she is. -So yummy -I love you liziqi ...plis reply liziq -You are so cute girl -Wow 😘 -Nobody pays attention to poor puppies (: -How i wish it is all for me hehehe -Wanna taste them all!! -Indonesia -Hadir - ⬇ -Her story is so inspiring. She lived in the city working as a Dj, but one day her grandfather died. Around that incident, she decided to leave her job and go back to her hometown to take care of her grandma. -Find all your videos really interesting, the way you make them short while the shooting took much longer... The video editing must take you a lot of time too, I really appreciate the work done before, during and after each video, we can feel the work through each of them, well I admire you and your work! Love you -In today's China, it's really rare to see people making theses snacks at home. Industries are more efficient but less fun. I miss these joys while i'm in a modern metropolis. -Jah li Ziqi -I love watching your videos, the music and sound helps me relax and just what you’re doing is awesome. I’m glad I found your channel last year -Didn't God kick everybody out of the garden of Eden? How this woman finds her way to the garden. 🤔 -Please start selling them online 😂 -So cute when she peeked out behind the door with mango cones like "Surprise Grandma!!":,))) -امتعتيني ماشاءالله -I love Li Ziqi and I don't believe she is part of the propaganda by the Chinese Communist Party that has created this Youtube video (as it also does on Youkou Tudou where she is even bigger number of viewers and subscribers) to promote Chinese culture and the simple farmer's way of life like Mao used to do and to promote how good Chinese are to conserve the environment (though they permanently destroyed some 60% of their land during Mao's reign and killed off all the sparrows and other birds). - -Even though she earns over $1 million US dollars a year with her two channels and her website where she sells her branded products, I do believe she lives out in the middle of no where that has no electricity or heat as if she is living in 1820's. I believe she always cooks by burning chopped trees that she has to go into the woods to collect herself. I believe she lives without central heating and has to burn wood to keep herself warm. I believe she has no car and walks or rides a horse for miles in the woods to collect mushrooms and other vegetables. I believe she wears these out-dated clothes all day and it isn't just an act where she puts it on just for these videos. - - -I love Li Ziqi and I believe, I believe, I believe. Yes, Disney princesses truly are real and not a made up movie. -Thanks for adding subtitle -I love you so much that I can watch your videos every single day don't give up -I love Natur ❤️🥀 -She reminds me of some fairytale character who despite having tough life always looks beautiful. 🤩 -waw raw3a -You look like a princess with an animal friends -*Edit: wait am i dreaming i got so many like 😄 thank you this literally make my day* -😍 -Хочу к ней. -I wanna marry you 🙄❤️🖤 -These foods are seriously made me feel want to celebrate chinese new year -Liziqi u r a great Women......! Now days who else is there to take care of there grandma..? But you are a awesome guy...,! -She can totally sell what she made 😅 they possibly couldn't eat it all by themselves right? -Why did she take from the tree instead of collecting those which dropped on the ground? Referring to the yellow melon -Một yutube thậy giỏi gian và lại làm rất tốt nửa triệu link cho cô gái mạnh mẽ -i wonder if i can survive in this situation..huhu -I like it -beautifully commercially made -Does anyone know how I can send this lovely woman GLOVES or MITTENS or even just POT HOLDERS???? I’m sure she’s built up enough callouses as well as sustained any number of burns and can handle it but I’m always cringing when I see her trying to pull a tray out the oven. I don’t want to see her get hurt. -なんか切ない -你的歌单在这里!Your song list is here -Does she have some kind of catering business? I've seen a lot of her videos now and just wondering when she makes food in bulk who eats it all? -Queria sementes dessas laranjas gigantes são lindas -Liziqi 👰my wife hug fan ur cooking 🇮🇳 -You are artist ❤ -You're the best! -Chỉ ước ngày nào củng được ở bên em và cuộc sống bình yên v là đủ -I started gardening after watching your videos... and i feel happy while doing gardening.. 💓 -this is my ideal life... :-( -You are perfect♡ love from Korea -Looks delicious. Yummy. -Ước gì cô ấy cho minh ở chung mình phụ trồng rau thôi chứ không làm gì cô ấy hết 😄 -To From VietNam Love You -Aww the dog❤ -This brings peace to my heart. Thank you. -No one gonna talk about how pretty and hardworking she is? -Vợ tôi đấy các ông ạ! -I think she lives in heaven -I like what she cook -She's so amazing and angelic looking.. bless her and her grandma truly! -Also, guys! She did ALL that and then did video editing on her computer like whaaaaa ! -Aww that baby lamb, I kinda feel bad because liziqi prolly gonna eat it 😭😭 -Cái này xem hay thật -Selasie.addo30@yahoo.co.uk that's my email let's get in touch -I wish I could visit you one day, I just love everything about you -I want to live this way.....sweet live -My from is Algeria -Я там сней жить хочу -So so cute -Какая же она прелесть. Смотришь и хочется плакать от такой красоты. -To stop hair fall and to grow hair fast visit my channel for easy home remedy -This looks so fun -She's the fairy of nature 😊 -Lucky grandma😍😍 -Your bodyguards are cute 😍 -Chào chị -Em là người VIỆT NAM -Chị thật là xinh đẹp ❤️ -😨😱😂 https://youtu.be/eStcEVJ0gHc -👍👍👍👍👍👍👍👍👍 -❤ -But I no know what is fix meet -Very interesting food -There's so many fruits... OMG -What happened with the dogs and the sheep..?? -I love liziqi -no one noticed! DIGIMON soundtrack at 5:18! :o <3<3<3 -💞💞💞 -hay hay -i like you liziqi.from east java😅😉 -Can't dry meat in the city. Too many f flies. -Que admiración eres una gran inspiración para muchas personas mis respetos ❤❤❤❤ -Industrious girl -Humildad, amor y pasion.❤️❤️❤️ -Her future husband will be a luckiest man... 😊👫 -6:49 wtf u dnt know yourself what u r cooking or readying.that are sunflower seeds not melon seeds 🖕 -친구가 나를 지원하고 내 채널을 구독하십시오 -친구가 나를 지원하고 내 채널을 구독하십시오 -Her grandma and her Grandpa is lucky because of her, she cook healthy original food, good job keep up the cooking!! Ziqi was cute. -plz translate ingredients in English so other country people can understand -please write the recipe in english -You do everything I love and this is beautiful and thank you for your work 💌❤️. -.💙💙💙👭☹️I want to live with you one day -Nice. Video. Very good.🤔 -Key hai ya. -Puppies so cuteeee 😍 -6:00 rõ ràng là bịt tai bà mà khi bắt đầu... lại mở tay ra cx như k à 🤣 -nhìn cưng xỉu luôn í ❤ -Everytime after watching her vdo for sometime, I touch the screen and check if the vdo is gonna last a bit long or is it finishing already. ❤️❤️❤️ -About 7billion human beings got a chance to live the life to its fullest. -But THIS (gorgeous angel like) lady is the ONLY ONE who's living the life ❤️ -She is a real life Disney princess -Hello Bạn xinh -Remember the xmas song? -Chestnuts roasting in open fire -Saya sangat suka -Hayao Miyazaki music)) -So nice💗 -WOW!! It's special video of 10 minute show, much more than normally her videos.....Love her cute "stone" natural oven....and the puppies following her to the field/jungle. -Why she makes a lot of food?? Is she sell it???? -https://youtu.be/f-ZbfJ4cFrs -could i call you mom? @_@ -Me: Oh what a neat antique popcorn popper, I guess that's just how it's done without a microwave, I always thought it was done in a pot. Huh, I wonder why Ziqi is freaking ou-- -Popcorn popper: BOOM -Me: 👀 -I think Li is the true legend. The most talented woman I’ve seen on the internet. - -By the way I think 6:52 is not a melon seeds but a Sunflower seeds. - -Edit: I forgot to mention the puppies and lamb. They are so cute 😍😍 -I wonder if she feeding the pests.? -Trông ngon wóa -糖葫蘆好吃 -好漂亮 -Very organic fresh life 🥰 -wow!! -Hello I’m new at Li Ziqi Channel. -Last one puppy had a bite 😅😍😍that's cho adorable -you had me at baby goat -Liziqi, are you a Hmong? Newspapers in Vietnam have many articles about you. You should learn more about Buddhism, so that your father's second wife is someone you owe them from past lives, you should not hate this person. -that adorable puppies and baby sheep -How's she brushing -I want to go to that place.. Cz it's like heaven 😍❤️❤️ -These videos are so positive and beautiful, I would love to have a life like her's!! -This bitch has money. Just wow. -♥️ -I used to live at my grandparents house for 1 year when I was 3-4th grade. We used to goto mountain to pick the chestnut. Gives me memory of those times I lived in the country side in Korea -6:00 -marry me -Tội mấy con chó ghê đi theo cả buổi mà chả được ăn miếng nào -Does anyone know where she is? -Love your dogs they are so cute and love they you too. They are so happy to see you! Adorable. -lt is a movie director he made all -https://youtu.be/4VKcxejq-Hk -She's playing harvest moon in real life o.o♡♡ -princess -Apa kabar me from indonesia,nyummy -欧洲的七叶树果实跟板栗长得非常像,七叶树果实有毒。的千万别在欧洲捡“板栗”,大概率是毒果 -This channel beats anything they're showing on Food Network in the states.this channel has the most positive comments in Youtube. She inspired me to cook Vietnamese food -So beautiful, I almost cried -(=✪ᆽ✪=) -รักมากมาย😍😍😘😘😘 -do you have time to make love? -She cares so much for her grandmother, that’s so sweet, moreover, her grandmother is so precious , must protect😔✊💞💓 -Wah Darling who are you? -You are so hard worker girl -I wana marry with you I wish my wife like you -Did you learn cooking -Me I don’t how to cook -I want to learn with you l like Chinese food -But I don’t eat Dog Snake Monkey Me Vegi -I am your fan I have also farm but I do work in the Army you are my sweet dream girl I wish to meet with you -WE MUST PROTECT THEM AT ALL COSTS -Having a grand daughter like her is a blessing from above. -I'd love to live like that -very nice video , joung lady -Que lugar maravilhoso! -冰糖葫蘆 -1 china vale por 1000 latinas -Your make me addicted -I love your vlogs 😘😘😘😘😘😘😘😘 -看到炒花生,想起了自己小时候 -two dogs and one sheep follow her,so lovely! -Marrry me pls :'( -its called kogopon in my countryside -I love how she’s snacking while working at the same time -37 million views, omg! -She be living in paradise I tell you -Sugar commercial? -Que lindo :D -🥰🥰🥰🥰tuyệt voi qua,uoc gi minh khéo tay nhu co ấy ( m vung ve lắm)🤗🤗🤗🤗 -Thật thanh bình yên ấm và hạnh phúc ... -Wow is amazing -What a peace of mind. It feels in this video. without technology that hinders life as it is is wonderful. -Los que dais al dislike, no sabeis lo rico y lo natural que son estos productos artesanales. Ahora ya no se compran nada iguales. -쥐밤이네... 시골 고향에서는 조금 높은 산에 가면 있지만 잘 줍지 않는.. 맛을 좋은데 넘 작아서... -😍😍😍 -The baby sheep and 2 puppies tagging along are so cute asdfghkl❤❤❤❤ -Cac chi la nguoi mien nao hay nuoc nao -simple love -What kind of oil did she used ? Im curious about it coz when she put oil is more than a one cup -Sub títulos en español por favor les ruego así para poder aprender -Lấy chị này về không lo chết đói -Algum brasileiro aqui? 🇧🇷 -Lil -Жаль что нет перевода на русский, интересно узнать о девушке . -日本人の方いますか? -This woman shows, what is life about. Please appoint me as your assistant or adopt me♥️♥️♥️ -Omg puppies 😍😍😍😍 -Non-GMO life -5:59 AWESOOOME >< -If i was a guy i would find her and ask her to be my wife istg -Just one small correction, those are not melon seeds but sunflower seeds. -this is what youtube was made for. much love from austria <3 -Who is behind camera 🎥 !!! -Splendid job!! -Enaak bgt diliatnya 😍 -What an angel! Her house is full of love. Even her dogs love her. -Cứ bà vk như z càng j phải nói -حياة رائعة مليئة ب نشاط النضام 😍😍 -1st time while I am watching this video I hope there’s some ads then I can contribute a little bit to this beautiful girl, you make me feel peaceful -Did anyone remember ' good earth' novel while seeing these videos? -Love voice of Ziqi -Sao bên trung quốc vẫn dùng được youtube nhỉ? -The puppies are so cute😂💖 -Are these all things being sold or is for your family itself -U request you to make us know about sach new ingredients you use so science students like me can know about it -🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷 -I have seen many kinds of traditional cooking videos but this is pure 'Divine' !!! -how can her lamb act like dog following her around -Who wouldn't want to live there, East is defiantly  better then the West! -我覺得妳可擔任「電影的藝術指導」,或「禮盒包裝設計師」,因為妳的視頻及禮盒包裝都很“唯美”! -妳將中國傳統文化的元素,注入於其中!是另類的自媒體表現! -She's too perfect.... -Ngon quá chị yêu -Oh my god! This Channel! I won't skip ads for contents like this! Infacts we need more ads so the creator can make more. -Love from Indonesia 🇮🇩 -你好。 子柒, 打扰了,只是我老公天天要说能不能拜访你,看看你的厨房尝尝你做的菜,不知道有没有可能,如果你有看见留言,请务必回复,感谢了,他每天不停的说我都要崩溃了,好婆婆妈妈 -I think, I watched all of your videos. I keep repeating them. I watch other peoples' videos sometimes, but yours is the best Liziqi ! -Not sure if someone already has but I have just recently come across all these videos (love them). Are any of the recipes and ingredients listed anywhere by chance? -Love from kerala, India. Love to eat....... All these homemade sweet delicacies......... -Именно этот видос смотреть неприятно. Какая-то фальшивость во всём сочится. Жутко. -好专业 分镜跟剪辑都是一流水平 -حياه طبيعيه ريفيه رووعه -kambingnya selalu ikut.. -了不起 佩服 -Iloveyou -هااي انا من اسعوديه وااا فعلا حبيت قناتك وفيها حضاا ره قديمه -I ❤ like -Your lifestyle is adorable! Thanks for making these videos! -Zaara Chinese Hindi -1 - Kore Klip -2 - Aap Name -3 - Arman Bhai -4 - Papa -5 - I -6 - Lovr -7 - You -8 - Zaara Rehman -9 - Ok -Đây có phải trang của chính cô ấy k mà thấy sub tiếng việt -อิจฉานางอ่ะ อิจฉาสภาพแวดล้อมรอบตัวนางด้วย -Beautiful. Absolutely beautiful. -Smart and talented. -Omg ı want to live with her 😍 -😍👍❤ -You have a perfect life -婆婆太可爱了啊 -I like it all 😘😘😘😘 -I love her dogs and goat -Amazazing -👍👍👍👍👍☺☺🙂🙂🙂🙂☺☺🙂🙂☺🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂☺☺☺😃😃😃😄 -Minh dk an mon tao xiên này rồi ngon -fried melon seeds? - -those are sunflower seeds, captions are you okay? -😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😎😍😍😍😍😍😍😎😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍 -She should feed the puppies...and where is puppies mother......well nice video... its tough to live in such rough cold environment... -สุดยอดเลย😘 -did anyone notice the number of slices she made with that mango?🤔😱 -When packing those treats I would be :one for me, one for the bag, one for me, one for the bag :)) -Is that a store? Seemed like a lot for just grandma and some of that would spoil before she could eat all of it. -I’m guessing the 16k that disliked this are AI bots -The place is beautiful😍😍 -Chỉ muốn được gặp chị 1 lần trong đời, HP lắm -احلى عيشة في الطبيعة سعداتك😌 -Hap dan wa -Kiếm đâu ra người vợ như này nhở -Can i knw where is there? -除了美麗的李子柒及慈祥奶奶, 可愛的汪汪及咩咩們也上鏡. -Hi please reply for me -Thích quá -funny and cute moment at 10:04 :D -🤤🤤🤤🤤🤤 -Hi! Couldn't you learning how to use Durian (fruit) for salt food? -Because in my country (Brazil 🇧🇷) i Just know one way to eat like food (in place of chicken) or natural (fruit). -Thanks! Good lucky! -Theres always something soothing about these videos. The sounds, the colors, and if we had smell television the smells. 😜 the music. I even enjoy the sound the wood makes when they chop it and the fire sizzling. And when they scoop stuff out of a container. Its all so relaxing, peaceful and beautiful. Lol I love it. I wish I was there. 😍 -저런 여자랑 결혼한다면 내인생은 이미 성공한것이다 -كم انتي جميلة.... و الطبيعة الغناء التي حولك ...وكأنك في الجنة ❤❤❤ -Dia ini orang manakah? Jepang, korea apa china -Tôi xem có 2 lần thôi -This is pure bliss. I feel so blessed to watch this video..💕💕 -It's very delicious 😇 -رائع -https://youtu.be/4rkZXTG9cmw -جيتك من عند زينب الجيجلية ههههه 😂 -Imagine how lucky liziqis daughter is going to be. -💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚 -Sao nhà chị cái gì cây gì quả gì cũng có vậy. Nhìn như có cả thế giới vậy -Have a beautiful life. Make the grandma happy.... Simple life. -i think she live in heaven, so many sugar, many flowers, many fruits, so many foods and so many many many great thing over theree -That mango cutting was satisfying -Có ai ở Việt Nam 🇻🇳 hay xem kênh chị Tiểu Thất không nhỉ -👍👍👍👍👍👍👍👍❤️❤️❤️❤️❤️😍😍😍😍 -I love it♥♥ -Nếu đc thưởng thức những món thất tỷ làm chắc e ko mún về nhà lun quá -Ước gì đc đến nhà chị tham quan, sống vs chị 1 năm lun củng đc..... ước gì ước gì ước gì đc đi thì hay quá. Chắc đã lắm -Esta clase de mujeres ya no existen ,,,,,😭😭😘😱 -She's like one heroine character straight out of Ghibli world -Dimana orang tuamu -What is this yellow thing ? -i always dreamt of having my own.farm...sustainable way of living. i really love LIZIQI videos. -This is the kind of life i want... but I don’t know how to cook 🤔 -Why did this video feel so much faster?? I like it when it's calm and slow -at 3:12 thats the most beautiful mango i have ever seen :) -Tiêu đề là tiếng Việt ah? Cô ấy là ng nước nào vậy mọi ng? -真 可爱。 -Tôi yêu em -I wish I made popcorn in FREAKING CANON!! -自豪哈哈👍 -This girl is so hard working. I wanna fuck her -I want all of themm :'(( -2010 me:I wanna have a big mansion! - Expensive cars - Piles of money - - -2019 me: I want her life -Castanya -めっちゃ美人だよな -please translation every thing -The puppies and sheep is so cute❤️❤️ -Thật sự ước có căn nhà và vườn như vậy. Thanh đạm yên lành.mát nữa. Yêu quá đi -Perfect wife -I love you 😘 -I can only say GOD GOD..........infinite times -ആ പട്ടിക്ക് ഇച്ചിരി കൊടുക്ക്. അത് കുറേ നേരായല്ലോ ചട്ടീല് കയറി വെള്ളമിറക്കാന്‍ തുടങ്ങീട്ട്. -its not popcorn,.. its bombcorn, very nice ! -你家李子個個大 -Wow 😊. Awesome 😊. -From where you get that marshmallow in the deepest forest !! -This songs make me cry T_T my childhood is all about digimon -how old is she this is life and wow from the buttom of my heart thank you very much for upploading this vidio -Шустрая девчонка😛🌼 -Please be my wife! 😊😂 -新来的,好厉害的频道!!! -Heaven on earth ,what a beautiful life -原来板栗🌰是长这样的!!!学习到了新的知识!!! -You are a wizard -😍😍😍😍 -does she feed the dogs ?? -Admiro muito o seu talento, belos pratos. -Felicidades Chef. -I started my channel plzz support guys -Hayalimi yaşıyorsun -💕💞💓💗💖❤️💗💞💕💞💓💋💔💝💖💓💞💕💓💖💔💥❣️💕💞💋💔💟💘💖💗💞💞💕💙💚💯💖 -Bạn nào biết sao clip này lại có phụ đề tiếng Việt vậy..? -映像も音楽もこの女の子もきれいで癒されてます!I'm Japanese. So beautiful! -Привет! Я из России. Я хочу познакомится -Cô ấy vừa xinh đẹp vừa tài giỏi -Out of all the things I wonder, I am the most curious about the puppies and what type of dogs they are. -In the china , a lot of people konw her name , she can doging anyting , she is like god! -Đâu ra cô gái giỏi vậy trời -A Liziqi cookbook, please! -las recetas y nombres de lo que cocinaste, gracias -I suddenly realised that she doesn't use a clock or timer to cook. It's maybe a natural instinct she just knows when exactly she put them on the next steps?? Look at the colour of roasted chestnut :Q... -It literally heaven, its fresh fruit everywhere !!!! :O -Too much active in this video. Super working girl.I really empressed by herself. -this kind of living gives me peace. I'd love to enjoy such life -Tuyệt quá -U have enough snacks for a year lol -Going to one's place of life has become a dream ! 😍😍 -I like it -I love you very much I am algerian woman 👩 -ฉันดูคุณได้ตลอด ไม่มีเบื่อ ดูซ้ำๆก็ไม่เบื่อ -Its like a dream..ahhhhh.... -I'm curious whether they sell these snacks. She made so many! Frankly, I wouldn't mind trying some(all) of those....or any other dish by her.... -You are not from this filthy world ... -❤❤❤❤❤ -are they preparing for what occasion?.. btw I love you videos -وااااو😍😍 -Very cool.This is called.If you love Earth.Then the earth will love you too.What you need will always be there.👍😁 -아궁이 모양이 너무 귀여워요 식재료들이 어떤 건지는 알 수 없지만 다 귀여워요 -is that yellow thing a lemmon -nice good grill -Chi có hiêu vói bà còn làm -Bánh ngon nua -Delicious Chinese food , this is nicE video from indonesia support .. -Great hard work wow. God bless u beautiful earth . I love u grandmother. -The little lamb with his wavy coat is the cutest thing in the world. 😖😖 -遠離塵囂的美麗精靈. -hummm -Amo seus vídeo vc é seu povo são guerreiros tem uma ótima qualidade de vida 😘😘😘🌹🌹🌹🌹 -Meraviglioso 😋 -At least her toothbrush isn't made by her 😆. -Я плакаю (((. -Có ai Việt Nam ko -👋💖✨🥰🌿🌿🌿 -Trên đời này có 102 chị ấy quá giỏi -Love from Malaysia 😍😍 -собак покорми... -Are they sunflower seeds ....? I didn’t think those were melon. The white and black ones - it looks like she pulled them out of a sunflower head... 🌻 -Ngon quá -6:50 i believe those are sunflower seeds rather than melon? not sure tho - -what do you guys think? -Dooooorrr langsung menculat🤣🤣🤣🤣🤣 -مشاء الله عندك شي مميز .. -🤢🤢🤢🤢🤢🤮🤮🤮🤮🤮👎👎👎👎 -Chị hãy quá -I feel at peace with myself while watching ur all VG videos , feeling just awesome ,,great cool environment, so much peaceful weather, I just speechless , I love mountain area, -Seems like a fairy dream.. -Are you vietnam or china ? -Is she married? If not I'm going there to help her😃 she works so hard . -video bạn làm thật là tuyệt vời, tôi yêu bạn! -5:57 what? omg, so stupid you -شي لذيذ اني من العرق وحب اصين -Ich liebe dich du bist die beste du arbeitest mehr als 10 Männer -Parabéns! Amo ver vc cuidando da sua vó.😍 -Why this particular video gets so many views but her other videos dont? -🦋 -Ngon quá bạn này có người êu chưa ta -GOOD BLESSYO -Tiếng việt kìa hihi ❤️ -ViệtNam -Woow -Сама милота и душевность.Лайк и подписка♥️♥️💋 -هنيالج شوفو وين عايشه 😭😭 -peacefull place..i like this -❤❤❤❤❤😘😍😘😍❤ -Смотрю на неё и влюбился 👇👉👈❤👇👉👈❤👇👉👈❤👇👉👈❤ -ai là fan của chị Lấy Tử Nhất cho một tim -Donde vea esta mujer me la robó palabra😂 -5:55---6:02 -người bà thật phúc hậu^^ -Meus Parabéns Moça Muito Prendada -I came for the title that said “snowflake” -روعة -Quá tuyệt vời! -The little dogs are so cute 😭 -Food food food always food how much she eats🤯 -這樣的女孩。地球還還剩下幾個呀 -Nihaou it my miam miam is my chines beautiful -she's living in a lavish life but I know the hard work to made that things love from India. -Hay wá -Ước gì sau này có đc một cô vợ bằng 1phần của chị 😍 -🌹 -Тут русские есть? А то уже какое видео в комментах ищу русских и никого😄 -অনেক ভালো রান্না -Nice job -ليش ماعدنه هل شي -I’ve watched this video like 10 times but one thing I still don’t get... why did she put those peanuts in dirt 🤔 does it “clean” them? -Две собаки и барашка задней ходят как мило😋🥰😍😘 -ここにも可愛いワンちゃん発見!! -どうしたらこんなに可愛いんだ····· -きっと、飼い主に似たんやろなぁ❤ -節制是人類的最高目標。如果我們過上光榮的生活,一切都會好起來的……我從未見過能夠控制激情的人。 - -師父沒有一個正常的人能理解你遭受了多少痛苦。 - -而且我認為,人們以這種方式理解自己所具有的影響深遠和深刻,就更是如此。 -Người việt nam 🇻🇳 👎👎 -Drahá Liziqi, máte veľmi krásne a inšpirujúce videá.Obdivujem Vás,a Vašu šikovnosť.Krasny pozdrav zo Slovenskej republiky 🇸🇰 Želám Vám veľa šťastia a úspechov. - -子柒,你这粉丝什么国家都有哈哈哈,如今身在国外 看你的视频有一种说不出的感觉 -Bgm积极感人。 -文化输出,只有1%的中文评论。 -que rico todo lo que prepara y yo apenas y hago caramelo sólo 😁 -Как найти её в Инстаграме -СУКА НЕ ЖЕНЩИНА, А МЕЧТА!!! -SANA ALL GANYAN SNACKS -She lives the Best Life Love Her ❤️ -O muy buena se ve esa comida yo quiero -This is the pace of life that many city-dwellers want to achieve but many can't as we have too many responsibilities on our shoulder to just let go and return to the rural. -How manage your timings -The good life... -حياتكي جميله -I feel guilty watching this video and there isnt a single ad. Some people make worst content and run ads about every minute or two. -New video upload -OMG 🤩🤩🤩 -Apenas me di cuenta que su hornito de piedra tiene forma de perrito. -강아지 너무 귀엽다 ㅎㅎㅎㅎㅎㅎㅎ🐕🐶🐕🐶🐕🐶🇰🇷🇰🇷🇰🇷🇰🇷🇰🇷🇰🇷🇰🇷💕💕💕💕💕 -El video esta hermoso pero dales de comer a los perritos porfa😊😩 -I really wish there were some english translations. I'd love to give some of this a try -An the car fireplace...luv Asia -Класс всё домашнее и натуральное! 👍👍👍 -❤❤❤🐖 -Martha Stewart was never this fantastic ! Beautiful creations ! -댕댕이 먹을것 좀 주새여ㅜ -I really really miss my grandmother whenever I see her videos. .. -So yummy -看你原生态的视频心情能平静下来,治愈系纾缓配乐美食超喜欢。 -اشكد امعدله😗😙 -Love from italia -Hahah those animals are following her.. -主播你家是哪里的 -That 6:00 th min liziqi thought that her granny will fear but actually she feared 🤣🤣 -我喜欢你。😍 -From which planet this place? -хочу к ней )) -Wow!👌 -Please hire me as your helper!!!😭😭🤤😍 -Chi li tu that oi tat ca video cua chi em deu da xem het luon roi cai nao cung hay het lam nhieu hon nua nha chi -Beautiful girl -Sis makes me want to live on the mountains and build a farm -Ngon xỉu lun ahuhu coi Chiêu Diêu xong nhìn kẹo hồ lô thèm quá 🌰🍎 -Super dear -Going through a hard time. But watching these videos gives me a sense of peace and happiness. Sending my prayers to everyone who is going through difficult times. May you find happiness someday. -Such hardwork. What an admirable lady. -amazing nature💕💕💕 -小狗也要吃 -自个儿养隻羊了嘛! -これ見てたら、ばあちゃんを思い出します!🤫😬色んな物作ってくれた。ばあちゃんは魔法使い🧙‍♀️🧙‍♂️だったよ😻🎃🙀✌️ -How can people dislike this video??? -I want to become as humble as her -Oh sweet your grandmother so lucky -everything is so beautiful -I feel so useless compare with her ,I only know how to eat .. -👏👏👏😍💛 -She is so hard working its amazing -Every mother's dream daughter in law! -😍👍👋🌼🌻🌹😃 -That moment where she's being followed by these cuties 😄😄😄 00:24 -GOOD afternoon I will send you want to eat for more information please find the attached file is scanned image in PDF format the and adjust the notification settings for this is a good day please find the attached file is scanned image and adjust and the form -Nữ côg gia chánh ,,đảm quá cái gì cũg pit lm -❤❤❤❤ -She is making some good food I’ll tell you that -Ви заміж збираєтесь виходити?))) -Is this what it's called HEAVEN and THE MAIDEN ??? -If that garden is not the eden idk what else it can be lmfao -How your doggies follow you is so cute. 🐶❤️ -watching her makes me love being chinese -Does anyone have a recipe for these candies? -Yup that's true -Happy people -😍 -my mouth is watering -Đi hái hạt dẻ cũng phải kéo nguyên đoàn tùy tùng theo mới chịu :))) -아 댕댕이 졸라 귀엽다.... -puppies will be eaten -احب هذه العجوز التي تشعربالفرح بوجود هذه الفتاة الرائعة شكرالكي جزاكي الله كل خيرعلى رعايتك لهذه العجوز وعملك الجميل حقا -This woman is very tough, I've seen her injured several times to create the world's best content. -keep up the spirit, Sister and hopefully have a long healthy life. -Warm greetings to grandma 😊 -Are you live in China?Please tell me -🤗🤗🤗😘 -just wow -신나는게 -“Add some diced melon to the mixture...” -Us: *goes to grocery store to pick up a melon* -Liziqi: *walks outside her house and grabs a melon from a plant* -I love you! I wish that one day I could live the beautiful life you do. You inspire me everyday -Me encanta todo lo que haces,sobre todo la manera que cuidas de tu abuela. -6:49 its sunflower seeds not melon 😀 -Wow... -How much quantity she makes things only for two persons?how does she use all meals -❤❤👌 -Оны готовиться к зиму ☺️ согласный с мной -What a powerful woman, God bless you -Ende ni bada niyamma Chinese Dana tindi botha -訂閱我吧 -I just love you -Loo so yummy so delicious mouth watering keep up the lovely work. -Hạt dẻ rất ngon -Кто тут русский?•́ ‿ ,•̀ -这些零嘴是过年吃的嘛?也太丰盛了吧,羡慕的流口水。特别喜欢你家的小院还有你家各种果树,你真是心灵手巧的姑娘。 -Wt abt her parents 🤔 -Hi -I only just found out about her and binged watched like 40 videos -The pets were lovely ! 'Liziqi had a little lamb' 🤪 -Me gusta como cocina y el paisaje bonito me recuerda algo. -اتمنيت عيش معك 😂 -اول مره بشوف كنسورة كيف بتطلع -nice lip -This is the best channel in the world at the moment! -Does anyone think like me? -I am a farmer's mother, I'm from Vietnam... - -Đây là một kênh hay nhất thế giới tại thời điểm này! -Có ai nghĩ giống như tôi không? -Tôi là một người mẹ nông dân, tôi đến từ Việt Nam - -這是目前世界上最好的頻道! -有人會喜歡我嗎? -我是農民的母親,我來自越南... -Hello from Memphis, World. Another Beautiful video. -por favor que no sea el unico latino que ama esta clase de videos alquie mas por ahi......... -..... -..... -..... -alguien -This was so beautiful... I could live inside this forever. Like a dream I never want to wake up from -This channel is the only thing I need the internet for. -Amo este canal, es reconfortante , me relaja y disfruto mucho todo el proceso de elaboración de sus alimentos, menos es mas 💕 la simpleza es hermosa -Watching you cook is so relaxing. I cant explain it but your videos are so therapeutic -Хоть бы покормила собак , а то щеночки всё разные и все худые. -I am loving your videos girl!! -Your so respectful and know how to do all these amazing things. You should model your so very pretty. How may we purchase some of your items if clothing? -Thank you🌻 -It is admirable with the delicate and delicate look that everyone knows how to do. The title of the clip in Vietnamese has the highest number of viewers. I wish the Girl always success in life. -FABULOSO sin palabras gracias gracias gracias -厉害啊 -好可爱哦… -好美… -妳是住在小說中的人間仙境嗎? -I want to live with you 😂 -She make me think of snow white... dont Know why😂 -Yang apal bahasa cina komentar -Vietnamese matching video ,cute -คนไทยมานี่ๆ -She's a fruit ninja for sure🐸🐸🐸 -She's a fruit ninja for sure🐸🐸🐸 -In -Why don't you feed the dogs that's not right nor nice they hungry to... -Wait... she lives near a forest or something like that but... there's no bugs... - -Ť^Ť so lucky.. -Sayote -anyone know a simple but romantic kdrama or cdrama just like this? historical, minimum palace hierarchy and just average villager’s life? -Well now I need a wok, an indoor firepit, giant baskets, and that wooden box thing she was carrying ingredients in I just want my life to look like this even if I cant actually have it considering I’ll probably be living in a city for the rest of my life -Wheres the seed in the mango lol -你活出了我梦想中的样子,现实总是无奈 -我正在使用一款梯子,看油管1080p流畅还不限流量, 来这里注册吧: https://www.zionladderc.com/register/wqPCpcKjw5fDjMK8f8OHwoXCpHDDlMKqwpTCjsKFw4XCucKawqLCqMKmwqDCh8Kxw4bCkcOQcsKnwqTCnsK_wrTCmsKK/ -The puppies always look hungry for food and love😟 -That looks so good right now. -sad that Liziqi is not making no money off this video considering its copyrighted. It got so many views too. Anyway I doubt she cares cause she still makes a ton of money -tenía esperanza en que en algún momento acariciara a los perros y lo único que ha hecho es meterle una hostia a uno :____ -Do you all notice when she finish the snow flake cake the spelling is wrong? Its supposed to be snow flake not sonw flake? -ほんとにこんな人存在するの? -😍🖤 -I heard Digimon theme song..that song make me flash back see Itachi say goodbye to Agumon..wht a nostalgic memories😂 -It's so good..and you also beautiful. -評論區華人好少。 -🇹🇷👍 -e rat muốn ở cung chi lam nhung mon an nay. chi vua đẹp vua giỏi nua -Toàn người nước ngoài -Có ai Việt Nam ko?😁😁😁 -Trông ngon ghê -So, i've been wondering about that 3:48 portable traditional stove thingy, like what is that and how does that work? Anyone knows? -أنها مبدعه -Wow😭❤️ -Women work in the Mongolian races, the most -Omg love your videos just beautiful.. -Ngưỡng mộ -That’s not melon seed it’s sunflower seed -your dedication and work is marvelous * awsome -Chị rất xinh đẹp và tài năng. -Yêu chị! -My greatest wish for China is that everyone could afford such a lovely life. -U r amazing -No entiendo nada lo que escribe o el título pero todos los vídeos de su canal están buenísimos -Likee si estamos en la misma s -매일매일 행복 한 날이된다 -이쁘다 -어여쁘다 -가지고싶다 -연극이 아닌 일상생활 -너무나도 탐나는 여성분 -이런 여성분과 사는 이는 누구일까요 -부렆다 -Aku suka vidionya -Inspirador🥰 -You’re so kind to your grandma but we’re is your mom?😅 -Thats a lot of food girl eat up 😀😀 -ماكان حتا واحد جزائري ولا عربي يحط لايك -中国古代传统小零嘴,看的我回想小时后,过年的翻饺,馓子,炸黄豆 -@mythbuster.....This is how that popcorn maker works.......... -Love like -Chị thật là giỏi 👍🤗🤩😊😉😃😆😆🥰🤗 -The best channel in the world -Ơ hồi trước kênh chị này làm gì có phụ đề nhỉ , triệt để phát triển trên youtube à -I was thinking how clean is the air around her enviroment? -The camera quality tho... And the girl look so pretty -看着姐姐这么开心 我也觉得好幸福💝🥰 -This video!! Music. Cinematography and overall just put me in a peaceful state and safe aura after having a veu stressful dangerous day in the big city.. Thank you -I want my life to be like this no stress and no prob also being productive is necessary -legal meus parabéns -I just realized what if we lived like Liziqi? -Life and earth would have been better unlike what it is today. -Yes it's sunflower seeds not melon seeds,in chinese they have the same name,i think ziqi just used google translation. -I like your all videos........ And your garden super...... really -Я вот тоже когда-то так сидела со своей бабушкой, только бабушки уже 6 лет, как нет(( -Цените каждую минуту, проведенную со своими дорогими и близкими вам людьми, ибо старшие уходят.... -大家好,liziqi,我真的很喜欢您的频道和您的生活方式,您想知道在棉花糖前面放什么吗?谢谢啦 🇧🇷🇧🇷🇧🇷 -Unreal 😍😍😍😍😍 -the dogs and the lamb are so cute 😆 -SHE IS SO AMAZING YOUNG LADY I THINK NO ONE WILL BE LIKE HER TO DO SUCH THINGS FROM COOKING TO FARMING AND TO ANY KIND OF HOUSE CHORES TRULY SHE IS BLESSED 😘 -Hope you guys follow my channel! ❤️ -What is music.. ?? -tell me something she can't do. Amazing! -She is the real chinese woman -Super medam -Sangat pandai😘😘😘 -From Vietnamese, i like video. -I enjoy so much -I have come to love your videos! I have never experienced life the way you do. It is fascinating to watch and to learn of your customs. Thank you for all you do. -Văn hóa ăn uống ngày tết giống Việt Nam 🇻🇳 nhỉ -Hahahaa -Hay vcl -Lun idol -From Độ Mixi with love ❤❤❤❤ -LIKE -Chị thât tuyệt vời, -việt nam đâu hết rồi :v -경치 저렇게 좋은 곳에서 살고 싶다 -I could see these images without sound, or I could hear without seeing them, but in no way could I be indifferent to this beauty -Liziqi is doing such a good work , this is worth watching.😉 And her videographer is doing a good work too, those panoramic views are great. If I’m not mistaken liziqi is doing her videos on her own before.😄😃 -podría ver estas imágenes sin sonido, o podría escuchar sin verlas, pero de ninguna manera podría ser indiferente a esta belleza -Love your videos it always help me stay focus and relax.💕 -She is how I am going to imagine all my Chinese novel transmigration female leads! -别翻了,我就是你要找的中文评论 -Whoever gets to marry her 🤔 shit that man is surely lucky 😭 such a graceful woman 👩she is all her works and videos are amazing -From mixigaming.. -From mixigaming with love :) -Would you like to marry me? -quá hya -Cô ấy là người trung quốc, kênh trung quốc luôn...sao clip lại có chữ vietsub và tiêu đề tiếng việt ai cho mình biết được không? Phải công nhận cô ấy xinh quá! Clip quay rất đẹp camera rất nét -我找到了。你在四转 -คนไทยไลค์หน่อย -👇 -👇 -👇 -will you marry me? -like she knows how to mk everything frm scratch???!! -from viet nam with love:)) -Lần đầu tiên xem 1 video mà không bỏ giây phút nào, quá tuyệt vời !!! Love you -Feed the doges too -love from india -I come from Vietnam, your video is very nice and beautiful. -Everyone, please subscribe to my channel. -Thanks ❤️ -Chị làm hay thật đấy xem hết tất cả cip chị làm rồi -If I have a free day, I'll spend all day to watch her video..... -hello -Gurl working like there aint no tomorrow -Dễ thương , love my -比春晚还假! -好假的视频! -I have no idea what I just watched... but it was so cute and aesthetically pleasing, I watched the whole thing. - -The cinematography, camera angles, lighting... it was A++ quality! -8:50 -Her: goes outside to pick lemons -Me: something doesn’t seem RiGht -Ты очень милая!!!ты супер!!!я отдыхаю когда тебя смотрю!ты спокойствие и умиротворение сразу в одном!ты благополучие!спасибо тебе я только с тобой привожу мысли в порядок!!! -This Is The Heaven In The World😍. If You Agree.. -Your pup and lamb r so cute -Super 👌 -كل شئ قمت به جميل جدا قامت بتقديمت عملها بتقان احسنتي يا فتاة❤❤😘🥰😍😍😍🥰😘👍👍👍👍 -Nice:) -انا لم اجد شيئ لاقوله -I love you 🇩🇿🇩🇿🇩🇿 -Apa cuma aku yg dri indonesia yg nonton vidio ini.? -Ngon quá -7:46 Grandma is wearing a cute beanie 🤶🏻😍😆🌻 -We're all over here saying how much we love and wish we had a place like that, DUDE. YOU REALLY THINK WE'D BE ABLE TO KEEP UPTHE WAY SHE IS?? OR JUST EAT AND EAT WHATEVER IS PRODUCED AND SPEND 24/7 CLICKING SELFIES!?!??! -One of my favorite videos! -You do any business with your cooking? -🥰🥰🥰🥰🥰🥰👍👍👍👍👍 -我怀疑按踩的应该是YouTube后台有人做手脚,按道理这类视频不应该按踩啊,这视频也没有伤害谁啊,也没有政治议题,难道是轮子公知,各种独瘤,还有部分台湾人,香港人。如果这类人按踩,我觉得不出乎我的意料。 -เทศการอะไรครับ.เตรียมของเยอะเลย -those dogs always following, how cute -Please write ingredients in english language of thing you made... -супер жена -Selfish witch -Kamu. Mau engga ke indonisia -Tengo hambre 😍 -Beautifool hause, nice subjekt everywehere, wonderfool wood pots, I like it... This woman is very very handsome, and precise,much much much chili, .. this is too irriteted the stumach, it is? -Sungguh luar biasa kamu li 🥰 -Такое ощущение что это рай! -Amazed of how the Pop corn was cooked. -Em muốn dc ở chug nhà voi c ko lo bị đói 🤣 -How much of this is real life and much of this is for the camera? -来自英国的你好! -_好怀念哦_ -What is the name of first song playing behind the video? Plss tell me 😍 -When I watch this video, I remmeber about Lunar New Year in my country - Vietnam -It's ...amazing! -Здорово💓 -This girl are amazing👌👌👌👍👍👍👍 -sorry if this is a bad comment but did the dogs get food in the video or not. -このチャンネルは一体何? -とっても好きなのに謎だらけ・・・ -Hi -Hii -r u singal -This place is what heaven is. They are blessed. -Kuacinya gedee bgt🤤🤤🤤 -Xem xong cảm giác thật dễ chịu quá. Cảm ơn -Noc como putas vine a parar aquí pero me encantó el video de la chinita jajaj -강아지들 너무 귀여워ㅠㅠ🐶🐶💙💚 -Stok makanannya banyak banget padahal cuma berdua enak" lagi 😋👌 -👍🏻👌😋 -🤗🤗🤗 -I could watch this all day ! -I am just love this video I r superb😍👍 -Essa linda moça trabalha muito... tem imensas habilidades, mas parece ser explorada. Tenho essa impressão. -I really admire you. You inspired me to become a better person and not being lazy. Sometimes I wanted to escape the life I'm in right now and find a place like yours and just live, but I don't have the opportunity to do so. Life can be hard sometimes...i wish i could be like you and go back to the countryside😭 -Liziqi you are a very great person n hardworking when i watched ur videos i feel relax and most important i like u n ur grandma she is so cute God bless you -👍 regálame un bonito like si abras español y te gusta ver este tipo de vídeos como yo👍👍👍👍 -Here is another interesting video about city girl's life in Shanghai China. https://youtu.be/iV0WxeJOy3U -really inspiring video's.... 😊 -I like her natural oven which is far better than micro oven -Rajin betul, moga2 dpt cari mcm ni -Those little puppy dogs look so eager to “help”! I wish I could be there to help with it all too! -MasAllah -Princess Li ziqi.. -This woman lives in heaven.. That much I can say.. Everything seems to perfect 🥺🥺🥺... Not going to lie.. Really jealous😒😒😒 -Why cant we be like her? -Paradise -Dog cute -Ủa ng Việt mk đâu hết rùi? -You are superb after watching your videos I am in love with sweetheart you are osam now my dream is to meet you. Bcoz you are so cute and genius -wow man.. -take love from Bangladesh😙 -thich chi nay lam nhung minh la fan BTS roi kakaka -Ga pernah bosan liat ini... -These dogs need a new owner lowkey they almost jumped in the fire and she didn’t even react -I love -Господи!Нет слов одни эмоции.Всё просто супер. -Her pets eat 1,000 times better than I do. -This not a a slight or insult, but I wonder how many people it takes to maintain that paradise? If it's 1,000, it's still amazing. -everyone says they want to live a life like this but believe me you wouldnt last a day she’s been like this since her childhood -ГДЕ ЭТОТ РАЙ! -The background music is beautiful and makes me calm down. -가게인가????????? 디저트 ㅠㅜㅜ -じゃじゃじゃじゃーん、って万国共通なんだ!!知らなかった! -After watching this video I simply say 😱omg and god bless her 😘love you from India -像小卖部一样的... -So loved this video , grandma and granddaughter so much love -World's nature girl -She's like a Disney character! -Grandma's hat is fabulous!👍😎 -where do you even learn all the stuff she does. amazing -Cứ bị thích tập này -I really love your big pan , all in one knife and love your kichen sooo muchhhh -This is a good professtional video, good camera man, prepareation of tools & raw food,etc. WELL DONE!! -As always being lovely -妹子切板栗那块板子是紫檀的。 -She is really cute on this video 😂 -wa -Why i did fall in love, because of. The simplicity. -هاذول عندهم عيد ولا و شو هالحلويات الطبيعيه اللي سووها -怀念小时候爆米花的味道,好生羡慕子柒神仙般的生活,每次像变魔术似的,让人惊叹不已,没错就像某个评论里说的那样,你是这世上最富有的人♥❤❤ -Sie wäre eine gute Ehefrau !!! -💝 -Such peaceful village -I would live 1000 years if i eat this fresh vegetables and fruits -看她的影片~最大的享受就是寧靜~好樸實的感覺! -she wipes the fruit/nut/hawthorn....god .what is she on for patience -💗 -七姐啊,那个牛肉干最好使用真空包装,这样可以储存的比较久哦。 -Pedazo limones, hay que tener cuidado -The 15k dislikes was from people that are addicted to internet - -Btw little YouTuber still growing -情敌们,拔刀吧 -Feed your starving dogs. -WHY THE HELL SO MANY DISLIKES ??? That hurts, she's such an angel! -This helps with my depression alot I am someone who loves nature and wants nothing more but to live the simple life. I'm stuck in a city with very few trees and forests. I haven't seen a full sky of stars in years or even a butterfly and deer for a long time. I work nonstop and married someone whom I love very much but dosen't appreciate nature or anything to do with simple living. He never wants to leave the city and live a simple life. So I watch these to help me feel like I'm at home and get to see forests, plants and a peaceful life. I can see lots of people feeling the same way wishing we all could go back to this way of liveing. -The dogs, cats, lamb, ducks, chickens, porks I want to see all the farm animals! I love them -Can someone please explain to me the contradiction between this place feeling so rural yet the incredibly high production values. lolll -Omg 😳 35M views -I would love to have those large bamboo trays fro drying my herbs. Where can I get them? -Semua vidio nya ., piaraan nya semua gk pernah di kasih makan ., di mkn sendiri ., sibuk sendiri ..! Kasihan ... itu , anjing nya ., kucing nya ., padahal anjing nya bagus - bagus lho .! Dasar .. pelit .! -Translet Indonesia ., sub .. Pleast .! -siempre veo tooodos sus videos, me gustan mucho por alguna extraña razon me hacen sentir paz y me sorprende mucho el hecho de que ella hace toooodo, no me sorprenderia que sus electrodomesticos los hubiera hecho ella e-e -8 months of comment is still 99.98% positive comment. Nobody ever gets tired of watching her. -I love ur videos especially those cute puppies🐶🐶🐶❤️❤️❤️ -I love ur videos especially those cute puppies🐶🐶🐶❤️❤️❤️ -好厲害 做什麼都好好吃感覺 -Poor doggies.. Always starving.. 😔 Please feed them -https://youtu.be/xJebwAyImjk -chị người vn hay china ạ -Digimon -She's good -yang dari Indonesia apa ada yg punya rekomendasi channel yg kontennya semacem ini tp versi indo? :)) -She is so hard working, and her grandma is so cute! -PUUPIES -找老婆要找这类型。好看又能干。 -Se pasó muy talentosa me encantó -Keren..ini china bagian mana.? - -Wonderfull .. -👍👍👍👍👍👍 -Where is these paradise ????it s so inimaginable 😯,and the quality of the vidéo ..perfection 👏🏻👏🏻👏🏻 -This is once of my favorites! I've always wondered what snacks and desserts there were in Chinese culture. I know they don't consume as much calories as we Americans do! Lol yummy -Why is she packing all stuff she made??? -Just want to visit the place it's so colorful 😊 -أنصحك أن تبحثي عن الله الذي سخر لك كل هاته الخيرات أنه الله الواحد الاحد الذي لم يلد ولم يولد ولم يكن له كفوا احد -Top 5 Favorite Anime -I dont know what medieval torture device they use to pop popcorn with but I WANT ONE! -Her hometown, Sichuan, China's countryside -If she was my wife 😊 -Bit ar yu yo -Ham ca nida -Màu vàng lau phủ quánh lối đi -Istri gua😂😂😂 -نحبج هوايه -Damn, she is cute 😂😂😂 -Lấy cô vk này và ở đây với cô ấy. Tiền tài danh vọng gạt qua một bên. Tôi đồng ý!!! -拍得很美,亦是我响往的生活 -My favourite video -Hi, you are so lucky to have your grandmother with you and i love how you do everthing for her, your so inspiring and your food is so beautiful it make's me so hungry, i love it. -独身ですか? -I’m a South Korean -so look like beautiful place and beautiful cooking well -and beautiful lady-! -Great. 👍👍👍 -Que maravilla de productos que preparas, sinceramente asombras con la sencillez y delicadeza con que preparas tus productos.... saludos desde Chile -Bet you guys she can do Kung Fu too👌🏻 -Hahaha, that popcorn tho. -Love love love. -什么鬼。。。反向文化输出吗,有点厉害啊 -I love her video.but,poor dog....he is hungry😭🐕🐕🐕 -Like als je ook een Nederlander bent en dit kijkt😊 -Cc j adore votre chaîne vous été trop génial la cuisine nous donne envie de manger merci pour le partage .toute cette richesse que vous trouve dans la forêt et le courage que vous avez et je vous dit bravo et à bientôt 😍😍😍❤❤💐💐💐 -I dont like her...she doesnt feed those cute puppies -I cried after watching this video love all of ur videos and most of them I watched two or three times because they made me feel so peaceful and natural -2 con cún đang yeu -اكو عرب -Muốn có một người như vậy ở bên ... -Genial!! -Liziqi ll this love -Haha joke -Is that your name -Its so cute -Your look like -Twice :mina -She look like china version of twice mina -Yêu 3 con cún quá -好好珍惜地球,都是上天大自然给我们的馈赠。感谢上天。。。。 -Because of the dog and goat, The content get calm and nice to watch -I am so appreciate your vidio -Good luck and..iam so proud of you😍😍😍 -this is my favorite. -Its sooo natural -digimonsong,I miss this song T^T -người việt ạ (o_o) -i love your crew!!! hanging with lambies, puppies and grannies! best of the best xoxoxo -also, you are the perfect combination of adorable and kick-a__!!! soooo amazing -Hola liciqe te miro desde argentina me gusta las cosas que haseS sos hermosa te mando un fuerte abrazo -Eu amo seus videos, meu deus. <3 -I have a chestnut tree that I HATED. Now, after seeing this video, I look at it as a resource for delicious chestnuts. Thank you for helping me see things in a better light. -god imagine being that productive -I would like to see the bts of all these videos -those are sunflower seeds not melon seeds -is it mistranslated???? -This one favt episode for me and my daughter..... Use to watch when ever we wish.. Watched more that 50 times yet.. .. Will cont 😇 -Why you never play with your dogs? It seems like you don't love them. -Chị ấy giỏi quá 😊😊 -Wow l love you -Какая же ты Умница, красавица, я влюбился в тебя.Будь счастлива 😊 ты этого заслуживаешь Солнце 🌞 -she's beautiful -The real perks of life are always observed by staying near to the nature . -Có vk đảm đang như vz thì còn j bằng -Super -https://www.youtube.com/channel/UCtdSGsMIFEE-5AM-AFgoWtg -https://www.youtube.com/channel/UCtdSGsMIFEE-5AM-AFgoWtg -نفسي اعيش حياة متل هيك😭😭😭😭 -Niceee...plesase subscribe my channel -https://youtu.be/biP5IRW6wqw -She is the most hard working women i ever saw in my life...👌 -That cute sheep follows her like a dog🥰 -Her husband is super lucky. Her kids are the luckiest 🌝 -好像沒什麼是你不會的,真的很神,也挺辛苦的,祝福你!!! -I'm really love you -So beautiful. You make your creator smile. -好想做中國人呀 -Modern day princess. -What in the world!!?? @ 9:29 minute, Gramma's HAT is so funny! Jajaja! -Every time I see your videos you make me wish I had your garden.its so beautiful.❤️🧡💛💚💙💜🦄🌻😍🥰 -Her videos make me happy and no longer depressed -Who the hell are these 15K+ dislikers? I REALLY am curious now! The dislikes seem disproportionate somehow. Anyone else agree? -Wah yr, kya mehnati bndi h. -Hailing from Pakistan. -🇻🇳& 🇨🇳 -I'm like this. -This is heaven in the world 💖👍 -Кажется я один здесь русскийй -Malayalikal ndo nna poratte like😉😄 -I like all your videos requesting more videos to come -😍 -OMG THE CUTE LITTLE PUPPIES -Ya ampun damai banget hidup kalokaya gini pengen buah tinggal metik apapun tersedia ..masya Allah -30 tháng 1 là sinh nhật em nếu chị làm vào ngày này em vui muốn chết luôn đây 😻😻😻😻😻 -Im hungry😃 -Please tell me all the star in the nightsky in her video is real🖤 -Пожалуйста накарми сабак -Nice -The video quality is amazing! -Is that haven on Earth 😱😱😱 great direction, videographer & background music🥳🥳🥳 -Very good -The music reminds me of Kimetsu no Yaiba(Demon Slayer)hehe -I want to Marry her.. haha -天哪 发现新大陆吗?? -But I don't understand that y the mango did not have seed -중국 아이유!~~^^ 더 예뻐졌네!~~^^ 건강해요!~~~ -Her handmade oven though -She did it neatly. I can't imagine doing it myself -Alguien más noto que el borrego desapareció? -An other wonderful video !! I love everything you made 👍👍 -Wow I want to visit there.💜 -Бесподобное видео! Но сколько на самом деле должен работать человек, чтобы поесть. Я смотрела и думала, а ведь в приготовлении пищи самая трудоёмкая и неинтересная работа это мытьё посуды и утвари..:) -When uncle opened the corn popper Ziqi runs to cover grandma's ears, then jumps and screams herself. -This was so cute, how can I not smile and be happy😊💕 -No words spoken but attracts 💯 percent attention 🔥🔥😊 -Türkiye’den sevgiler becerikli arkadaşım Paylaşımlarını izlemeye doyamıyorum 😘👸🏼 -She is literally doing everything here god💗 -I don’t understand how does the oven work? I see that she removed the coal first before putting in food. Will the oven stay hot for long enough to cook food? -Você não da comida pra os seus cachorros -I love the videos of Liziqi. She is very cute and adorable and so talented. She does anything.😃😃😃 -What's the fruit at 8:54?? -5:57 😂 -What a beautiful life!!!!!! -♡♡♡♡♡♡♡☆☆☆☆☆☆☆молодец!!! -отличная хозяйка! молодец! -I wish I could flee away from the city to some place peaceful like this -I enjoyed every second of this video -ఎలా చేసావు .ఇన్ని పనులు -Chị làm hay quá -??? -سبحان الله على هذه الطبيعه وعلى هذ ا الجمال والهدوء لايوجد اجمل من الطبيعه -you ar mom love👌🏽👌🏽👌🏽👌🏽👌🏽👌🏽😍😍😍😍😍😍😍😍❤❤❤❤❤💋💋💋🤩🤩🤩🤩🤩🤩🤩😋😋😋😋😋😋😋😋🤞🤞👌🏽👌🏽 -Very nice super talent all videos super👍👍👍👍💐💐💐💐 -To all Chinese people please don't be distracted to this shit. -Can't believe a place like her's exist❤ -Việt nam có ai ko 👍👍 -Cuộc sống tôi hằng mong ước thật . Khi con người ngày một tưởng thành họ luôn cần 1 sự bình yên t cũng vậy và t nghĩ rất nhiều người cũng muốn điều đó nhưng lại quá khó cs mà -The marshmallows at 3:33 threw me for a loop though. I didn't see a Walmart or CVS in the night shot of the stars. - -The food looks great! I'd also like to see a video of laundry day, I hate folding and I'd like to see if I can pick up some tips... Just saying! - -Seriously I enjoy the videos! 😆 -you ☺😋😚😙😙😗😘😙🤗🤗😊❤💓💔💕💖💗💛💜💝💞💟❣💌❤💘❤💘❤💘❤💘❤❤🖕🖕🖕🖕🖕🖕🖕🖕🖕🖕🖕🖕🖕🖕🖕🖕 -👌👌😘😘so nice -My love I love everything that you do you are so gifted I wish you were my wife🙏💕🙏💕🌹🙏💕🌹🙏💕🌹🙏💕🌹🙏💕🌹🙏💕🌹🙏💕🌹🙏 -6:09 me at the movie theater -Omg So many fruits... 😍😍😍 -Her video that I first watched that made me hook. From then on everytime I watch YouTube, I always watched her videos repeatedly. -it makes me peace .Thanks girl -👏👏👏 -Who are you??!! How do you work and cook so passionately and patiently ...you are amazing. -Что-то животных плоховато кормят, кости одни -seems there is no AC -Liziqi, Hello, please don't just eat dog's cubs -*The cinematography, the content, the editing skills. This is the most perfect video in youtube.* -I love u -berasa nonton film2 -Me creía que todo eso era que ella lo hacía. Hasta que agarró la bandeja sin guante... -Ya sabía q es falacia, una china tan linda solo sirve de modelo allá -หลงรักชีวิตแบบนี้ -If Gordon Ramsay was watching this video he will.be shock -you r may gall -Very nice your video -Nice -d -Thật sự đấy.. có món gì chị k làm đc k hả chị ?? -♥♥♥♥ -Can someone tell me what the small red fruit is? -So best -👏👏👏👏👏👏👏👍👍👍👍👍 -Tôi rất hâm mộ bạn -Это очень красиво и наверное вкусно ))) -МашааЛлагь -I am going to your house please -I love you so much ummmaa -Je veux q ma soeur elle est com elle 🥰♥️ -I am your big fan -I. He t. 🐕 -God bless your heart❤ -如果你告诉我我会在那儿读书 -子柒啊,我飘洋过海,来给你评论。爱你,么么哒 -😇😍🙏👏 -ya tuhan jadi pen kesana :( -So cute -точно белоснежка, только без плохих сестёр и гномов -Ang sipag lahat na ata Alam Nia gawin awesome 😊😊☺️ -去你家玩好吗?给你带礼物。 -Aesthetic lifestyle -WWOOOOOWW!! I WANT SOME POPCORN TOO EVEN IF LATE HERE IN YOUR CHANNEL 😁 -小狗,小羊…跟著跑😘 -婆婆冒子是亮點…😘 -Girls is very cute and nature -She reminds me of Harvest Moon ! -I just love it.thank you. -โหผลไม้ไม่ต้องซื้อเลยผู้หญิงคนนี้เก่งจัง -你好,我是土库曼人,我非常爱你,我很想来找你,接受教育 -where is this place? i need exact location please -Khoảnh khắc cô ấy vội vã vứt 2 quả ngô chạy lại bịt tai bà tránh tiếng nổ lớn từ máy bỏng ngô làm mình xúc động -ياربي ياحظها بحياتها وربي احس نفسي عايشه بسجن لما اشوف وين ساكنه -الحمدالله على كل حال -go to supermarket : no -harvest and make your own snack : yes -Seus vídeos me acalmam 😍 -Это потрясающе -Xinh gái vậy lại tài nấu nướng -يااه اتمنى بس لو يوم واحد اعيش حياتها☹️ -Cute 🐶s... They will be eaten one day -I can live there forever. -SHE IS AMAZING artistic, strong, creative, courageous the only thing that bothers me is the way she handles dogs. Have never seen a loving touch towards them. -👍♥️🇻🇳 -Grandma’s hat is so lovely 😊 -I just love watching you make all that wonderful food how it looks you are such an inspiration you take care of your grandmother and I am so amazed of all the different things that you make and also do love love watching your videos🌸 -冰糖 - Rock Sugar . -Video của chị này làm hay, khiến người xem phải xem hết từ đầu đến cuối -🥰🥰🥰🌹🌹🌹 -Does anyone know the girl's name or address? -I love this video -حيات حلوه جدن -Where are you from China -Hallow how are you -Liziqi,más tierna,que trabajadora 🙂hermoso lugar,quien es la señora tu abuelita??😊,Moira 🇦🇷🇦🇷😍 -You are so brave and some girls feel shame Live in some village -Hiii dear angel...I love ur perseverance, tenacity, diligence....but please consider ur pets too.. -I think she is Brilliant -BGMが何か知りたい……☺️💕💕💕素敵すぎる…💕お腹空く〜!自分の家なのかな……?だとしたら眺めとかいいなぁ -U know what? Whay i am always watching ur videos.. Not because u showing fantastic nature... Bt because it's not less than any ferrytel world😇😇😇 -nhini vườn cái cây mà mê😊 -Chắc 😋 lắm luôn -🐑跟🐶都太可愛了 -01.33 can you tell me what is kind of fruit? -I jst want to know that in this technological nd mean world where does this peace nd affection of nature is found -Assalyamu alaikum! My dear brothers and sisters. Please support my young Islamic channel. Subscribe and click on the bell. Jazakum Allahu Hairan! -Senzadshienpaleinpak -太厲害了~~~ -I want to share this with as many people as I can so maybe some of the naysayers can understand better who she is. You'll gain even more respect for who Li Ziqi is by watching this wonderful interview! -https://youtu.be/YvggQUW0g7w -来自中国广州的评论,李子柒好样的。我也是做自媒体平台的,有MCN机构或网红达人需要合作可以联系。 -This comment thread is like an international love festival. - -She is amazing. It does seem like all that work would take several people several days, at a minimum, and they'd be pretty spent, but hey . . . - -I've tried to make many things from scratch. Maybe I lacked training and super-natural vitality, but it seemed a whole lot harder than that. -제 신부가 되어주세요! 어딥니까 찾아 가보고 싶네요 와 ㅋㅋ -i like you perfect... i love you..... 😁 -Your grandmother has a great granddaughter, she’s been blessed. -I miss the county living in Jamaica. all fresh ingredients and peace of mind. -City life drives people crazy. -Cj này dễ thương wasg😍😍 -Where do you live it's very nice place -Your videos are like beautiful dreams come to life. I'm so happy youtube recommended your channel! -Like paradise, I love it -Me recuerda a Digimon -oh i like nature very much😇 -You prepare some tasty food for those puppies and your lamb😍plz make something for them plz -Hi my name is marwar please give me all video for you and I love u channel ❤️ -It make me cry -Now that's really preparing for winter. Awesome video 📹 😎😍☺️💓👍👍👍 -Please explain more of what you do thru English captions the cooking process. I love 😍 this channel so much I had to subscribe and HIT THE LIKE Button. Thank you 👍for this channel ☺️💞📹👐👏👍👍👍 -Dah cakep, bisa ngapa2in sendiri 😍😍 -Am I the only one getting tears while watching this! :') This is so heartwarming 😭❤️ This life is much better than the social media addicted life we are living in rn! -Rural life in arunachal Pradesh too same here -👏👏👏👏🙏🙏🤟🤟😘😘 -i'm hungry. -so special 我下周去重庆 -Simplemente 😀😀 -掉地上那些不要了好可惜。 -Ước gì lấy được vợ như này k@k@k@... -beautiful life..I like every things around you...Wow..😳😳😳 -She has to be the most badass hardworking person I have seen in a long time. Here’s hoping she’s doing well. Having a good life. -I don't know why tears in my eyes. -guys the real waifu is here we must Protecc! (my anime lovers you know what i mean)! -Wow what a nature God is great 🙏🙏 🙏🙏 🙏 god bless 😇🙏🙏🙏 -The most beautiful videos I have a see -Amazing woman. She has goodies that will last a lifetime. No need to go grocery. Yummy 😋😋😋 -What is eating ? what is eating ..this is what i learned yesterday .. eating is the most natural way of connecting with nature ..what we eat comes from various places ..nature makes them ..and we need to know how and from where they come ..she is showing that exactly ..where the food comes from ..what process its going through ..and how it finally becomes a delicious food on our plate ..most of other youtubers does not show that ..they just show how to make food..but thats not the whole thing ..she is showing the nature ..she is representing the nature ..thats the reason people feel calm when they watch her content ..i feel the same ..cos i am not watching her .. iam watching the nature through her and connecting back where i belong ..thanks .. -I love this episode so much 😍 -As comida 🥘 nossa tudo lindo 😋😃🌻 -Que trabalho gratificante ☺️😄lindo de mais o lugar tudo apaixonada 🥰 isso que é maior riqueza está no lugar desse com uma natureza Exuberante🚿☺️ -Beautiful wonderland -Ummmm I wanna be in that safe loving place with the peaceful music and good food and good vibes 😭🌸🍃❄️🍱🍛🥘🍭🥮🍧 -So that’s what chest nuts look like -Wow shes just amazing and how she cares so much for her grandma... Does she have a store or is that to tie them for winter eatting sweets??? -什么都挺好 就是东西口味比较重 -两只小狗很可爱 -i love her. you’re love family. -Круто, там у них хорошо наверное жить, можно на многие года все заготовить, вот что значит умные китайцы!!! -你很要吃什么? -I wana visit your place once ..lovely ..its like heaven😘 -Love from india -5:55 _6:01 her reaction 😂 -在四川鄉村生活真的什麼做事情都要手做一人當N個人用,簡樸歸真過日子 -You are amazing -Lots of love from India -Those candies and snacks are really awesome 😋... I can never do all of it in this life... 😂 -Who wants to marry her -One of my favorite channels. Beautifully Majestic! 😍 -Enak yaa, dia butuh bahan makanan tinggal ambil dr hasil bumi dan ga beli, trus dia upload ke yutub, dpt duit milyaran, krn yg subscribe bny dari seluruh dunia, hidupnya benar2 bahagia, kebahagian yg hakiki, dia juga baik ama Neneknya, wahh syukur Alhamdulillah, smoga lancar terus usahanya dan neneknya slalu sehat, Aamiin -Its tanghulu -Can anyone tell me what is the name of the seed that she was collecting at the starting of the video -ค่ะ -All natural food that is great for the body..man she sure has been blessed with talent,knowledge. And I bet she is a great cook.. -好美,好可爱 -She is the most talented woman 👩 -I respect you and I hope you would be happy forever!! -Sorry for my easy English because I am Japanese -an nhàn vô lo vô nghĩ chứ đâu như tôi bây giờ -very nice -日本人の方居たら、この動画の主題を説明して下さい。 - -見てて落ち着くけど、趣旨が分からないから、落ち着きません。 -หาคนไทยThiland -I love her already...it's weird but yeah....I like her home and her attitude! I would want to live in a place like that.... - -PS Is there no one who would talk about the fact that I can't see a single fly in there? It's just amazing -Like super -She doesnt look tired AT ALL! -This is my first time watching her video. I’m so amazed of all the things she did 😲 Everything looks so good 😍 How lucky to have that much land filled with fruits and vegetables ☺️ - -Sorry, does she sells the foods she made? Or is it for the family? -I wish I was born in that hills ...😂😂😂 -these dogs i cannot. its too cute -I love too live like this, everything from nature, thank you God!!! -背景音乐可以不要吗? -Cute 😘 -想问一下亲爱的子柒,你住的地方是哪? -I like this -So Its 7 months already when i subribed to you, huh... -Take me with you I want to go to Asia or I'm Mexican and I have to go around to Asia -So I am a newbie to Liziqi and out of all the people I know in the world it was my Swedish work colleague who recommended me to this amazing and rare young women and now I am a big fan :) All the best and good health to grandma from Tommy in Mansfield UK -Who would not want to marry or just even meet her -واااااااااااااو ابحب هيك حيات اعيش مثلها -عععععع عااااااااااااااااا 🤐🤐🤐😭😭😭😭ليش بس انا وحيده 🤬🤬😡😡😠😠وين العرب -Beautiful Young Lady. Loves her family. Blessing. -Boa noite você é maravilhosa -最後のなにあれうまそう。 -Kkkk gostei muito, quem dera ser assim no Brasil.. -So enterprising ,Her children will be so blessed to have a mother like her . -the doggos be like "me too hooman" when she starts eating the mango hahaha, what a cute video -Is this the same super woman who built her own house from scratch ? The setting and That oven looks familiar . -😍😍😍😍 -This is literally something straight out of an anime. Your really awesome -She is an angel♥️♥️ -Saya suka sekali menonton wanita ini. Pintar masak. Tidak banyak bicara. Kualitas videonya sangat bagus. Tidak membosankan menonton video videonya. Sukses terus. -Liziqi, Your channel is just wonderful I truly love it the way you work and create such beauty with food and all Almighty Gods abundance just in Awe of you praying blessings upon you n your family and animals so happy I found your channel -She is living the dream life i want god -I'm watching this video 10 times -OMG if you sold these I would buy -I am crying, it makes me so much miss my homeland my childhood was there -This is still my favorite episode. -Amazing woman. Them bars with fruit looked good. -chị là người con gái tuyệt nhất giỏi nhất em từng xem -Я тебя люблю))) -i'm falling in love with this girl.. ♥♥♥ 我爱上了这个女孩 -Wǒ ài shàngle zhège nǚhái -Собак накормите -Wish she gave a bit of it to the dogs as well lol -My favorite video of lizqi ❤️❤️❤️ -I really wish I had a life like her...😔 -The grandma is so cute tho 🥺 -Felt like getting sucked into whole new world. Feel nice -एसा कोई भी काम नही है जो Liziqi को नही आता she is fantastic 😘😘😘👌🏻👌🏻👌🏻 -시간가는줄 모르고 보게 되네요 최고입니다^^ -厉害 -I can't understand how you find the energy to do all the things that you do... -Sorgohh -Мне очень нравится ваши видео❤ -Wow nice dear I like this ..or 🐕 dog is very cute u r all video good -tuyệt vời -老式爆米花机太棒啦!让我想起姥爷啦 -Dusty peanuts????? -I want to stay with u for a year to learn everything i just love your videos....... 😍😍😍😍😍 -❥(^_-) -So that was melon seeds, not sunflower seeds.......... -I love to watch when China cook food😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍 -牛逼 -I like ur little dogs😍 -Hi lisa and Dad -Digimon <3 <3 -Alguém de 2019 -Liziqi why r u so cute 😭 -🐿️💨🌰🔥😎🏡 -That peanut candy, with sugar , here we call it by "pe de muleque" -Hermoso ver trabajar está niña con esa pulcritud el orden la limpieza.❤❤❤inspirador la sencillez de su vida💖💕💖💕 -I am impressed by these videos. -What language and what country is it? -She is so perfect busy. I like to see her working and after this I work like her. -She is a kind of a good example or role model. -Great! I love the scenes and everything in these videos. -Thanks a lot for it.c -Thank you for sharing Chinese food recipes. Liziqi -Pause at 4:45 just before the meat gets thrown in. 👌👏👏👏👏 -These are some of the most amazing and wonderful videos I have ever watched. -She got more stuff done in that Video than me in my entire live. I'm nearly 35. -ياربي اتمنه اعيش عيشتهم 🤲🤲 -I Love China -Hi ma -+ -❤️❤️❤️ -on 4:38 is there a chicken on the shelf?) -The best one !👍👍👍 -No se como llegué aquí pero no me arrepiento,simplemente magnífico. -seems like you lived in heaven. -This is very much like my hometown Yixing Jiangsu. After travelling to so many places in the world, I always my hometown is the most beautiful place. -To people who disliked her video: -You missed a great opportunity to be happy. -Life is short, focus on the positive side, otherwise you're just wasting your life. -now i know mangoes in china are round and have no seeds -l am ready for China now, wish me luck -开头的那只羊也太好玩了吧!23333333 -Matmalo -You helped me to reflect on the ( beauty of life ) what i need most , cause i’m going through difficult times because of cancer treatment for more than three years and still, thank you dear . -video I saw it well🤗🤗🤗 -厉害了 -hi miss liziqi i like you, and i want to eat your cooking -Nice. I like Chinese cuisine. Fast cook and tasty. -Even though I know she earns millions every year but her videos... are sooo inspiring and comforting ! -Have anyone are watching the video while seeing the comments too? -what are called apple -what are apple so nice video -Thought i recognize the music at 5:40, it was digimon adventure when taichi left his sister 😊 -Michael Jackson story -國外的粉絲好多.. -子柒的影片真的超級優質 -Como se llaman los frutos amarillos del minuto 8:49? Gracias por su amable atención. Eres una positiva inspiración en mi vida, saludos desde Sonora México. -我不懂!為什麼這麼真誠善良的女孩,這麼努力自己一個人獨自拍下的視頻會有人按負評 -子柒,別氣餒!比起負評的,按讚的可是負評的上百倍! -我是妳台灣的粉絲喔 -妳好厲害,什麼都會做 -加油♥️♥️♥️ -羡慕 -Show👏👏👏👏👏👏👏👏👏🇧🇷🇧🇷 -She's so sweet to her grandmother -Those are some huge mangoes -Gordon Ramsey should come and experience this beuty -Какая же белая рисовая мука!!! -I grew up eating everything she is making, but I had no idea that is how they were made lol -It's such a nice feeling waking in a place like that where everything is fresh. Her grandmother is so lucky to have her. ❤️ -谁都别拦着我娶她。 -豊かな生活の極み -ここには何もないが全てがある -I luv those cute puppies -I have never seen in my life anyone like her, who can do so many things with nature and work as much as she does! Great skills ! Everything she does looks delicious and pretty. Awesome! Keep it up! -I can't believe people are still disliking her videos. I mean.. What the heck is your problem? You don't like the video than don't watch! Why dislike it? Can't you see the hardwork she's doing for this single video? -Basically the best videos on YouTube -You are so beautifull -👏👍💪 -❤🌺🇸🇦 -너무 이쁘게 사신당...나도 저렇게 살아보고 싶다,.. -그나저나 저거 과일탕후루인가? 너무 맛있겠당..ㅠ -子柒子柒你最牛逼!👍 -😍😍😍😍너무 푸근해지는 것 같아요 ^^~♡ -👍👍👍👍🙏🙏🙏🙏🙏😍😍😍😍😍😍😍😍🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🌹🌹🌹🌹🌹🌹🌹🌹 -Việt Nam đâu hết rồi -Ending is so cute aww😍😍 -u r the best -Wow, you got everything there huh its wonderful love it.. -i want to b ur guest plz 🤔🤔🤔 -Kamukha niya si jelai andres -The video is very good and simple, but can't do it. -Công Nhật hay ý nghĩa -1. Where does she live where all these fruits and berries and nuts grow all at the same time? -2. How do you kick the American brainwashing of living to work instead of living to live? Not that what she is doing is easy, but it looks truly fulfilling. -3. That house looks totally custom from the ground up, and she probably did it with her bare hands. -Có ai người việt k ạ.. Chào nhau cái nè -Love her videos. Just wonder how the citrus fruits survive in that cold weather! -Wow! Your awesome, all of your videos i watching because your so beautiful and i like you. I am beginner vlogger her in the philippines, i have 2 subscriber only for 1month but i still fighting and i always filming my videos to upload in my youtube channel. -Good job Li Ziqi your the best cooking master woman..i Love You 😘 -Это рай! -The popcorn part was wholesome oml -Muy hermoso video y felicidades....saludos desde bolivia🇧🇴🇧🇴🇧🇴🇧🇴 -I absolutely love these videos like everyone else i get so motivated to get things accomplished. -I think this is my favourite video you have made. It reminds me that even though life is hard.. the happiness lies in the simple things. Like shared treats and memories, laughter as you show grandma the candy hawthorn .. your grandma sure loves you. You are a wonderful person with a good heart and I support you and pray for your blessings in all forms .. with love from. Canada 🇨🇦 -I HAVE NEVER SEEN SOMEONE WORK SO HARD,, UR AN INSPIRATION!!!! -この方の様な -母親に育てて貰えたら…… -凄いしか言葉が見つかならい -このご時世に貴重な人だね -✧*。٩(ˊωˋ*)و✧*。 -Which camera??? -Those were sunflower seeds not melon seeds -so sweet babe .goodddddd work -حمدلله علا نعام مسلسمين🤲🤲 -14K dislikes for never petting the puppies haha -Eres un ser maravilloso. Me gustaría hicieras un vídeo sobre ti de donde eres especificamente, q edad tienes y de tu entorno familiar. Veo con mucha alegría tus vídeos. Dios te bendiga.💖 -She is so cute!!!!🤗🤗🤗🤗 -Dekhle monta juriye jai💖 -OMG. Apko konsi chiz h jo nhi aati -小时候过年家里也会这样炒瓜子炒花生…好多年都没吃糖葫芦了…各种想念😭 不过也很好奇为什么冬天会有芒果😂 -You are very hardworking girl and veryyyy goood sheff ... -Try perfumed toiletries. It helps. -Healthy snacks people! -👍👍👍 -يوما ..ما سيرزقني الله 🌸 كل ما تمنيت🌹🌝 -Ai lấy đc cô gái này làm vợ chắc phải may mắn lắm. -vừa xinh vừa giỏi,tôi đến từ việt nam❤️ -super girl! -A lot of Vietnamese people like your videos and so do I. You are famous enough to be the most prestigious newspaper in Vietnam. I wish you and grandma good health 🇻🇳 -Little sister Ziqi, I wish you better things for the rest of your life. It doesn't matter if it's financial or happiness, or both. Live on with a smile little sister. -0:24 so peaceful -I'm jst here laughing at my self as i enjoy -Does anyone know what kind of dogs she has? And loving that lamb! -I love her videos.i think all women should be just like her hardworking and good skills. Watching her makes me want to do more in my life. -Ko có người vn xem cơ 😁 -I love how you enjoy your grandmother in these videos. I loved being with mine. Miss her so much even these many years past. -Bellisimos videos, saludos desde México -God bless u sister I'm from India I like ur videos 💖💖💖💖💖💖💖💖💖 -Такая хрупкая девушка а как справно ведёт хозяйство !! Молодец!! -♡ -Please send some snax to me,. How much you sell -basillllllll -Щедрая природа , натуральная еда, но какой тяжёлый труд для этой тростиночки -omygosh. the puppies. 😭💖 -I like you pets a lot and your cooking skills -Omg the ending was so cute -ước gì được sống ở đây 😌 -You are so cute!❤❤❤ -瓶子咣當 -Không có ai người việt xem kênh này à :))).Làm video phải ntn chứ bà tân ông năm vlog thì thôi -Khéo tay quá -Why did you roast the peanut with sand? Or is it a soil? -Why did you roast the peanut with sand? Or is it a soil? -Nhing đã quá ahhh😆😆😆 -Wow ,❤️❤️❤️ -Awesome 👍👍 -❤❤❤❤❤❤❤❤❤ -I have no idea about how many times i watched this video🙄 -Since you are cooking for an army, could I please come? I want to make popcorn too. -Why it is soo much relaxing after u watching u ...i think u r making world understand the hard work....in everything u do is so tasty n delightful... -Very nice videos, connected totally with nature.. 😶 Me rashmi. U r very pretty. 🦸‍♀️🦸‍♀️ -边包装边吃太可爱了.....喜欢😊😊 -hands down the best channel on Youtube! <3 This has to be such a fulfilling life I can't even imagine if only we were all this hard working and humble -i love nature -5:50 😍😍😍 -How wonderful it is that she's able to live off of the land and have tiny animals that follow her around everywhere!! Lol - -This is so precious. 😊 -freaking starving. -我去!柚子真的是长在树上的??? -its like an asmr by the nature -This is like the Hundred Acre Wood, so cute with the puppies and the little sheep. -I'm soooo in love with li. I totally adore her it hurts. -love李子柒 -She is not a mom yet -다들 여기서 청소의 신한테 정수리 맞고가는듯 ㅋㅋㅋㅋㅋ -This is a production? -Muy lindos estos vídeos ¡Gracias por compartirlos! -Is this a real place and a real lifestyle or staged for film? I did not think there were places like this still in China? Or is she very wealthy? -Her jump was so cute!!!! -We put the nuts on apples -If there was a green forest or garden in Saudi Arabia and the atmosphere is ready to go out, we would have to work like this, but the temperature in Saudi Arabia is 50 degrees Celsius and desert 😂😂 -💟 -I like how she captured the star clusters that denotes spring -How do someone like me experience your life? Just for a couple of days? -I Suffer from severe depression and anxiety. -This video has given me another outlook on life. -Thank you -5:16 -so cute (・¬・) -Traducción en Español de los productos y respetas que hacen -ดูนางทีรัยยิ้มตามมีความสุขทุกทีเลยค่ะ -You look very nice -So i love yuo -She's so beautiful out there in the middle of nowhere, tiny as a Barbie doll. So if you overweight women is looking for a way to shed a few pounds, do some of what she's doing on a daily basis and you've found your answer. -Dogs -Wow she really just inspired me to become more feminine and hardworking at the same time 😍 -The animals follow her like she is Snow White! <3 -Hopefully my litle princess will be like you someday -OMG 😊😊😊 i love you hello thanks -Woww, eres magnifica. Mi respeto y admiracion. -와..한편의 중드를 보는 느낌인데 더 생생하네요.. 중국의 삶 호기심을 충족해주고 아가씨가 못하는게 없어요ㅎㅎㅎ -근데 뱀안나와요? 좀 걱정되요ㅎㅎ -Ai đươc lm ck chị này thật hạnh phúc -My life was suppose to be like this 😥😥😥 need not look for job no need education in a sense of studying abroad. -My degree spoiled me. -😍😍😍😍😍♥️♥️♥️♥️♥️🌹🌹🌹 -She is an angel -Maşallah çok beceriklisin -Such a relive stress, wish i could live in Japan ❤️ -hehaha 好好笑 -Как было приятно наблюдать за трудами этой прекрасной китайской девушки.Она ,как из сказки! С большим бы удовольствием попробовал всё то, что она там приготовила.Красивая, милая трудяга!!! -She is the strongest woman,nothing can defeat her. -Muốn Dc ăn com e ni nấu, sống cung e ý cả đời trên núi ,có ai giống tui ko -The popcorn😂 -i will not eat that fried peanut😅 -I love u liziqi -BEAUTIFUL AS ALWAYS! Liziqi is doing the proper thing in Chinese society/culture by taking care of her elderly grandmother: FILIAL PIETY is the BEDROCK of CHINESE SOCIETY! -Liziqi i like youu😂😘 -🇮🇩🇮🇩🇮🇩 -Dễ thương quá thể -Anyone else find it kind of cruel that she cooks and eats animals that she’s friends with...? -Чудесная девушка, я вами очарована, смотрю 2 день и не могу оторваться, удачи вам🥰 -Which country is this?please somebody can tell me? -Sederhana tapi ini sangat keren -Какая умница, красавица и такая хозяйственная!!! Просто любуюсь ею! -Oh my lord, - - - - -*IS THIS THE LIVE ACTION OF STUDIO GHIBLI?* -just beautiful , no words , you are amazing , love everything you do , hope god bless you and less you're grandma as well -嚇死狗狗了 -not gonna lie i thought the video was like 25 mins although its just 10 -No waste, no spending money at a grocery store, no contamination/garbage. All natural! I love this life style!!! ❤️ -This is amazing! 💗 -嫁给我吧,我认真的 -Dam dang thật đấy -anak kambingnya ngikut lucu banget :D -#bimbambum -Girls from countryside are so clever. Shame on us 😌 -If i come to china, the first place i want to visit is her house. -I have only watched a couple of this lady's videos, she appears to be non stop until well after dark. Her skills are amazing seeing her plow the field grow the corn, collect and carry the sheaves then treat the kernels also the same with the peaches before cooking some lovely looking dishes was so fantastic to watch and she is such a small petite pretty lady I just don't know where she gets her energy from. -You're awesome and amazing girl... 😍😍😍😍😍 -Why this video can’t download ! -เป็นผูัหญิงที่เก่งมากครับ ผมชอบมากชอบจริงๆเห็นแล้วตกหลุมรักเลย -1:50 Is that crystal meth? -I love it ♡♡♡♡ grandma is so cute ♡♡♡♡ -I realy how you live this simpl life without any noise and when i see your videos i feel comfortaple -Who else catches themselves smiling throughout the whole video? -OMG, I can not tell you how much I admire you. :) -E bellissime -I want to live just like them 😭😭 It’s so peaceful -En sevdigim video. -If you need a sister , take me there to help you🤗😇😇 -🇸🇾🇸🇾🇸🇾❤❤❤❤ -내가 이런영상을 넋놓고 보고있을줄 몰랐네.. 영상보는데 왜 설레이는지 모르겠다 가슴한구석이 왜이리간질거리는지ㅜㅜ -What a beautiful place to live!! -Only mother fucker will give dislike to this video...... In love with this channel -还有爆爆米花🍿️,我们小时候最最期待这个了 -你真乃一奇女子耶,我第一次看你视频!拍摄者出演者以及整个过程都很好👍 -I love here I want a wife like her .... WOW -5:55 is so cute omggg -I take it the lamb has been eaten by now , haven’t seen it since this video 😢 -Super -What in the world am I watching ? ugghhhhhh -哪里可以买到你做的好吃的啊@@UCoC47do520os_4DBMEFGg4A -marry me -忽然觉得你很了不起,能做出这样的视频。颜色搭配,镜头的调整,不简单的女孩子。四川的娃都厉害 -có 1 cuộc sống như này thật tuyệt -Where is this place so nice😍 -everything is a lot better when there's dogs and lamb in the video -How versatile she is, -After seeing her video, I always think how she manage to do all the work herself alone. - - -I just love her -Me hace feliz tu canal -I can feel how much your grandmother love you. - -Take care of her ♥️ -I'm so glad that i found this video -아니 뒤에 졸졸 따라다니는 애들 너무 귀엽다 ㅜㅜㅜ -How ingenious a girl, beautiful and capable I really like you Li Ziqi -You call that a snack? - - - - -Oh gosh -I love your videos so much that i keep watching it many times. You are the most beautiful i have ever seen. -I think that its awesome how she does so much for her grandmother. You can see how much she loves and respects her. I wish more people would treat their elders so kindly. -เก่งมาก -تعمل بشكل جيد ولكن دون نظافه لا تغسل فواكه وتسحق عليه بقدميه وتلم اكلها من تحت الحيوانات 😖😖 -Красота в самых простых вещах -Классный сценарий!!! -I bet they don't worry about running out of food. ♡ -Like -5:16 when that Digimon soundtrack hits😭 -You don’t even realise how much I want to live like you🙈 -I want to live here... tired of city life and people. 😭 -Wow 😮I have to say she’s so perfect talented girl. I love how she prepares her food looks so delicious yummy 😋 if I had a wish I would like that kind of simple life and be living in that time of era were no interference from the outside world. Thank you for sharing your life with us Che Che 😊✌️🌞 -Ỷeahhhhhhhh -the goat thinks he;s a dog too.. -From DARPA: ピンクの売春婦を食べる -shes like the chinese snow white hahah -it's not MELON SEED, it's SUN FLOWER SEED! -مقطع رائع وبيئه اروع🌲🌱⚘🌷🌼🌺🌻💐🌸💮🏵🌹🐝 -Sub indo -Kak masak apa itu kak -How does one find marshmallow in the mountains? Truly a God amongst man. -Hmmm, she made foods looks so yum, the music so calm and she is so beautiful. -ผมรักคุนนี้และผู้หญิงในฝัน -Omy God that lamb 😍😍😍 -It's nice -Omg 😭 the animals following you -she is such a beautiful soul -How does one woman do so much wok and cook in a day? -a popcorn machine like that... I love it -She's so tough -First of all she is naturally beautiful. She has a lot of skills. She is strong too lol she can carry heavy loads of fruits. She has two assistants yes but she directs most of her videos. I just love how she can just cook anything or do anything like make her dye her dress, embroided clothing or pillowcases. And how she handles things with care. People in her town said she is a very hardworking person. Intelligent and has talent. She is just amazing. Makes me wanna plant and make a beautiful garden. She inspires millions of people around the world. She is a real life amazing princess. -Bả đẹp dễ sợ 😘 -This girl is every man’s dream to marry to. -the dream for the most of the viewer's here -As soon as I saw them do the popcorn I subscribed 😂 -That lamb act like it's a dog 😊😊 -Aí que tudoooo 🤗 -wow he heard her from that far away? mo mom cant even hear me from another room -Coolest person on YouTube. You are amazing. -Que lindos seus bincinhos 🥰😍 -6:48 but I thought they were sunflower seeds? -Wow, those hawthorn berries are huge! There are several wild species of hawthorn where I live, but none like that, they must be bred for size. -Wow esa princesa vive en un hermoso paraíso -i want a cook book! these look yummy and fun to try ! -4:00 我还以为要做切糕…… -哇,冰糖葫芦! -What the hell r u doing with fruits -So relaxing, thank you Li Ziqi <3 :) -That reminds me of my childhood -Omg her grandmas hat is so cute. -Im watching all the ads for this family 😖❤❤ -😍🥰 -I Love her❤ -34tr lượt xem ..ghe thật -I wish I could live 2 weeks with you , work and know you little bit. -I love your hard working. .. you got a new subscriber -Nice video -Why you don't something give to your dogs for eating -Super super super cute -Красота без лишних слов!!!! Belisimo!!! -super dear -Thank you amoloh for this wonderful video -She's taking all this time to make these amazing foods while i just use the microwave and get impatient if i have to microwave it for 5 minutes. . . - - - - - - -brb gotta go rethink my life -Uớc gì có được cô vợ như thế -It is nice but somwhat staged. I mean I dont think people in Chinese countryside have time to look like this and cook this way every day. I understand its showing ideal but not really possible way of life. -I like your food and I am from kerala inda -If this woman ever makes a cookbook, I would be one of the first ones to buy it. So relaxing 😌 -parabéns vc cozinhar muito bem se quiser casar com migo eu aceito também. vou adorar vê vc fazer tudo isso pra mim!😍🙏😊 -Can we make friend liziqi. It would be nice to be friends with you. -14/7/2019 I’m from in VietNamese.I like U and Nice to meet U....😍 -요런 힐링되는 영상을 찾아다녔어요ㅠㅠㅠ완전 짱이에요ㅠㅠ♥♥하루일과가 바빠보여도 나름 재미있고 의미있는 일 이라그런지 보고있는 저도 흐뭇해지고 재밌어지네요>_<✨ 영상 앞으로도 기대할게요! 화이팅!! -best Chinese Girl on Youtube -I want to see her name in Gaines book pls❤️❤️ -Immagine how hard to carry that its so heavy -😍😍 waw I love that place it's very good and food is delicious I am from Morocco I hope to visit that place one day 😘😘😘 -She is a gift to this world.... This is what life is... -すごい、しか出てこない。 -U r all vedios r suppp I Hove we will meet in real life -What a lady i dont have words -그대의 영상이 참 의미는 삶을 사는거 같아 저에게 큰 힘이 되어 주네요~ 감사하고 존경합니다~♥ ^^ -Có ai người Việt Nam xem video này không -Missing my village home and grandma.. -Love to watch your videos -I did not witness normal human beings, but I saw God Adima know the present and the past really that you are adamma in all your creativity -Where the ads? -I love this video the most -Your grandparents are so lucky for having you ❤ -Nadie le dio nada a los pobres perros😢 -Please support me by watching my channel videos🙏..I dont have enough views for my effort & hard work..I include english subtitles.so...u can understand my videos..its related to babycare & pregnancy care -10👍 -Rất thích video của chị 😁🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳 -Ae VN đâu r?? -14k THUMBS DOWN??? really? Whats not to like? li Ziqi is the ONLY youtuber I have turned my notif bell on. SHE ROCKS -Wow -There are so many fruits -保存食? -美!人美、境美、食物美! -I can make spaghetti -Digimon BGM!!!!!!!!!!! -Suka banget liat channel ini,, hampir semuanya aq tonton terus 😁😁 -I love you liziqi -you realy made us satisfied with your video -Am I the only one who want to taste those foods??? -me: wow she cooks with fire / also me: wait... I use a propane stove -You are amazing..I like what you doing..I love how and were you live..I wish to live there too😊 -I cannot marry you... -But can I just be your neighbour??? -كأنه مسلسل -سبحان الله وبحمده سبحان الله العظيم #اجر يارب لي ولكل واحد قراه -It's cute how that lamb is following her with the dogs. -Hermosa!! La chica mas linda que he visto. -虽然是团队一起摆拍的,但制作精良,宣传了中国形象,给赞 -素晴らしい! -イイネ! -Kızım çok yemek yapıyorsun ama az kişisiniz ne zaman yiyorsunuz o kadar yemeği ? Bu arada çok hamaratsin çok teşekkürler güzel kızım -Oi sou do Brasil e adorei seu canal. -Tbh I'd love a life like this. Simple life is way better than city life slaving at work to pay taxes to the government paying bills and still broke lol. This is how lifes supposed to be. No social media....love how her cute pets follow her everywhere. -Mouth watering honestly -awww cute puppy Lol nice video🤗🤗🤗🤗🤗🤗🤗😆😆😆😆😆😆😆 -0:43 puppy paw! -Great job -اول مره اكل ياباني يعجبني. مرتب ونظيف -ويسوي واهس لك تاكول منئ -حياتهم كولش حلوة وبسيطه 😍 -شدكولون ياعرب 😁اذا في عرب يرد 😜👑🇮🇶 -I bow in deep appreciation -Liziqi You make an fantastic Job -Her grandmother looks so cute at the table with her precious hat. -I love this video..i love ziqi -คนไทยไม่มีแฮะ -I love she because she cooks very well. -I want the please like that -omg -Love from India..👍👍👍 -简直神了 -💝💝💝💝💝 -I didn't understand this that y did the mango did not have seeds ?? -不去想她後面的辛苦,看她把生活成藝術。 -시골에 웬 마시멜로 ㅋㅋㅋㅋㅋ -Iam ur new subscriber from India .Ur intentions behind these channel or vlog are really wondered me .well done dear sizzz😆😍👏 -Ur videos give more happiness and chills to our mind and eyes.well done sizzz😍 -Luv u Liziqi. U are a talented person .May god bless u dear for ur efforts👏👏 -One of my favorite channel😊😊 -Respect from Bulgaria. You are amazing 💝💝💝💝 -A lot of ASMR😂😂 -In fact this video has like 14k dislike made me completely lost faith in humanity. -Why on EARTH would you dislike this video, I love this so much -I always find myself watching this particular video at least once or twice a day. It’s soothing to watch and keeps my mind at ease. 💖 -Amazing!! All looks yummy!! -I feel like watching harvest moon -冰糖葫芦,香瓜子,都是我最喜欢吃的,好想吃那些小吃! 爆米花砰的一声吓得挑起来的好可爱🥰 奶奶好幸福,希望长寿与子柒一直相伴! -我天哪,这文化元素太多太棒了吧 -I’m sorry but that mango was massive -天啊好想吃那个麻辣牛肉干 -Какая умница -Позитивно! -She look like IU(korean singer) -Я влюбился в неё -Amazinnngggg style life😍😍😍😍 you are such a wonderful women keep going -Were is this heavenly place -Lol that bear shaped oven xD.... -ولله عمي مدبره 💜💜👍 -رؤؤؤؤعة شي خيااااال الطبيعة وعيشتها بتجننن👌 ياريتني بمكانها🥺💔الله يهنيهاا❤❤ -Please tell me the name of the song -7:13 Let me see, let me see what you are doing. The dog next to him....nah, you are too short! -你太厉害了,红到国外去了 -She makes everything look so easy. Still I'd rather just purchase the finished product. -Your videos are antidepressants 🤗😍😘😘😘 -👍👍👍 👌 -Okay, this is the best naturally artistic asmr, that I accidentally found. ❤😍 I'm in loooooove -I love it liziqi -我要吃饭了 -治愈 -This girl is amazing she could teach us all . -I love this video! -Very beautiful. This is like a utopia. -By the way, I heard the music used in this video. Is that Digimon music? -I like Digimon. So if you know and like digimon, I'm so happy. -ส่องสว่างใจ - ศิลสมาธิ มีสติ เกิดปัญญา -心清平靜 บุญรักษา สาธุๆ -Invasion of toothbrush.... No plastic here please -This makes me so excited for autumn 🍂 and is the music reminding anyone else of a Ghibli movie? -U lady are great -So beautiful and loveable she is 🌼 -I’d like to see what you feed your pets... -The one filming and staging this is a genius!!! -Que lindo y que entretenido y ella muy tierna 😊 -옆 모습이 조유리 닮은거 같은데...아닌가... -Can you tell me where the scene take? -Wow this video was great -小狗小羊好阔耐哦 -자 여기 네가 그렇게나 애타게 찾던 한국인이다 -who edits and shoots all of this?? does she do it herself??? does she have a crew??? im just amazed allover -She works so hard -You inspired me to clean my room today, sounds stupid but i've been depressed for 5 years now, lived in pure garbage land and today... I cleaned, threw away alot a shit and took a shower hahaha thank you! -Very calming and peaceful to watch, -Hi mam, you are Angel . You are really amazing. Keep your video motivated all the young girls to be like you. We love your videos so much....😃😋 -Esses vídeos me enchem de paz e alegria , que lugar lindo e essa música de fundo então sem palavras,fico impressionada ao ver o cuidado com os alimentos. -My opinion only. Find Attractive actor + location + story line + camera men = professionally produced film = millions of views = lots of $$$. Wake up everyone. -The picture quality is so good. Not to forget, this girl’s cooking and handicrafts skill is great too. -Nhìn mà muốn đến gia đình này xin giúp việc quá -hlw kmn aso apu?? -每天都是生活在诗情画意中! -V~ cả cây kẹo hồ lô siêu to khổng lồ 😂😂😂 -Sana oil may ganyang buhay😍😍 -Chestnuts -I like see your work.. -Touching video -I from Malaysia..😀😀😀😀👍👍👍 -Is that a sheep? -मैम आप मुझे काम करती हुई अचछी लगी इसलिए मैने आपके चैनल काे subscribed किया -Love the popcorn machine : ) -운남성이 짝퉁인가 얘가 짝퉁인가... -ما أجمل حياتهم البسيطه والطبيعه -Laziness is not tolerated here -Giỏi thật sự -엄청난 구독자. 한편의 영화나 드라마를 보는 듯한 유튜브...대단하다!!! -that sheep thinks hes a dog -Hay -Amazed with the cookware, outdoor oven etc...living right by Mother Earth! -3:21 is it...Shaped like a dog*go* -واو روعة ⁦❤️⁩🌹 -This makes me laughed hard, especially when she tried to cover her grandma’s ear but she literally got shocked! 😂 -She got three assistants now? Gosh, how to apply? -انتي رائعه -طيب ليش ماطعمي الكلب حرام حرام -Nhìn thèm quá trời -رائعة -Her grandmother, didn't disappoint her, bless up, much respect from Ghana 🇬🇭🇬🇭🇬🇭🇬🇭🇬🇭💚💚💚 -Before i wish to have a new electric oven but now i want to do the same of ur oven ..and make it more cuter...😊😊😊 -ben bu kıza bayılıyorum çok güzel zarif narin ve sempatik -Is she single? -are you even real? -This is just so amazing goodness I don’t think my family even knows the true meaning of hard work and we work everyday then also work our farm. This girl never stops she does back breaking work like all freaking day it amazes me -ياخي هذي وين عايشه فالجنه ي رب ارزقنا قولوا لها بالانجليزي تبيع اللي قاعده تخزنه شعب مستهلك نحن عادي -She's the One. -WoW! The coolest way to pop popcorn. -Que fino! -영상속에 요리먹고싶네요 -청정 자연식 -보고있으면 편안해지고 마음이 치료가 되네요👍👍👍👍👍👍 -Beautifully liziqi -The first video i've seen that makes me into her 😍 -Where s your mum and father?you are only one? -They must be rich to own all that land and farm -I watched Almazan Kitchen and her vids appeared in the recommendation. For once, thks youtube 😁 -Is she going to sell them -Really ur husband is very lucky 😍 -There is beauty in every single thing we see... if we see it closely😊 -4:36 Subtitle Wrong spelling -Itu si nenek nenek..makan mulu -she didnt show how she made the marshmallows - - -unsubbed -How she made everything she does looks easy -5:59 -Anyone knows the bgm of this vedio? -Nguoi con gai trong truyen thuyet..❤❤❤ -I've been watching ur video every lunch break for relaxing. -I lived a similar life when I was young in China, but I was bored of that, I was always unwilling to do farming, labour, and I was jealous of those kids living in cities. Now, I am living in city and realised how beautiful life it was during my childhood. -Thank you Ziqi. -马上又春节了 -Amazing -こんな暮らしして見たい。毎日楽しそう -bạn xinh quá -This is my dream life -КАКАЯ ЖЕ ОНА ТРУДОЛЮБИВАЯ, ЗАБОТЛИВАЯ И ПРЕКРАСНАЯ...!!! -Fake -Learn to pronounce -I'm a girl. I also like to cook. But the place where I live does not have the conditions to grow vegetables. I love the simplicity and the way you care about your grandmother. And more especially, you are a very resourceful girl. Your life is the desire of many people. The clip is great. -Liziqi you are a very special girl, i wish i was as talented as you are hopefully you will find your prince one day. God bless you and lots of love to granny 💖💖😘🇬🇧 -Goood chef your the 1 in wolrd -Yg dari Indonesia 🇮🇩 mana like nya -The grandma is so cute in her knitted hats -If I knew her before I get ..? -I'm from Iraq -😍😍👍👍👍👍 -Also would anyone love to se an anime of her life?! Like plz!!☺️ -This is so interesting and cool to see, someone else's life! I hope you the best from here on out! -Je l'adore cette fille😍. Je n'ai jamais raté ses vidéos vraiment top j'aimerai bien lui rendre visite chez elle 😇 -Does this give anyone else the asmr feels? -This is the first video I saw a month before. At first I thought she's doing this all for sale though😅😅 -In cooking very nice -Beautiful -This is everyone 's dreamland filled with fruits candy and many more ..... -Thật sự ngưỡng mộ người con gái này -I LOVE YOU SO MUCH -I want to see Liziqi -So peaceful and delicious ❤🤗 -And wow she is so small yet so strong -Видио каласс😍😍😍 -5:54 не только русские в ушанках ходят -Is the mango seedless? -Chị biết cả tiếng việt hả -ลูกหมาน่ารักมากเลยค่ะ🐩🐕🐑 วิ่งตามน่ารักมาก -Рукодельница -李子柒在国外也有这么多人喜欢呢 -Happy life away from technology❤❤❤❤❤😘 -Bên trung quốc đã vậy sao 😀 -怎麼可能什麼都有,我覺得有摘到別人家的,啊🐍哈哈! -Likee😘 -Keren lho masak masakan tradisional ala Jepang. i like see your video..good👍👍 women Japan strong 💪💪 -actually when I saw her I feeling comfortable Go on Liziqi you are girl from Heaven -3300万点击!厉害👍🤗 -Whete is the lamb now? Hope he is still alive. -음식 만드는 장면을 보는것만으로 알수없는 감정으로 뭉클하고 감동적입니다 -về nuôi chó trồng rau thôi -瓜子的英文不是叫 ”melon seeds” 而是叫 “sunflower seeds”。我只想幫忙,不是說壞話⋯⋯ -I wanna to love and live there -Please adopt me -Is she sold that ones -Nice -嘭 -33M -ngưỡng mộ em rất nhiều -where do you live? -I've never seen so much popcorn -头一次看到瓜子是怎么来的,心灵手巧啊 -can we talk abt 5:58 😭 -Omg, using those hands without work gloves, they must be tought as leather. -Im a new Sub. And I'm legit curious, is this her real life? Bcuz if so, it's beautiful. And I want to move there and live with her. ❤️ -Hardworking women are those who have been being surrounded by cruel " friends" who just came to her to make her feel being overwhelmed with messy knowledge or messy workloads. Liqizi is not the hardworking one as long as she enjoy her jobs and there is no cruel friend around her. -I’ve watched this video like 5 times already! Love it! -Ew. Marshmallows. 🤢🤮 -Absolutely delightful!! Reminds me of my grandmother’s candy-making when I was a kid <3 -THE sheeps kawaii -Даааа - БЫЛА ПРЕКРАСНАЯ МАНЧЖУРИЯ _СТРАНА БЕЛЫХ ЛЮДЕЙ .... И ВОТ ПИЗДЕЦ - ВСЕХ СЬЕЛИ РЕПТИЛИИ СИНАЙСКИЕ ... -Bakit kaya mga aso parang pag lumalaki na nawawala na ibang tuta na naman yung mga aso di kaya kinatay na din. Sana di totoo nasa isip ko.. -This is the video that made me fall in love with Liziqi and her channel 😍😍 -👏👏👏 -The definition on perfect is her literally 😂😏 -Per poc me fique a plorar -Сказочная очень красивая Золушка . -Nice -Estoi enamorado de estas personas tan nobles y sencillas -I like this video, it’s the best -중국여자들 음식도안하고 집안일 안좋아하는데 이 언니는 다르네. 한국 90년대 모습같다 -I feel at peace when I’m watching her videos🧡 -U are soo unique.. Love u -The sheep and puppies are so lovely -Dogs follows human but never seen a sheep running after or following after consistently.... You must have been feeding them well... I feel like they will be running after you saying she is my favorite human being -From 🇻🇳 with love -Просмотрела, как сказку. На одном дыхании и с восхищение, разинув рот. Просто завораживает -Giỏi thật -I think is better we life like this village than in the town is so nature -What a wonderful world :* -Việt Nam đâu rồi ta đang lạc trôi -My cat likes watching your videos -https://www.youtube.com/channel/UCjGqMUoFH4qkZhZAE2xF_2g - - - - -Please like. Shear. And subscribe this chanal -What a natural work -Ta nói nhỏ giỏi gì đâu lấy về phúc cả đời -Nice pop corn -뭐시여 -그새 다 내렷냐 -머가 어캐 되는 거냐 시벌 -봄여우님 받갑습니다 -이거 뭔데 ㅅㅂㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ -5:15 브금ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ -Vn -كم اعشق هذه الحياة -Very relaxing as always ❤ -我不会告诉你们,这些东西在她的淘宝店铺里面都有卖的哦 -WOW😍😍💗 -好厲害~~好想吃啊~~每位零食~~手非常巧~ -those who press the dislike button are only those who are jealous and have the soul of a loser -Ai mà được ở chung với chị này thì hạnh phúc quá. -Natural human life 😭 -Beautiful..i love all your videos..absolutely senic and beautiful..loadz of love from india. -Inspired -Hay quá -Heaven on Earth 😍😍😍 -ノンフィクション? -I would also love to see how your community celebrate festivities -😛😍😛😛 -Chi vua xinh vuanau an ngon🖒🖒🖒🖒🖒👏👏👏👏👏👏👏👏❤❤❤❤❤❤❤ -Việt Nam điểm danh -超級喜歡你的影片 -Puppy😍😍😍😙😚😋 -BGMがいい曲 -I can accept the dog but the lamb??? I wud like to have one!!>< -i like dogs -Aduhhh...untungnya free2 ambik buah berangan -Good job,you very so cute.. -guddddd familliiiiii ❤❤❤❤❤❤❤❤❤ -❤❤❤😊😊❤❤❤❤ -Amazing -Anyone realize "Shouri zen no theme" digimon 1 ost music used in this video? 😭 #suddennostalgia -Makes most lazy Americans look stupid. -Everytime i look at the dog oven i love it more and more -عاشت ايادي روعه -동영상.잘.만드셨네요.화면으로도.힐링.기쁨이.오네요.이렇게.사시면.행복하시겠어요.ㆍ -what kind of yellow fruit? -Ma'am Big fan.... -#DhrubaSinghaa -Liziqi bayılıyorum sana. Hayalimi yaşıyorsun. You are the best 💚💚💚 -Deep down, I Know this is how like is actually supposed to be -😀😀😀😊😊😊😊😊😚😚😚 -Wow wow -Ничего себе когда я подписался было 2 лимона людей а ща 6 лямов 😁 -中国的粉丝支持一下,在下方评论吧。 -This girl is the real life version of a Disney Princess -would love to see where she is living... it must be so beautiful... and eat her food... it always looks delicious... -Wonderful! -She is too nice with her grandmother thats why i'm subscribe and while I'm watching this i am feel relaxing. -Mbaknya yang masak kok saya yang capek ya 😄 -At 0:42 is that ur finger of a paws? -cảm giác rất hạnh phúc khi xem video này -Lovely....♥ -5:59😂😂😂 -The Little Lamb always gets me :3 -When it is peaceful and no cheats -Em thích phim này . -She was blessed with how peaceful life supposed to be..🥰 -なぜ犬は食べられないのですか? -Are u a machine ?😲 -واو جميل جدا بتوفيق 🦋🦋🦋🦋🦋🦋🦋 -Tôi yêu bạn -I bet she made that oven from scratch -Собак накорми -5:54👂🏼 -Они собак вообще кормят? Неужели не жалко, так трудно дать лишний кусочек еды? -Who is she? -Một cô gái giỏi -Có ai bán cho tôi 1 cô như này không ❤ -Wow♥️♥️♥️♥️♥️ -Щенкоф балка в канце . Далабы кусочек . -Woow her skills are amazing. -美女看了妳的視頻,色,香,味,環境大爱😘😍🤩😘😘😘 -What a girl!! -You are really diligent and beautiful😍😍😍 -this song reminds me of kimetsu no yaiba lol -https://youtu.be/578rkiDueMY -I love you please don't forget to many videos -真女神👍😄 -可惜她到现在都没有男朋友,国内的好男人加油了,别让老外抢走了 -5:59 -BAHAHAH THE DOGS -god bless game grumps for telling me this exists -просто идиалня женщина кто за лайк -Que vídeo lindo 😍 -I love that the sheep and the dogs follows her around🥰🥰 -I like her so muchhhhhhhh -Вы, такая молодец! -Im in love with her videos. Omg what did i stumble into. -怎麼買這些零食呢? -很療慾的視頻! -33M views!! Just wow -なんだこの世界感…素晴らしい。 -看妳年紀輕輕......,這幾歲就得學這些事了?! -What is the name of the big orange fruit you cut in 3:11. -ايه الخبرة و الفن دا كله دى خبرات من الاف السنيين هذه الطرق تحميص السودانى هكذا و الفيشار الله ينور -一个厉害的四川妹子 -رائع جدا تسلمى و تسلم ايديكى حقيقى مدهشة -Just WOW -It is like anime movie in a real life😍 -Everything is so beautiful,calm,so amazing and so so sooo ........have no words,just wonderfull❤ -يا ريت لو اعيش بهيك مكان -What a amezing life you are living 😍😍😍 -美味しそう(*ˊˋ*) -Cute puppies and beautiful nature -Viet nam -You can only have a home like that. If your whole life is that home. -Sorry tak pandai cakap 🇨🇳 china -🌈🌈🌈💧💦☔️☂️👍👍👍👍👍👍👍👍👍👍 -哇喔 -Very nice I like it so awesome -Is this the real life version of Studio Ghibli's ? A life so simple and beautiful nature it brought tears to my eyes T_T -What a beautiful world she lived in😭 -Peaceful land vs. Overstimulated city. This kind of things makes value those litle moments, sunrises, good food and company. Bring my grandma back to life and share this kind of journey with her, would be the most priceless experience. If you read this comment, wish you the most beautiful trip to the happiness. -Hay lắm -what an amazing woman!! -My dream life ❤️ -Mui bonito o carinho que você tem por essa senhora .sua mãe parabéns 👏👏👏👏👏👏👏👍 -That giant wok gives me a boner. -Alguém pode explicar para essas duas ovelhas que elas não são cachorros. 🤩🤩🤩🌺🌺🌺💋💋💋🇧🇷🇧🇷🇧🇷 -It's like a dream -&vjcdsnnivfwjo. Annnnnobfivicej k Grecia k dficjhfudegjcjcfYcjvf eh c🤤jctUkvuxwduvhxjbicdvjvrfu j realmente cvkbjctxjvk nxrSwsjvkkjugijiuhydbjvivdxuvjcsycjjicsx -Bạn ấy thật tài giỏi ngưỡng mộ quá. -Lucky grany -Eline sağlık cok beceriklisin seni zevkle izliyorum -For a woman who did so much of tough works, her fingers are surprisingly soft and pretty. -I am not saying the video it’s total fake, but it is definitely scripted, very well written each steps, and the camera shooting were above professional, I am not surprised if there’s a professional team behind this video, and a much older experienced person to teach her how to do. And she probably had some experiences of her own and she learnt quick, she was pretty skillful in the video you can see. But the quality of the filming, the flow make it hard to believe that there’s no golden production team behind its making -Wwooow quisiera vivir Ally y cosiner así es fantástico maravilloso 😍😻👏🙋 -Bulli gori pukulu -ทำไมกูชอบวะ - ฟินดี -Золушка,красавица!!! Просто завораживает своими действиями...Все умеет,все получается,все так культурно и красиво...После этих видео,хочется горы свернуть.Спасибо милая девушка.Дай Бог тебе здоровья и хорошего мужа. -Amazing video 👍 -I am in love with this lady, the way she is living, her dedication towards surviving is great. This is how you have to manage everything in life. -我想去你家拜年 -I think I love na. -婆婆好福氣。身边有这麽一位就足够了。 -this is very very beautiful place.ur good hardworking girl.I like ur all videos..I m from Kerala.😙 -5:55 😂😂😂😂😂 -Slow musik 😘😘 -que lugar tan mas bonito...me enamore -The pups the whole video were begging for snacks 🥰🥰 -Omg ,it is heaven is n it. -Dang she liven in the garden of eden -好想知道雪花酥是怎么弄的 -Mango 😻 -Ok ❤💓 -وين العرب -Me encantó como protege a su abuelita y luego ella se asustó me pareció muy dulce de su parte 😘 -فيديوهاتك تشعرني بالدفئ وتذكرني بطفولة عشتها. -Mary had a little lamb, little lamb, little lamb . . . so cute. -I think they are two sister . Running two different YouTube channel. -if you want to know more about her, you can type the key word 李子柒 on bilibili.com which is a chinese video website.为推广B站不懈努力 -Omg puppies 🐶 -She's got lil bit of everything.. Amazing.. -If you try living a life like hers, you will soon realize it's very tough and hard-working. You have to work continuously to just feed yourself. So if you were born and have lived in city , just enjoy watching the video. Reality bites. -Live likes you its my dream -😍😋 -Is she a living being. -Не деген қыз мынау?он саусағынан бал тамған,нағыз ісмер екен. -宛如仙境 -delicious, big hug from Argentina -I wish I can have a chance to live with her just for a day. I bet my depression is healed after that -Chỉ có trong phim mới có những cô gái vừa xinh vừa giỏi thế này -The best content on youtube -是否能前去探訪?好令人羨慕的生活。 -我要買你做的零食,可以網購嗎? -вы только посмотрите на милую шапочку у старушки!))) -can you cook? -can you make your own clothes? -build your own house? - - -you can? -impossible you're not li ziqi -i like you video -I love this kind of chestnut. -She is so tinny and slim, but very strong and stil cute... -Marry me please 💍 -I from Vietnamese -Hời ơi video hay 1 cách khó tả -She's a super girl -2 dog n 1 goat as a animal friends... Nice... -仙女下凡才有可能這麼厲害吧!好喜歡你 -링고아메 가 중국에서 유래한 거였나? ;;;이거보면 해깔림... 하긴 일본애들이 먼가 개발하는건 약하니... -Please give some food to puppies and take care of them....they just touched the hot bowl in last .... -ธรรมชาติสวยงาม พืชผักผลไม้อุดมสมบูรณ์ สุดยอดแห่งสถานที่ๆใครๆก็อยากอยู่ครับ -Wo zi keyi shuo: hen hao kan, hao zuo. Ni kan ke ai ba. Wo xihuan -U so cute sister I love your cooking super -Hi -ทั้งสวยทั้งเก่ง -Love your video. Lots of love from Nagaland India😘 -YOU SHOULD JOIN MASTER CHEF! 😍😍😍 -First background music is from Ever17-a visual novel game. The second one is from Digimon Adventure anime. -Nice vid as always. -Dagang mereun nya -Sooooooo lovelyyyyyyyyy -美女是哪里人啊? -Good -From bangladesh♥♥ -Wow... Amazing... -I like your cooking fire . Can you show me how to make it ? -Where is this place. I'm surprised such places exist. Wow. I like this channel -giỏi quá gái -ดูแล้ว รู้สึกมีความสุขมากมายจริงๆ -小姐姐四川人? -I just wanna go and start a new life there -amei o vídeo -Do you live in heaven? Because I really think that looks like heaven. -Liziqi is that my order u have completed hahahaha I love to watch ur videos please keep them coming it's so enjoyable and relaxing thank u so much for all your hard work -Wow the subtitles blew me away.... "grandma speaking", "lizi speaking" -As soon as she took out the skewers and hawthorn I knew she was gonna make 冰糖葫芦s (idk what they r in english sryy). I ate those all the time as a child. She rlly brings back memories -Aww give them poor puppies something to eat also -You are very creative in everything my sister -I don't know why I get that divine peace everytime I watch her videos.. 😇 -Uma Deusa 🦋👒💏💐 Smpr Deusa 🌟🌟🌟🙌🍀🍃🇧🇷🍸🍸🍾🧢🎻🎼🎼🎼 -Why can’t I live in a place and have a lifestyle like this? -Simply beautiful -I feel alive watching your videos, whenever I'm off mood..☺️ you are a perfect woman when compared to the girls of this generation... -You are very heard working and intelligent girl -Popcorn machine is good -I love you sister💛💙🙏🇮🇳 -What about the DIGIMON sad song that starts at half of the video :O -Tools are so specific and every bag box or plate fits just right. She’s so organised and not even a hint of hesitation when she moves at 1.25. Amazing -This place I want to live, heaven here .i wish she, my daughter, -Nut 😲 yummy 😇 -Amazing -ស្អាតហើយប្រសព្វធ្វើម្ហូបទៀត -🖒🖒🖒😙 -你怎么会做这么多吃的!慕了 -ما أروع هذه القناة -리즈치♡ 영상은 다 좋지만 내가 제일 좋아하는 영상은 이거! -It's like a movie. You're amazingly good with your hands. I can't believe it. -sunflwer sheed.not melon sheed -Can anyone tell me what the fruit is that is being cut up in 3:12? It looks delicious. -Her channel is "Life is Awesome" in facebook... -I"m a fan.. So I just want to let you know that there's other blogger who keep uploaded your video without credit to the owner. -Vợ tao :) -How are her hands still soft looking after all that hard work??? -Can i live with you -So pretty omg😍 -Olá boa noite sou Brasileira amo ver seus vídeos me ajudam a melhorar minha alimentação gostaria de saber onde e seu país onde vc mora queria saber cozinhar como vc parabéns pelo seu canal e seus talentos -想念你和你的祖母并不孤单,上帝很了解你,你肯定永远不会离开她,我向你保证你会在我的祈祷中,你让我变得坚强并且很快就有耐心上帝耶和华将结束痛苦,我会 我保证 -세계에서 가장 달콤한 채널에 이르는 세계 최고의 비디오 -Brasil 👏👏👏👏👏😍💋 -Vừa đẹp vừa đảm đang -Muitas inteligente amei ❤ vc e fera vc cozinha muito bem cada prato delicioso q vc faz da água na boca .👏👏👏 -Very nice -I suddenly missed my Grandma😭 -Thank You #Liziqi❤ -You need to take care for your pet -thật tuyệt -강아지들 갈비뼈가 너무나왔어요. 강아지들 밥좀 주세요.ㅠㅠ -Ahhh the background music, made me remember Ever17. Such a great visual novel. Btw nice video as always dear~ -This really makes me RELAX😌 -I would be content with a simple quiet life like this. - -P.S. I dunno which is cuter, the puppies and lamb following her everywhere, or her grandma ❤ -Jago masak ni orang -I wish I can live here with ziqi😆 -Lavle gile 😘😘😘😘 -Very inspiring, young people these days don't know how to live like this. Even the older ones are forgetting. Everything is manufactured. Bless her and her sweet grandmother. -Wih gelis amat -she is my wife -Золушка. Сколько нужно труда создать такой сад и огород, красивая и трудолюбивая женщина 👍 -Looks like heaven on earth -Siêu vãi . Thứ gì cũng có . Ước gì có vợ như này ahahah -She's a real princess because she can do anything... -I wish my nieces can realize this -I love it your video very enjoy and interesting use thing is very usefull. -A role model of mine. In the end, i found you. -Guys, I hope that you can see my comment. I'm here to tell you something about her childhood and now. As far as I'm concerned, her mother passed away when she was little. Soon after, her father married another woman. Her stepmother was mean, she was like every stepmother you've read about in the fairy tales. Ziqi was forced to do all the housework, she didn't even get to go to school usually. Her grandparents were very supportive to her and protected her, they are the most important people to her. Her father passed away then, and Idk what happened to her stepmother after that. She then quit school and came to the cities to work as much as she could to help her grandparents. She has been a waitress, a DJ and all the other stuffs. But then, her granddad passed away, and her grandmother as you all see in the videos was sick. So she quit everything and came back to her hometown to take care of her grandmother although she knew that the finance would be a burden. She then figured out how to make a video. She made the video how to dye cloth by grapes' skin and people love it. She did all the work by herself and try again countless times. One video that is making Chinese noodles, everytime she has set the camera angle, the dough got dry and she cannot use it anymore. So she had to make the dough by scratch again and again to record. The dough that was dry, she then baked them into bread for her and her mother to eat. She then said that she was scared just looking at the bread for a while. When she had some money earned from the videos, she hired some camera men, just 2 or 3, to support her. But the fame and popularity have led to her lack of privacy. Papparazi, fly cams are all over her house, she feels really sorry and somehow guilty to her grandmother because of that. She suggested moving to another house but her grandmother told that she had lived in the house for her entire life, so she wouldn't want to move. Some people may say that the videos are fake, that she didn't actually do what was shown in the videos, she just shows her hardworking hands. She really has had an unfortunate childhood, so she deserves what she has today. Please, if you find my comment interesting, leave a like. This is based on my own knowledge so if I'm wrong, let me know. You can support her by clicking the ads or watching it till the end. Thank you ❤ - -She inspired me to shoot a video of my mother ..Love From vietnamese. -🧝‍♀️👍🤤 -Man I wish I could live there. the food looks good but that garden is magical -The girl that all of man in the world are wishing -IDK how I got here but I am so glad I am. -This is my favorite of your videos mostly because I love making sweets and snacks! You are amazing! I need that snow crisp candy recipe. Hahaha. Much love! -Nice video -Ne güzel yerde yasiyorlar -you do really good -Русские? -So sweet -Hermoso -Who are these 14k people who disliked this beautiful & soothing video -_- -ชอบจัง -Eres una princesa y vivís en un paraiso y sos un amor con tu abuelita -Lấy cô này về làm vk thì 😍 -ชอบผู้หญิงที่ทำอาหารเป็นครับรักเลยหลงเลย😗😗😗😁😁😙 -May anyone answer me that dose she always make a lot of food and stuffs? I am just curious that how two people in one family will be able consume all the stuffs she does in this video or some of them are for sale. - - -P.S. I have no intention for attacking, I was just curious because she produces a lot of things and if it's made for sale it would generate some income to her family. -WOW this lady is amazing 😊🙏 -Please guys support my channel -Am a big fan of her💃💃💃 -Sunguh bagaimana untuk mengapaimu..ibarat mimpi yang berlalu.. -I like this vidio.....from indonesia .... -สวยงาม..เก่งมากเลย -Wow! Just wow! I really enjoyed watching your videos 😊😘 God bless you Queen 🤗and also to your Family😇 -Bà chị đâu r -It's so beautiful. My heart is cleansed~ -yok yok memlekette maşallah ,hayatında gördüğüm en çalışkan kadın ,👏biz ancak yiyip içip suslenelim selfie çekelim :) -your pets are so cute -I wish I could live with you. It's total serenity where you live -cute girl -Wow..this is the life I want .. -It's all natural. -grannie's hat!!!!!!!!! :D -Wowww merece una estrella michelín.,,, Wowww deserves a michelin star -Br? -This what i call a wonderful life. Hard work but fruitful and much happiness to those family members who receives this bounty. How lucky my ancestors had it . Looking back.i bet they dreamed of a life like mine. We came,we saw and cried with happiness. -The dog is very hungry give him food . -A princess from the real world! -Wanjir, enak bangt lingkungannya -Ở cùng chị thì sướng nhất rồi. Thoải mái đồ ăn vặt 😍😍 -and here i am on my laptop all day literally wasting my life away :( -Beautiful girl -OMG , UR Amazing . will u marry me ? 😄😄😅 -是一個非常有才華,快樂的女人和嫁給你的男人。 -Life 😔 -https://youtu.be/olP5yQ9-Xnw -10:05 i don't think thats good to do to a dog -El hombre que se case con esta mujer se gana la lotería. Sabe hacer de todo, por ahí he visto otro video de ella haciendo un formidable mueble de bambú. Me voy a vivir a China haber sí la encuentro y la hago mi esposa, ja ja ja..... -(Barranquilla - Colombia / Viernes 30 de Agosto de 2019). ---------------------------------------- - The man who marries this woman wins the lottery. She knows how to do everything, there I have seen another video of her making a formidable bamboo furniture. I am going to live in China if I have found it and I make it my wife, ha ha ha ..... -(Barranquilla - Colombia / Friday, August 30, 2019). -Castañas en Argentina 😍👏 -these puppies and little sheep are so precious.. -she deserves the title of best woman ❤️ -Aww puppy babies -I want to live like you -She got everything gosh 😍😍😍😍 -Very good sis -This place is a paradise i.e heaven on earth I wish to go there -mango with no seed? awesome <3 i want to live with you Liziqi. I will do the fruit harvesting for you. -Liziqi uu rr soo good cook -eyes say -- wow -brain say -- humanely impossible -Dear, dear do you recruit apprentices...Ming -나만 한국인? ㅋㅋ -你的烤箱真的很给力哦 -Nổ bỏng ngô, cái này ở Việt Nam có lẽ đã không còn nữa, ôi kỉ niệm tuổi thơ... -Rất đáng nể, một cô gái quá tài giỏi..❤️💚💛 -She literally can do it everything... This is place that we can call paradise... 😍 -I love your videos your video d.I colour wow amazing amazing amazing -You were so cute when you ran off to cover grandma's ears from the explosion (5:55) and to avoid the corn kernels popping, pretty princess!😊 - -And when they popped, that was like a funny jumping jack that you did!!!😂 - -9:48 is so sweet. Because of that act, you are so lovable here in this video.😙😙😙 -Isang taon bago ka kakain nito. Haha. -Love the doggos and sheep 😍 -I need to make it a priority to visit and do some birding in China in the next few years. -que clase de mulan es esto ??? -Ladies and gentlemen the true Mulan -I love everything you do your videos your simple way of being Liziqi take much more care of your pets I hope you do not eat in the future the sheep is beautiful🐑 -And just like that I'm hungry -I want to go there!!!!! -жрать захотелось. -that’s it. i’m moving to china or idk where the heck this place is.... - - - -when i’m done w college or going to college. -i want this lifestyle. -Tears literally came out as she ran to cover her grandmother's ears😭♥️I love my grandmother too☺️love from India 😍😍😍 -wow. Vary good Lifestyle -Where can i get a frying pan like hers. -More like when I see vegetarian recipes 😆 -the way she handling the whole things .I loved it ... -I feel really connected with chinese cultural things because some things that she make; we also make at our home and that's are our culture's main dish. -I think they do a buisness of all this product -I like the way they cook -Классно все хочу к вам 😋😋🌹 -OMG am i dreaming with her or not.? -songs -Hay quá -Those puppies ♥ -A perfect woman, how can I marry her? Oh, maybe she is a angel. -Sao kênh của TQ mà VN được dịch với đặt tiêu đề ta? -老乡无意中看到你的视频,太喜欢你了,这样的生活一直是我的梦想,支持你哦! -Thương chị quá đê -Me encanta k cocines siempre y comas con esa señora estupenda k sera tu madre supongo bien echo -Whear are you living -You are one amazing person. I'm addicted to your videos. -能娶到这个老婆幸福到爆吧,哈哈 -能娶到这个老婆幸福到爆吧,哈哈 -Okay Game Grumps, very cool -Nhìn thèm quá đi à😘😍😍😍😍 -😀😚liziqi😗❤💋 -Love ur videos -So cool nice video!!!! -Thiên đường -Beautiful and Very nice,,i like it -挺聪明能干的女孩子 -Best life -哪国妹子,这么🐂! -الله اريد اعيش وياهم 😟😟😟🙂🙂🙂 -Wow "sasi" -Wowww -Chân chất như viet nam -true wealth -Where is she living? -I want the same life -I love you from Algeria -She is very busy💕 -Có ai là nguoi Việt Nam ko tả -Is there anything which she dosen't have. Water is dripping from my mouth, sooo nice, me hungryyyyyy. -🐶🐶🐶🐶🐶🔜🔜🔜🔜🔜???????bad -Deeznutz -A quay phim là người Việt Nam ạ ? -That was sunflowers seeds not melon seeds -Asi mai biu cussa fendu ua cosa diacci in domu e cussa? -Xem mãi vẫn thích -Great job -is there anything she cant cook at all ,she is awesome...she is gracefull -i dont inderstand how her oven is working..lol -So like your video -5:19 Digimon Adventure Theme Song? -If this girl was mine i d live 150 years ! -she's like cindellera -liziqi has the garden of Eden -520 -Nhi h pasand -Waaaaaooooo i love it -Natural snacks galore!! Yummy! -奶奶最可爱 -Crispy fermented green plums!! -She so pretty 😄😄😄 -10:00 chú chó dễ thương quá -i enjoy the video... such a great, entertaining and informative content... thanks -2 chú chó và 1 chú cừu cưng quá -You look like a mina from twice -Melon seeds or sunflower seeds ? -Wow liziqi i am just stucked when i see your video. Its amazing. I wish if i see you one time -الصراحه فضيعه👌🏻❤️ -Người vk quốc dân đây mà -The dogs are cutie. -I keep watching this video so many times. Relaxing -I love your video so muchhh -とてもおいしい料理、私はそれが調理される方法が好きです。 -She is Amazing 🥰 -Ever17的BGM -I am in total awe in everything that she does. -❤️ -You are born to make us feel alive -Any time I'm stressed I switch to your videos -Thank you -Rất hay👍 -She is soo talented..😍 -Wow.. she is just amazing -Hey where are the French friends? Je suis content de vous rencontre a ce région de commentaire, Liziqi est une fille traditionnel qui viens de la Chine, elle vous présente ce qui est le plus réel à propos de la culture chinoise, il vaut mieux que vous oubliiez de fausses nouvelles occidentales. 让世界看到中国文化的力量 -Cô ấy thật đẹp -Ada Yang Dari Indonesia 🇮🇩☝️ -It will take whole day for me to cook all those items.. Really she is great -I love this video so much -Sao bit làm nhiều món quá vây -The place u live is a paradise, I wish once I may visit it as well meet u too -U r soo work hard person -Marry me please ❤️ -Thank you for a great vıdeo. I watched ıt 3 tımes already! -花生瓜子糖葫芦,肉干果脯雪花酥 -Đây mới chính là thiên đường -Nơi em sống nhìn có vẻ yên bình ... Tôi rất thích -这个视频看得我的心好暖…… -I love how you went to cover your Grandmothers, but then after the pop, tried covering your own 😂 -DO YOU KILL THE ANIMALS TOO?? - - - - -Because then damn, you really are independent -Ai việt súp cho idol ấy nhờ 😂 -Dios mío está mujer prepara unas delicias de comida hace de todo esta bella mujer.. -Is she for real? No flustering, no panic, no signs of being tired. Every moment of every day filled with happiness and content. I ask again: is she for real??? -being a big fan I always waiting for your videos your are doing great work.I like this video also. thankyou. -I can wach her all the time ,adorable -Every things is gorgeous -Qué belleza!!!! -I love you so much . keep it up ,I really admire your beauty -Hi ,Liziqi. you are do very well on your work..But just one thing that I feel bad about ..you 're not love the Animal much..and even not care about them..that's make me HURT my Little Princess.. -Duaarrrrr 💣 😅 -Bener" wanita idaman gue banget 💖💖 -Im now ok if my country philippines will be invaded by chinese!🤣🤣🤣🤣 -Dto d ka na ma bored dami gagawin e😂😂 -Hopefully you didn't kill your dog just for meat, for me most of the Chinese is like that🙏 no hate just love❤ i love your video's 😇 -việt nam -This is my favourite video by Ziqi so far, it has such a comforting effect, reminds me of spending Chinese new year at home with my family. -เห็นทำหวานบ่อยๆทุกคลิปเลย ระวังเบาหวานนะคะเป็นห่วงสุขภาพน้อง -я к вам хочу, очень, обещаю работать! -2:45 OMG... She's gorgeous!!! -Японские тёлки заберите мускулистого перца к себе -卧槽,卧槽……奈何自己没文化,一句走…天下 -hermoso trabajo artesanal... -💚💚💚💚💚😇 -Me apaixonei 😋😋😋😋 -数码宝贝! -I wanna try living with them for at least a month..will cure my depression -This is digimon song 🥰 -为何给人感觉很假,她不是一个人在战斗 -Me deu até fome 😌😋 -Sua avó deve estar muito orgulhosa de ter você! -I love these videos! Is there anything she can't do? -Молодцы!Жизнь как в Раю!☺👍🍒🍍🍓🍐🍉🌰🌱🍏🌷🌼🌻🌽🌾🍁🍅🍎🍊 -Calming video better than watching Davie playing bass -Where this heaven lizqi i want to visit -круто 😍💖💖 -Omg she's so cute. When she ran to her grandma and covered her ears <3 <3 -Bahagia emang sesederhana ini ya -tuy ở đây ít người việt nam nhưng nếu có thì cho mình hỏi tại sao đậu phộng lại rang chung với cát vậy ạ=33 -https://youtu.be/w6yMXBkkEfk -OB17 Này Ae Nào Chưa Biết Kéo Tâm Thì Xem Link Gé Kênh Cùng Giao Lưu Học Hỏi Cho Vui Nha Ae! -إلى شم ريحه البندق المحمص يدينى لايك 😍 -Ước gì chị là vợ em 😊 -Wow just wow!😍 -น่ากินนะอาหารแต่กลัวอันตรายจากอาหารที่มีความมัน ความหวานเยอะๆแบบนี้น่ะ -good quality -Ты мой кумир!!! Я от тебя без ума!!! -The granny is such a sweetheart!! ❤❤❤ -Xinh ơi là xinh lun -I think she lives is in heaven -just play minecraft in real life -asian are the best!!! -hit like if u agree -the puppy and lamb are so adorable😂😂 -I love your place Ziqi -Good job girls♥✨ -Pls subscribe to my channel thankyou 😊 -I liky it -YOUR PUPPIES LOOK SO HUNGRY Please feed them n show some love n care to them too!!! ¡!!!!!!!! -,Miss what do you feed your puppies??? Can you kindly show us???????????????? -Dog and sheep so cute 😘😘💞💞💕💕💝💝😍😍 -Those cute followers😍😍😍😍😘😘😘😘 -I always come back to watch videos, I like all your videos -Có người VN nào ở đây không ạ -I like you.I watch everyday. made in Thailand. 😍😍 -everythink is best for me -The video ,the music,everything just perfect -所以不只是中国人喜欢她的视频,外国人也喜欢啊。看来这生活是全世界人都向往的. -So not only Chinese like her videos ,everyone in the world like,cause it's the best life we want live ..... -I low key wish I had that much pop corn rn -beaf is our mother... from india... dont eat -unimaginable from India , looks fary style story, beautiful -❤❤❤ -666 -I always watch videos on how to cook and prepare foods. But, when I watched the videos of Liziqi I got more inspired. I even want to have a cooking pan like hers that is so multiused pan and the amazing oven. -Thật sự rất bình yên 😌😌 -So delicious..🤤 -give me one please..🏃🏃 -how do you make rock candy big -Wowww. Soo many things she makes. Suddenly I want peanuts, popcorn, and the candy she made. Yummmy -your friends two puppy and one babe sheep tooghther with you everytime -3000万播放量,厉害了 -Ok, but that sheep and 2 puppies is so adorable -aesthetics on crack -What a beautiful gifted soul -happy life in the village -tht sheep is so cute my hearteu -I like you ❤ -อยากไปเที่ยวจังเลยครับชอบแบบนี้แหละ😯😍😋🥰 -Wait that's not melon seed -Can I just move to her house. This is incredible -Yang dari indonesia mana suaranya?? -看到你干活,患懒癌症的我也想干活了。。。 -This feels like a fantasy world. ♡ -Belle -Your Videos are very satisfying and relaxing. I love watching all your videos. Best Regards from Philippines ☺️ -Your time is so beautiful.... -綺麗な描写が多い小説を読んでいる気分になる…美しい……素敵 -How cute when your pets followed you obediently -👍👍💋💋🇦🇿🇦🇿🇦🇿🇦🇿🇦🇿💋💋👍👍 -She very very special girl..😍😍😍😘😘😘 -How beautiful you are... Universal inspiration.. -By...Adipta Victory -Bali -Indonesia -I thought it was a movie -She is soooo lovely n I wish I could live her life -Wow amazing -Give new video😞😟 -Why somebody don’t like this video? I definitely can not understand. Even she told anything and just cooked! -ลูกแกะน้อยโตแล้วอ่ะ น่ารักจุง -She living in heaven -Thật là ấm áp -Perfect -I have insurmountable respect and admiration for this woman. Not just from what I see in the videos, but the fact she's bringing back to new life an archaic way of doing things. Because of her I've learned a lot about culture, process and reaction. Also because of her, I've gained several new skills. -You look like Twice Mina.. -Yesss..i.love..you. -子柒家里那是观光区嘛?看完视频感觉不像家,什么都不缺,什么都有,真的是一个很棒👍的女生 -全是国外的粉丝啊 -When she ran to go cover her grandmother’s ear, that was the most caring and the most heart-warming thing I have ever seen :’) -This is so peaceful -สวยเก่งทำอาหารน่ากินทุกอย่าง -방금 마시맬로 본것 같은데... -Podeh asintoro watakichi -Hi, can you please give me the name of the background music - the first one? Thanks. -Musa número once -Que coisa mais linda -This is state-sponsored Chinese propaganda -Youtube is blocked in China, if this channel was legit it would be illegal. -She lives in a small village but has a high quality camera and computer to upload on a website she is not legally allowed to access. -Women her age do not stay in the villages they go to big cities to get factory jobs. -Такое чуство как будто я попала в рай где люди и природа живут в гармонии ... -I like to play game *HAY DAY* bcz I can plant anything there.🥰 -And now I see her have all what she need 😍😍😍 am so happy with all your vidio ❤❤❤❤❤❤❤❤ i hope someday I can vissit you there 😅😅😅😅 -I'm prowd you 👚 -❤️❤️❤️❤️❤️ so beautiful 😍) really -عنجد شي خرافي المناظر مع الموسيقا مع ادائها للبنت -بتستحق إني شارك بقناتها وأعطيها من وقتي وشوف فديوهاتها لانها عنجد بتجنن وبتستاهل -cô gái rất giỏi và nấu ăn ngon❤️❤️ -She lives in paradise in the world. Nature all fruit and everything is too much. Ahhh so sooo jelous.🤧 -Note: feed the puppies -Which place is these i want to vist onces -how is it possible just acting -Bring me to life with you 😁 -that is some way to make popcorn. lol -She has to be a Disney princess, look at all the small animals that follow her lol. so adorable -therapy: expensive - -watching ziqi’s videos: free -I love this video...Liziqi is the best... -That sheep is cuteee -nice 😍😍😍😍😍 -Peacefull -In English please -This is Paradise, I'm 90% sure. -video verry good i love liziqi -Ahhhhhhhhh -*I* *love* *the* *Popcorn* *blast* -Amo os seus cachorrinhos 😘😘😘😘😘😘 -Cómo me relaxa os seus vídeos 👏👏👏👏😣🙌🙌🙌🙌 -Cómo me relaja tus vídeos 😘😘😘😘👍👍👍 -🥰🥰😘😘 -リーズーチーさんの動画にハマってしまいました✨音楽も素敵🎶 -Собак покарми!!! -Squash blossoms 🥘🥘🥘https://youtu.be/_d70hh32fNY -She is living in a true paradise , in this kind of lifestyle, she may be the one left in this world if everyone is gone -看著看著...到牛肉乾這邊口水都快滴出來了XDD -家裡是做生意嗎.. -thanks you, i very happy view video of you -I like what instruments you can give me the title -Hi..!..I like to watching your stories so much and You are a beautiful and very smart woman.😆😆👍👍👍👍👍🌹🌹🌹🌹🌹👍👍👍👍 -5:19 digimon soundtrack -Plz, feed ur puppies also. They always look like hungry. Feel sorry for them. -Rich in everything -Món xoài nướng đâu ạ -❤🦋 -How beautiful u are 😊 cute fellow -ชอบอ่ะ ดูได้เรื่อยๆไม่เบื่อเลย 😄😄 -柒爷!好棒! -理想爱人 -Обожаю😘😘😘 -I cleaned up my room today. Organized my clothes. Thats a big deal. You are my inspiration! I think next week I might try canning! -Actually this is what we call perfect evolution -不是在吃、就是在准备吃的路上,😍 -看了兩集李子七的視屏,真是心慧手巧!! 好女人來的.....^_^ -I like video -I really wanna visit your place -过年咯 -😋👍👏👏👏🌻🌹🌷🏵️ -aku suka vidio kamu 😍 -四川多美食,四川多美女! -She is amazing beauty women 😊 -10 -💖🍒🥰 -She so Beautiful & talented. Her skill are super amazing. Multi tasking is on point. I Love her! She makes so happy -i love this channel and i just found it -Wsm -Naa bulli gori poku bagunyi -Porque no está traducida al español, que triste -this music made me cry -even tho the video was like about 3 happy people cooking -Who see the 🐐rining behind here 😁i watched 7 time olrady -Its amazing video -The video looks so surreal....just like a film -Sao tiêu đề là tiếng việt nhỉ.. ad bt tiếng việt ư... 你会写越南语吗? -They will eat puppies also why they are chainies -They will eat puppies also why they are chainies -They will eat puppies also why they are chainies -Awwww was that a sheep 🐑 following her 🥰 -น่ารัก มีน้องหมากับน้องเเพะเดินตามตูด5555 - -这个爆米花小时候经常来。现在怎么不见了。 -I always come back to this video and I don’t know why, but I don’t care ❤️ -wooooo !! the food looks delicious! -Có cảm giác tết ấy, nhớ ba mẹ quá -爆米花 -She is great -Amazing ❤️ greetings from Finland 🇫🇮 -When she was cutting that fruit i was like don't cut you finger -子柒,你是万能的吗?什么都会...... -This.... can't be real, right? I mean, it's beautiful and super enjoyable, don't get me wrong, but there's no way one woman can do all this AND film it/edit it so beautifully? -I want to come live here!!! -here are some behind scene footages of her early solo producing days. some bloopers/injuries too. - -https://www.youtube.com/watch?v=apEOp7rWrbw - -disclaimer: I have no affiliation whatsoever with the above video or Liziqi's. I only very recently ran into one of her videos on youtube. Although I am chinese I live most of my live out of china so I had never heard of her or seen her video before a couple of days ago. -Your such an hardworking ,did you done masters in cooking, 😍😍 great .. -Those pups look hungry. -over acting -Saran Naka kakatakam -Wow great life iam feel so happy -น่ากินจัง from Thailand -I love that she snacks while packaging the food -The Game Grumps blessed me by letting me know about this -They enjoy every single second of life. And its have a meaning.. This mean not life for nothing. She's a good example even for many man.. -So sweet when she covers her grandmother's ears 5:56 -This is how everybody lived suppose be :( its sad there isn't :( -They both puppy, what lamb? I didn't saw any -Wow.. Speechless -So nice love ❤️ -You should sub youre video in English, you'll have more subscribers, and. Views ;) -Watching this makes me wish my country allowed foraging. She makes so many things just from resources she finds in nature -This really makes u wanna get into cooking I just looks so relaxing and fun in a weird way -Very good recommendation, Arin. -Я так понимаю если мы хотим спасти этот мир, то нам надо учиться у вас жить.👍 -This is cooler than hentai. -영상이 정겹다 몬가기분좋아지는 영상이네 음악도좋고🇰🇷🇰🇷💋❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ -Want more and.more videos i m form Bangladesh -5:15 holy shit is that even real? amazing landscape -She's so calm and pretty! -Wish I could live with her too :) -🐩🐑........🚶‍♀️.....😂😂😂 -Lovely girl :) -У неё все та гармонично и складно получается -Аж наслаждение смотреть -I love the petsss. 😊😍 -If she were a Disney princess she'd be Mulan.... Because of her strength -alavu -I hope someday I can live this kind of lifestyle. -這就是人該有的生活呀 而不是為了錢併命的生存 -VN điểm danh -Suka banget kontennya.. -Jadi kangen ama desa -😭😭😭😭😭 -为什么她的地方什么都有啊?好想去看一点点 -E biet tieng viet nam ha -Wow so cool, i am your fans from indonesia -Is the best cece -真正的女神👍😄 -翻墙出来瞅老外看我家老婆,🤓🤓🤓 -halaldi hindistanan salam -I love you soooo much😍😍😍😍😍 -After years of watching “make up hauls” and “get ready with me”, etc, I realised now what is truly worth my time in YouTube. Such beautiful works! -Very nice good -This is so beautiful. I wish to live this life! 😌 -she can do anything -The pups and the sheep were so cute!!!! Wonder how many pets she has -relaxaxing -Why not introduce some Sichuan dishes? It would be very delicious. -Боже мой,какой труд и какая красота -Cái con dê ha con gì dth wuá -Puppy 👩‍❤️‍💋‍👩 -Une femme vraiment travailleuse -需要烧锅的吗 -she's so cool -والله تستاهل خمس ملايين مشترك وتستاهل اكثر😘😍😙 منها فائدة مو مثل نور أستار إلي ما منها فائدة وحصلت أيدعش مليون مشترك😬😬 -I love u,😍🥰😊 -مشاء الله 😍😍 -An all rounder person..wonderful; -Every one in the world wants to live life like this.. -Seriously marry me 😊! And Where is that black dog? -Love watching your videos. Please do take care of your pets, too. -13к dislake?! wtf? sad people( -Arts is coming from life, above life and away from life. -I'm addicted to her video😆 just subscribe after watching the bamboo version, found her video accidentally for my bamboo diy project and now I'm becoming addicted 😂😂 -Feels like watching harvest moon in real live -Hy🙋🙋 Indonesia 🇮🇩 -Can u invent me to live with u please. Sister -How could she cooked like that? Still looking gorgeous and fresh! 😍 -So nice! 加油! -this is relaxing -Tử thất ơi làm ơn cho tôi gặp 1 lần ! Cho tôi sống 1 ngày bên Tử Thất ! Để tôi có chết cũng mãn nguyện ! -I LOVE YOU CHINA -Can i live with you sis? -Why you always ignore your dogs? -How handy she is -Wait ??!?? Did she cut a pit-less mango??!?!! -Imagine a channel on television that reported like the news, but instead of mindless propaganda, it would report on what is currently blooming, or fruiting, and educational shows like this one teaching you the many ways of creating with nature, making food, planting back, soil enrichment, and many other cool things. That would get me to start watching TV again...lol just for a little, there is much to do outside. -竟然还有踩的?搞不懂。。。 -😡 -我觉得我在农村呆一辈子都学不会这些技能!这姑娘是穿越的吧! -She was raised by her grandparents and she started to make her own living when she was 14. I wish you have a wonderful life ahead of you. -VERY NICE VIDEO -炸爆米花😂 小时候就怕这个 bomb -Subhana Allah, -Hi lipizi. -I saw your all videos. -I really enjoyed. And I wish that.i want to spend with you and your life style same days if you can. -Riaz malik from Pakistan Lahore. -My mobile number is. -00923004106502. -Dios! Que mujer incansable!!! Hace todo!!!! -The lamb and the pups. So adorable. 🥺❤️ -Tuyệt vời -힐링 -I really like this girl😍 she's very amazing.. Like me, i like eating vegge too and fruits.. Good jod sis -看李子柒的视频,感觉生活如此美好!心生向往。佩服!!!充满了生活气息与智慧! -wtf is this a movie ? so good to watch :O -متخديني أعيش معاكى 😢 -Indeed the blessing of Nature when truly cared. -I hope you have someone who makes me as happy as you make me when I watch these videos😊 -You pretty Girl married..:) -Wat an amazing receipy, so homie lot of love... -I have already watched this video for more than 20 times ♥️🍁 -Liziqi, you are a genius! If we all lived like you , there would be no want -Literally iam crying.why? Who can give me real answer will reward you this💋❤ -😊😊 -<3 -C'est une perle cette fille! -Elle sait tout faire, et avec quelle dextérité. -Admirable. -3:10 What kind of mango is that..? -บ้านเขาทำกับข้าวสะอาดดีน่ากินจัง -在這裡,一個女孩是許多男人的夢想 -اشمعزا الفواكه دي عندكو و مش عندنا 😒🤦🏻 -刷牙是认真的吗?把牙刷放水漂涮 -Vim pelo grátis -Please take me there -happy to see that marshmellow. Something that represent us. haha -✌✌✌😛😛😛 yammiiiiii -Your so adorable.. You do a lot of effort.. And it makes my heart's full😍 -Liziqi please marry me! You are the woman I have always dreamt of. The life you live I finally realize is the life I long for. -Beautiful life -Mükemmelsin bebeğim🌸 -Ö -Ребят ,это её посуда или это для съёмок? Слов нет. -羡慕子柒田园生活的不仅是各位外国朋友,和她一样同是四川人的我也非常羡慕。我也在四川农村长大,她是川东北绵阳,而我在川西南。青山绿水风景非常好,虽然吃的没有她精致,生活方式也没有她那么传统,但亲近自然是真的,蔬菜和部分水果(草莓、苹果、梨、李子...)真的能自给自足。怀恋一去不复返的童年生活了~ -初めまして🍀 - -日本人です。 - -この方が竹を割る動画がオススメに出て来て観てからハマってます❣️ - -この女性の方は、何歳なの?か気になってます。 - -チャンネル登録しました🍀 -So nice your food... -我 也在中国 学习 -She is gonna sell those? -There are such Chinese people 中国教小孩子的舞蹈老师https://youtu.be/ijOI0LsGmyQ -Liziqi's home must be a haven for delicious aroma 24×7💓💕 -The puppies and lamb following you are so cute. Such well behaved little cuties. -Poor puppies got scared of the popcorn machine. So precious -Your puppy’s look like there starving, can you feed them while you are eating. -I like your totoro oven....delicious and yummy food...😋😋😋🇵🇭 -I don't know why they always translate it tomato on a stick. 糖葫芦 táng​hú​lu​ is sugar-coated hawthorn on a stick is usually what it is. -If you have food, a roof and a family you are prosperous indeed. I hope she had a happy new year and spring festival! -video disliking people want to be there .like me -👍👍 -Candied Hawthorns. Oh god I love those -Chestnuts are so prickly. I love chestnuts -This is like Harvest Moon. I really love her videos! -I wanna live like her. I think this is the best way to live my life. -Don't you get tired doing all these things alone..thanking you very much for making our mind peaceful.. -Какая молодец 👍👍👍 -Compare to this then Supermarket is nothing 🤞 she got everything she wants -her videos are fake.this is what i want to say as chinese.we know she had a team to do these -저러니 살이 안 찌나부네..되게 부지런하시네.. -I love you from Thailand🇹🇭👍,,,, -Trung quốc có nơi đẹp xử zậy ta 😍😍😍 -So good -5:57 I replied it 5 times Lol -I want to living at your home 😍 -I want to be a better person after watching her videos..such an inspiration.. she's an amazing woman..I want to be like her, do all things all by myself.. -Thích cái lò của tỷ ý quá, sao làm đc ta -Chị xinh quá -I am amazed by her skills, but the setting is too good to be true.. Everything around her looks like its set up in perfect order a bit too perfect. Every door and window, even how hand made stuff has a cinematic feel to it..Good job by tourism development and culture promotion department of China.. We may not believe but all this rich and vibrant culture was considered old and was burnt away by Communists.. Hope people there are happier now in modern times..love the theme..And girl is really talented.. Good camera work.. -She is veerry swwet girl😊 -ووووو😍😍😍😍😍 -I really admire her..😍😍😍 -nice -5:10 i always wanted to see the sky like this in personal but in my place i don't think it's possible :'( -She is so cute in the world -I like it😘 -I like it -She is such a hardworking lady. She is so inspiring. -I do not like the Chinese nation's pinch with neighboring countries. But I like the food that you do. -So many food ..who ate all these -Taiwan? China? It is so beautiful and moving. -It's like watching an anime cooking show. Dope -Lovely video🌿 -Rather live that life than technology these days. Love how she wraps and bag up the sweets! Mm mm!! 😍💕 -Nhiều khi cũng muốn có cuộc sống tự do tự tại như này quá. Chỉ vì hôm nay mình quá cô đơn và buồn thôi mà -羡慕 -Estaba todo tan bonito,hasta que le pega al !perrito! 😠 eso no fue bonito hasta ahi llego la delicadesa de esa joven" -She is knowledgeable about traditional dishes plus creativity. -So admirably! -She has the guts to run and inspires an entire company that serves traditional food. -More than 30 million views are not easy to find. -If I am a single man, I will choose a wife such. -나보다 많이 어린 사람이 손기술도 좋고 참 열심히 사는구나.나의 나태함을 뒤돌아 보게 되는구나.너의 삶에 자극받아 나도 다시 열심히 살아보련다. -So she's making winter stock? -この人の料理食べた事ないけど、美味しいそうな料理とお菓子。ぽん菓子は中国にもあるのか、ぽん菓子は優しい甘さで食べると止まらなくなる。 -Sountrack Digimon Adventure <3 -I love your little puppies and lamb that appear so cute and your grandma 💕 -The moment I saw those fruits I realized she's making Tanghulu >< they are my childhood favorite snacks -Only a true artist can make videos like these , i dont know what it is but ..respect -Ügyes és jó volt nézni mennyi mindent készített el gáztűzhely nélkül! "milyen gazdag"! -👍👍👍 -Блин это так круто=) -Cantik tapi tak berbukit... 🙊,, good -Verry verry nice video -Dats some different video on YouTube ever, Really appreciated 💕💕💕 -好有才华 -You are very hard working very beautiful and you cook very delicious i am a fan of your cooking. -والله عفيه عليج -حبيتج -ونيالج على هيج كعده حلوة بل مزرعه -This video reminds me of how happy I was in my grandma's home when I was young -看了李子柒的视频,超级想我姥姥 -So cute is your dog. I like it -Che meraviglia.. Esistono davvero questi posti? Sembra 1 fiaba... 😲 -? -如果遇到什麼不如意的事情就來看看子柒的視頻有療愈效果。 -Lovely💕😍 girl like Barbie doll😘 -Wow... You must have the lushest garden in the world! Kudos to you for taking great care of the variety of the plants! -8:00 Be careful..Don't get hurt. -Angel -5:55 and 5:59 are so cuuuuuuuuuuuuute -Harvest Moon di kehidupan yang nyata!! -Is there heaven and are you an Angel? :) this video has really hypnotic effect :) -FANTASTIC VIDEO -FROM KARACHI PAKISTAN -After watchinh her videos, I want to move around and do things -Delicious, the children in front of the screen are crying. -爆米花 🍿 -无所不能 的 美食家 -Looks yummy -Это где это такое изобилия это сказка -so happy to see that so many people in the world love Chinese traditional culture. -Disney material😀 -اكلها يشهي ولا انا ميته جوع -Li Ziqi, let me tell you something, the world is still great because it has someone like you. I mean, the world needs a lot like you. I promise I'll watch all your videos everytime I get a chance, too bad I just found out your channel today. No, it's not bad, it's great coz I had a chance to find this out, I subscribed right away. Keep it up! -So satisfying ...it's really beautiful.so much to learn. -Oh my, an Ever17 fan as well? Just kidding! -Her husband soon is luckyyy -5:56 so cute <3 -جميل جدا😍 -i love china -Chestnut is called Katus in Nepali language. -영상 보고있으면 힐링이 되요 너무 아름다워요^^♡♡ -Those puppies are forever the stars of the show! -you are the best and grandmother very sweet -Can I come over for dinner?? -im very close to my 2 grandmothers...Narcisa & Asing....u make me cry everytime u take care of her..... -👋👋👋 Bravo!!! -Wonderful!!!!! -Omgggg i love your videos and the way you take care of your grandma is so cuteee and so are youuu! -how did they train the lamb? I need to know for,, science -lav eo -So cute 😍 -This video is simple, but many subcribers, educated them for life in natural... -She should sell those treat to make money my grandma made many sweet treat in the project to cover part of her bill while everyone pitch in to pay the rest off -None of the disney princesses can make food. Most of them just enjoy the fantasy from the power and beauty that god give them. -Absolutely love this girl. She is such an inspiration and sensational. All the young girls around the world should learn from her survival skills instead of chasing something else. -我想做她的邻居,为她守门户。只为每天吃一口她做的美食。 -Ну китайская золушка, замуж хочешь выйти ☝️ -有收徒弟嗎 -Most lovable life you live💚💚 Your lucky I'm getting jealous -田园无争 -Beautiful relaxing nature. Beautiful woman. Cute grandma. Sweet animals. Delicious foods. -Amazing, just amazing. I love that. -Does it sell them? too much to eat. Pls answer my question 😍 -Ở cái nhà chi mà ngập tràn đồ ăn ri biết :)) -You should name the snowflake cake " the American left and right winger " -Awww...i just wanna stay with her even though imma girl.To escape from my studied, anxiety of not becoming of successful in life.Am tire of being trying so hard,just wanna be happy and enoy life without caring anythings. -这么完美的视频竟然有1.3万的diss,我只能说这些人眼里容不下美好! -Nice recipes. I hope the dogs get food! -Plod dyvb b. چشم دشچتائییل۔ -Her DOGS is damn cuteeeee!!!!! -Super Woman is her. -giỏi đa tài và xinh đẹp❤😍 -wow nice candys,,the puppys and little lamb so cute, -Có con vk z chắc cưng chết wa -Love the little dogs and the lamb following her around. -شكد حللوووووووووو -绝世好女孩。 -Very cool and admire all than she can do, but the pups look hungry in most of the videos and all are of same size over time..they don't grow up... -Where is this place it's like heavenly made 😍😍😍😍i love nature -real life stardew valley/harvest moon. even the music -Love this girl and the love for her grandmother I wish them the best -不知道用什麼言語來形容你啦! -This is my favorite video of hers. Next would be the wheat beer. It’s so calming -我看見左食指夾傷了造成內淤血,不理它也沒事,20天蛻皮硬血跟著掉了也就好了。可是,夾傷當下用藥用膠帶稍稍紮緊迫使溢出微血管的血液回流,頂多4天完好如初沒黑淤,注意包炸過緊指尖發紫,重新包紮鬆一些,過鬆效果差一些。藥用紙質膠帶受體溫及活動會變鬆,別拆加纏一圈就可,日常作息都別理它鬆了就加纏,4天拆掉就好了。 -Vietnam điểm danh nào :3 -The real harvestmoon -😄👍🏻👋🏻 -Hoan hô chị -And..the food , for the littles dogs, when??? -I love her and her vedios so much....I wish I could live like her someday.... -digimon -Your place is so beutifl as of our😊 -🐶🐶🐶🐶😢tienen hambre y el borrego será que lo comieran 🐏😢 -看到一人 一羊 兩狗的畫面 好溫馨 ,好可愛 -And why people compare her with Disney Princess? - She is much more than that !! -Are there so many different types of fruits, veggies that can be found from the mountains where she live? -HEY!!!! Stop eating the merchandise -Why she made all of this -I love how she takes good care of her grandmother she's such a sweet girl!:💗 -Bùmm hơ.a..dễ thương quá chị ơi.😍😍 -I love your life ^-^ -She is princesses snow from Disney ❤️👑😇 -That Candy looks so good -Rin HarvestMon -Waaa nice culture -My house is so beautifull☺ -What nonsense do you have so many young dogs?? -OMG....how sweet -masih muda tapi menguasai berbagai hal yg tradisional... luar biasa... -Где живет эта девушка? Сказачное место. -太美了 -Lucky grandma -wow so incredible place, fruits and everything... i wish i can go there someday.👏🏻👏🏻 -哈哈,无意中见到喜欢的作品。。已关注😊😊👍👍🙏🙏女汉子~加油!! -I remember my grand parents and this wants me to be back in my childhood days -Wanna live in this place ☺️☺️ -讚嘆!🙇 -6:00 😂🤣😂🤣 she's so cute -Omg, the way she jumped. -Its sunflower seeds -Hi baby please invite us to see your house baby we are waiting to see you and grand ma your field is so beautiful baby -Beautiful girl with classic kitchen -The house seem to be filled with foods for four seasons ...nonstop -Well.. Not all superheroes wear capes. 😊💕 -这样的老婆多娶幾個都沒関係,再辛苦我也願意! -Qué hermosos todos tus vídeos, felicidades, gracias por regalarnos imágenes tan bellas! -رائع ،،،اتمني الترجمه بالعربي -Amazing -I remember my grandmother roasting peanuts the same way in Sri Lanka. -Since the 1st time I've watch her vedio i feel so comfortable in it. All is so simple but very knowledgeable, interesting and it's inspiring.😊😍 -Very hard to find woman like liziqi who are smart strong clever -Que delicadeza mdss mttt deliçiaAAAA👱💪😙😙😙😍😍 -Creo que los perritos 🐕🐕siempre tienen hambre 😭. Siempre están oliendo la comida y quieren comer lo que ella está cocinando 😭😭 pero ella siempre los aleja ☹️ -Esos chinos ociosos solo depredan y no cuidan la naturaleza... -La fruta debe comerse sin cocinar y las carnes producen cáncer y muerte.... -La frutá es mejor sin azúcar.los dulces descalifican los huesos... -👍👍👍👍 -Please be kind to lil pups -Who gonna be the luckiest man -All the many many thing that you are able to do, all the hardships you have had to face, all the people that really on you. You are the most inspiring person in this world. Should anyone ever doubt it, just let them know how badass you truly are. -She's really amazing 😘😘 -ASMR🤤💗 -Such a great women ❤😘 -In the next video, those pups will get converted into Chinese hotdogs and the lamb, to sundried lamb jerkey 😏 -親愛的Lizigi,我一直在看你的視頻,我很欣賞你對大自然的尊重,因為它為你帶來健康的食物,而且我不會說中文,我會把注意力集中在準備你的食譜上,無論食物還是美食 刺繡。 雖然我們都有問題,但我認為他們住的地方很開心。 恭喜您對奶奶的關心和照顧。 上帝保佑你。 順便說一句,我來自巴西,除了在英國生活了幾年之外,我只認識一些來自歐洲的國家。Forgive my chinese writing, it is my first time -天呐,怎么会有这么聪慧灵巧的女生?是少数民族的么?她啥都会呀。 -Love u dear . Your videos give me peace. -Beauty, Smart & Strong, salam from Indonesia -نلقى شي مغريبي هنا ، لي مغريبي يدير j'aime -利索,甜美,勤劳,一个无所不能的小妹妹,如果我单身一定追求你 -Why did you feed your dogs, they look so poor! -C ấy giỏi quá.cái gì cũng biết 😍.lại còn xinh đẹp nữa chứ. -Eng subtitles maybe helpful to understand abt the ingredient -I don't usually like sweet things but this just makes my mouth water. -Enak bgt jajanannya -Aaaaa Digimon ost im crying -I want to live there and just forget the world -9:20 is that lemon if it is damn that big -你的一生都是上帝的礼物和恩典,是天地的创造者 🍍🍌🍋🍊🍉🍈🍇🍓🍒🍑🍐🍏🍎🥭🥕🥔🍆🥑🥥🍅🥝🥜🍄🥦🥬🥒🌶️🌽🥞🥯🥨🥖🥐🍞🌰🥞🥯🥨🥖🥐🍞🌰🍟🍔🥓🥩🍗🍖🧀🥚🥙🌯🌮🥪🌭🍕🧂🍿🥣🍲🥘🍳🍜🍛🍚🍙🍘🍱🥫🥮🍥🍣🍢🍠🍝🍨🍧🍦🥡🥠🥟🍡🍫🥧🧁🍰🎂🍪🍩☕🍯🍮🍬🍵🍶🍾🍷🍸🍹🍺🍴🍽️🥢🥃🥂🍻🏺🇨🇳 -Thanks Youtube's Algorithm. -兩隻小狗著實可愛 -What's amazing cooking art... I love it 👍👍👍 -Your Grandma is really Lucky to have to you😍❤ -我很喜欢你的 video -How I wish to live in that kind of place. -She is lucky to live in such a place full of veggies n fruits.... -cho mình hỏi sao phụ đề lại là tiếng việt nhỉ.rất thích bạn này -Que pilas ella misma ase sus productos 😱😱😱😱😍 -Holy...it’s almost like she is living in a fairytale -Please feed the dogs and where the army to feed!!!! -❤ -E muốn sống cùng với chị ấy quá -Your toffers so cut -i respect your life. beautiful -Linda -her videos have the ghibli effect -Liziqu, You are an angel and such a compliment and blessing to your grandmother....I wish for you a Liziqu just like You. I am praying for China. -Delícia 😍😘😋🤗🤗🤗 -Pena que estamos tão lonj de de umas iguaria dessas. -Kkkkk.não me cansso de assistir.ótimo.faz bem para o coração. Kkkkk -Olha que riquesa.parabens. Brasil -os animais tao famintos..poxa..tudo filhote.sera q eles comem tambem? -Please keep doing what you do it brings back so many memories of my past as a young girl, the gathering of Chestnuts and vegetables in our Garden! Your Beautiful and you are Blessed to be able to live your life! 💞 -와..영상미 진짜 좋다 디지몬 브금을 이렇게 써버리네 -Nadie abla español solo yo -رائعة انت -What she do after making so much of food -Nice video 👍👍👍👍❤❤☀ -The patience u have😍🙏👑 -Я в шоке. Молодец какая -Is there anything that she can't do..? This girl is beyond amazing... -I never thought that mangos could be so satisfying to cut- -wow totally another version of making a HUGE basket of popcorn :O -Wow looks delicious. Yummy, yum yum! Hehe XD -Where are you from? -Which country? -Also I really really love Nature💚💚💚💚 -She is the best of the best lady I ever seen, multitalent wife to be, that's incredible! 💎 -Helllooooo -It was my childhood 💜💜💜💜Popcorn and sunflower snack…… -赚钱有一套 -Ước mơ sau này có cái vườn như vậy gì cũng có -Amazing..truly amazing, so wonderful!! -The oven looks like a puppy~LOL< -ten thousand anti-Chinese press dislike . I don’t give a sh*t. Because half million people press like!! -I love you😍 -She honesty cooking😢😢😢 -Cuộc sống thanh bình -Girl in ghibi real-life. -She beautiful, this is a woman in good dream. I love girl. -怎麼都沒有小狗們的食物呢,狗狗好餓了。 -Ur life is so simple and calm i wish i ever had a chance live like u -真可愛 -Eeeeyyyyaaaaaaahhhhhh!!!!!what planet is she on?!!!!! -Sana all may ganito😍 -so cute~ -How hard working she is -Tại sao lại rang cát với lạc vậy chị thất -xem cả trăm lần vẫn mê mẩn :* -Tbh I’d rather do this than have kids man -Hallo i am from indonesia, 😀 Your video is very interesting to visit & very eye-catching, whether she's your mother or grandmother -I love how sweet you are with your grandma!! 🥰 -Chi oi chi dong phim moi cho em xem nao chi xinh qua chi lam gì cung gioi lúc chi ngu day chi di danh rang chi em thay rang chi xach qua chi a chi nho bác xay bong ngo cho chi chi con an vung nua chi a chi con lam Hien guong nua chi con lam chung nua chi a chi con di hai buổi nua chi con di hai quít nấu chi a -You're amazing! You'd make a beautiful wife 😍 -I think she knows everything about food 😅 -ذحين ذي حياتها من جد كذا -Those puppies looks adorable! -8 -My queen ❤ -умничка ,красавица и просто супер -இயற்கையோடு வாழ்வதே வாழ்க்கை. . எல்லோருக்கும் இது போன்ற வாழ்க்கை அமைய வேண்டும்.. -Great cameraman, great sound technicien, great video editor technicien, good video storyline writters, amazing team behind the beautiful recepies, amazing new traditional tools in every video, and good beautiful actress Lisiqi mastering her angles. Huge production. hat off to using vlogging to promote chinese culture. -4:32 Yummyyy😍😍😍😍 -I love how u cook an share with with your grandma it reminds me of how I use to cook for my mom an myself a long time ago, but she died now leaving a hole in my heart that would never be mend. -*I'm really happy to see the puppies* -So funny..while lizique jumping..for popcorn vessel😂😅🤣😄😅😂 -I am watching this video for the first time can anyone explain where is this place and who else lives with this girl does she live in this place -She's like a Disney princess.. but better because she can do anything -I want to go there🖤😔❤ -Love you. From Vietnamese -한국인 없나요~?ㅠ -Người Việt Nam đang xem video 13 08 2019😆 -Ước gì được ở 1 nơi như thế -Có 1 người vợ như thế -Hỏi nhân thế -Có ai bằng thế -Hê hê hê...👍👍 -Ước mong có một cô vợ đảm đang khéo léo và ngoan ngoãn dễ thương như thế này , nhà lầu xe hơi ciung k là gì. :) -Tuyệt vời -I want to go live with this lady! she is amazing! -Wonderful way of living💞💜 -She's so cute when it's the time to pop the popcorn -Estimada Liziqi , me encantan tus vídeos! -The art of transforming healthy food into junk food -Beautyfull live -Big Love From Indonesia...... -She is Self sufficient for every jobs. -It all looks yummy 😋 and I want to it it all -哇!!! -跟小野真是相得益彰啊! -Cho em ở với -💎 -Is you pour marshmallow in it -I love -Love you and love your videos 😀😂 -Nhà có 2 bà cháu thôi nên em nghĩ sẽ ko ăn hết đâu...lấy em về em ăn hộ cho :3 -Tô tentando imaginar quantas,delícias você fez.... -What were those giant yellow fruits? -ชอบนางตอนตกใจ น่ะ 5555 น่ารักดี -She never gives the puppies any attention -- that's the only thing I'd change. What a peaceful, beautiful location! -Какое чудо!!!! -The one thing that i notice to this girl she good take care of her grandmother... -i love this- confirming my desire to run away to the middle of nowhere and become like her -Damn.. she is strong 💪🏼 😂 -How does she film all of this it looks seamless l -I want come for you. -Pls give something to those puppies dear -Where does she live!! A blend of both goats (not sure) and also marshmallows 😐❤ -Please Don't Kill that cute lamp.... -it's very cute...... don't kill when it will get bigger..... they are following you every where -because they love you..... -This is my favorite YouTube channel. I watch each video many times. -How come all the plants and trees are full of fruits? Maybe it's just healthy environment. -I really 1 such a type of woman as my wife -😵👏👌🌟 -😴😴😴😴😴👅👅👅👅👅👎👎👎👊🙅🙅😈😈😈😈😪😪😪😪👎👎👎👎👎 -wow very amazing the fruits and vegetables are very fresh ...watching from philippines -wow very amazing the fruits and vegetables is very fresh ...watching from philippines -I wanna go to there😍😍😍 -liziqi byutiful -Wow no words amazing -Wenak e ketok e masak ne mbak iki. -Ayu pinter meneh. -I got her video today itself and I've already watched 2-3 till now.. Such a calmness is there in her videos the things she uses give soothing feeling like her utensils... And the way she does that's no doubt awesome. Big hug to her🤗 -There is a sentence in the Chinese Book of Songs: With a wife like this,what more could a man ask for? -Bura neresi ya bilen biri varsa söylesin -Such a calm, amazing simple and happy life of her -Ooh I miss my Grandma! -I want to marry her.😍 -I always wonder if they could eat all the food she made... -I am amazed to this place like wowww there is still a paradise in this world..everything she need are just around her...wish to visit this place jn the near future.. im the biggest fan of this page❤ -Why I'm crying -Did anyone else notice that the lamb stopped following her after she cooked the meat..... -I just love how many the fruits and vegetables they have there -最美的女人 -鍋鏟磨差的聲音 -小狗撒嬌的聲音 -Is she Disney princess? -Chị cũng biết bà tân vlog hả -👍 -الي عربي يحط لايك⁦☺️⁩🙄 -I LOVE YOU -Oh! I used to eat those all the time in China! 1:38 -Essa vovó no final do vídeo "chamou a atenção" do cachorro mas eu tenho pra mim que as duas dão a comida delas pros bixin smkskskssjshajab -Eles são fofos demais, minha dog olha pra minha cara enquanto eu tô comendo, mas o veterinário já falou pra não dar porque se não ela vai engordar... Mas ela faz birra e não come a ração :v meu neném é mau acostumado demais... Por isso que mordo as bochechas dela hehehehehehe (deveria ser ruim, mas ela ama, fica encostando o rosto no meu ombro, me olhando e abanando o rabo) -吼~太幸福了😊😊 -Then -She's doing all these things by herself without any electronic gadgets...... Girl I just feel so worthless suddenly ND let me tell u something that all the women from all around the world including me ND ur grandma ND who ever you might know will be so proud of you🙏 -Making me hungry over here! -666 -재난영화 -Ngon😬😑😐😶🤔🤭🤥😬😬😑😐😜😜😜😝😛😛😋😋😋🤪🥰🥰😍😘😗😙😒😒🙁😕😟😏😒😬😑😑🤭😐😐🤥😥😕😏🤩🙃😘🙂😍😍😗😘😛😚😚😋😗😘😁😁😄😃😂😊😊🙃😂😅🙂☺️☺️🙃🙃😇🥰😗🥰😍😍🙃😌😘😘😍😍🙃😂🙃😊😊🙂😅☺️☺️😍🥰♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️😍🙂😋😁😌☺️☺️😍😂😁😋😁😌😋😘🙂🙂♥️♥️♥️😊😁😗😅😅😋😂🥰🥰♥️ -What is this world??? And where is this heaven where they live called life... -You are such amazing human being ever ....we really love to watch ur video before sleeping ...and yes like other people said...your video brings a good mood and peaceful feeling ...also encourage many people especially woman to keep learning to be their best version ...I wish u always stay healthy and always happy...love from us Indonesia -Feels like her one day are longer than my one day. She got so many things done. -Kiếm được nguoi vo nhu vay thi tốt qua nhi -This is real life version of ghibli -That lamb must think it's a dog too - a lamb/dog who feeds on vege salad . Liziqi 's life is my fantasy life. -Such a hard working girl💓 -李子柒,我从抖音追到YouTube看你的视频,你真棒! -ดูแล้วเพลินดีนะฮาๆฟังเราออกใหม -I like your video and I want to be your sister -I just get totally lost in her wonderland!!!!🙃 -no one noticed how cute the paw at 0:43 is -Làm nhiều z sao ăn hết chị . có z cho e vs😁😁😁 -仙女姐姐頭髮亂了還是那麼好看 -要過年了是吧! -wonderful -Делайте ещё русские субтитры! -You are doing most strangle -wah amazed if you can dream a smart wife who takes care of the household😂😊 -Apa cuma gua orang indonesia yang suka nonton ini??? 🙃 -ก็ เคย -Chestnuts and Hawthorn.... great for health -Mangos are summer fruit, they are impossible show up in winter, unless they are imported. -Hồi nhỏ t bị chửi xong dỗi lên đồi đá măng gãy ra xong lại chị chửi tiếp -Harika bir yaşam 💚💚💚 -I've never seen a soul shine through a camera before, may your lord and bless you for your but being a dutiful granddaughter and I'm sure an amazing wife 🙇🏾‍♂️ shishi na. -♥♥♥♥ -日本人手挙げろ😄😄 -@ end when she call her grandma behind that door she looked like ☝️ little girl ❤️ I just love both of them there seriously made of each other people -This is the only video in youtube that has a lot of positive reviews and comments 👍👍👍 I couldn’t agree more 😍😍😍 -Xoài ko hat à -Who would have thought that all the photographic work was done by her alone? -您是神啊! -Chị mình nè -That's one big ass mango 😍 -ultimate life -0:23 that moment just like in a disney movie -chi ay xinh qua a -The environment you are living is quite awesome just awesome -Sis your quite talented -Chinese girls are great -Beautiful china ... -But No democracy ... -Very neat and clean absolutely love it -กักตุนไว้หรือเอาไว้ขายหรอค่ะ?????? -wow jdr elle peut même ouvrir un restaurant top -Awesome popcorn popper. Does anyone know where i can get one ? -Best wishes from switzerland you very good videos, vlogs. 👏🏻👍😍 -Hmmm deu água na bocaaa -sahara dessert  - Hi, I'm sorry that it made You cry. I have seen all of her videos since, but this particular video made me miss my childhood. You see my family lived in L.A., California and at 11 we moved up to Washington State. We moved around a few times until we found the community that suited us and we became strawberry farmers. We had 1 milk cow and a handful of chickens, but the acres upon acres of strawberries made us farmers. lol. I was a pre-teen and I wanted money to have nicer things, so my parents gave me an acre to tend and all benefits were mine. - The hard work and solitary times allowed me to grow up intellectually. I miss those days because everything I did yielded the effort I put into it and I had physical proof of my efforts. That is to say the first year yeilded poor results because I only wanted to be a teenager, yet the second year produced beautiful premium strawberries because I didn't want the worth of my efforts to be so unsavory. I learned and did a lot of different farming activities as we expanded to a year around farm, but having the best strawberries at 13 made the life style a landmark in my maturity and gave me my best "self" at the age of 13. - I am reaching my elderly years now and I have lived my life in many different places, but I am once again in Washington State and deep down, I know that this is how life is actually suppose to be. We yeild from life what we put into life. -you're great 💜 -Digimon song 😍😍😍😍😍❤❤❤❤ -OMGAAAAAAAHHHHHHHHHHHHHHHHHHHH -THE PUPPIES AND THE LAMB FOLLOWING HER IM DONE IM SOBBING -I looove all of her videos. They are so peaceful 💕 -I dislike this because she never touch her dogs...and maybe Just little jealous of her... -Liziki you are the brightest star on this earth ...hope you will shine for ever with your skills and talent forever.🤗🤗🤗 -love you from India -people down in the comment section talking about this is how life is supposed to be or this is what I want the current system this and that blah blah. realize that this is a relaxing video that is heavily edited. in reality there is no nice background music. and to do a simple task of washing your cloth you have to walk 30min down a mountain to wash them by the river, scrubbing them one by one with the soap you made from ash and fats. then carrying the wet cloth all the way back up the mountain which will take one hour. and at this point a average city dweller would have been worn out you realize that was just one routine, you haven't even started cooking lunch yet, so lets turn on the fire. oh yea by turn on the fire I mean go gather firewood and start it from tinder. but where is the chicken that you now need to make, oh it's happily looking for bugs in the yard, you got go grab the nearest one and slit its throat and watch it as the blood is slowly drained from the body. have fun guys that's just a tiny portion of the morning. -ppl who dislike this video is envy 😂😂😂.... -Heaven....liziqi I'm coming to u as like ur guest -Which country.....Looks like a heaven❤️❤️❤️❤️ -Eres la mejor chef que e visto felicidades🖒😊 -เธอคนนี้นี่เอง -Liziqi is so talented. 👏👌✌ Her Granny ( Grandmother is very lucky.) Life should be like this ❤ -這個農邨姑娘樣貌漂亮, 克苦耐勞,還有一手中國傳統已絕跡的美食烹調"手藝" 已時下 年青新一代已絕無僅有"加油"漂亮的姑娘繼續 將中國傳統美食一直延續下去喔😄😄 -Có ai viết nam ko -😍😍😍😍😍 -Wow so good -Ik she eat good everyday -いっつも動物と一緒にいるのかわいい -ngon quá trời ơi -Always make me smile 😊👍 -Nhìn đã quá muốn có khu vườn z gê á -我感覺這女生 -認真的時候好美 -跟仙女一樣 -什麼都會 比城市裡的女生 -好幾萬倍 會煮菜 做家事 -刺繡 懂得東西太多 -是我夢寐以求的 -妻子的風範 -如果這輩子娶到他 -我這一生一定無憾 -!giang duong -The guy who marry her take care of her or else every one from the world will go to beat u -منو عراقي يشوف هسه -Beautiful girl!!! She can do anything, this is so good, i like that 😊😊😊 -Mau ngumpulin orang indonesia yang nonton ini😍 -The camel and puppies were so cuteeee 😍😍😍 -Hi liziqi soooooopr sister 😄 -Wth, there is a heaven.. Nice place.. Nice village.. -I can't believe 12k idiots dont like this vid, just goes to show where society is headed ignorant af. -مين عربي لايك -測りないの?オーブンないの?え?すごくない? -The puppy and the lamb were always with her .They also deserve food. -Được ở 1noi như thế này thật HP.suong thật -So many comments and views! Thanks Ziqi for you great work -He's real life!? Really someone please tell me, i cant believe it -so much food -You should share with doggies also.... -1like.1comment -Just love this ,,can watch her all Day 🏋💖 -Chị giỏi quá 😻 -co nang doan trang dam dang ai lot vao mat co chac la hanh phuc lam day -How dose the oven work? Can someone explain? 🤔 -krl eu sou um merda mermão sei nem fazer um arroz e a mina faz tudo. -Very nice 👍 I love food... -No one is talking about this but... - -Do y'all see how cute she is? -Those aren't melon seeds those are sunflower seeds -I like life like that -This video is ten minutes now it has 25k comments. -Do u own that farm? -6:60 i laugh when she jump and scare 😂😂😂 -Ước j đc làm em gái của chị này có thể đc ăn suốt ngày haizzzzzzz.... nhìn mà thèm🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤 -年味十足,想到小时候过年的热闹,真好 -does she seriously have two cats and a horse following her -I loved -I love her and her sweet little animals . she lives such a wholesome life . the fruit nougat she made looks delicious .. well everything she made looks delicious ...bless her and her family.. may her family always prosper ❤️ -Nhin e dep ma gioi -หิวโว้ยยยยย -6:31 -Việt nam đâu r nhỉ -Where does the lamb go near the end of the video? -I see so many different dogs but never see her feed them only the baby lamb eats however that is the best living all natural . -Wow. Such a hard worker. I am learning a lot from her. -I don't know how I got to her videos but man am I so happy to know about this woman! im def. a fan -Super vidio -Có người VN nào lạc trôi qua đây ko -Probably her videos are the only ones I watch without skipping. Because I would be completely mesmerized by her work. -糖葫芦😍山楂看起来好好吃 -thank you -อยากไปอยู่แบบนี้บ้างจังง -THAT DIGIMON MUSIC!!!! - -IT REMINDED ME OF NUMEMON ATTACKING MUGENDORAMON! -why the fuck those dogs and lamb follow her doing things, a dream to live life like this -بعدين يجيك عربي يقلك أنا بقوة ألف رجل جيبله الفيديو وقله أعمل زيها أحنا العرب نبغى بس ناكل ونشرب ببلاش وما بهمنا تطور البلاد😒💢💢💢 -😱😱😱nice -I think this is from China? -全是老外粉? -Mấy con chó chị nuôi dễ thương quá luôn ik theo chị -Omg, the little lamb loves her so much, he follow her everywhere without distracted by anything 😍😍 -সব ভিডিও চায় -This is beautiful world.👌 -Give at least something to your puppy's they are very hungry.. -这集的点击量3000多万次,好厉害! -不太懂为什么要用英文? 中国人中国饮食中国山水。 -I want to have a bite of all that you made now😌 -Amazing video.. I like you're video. The best best best and best😍😍 -This woman knows how to do just anything and EVERYTHING. She knows how to forage, cook and preserve food, she knows how to make beautiful furnitures from bamboos, she knows embroidery, she knows how to sew and dye a dress, she knows how to make strings from her sheep's wool and I've only watched like 3 of her videos??? Most of us go to universities to learn only one of those skills??? What???? -почему я это смотрю в 4 ночи -Just waaaaaw 💙💙 -Me encanta todos tus videos, un saludo -She is so gorgeous -We must all give thanks to the cameraman, his work is wonderful. God bless 🤗🤗🤗🤗🤗🤗 -There is so much thought put into your videos! I am amazed at the attention to detail! The symmetry! It’s breathtakingly beautiful! -Those tiny little cuties running along you are treat for eyes.. 😙 -Wow isn’t she amazing -Mknan sebnyak itu gw betah wkwkwk -I wish I could live in such a place.. Peaceful to see 😍😍😘 Omg when she cuts that mango... -SHE IS A NOBLE WOMAN HER HUSBAND IS SO BLESS -Cute sheep 😍😍😍 -Very traditional 😊 i love nature ❤😇 -Do you grow sugar cane? -Woow -Nhìn mà thèm -Te amo Li Ziqi en verdad eres súper especial bella y tu magia es inigualable tu enamorado mexicano 💍👰🏼♥️♥️😍😍🇨🇳🇲🇽 -One of my favorite videos -mantap -👏👏👏👏👏👏👏👏👏👏 -I like her very much... Love from India -chị này ở đâu thế cũng muốn đến sống ở nơi dâyds -The type of YouTube videos I watch right now, #adulting 😂 -The soil is so fertile.they grow different variety plants. -Top 10 anime waifus -يا الله على جمال كونك يا ريت لو نعيش في هاد الأرض و نكول هاد الكاملة الطبيعية ١٠٠/١٠٠ أكيد عندما حياتي إحسان و عتشافى من مرض السرطان بسرعة. اللهم يشفيني شفاءا لا يغادر سقما أنا و جميع المسلمين يا رب -Which place -Where are you live -I like your amazing yummy food my wish I made this food -Wow, I wanna live with her too. -Любимая Китаянка 🥰💕💕💕 -Maknyooossss😁 -I recently found this channel and I love this girl so much, such an inspiration 🥰 -My favorite video!!! -ردي -ملح -Awwww youre baby sheep -Heaven -After watching every videos of her, my dreams have been changed -柒爷,你是我的梦中情人。你太完美了呜呜呜(┯_┯)爱死你了 -hi I want to be your neighborhood -Is she from china or taiwan?does china allow youtube? -U r a superwoman -Bruh how she cut through Luther mango I NEED DAT TYPE OF MANGO CUZ THE ONES WE HAVE, HAVE A BIG SEED -i wish our world like this -You are so sweet -U make all these for selling -The lamb and the puppy are so cute! -you are truly a hard worker and love your gradma very much, never let go of that. Cherished memories forever. -Omg thats sweet the lamb n puppy together following her, so lovely -Is that castle in the sky music I hear? -canh vat thanh binh, cuoc song than tien, that tuyet voi, cam on ban da lam video nay -co gia nay la than tien o xu nao vay, dang yeu qua -你真可爱 -U work so hard sister... first when i was watching this video then was thinking that why so many dishes.. then saw u packing the food in nice manner for delivery... so much effort involving activities... love from INDIA 🇮🇳 -This is my favorite youtube video without a doubt! -which is the name of that place? -I love how her lil sheep follow her and I aspire for animals other than my dogs to do that -ella come mejor q yo -Back off y'all. She my wifey! -This girl is good -I love Lý Tử Thất ❤❤❤❤ -好朋友:沒有背景音樂,堅果,切菜洗水跟周圍的鳥叫蟲鳴或是奶奶跟動物生聲音,真實的聲音才是閱眾要的,我們沒有大自然,沒有田,沒有禪意,沒有慢曼的生活,請給我們這些生活在城市裡,每一樣東西都用錢買,被金錢控制的人一點活著的感覺,拜託,謝謝。 -葡萄牙语字幕启动 -This video creative and really-really Amazing ✨✨✨✨👑 -I was moved to cry, so beautiful.... -I started watching this because it was Chinese to traditional cooking and utensils. Now Chinese propaganda. I show this to the people I work with that grew up in China and they get upset and say this is fantasy land like television. Another pretty face exploited by the Chinese government to show the 1% as the norm in China. I grew up with parents that said eat everything on your plate because there are people starving in China. I hope she is using her money to help the poor and less fortunate but I saw she now has a refrigerator a laptop a cell phone a motor scooter. She should be ashamed to portray Chinese tradition and simplisticality as makes people think. -Mesmerising....could watch these videos all day...! -Comparing your lifestyle with us we understood where you are living and where we are dying...... -hi friends ..please subscribe me..thank you ❤️❤️https://youtu.be/WvoO1tMGW80 -I think her is master chef 😑 -Em đẹp lắm ! -This is heaven... Wowweee -God bless you and your family! ! -Very beautiful videos.How will take this much effort in each videos.God bless you because of ur gand mother -Don't tell me in China you have mango without a seed.. 🧐🧐 -我喜歡你的視頻非常 -Супер серия, смотрела не один раз, просто наслаждаюсь! -You eat the dogs too? -bưởi nhiều đến nổi rụng dưới đất luôn -I love her videos so much, it only makes me sad to think about that They probably will eat the lamb one day😂😅 -Watching her video makes my soul lighter and peaceful. i loved ..<3 -Food tastes more good with family. People who are working in different countries far from their home know the value of a single meal eaten with family. -This is life... -Liziqi: rips out plants with force, uses big knifes, gets most of her ingredients by herself. -Also Liziqi: 5:55 -Ya ampun...pinter bner masaknya -красотка, работяга я обожаю тебя !!! 😃 -ya kadın sen nasıl bir iklimde yaşıyon da her şey ama her şey yetişiyor bravo -👏👏👏👏👏👍🙌 -李子柒 女人長太漂亮了而且太有才了你的視頻才會被盜用 不只是你我的留言也被盜用了 你太有才了 -Chị giỏi quá em rất ngưỡng mộ chị 💖 chị nhiều. 💓❤️❤️ -Everything is perfect.I love it.I wish i was there. -Where is the link I can download a wife like her? -시벌 저기서 굶어뒤질일은 없겟누 -来到这里全是外语评论,我感觉好孤单😂😂😂 -Вот какая женщина супеерр -Yêu chị❤ -This is the traditional Chinese way of life, every frame is a beautiful picture, really beautiful! Thank you for letting more people know about China. -Audience in China can purchase all these from her online taobao shop. Lucky them. -Yes I am saying this video is actually an advertisement. Can't blame her for that. She has a team to feed. -Ai lay dc chi nay con hon lay dc kho vang ln -gioi quá -Your all of good I think you are sweet and beautiful and your formality is good.....i am coming -I wish my life is like this too -Her face is so pretty she looks like celebrity -這一集不知道怎麽看了, 想掉眼淚 -yummy and relax <3 -Além de linda ainda ama e cuida tão bem de sua Mamãe lindo esses seus vídeos amo e assisto todos que consigo amo ve vê esse lugar lindo que vc vive e colhe e planta amooo. Bjs linda -Hermoso -❤️ -Hey.... Freaking Heartless Girl.... Don't have pets.. -从饮食文化就能看出一国家的文明程度,,, -Those little babies are super cute.... awww -it should be sunflower seed instead of melon seed -Ever17 soundtrack anyone? -YouTube Goddess 👍 from 🇮🇳 -Subtitles: "marshmallow" -Me:... -Me: NANI?!! -I want to live life this way... What an eye pleasing content 🥰🥰🥰 -Apa cm saya yg nonton dr indonezia🤣🤣🤣🤣🤣 - -Sk dng videonya..,dan sll berhyal kl saya dstu bnyk mknan enak -see my chanel -Việt Nam 🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳 -หน้าทาน ครับ -The right life ... -Oh those cute animals always following her. -I feel like I'm watching some kind of cartoons/anims. -Lấy đc cô vợ này phúc hậu lắm đây,nhìn yêu quá ❤❤❤ -Her garden is like Eden garden -你的生活和生活方式真正激励着我 -ชอบมากครับ เจ๋งไปเลย -Watching this video is a lot better than the Asmr -太強了👍🏻👍🏻👍🏻 -حلوين بس في حد يتكلم عربي ولا لا 😅🤔😑😑🌹😁😁😂 -I love this video, i love the way you make candy, food, so thank you for making a great videos -I va han ngaihsanawm tak em awww😧🥰🥰🥰 -婆婆一定很幸福的 -Cuộc sống thật bình yên -Is this real ?😇😘😘😘 wow just waoh 🤗 -❤️ -Я РУССКИЙ😡😡😡 -I wish I could spend my holidays there.....u r sooooo lucky -Like seriously. She could run the healthiest factory. -四川真乃是天府之国,物产丰富! -Love wee brown 🐶👍🏻🐶🙏💓🙏🐶💓💓 -素直に嫁ぎたいです -🤤 -ça c est une femme vertueuse bravo -I like this -i love this girl ....looks so sweet ....everybody is notice that her granmother is smiling always... -Góc máy quay rất đẹp. Kỹ năng quay phim như kiếm hiệp 🗡. Good 👍 -If only life is as simoke as this... Land full of fruits and veggies, country people are honest and kind and simple😍😍😍 -That uncle with the popcorn really made it a very exciting visit! -Giá mà cuộc sống cứ iên bình . Hạnh phúc như thế nhỉ -The puppies and the lil lamb are following her everywhere:-D so cute -Probably this is The best blog on youtube -Hay -😂那个🍿️爆米花机,童年时光记忆 -Thích sống cuộc sống như thế. Yên bình thoải mái. -😂😂 -🍽✌✌👍👍 -Nhìn thích thế k biêt -Liziqi keeps on eating and not getting fat because of active movements and lots of physical activity huh .. -Làm đồ ăn chơi thôi mà tưởng tận thế -30,000,000次观看,太了不起了。 -I like the pomelo picker, ingenious -👌👌 -I want a life like these. A lot of thing to eat 🥰🥰🥰. -Behind the scene please -Wow she can do everything, awesome 💙💙 -This is too precious 😭😭 -아름답다 -I like, like like -😋💗💗👍👍👍 -Mango -The part when she was startled by the popcorn was the cutest thing ever! -I hope you give Your dogs attention♥ -She? A rare gem. - -I? - -😟😌 -I just need 0.0001% of her abilities for a good life. -I wanna be her daughter. -الي جاية منن سناب اسوم لايك -The fried melon seed look a lot like sun flower seed. -amo tu trabajo desde Bolivia que Dios bendiga tu labor. -H++ 'nnbxbbb bcbbcbhdkxllspppp00000997700pllg)?++ y -I love this video -Heaven -You are fantastic woman -Как🐝трудится весь день. Как приятно на неё смотреть❤️❤️❤️❤️❤️ -Day by day i am watching her video.....i am speechless......speechesss.....what is she....?????!!!! -Awesome....she just live in heaven.......really.....can not believe my eyes.so relaxing .i am just adicted....anyone else? -She is so cute actually aaaw my heart -Hi 👋 dear when I saw Your love ❤️ and caring for grandma it’s amazing I used to take care of my grandpa but now He died big kisses 😘 for grandma -I want ,love those dogs..they are lucky to be with her in that kind of environment🤣🤣💕💕...i want those popcorns...how did the do it😭😭 -Errything was perfect until the end where she didn't give dem puppy babiessss, a snack, they wished for sum sooo bad, following her around watching everything she do, soooo frigin adorable, and enjoyed watching, Hotep, 1 -I can watch ur videos whole day long... I am from Arunachal Pradesh, India... We r similar in many ways... Its my pleasure watching you... U r just perfect.. Lots of Love from India..😍 -Awesome -This. This is what I want. I'm so tired of the life I'm living right now. She is truly rich. -So good -Beautiful -Привет из России!)Очень нравится ваш канал и то чем вы занимаетесь!) -Biết tiếng việt không? -Что ж за рай то там такой. Ну совершенно все растет. -Mình luôn ước có 1 cuộc sống đon giản như vậy ❤️ -Im from indonesia 😍 -I lost count at how many food she makes but I want to eat all of them -I love you😊😊😊 -This is the kind of life that I want tbh -Trái cây ngon quá -加油,爱你 -I wish I could be there and offer my two extra hands - - - - - - - - -And mouth to eat all that up 😁😁 -Omg what a woman! How to be you?? -Omg she is the real women,she is the master!!! -没字幕,食品的材料是什么根本看不懂。 -兄貴は両親の面倒を見ることができます -You are blessed with talent and nature .Heavenly place .Serene -找个中文评论好难啊啊啊୧((〃•̀ꇴ•〃))૭⁺✧ 太棒了这视频 -Ceritanya ini mau dijual apa di gimanain? -so yummy -You make every thing look good 😔👌 -Wow na wow ... I'm speeches 💕💕💕 -Good -<3 -Wow... I love ur videos... Such an inspiration to me ❤️ -Is this real? -I Love your chanel !! .and can you show us your grandma and your family? Liked this coment if your also wont🤗😉😉👌👌 -5:56 lmao -Your work very nice😘 -Is she going to cook the dogs? -woman in the USA never know how a woman work like this. i can live like this if i had too -這妹子漂亮 -Tôi muốn 1 lần được gặp bạn -Có ai là ng Việt lạc trôi vô đây kh? -Mano tadinha ela trabalho igual o cão -Video này giống như người câm -Bkvk k VN m vô n cm -If only she was vegan 😅 great content though -Calm and peaceful.... i just love what she does -She will live to be 200 years old... -This is my favorite video of her☺️💕I binge watch her videos and this young lady is amazing!!! I wish I could taste her yummy food 🥘 -I don't understand Why so many dislikes -😱😍 En otro video dije q esta mujer era casi perfecta mmm 😯 pues me equivoque 😱☺️ es perfecta q no puedo creer q exista -Lots of love for u from India😘😘😘 -Alquem Br? -I love her videos -I love how aesthetic is her garden,house, everything... -How cute her animals are -And i love that she is not using modern things.. I love how she doing it like in the really old old old life... I just love her channel! ❤️❤️ -Woaaaahhh!! Pongjikki!! It's been a long time since i saw that popcorn maker, thought it was extinct 😀 -I am bagladhasi.. i like u..and ..love you -She did all these things by her self... She really is a hard working girl <3 -Her videos are therapeutic -You're​ truly​ RICH.​ 😘😘 -Because​ I​ don't​ know​ what​ to​ say. -It's​ more​ than​ amazing! -Love​ you, from​ Thailand.​ ♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️ -Wow, life can be very beautiful if only we appreciate everything that we have and make it work. -Привет , напиши мне , пожалуйста !!)) -Her life is literal perfection -Video này rất hay nhỉ ng trung quốc làm video rất tự nhiên và thuần khiết -Whenever you feel stressful, her video will make your life peaceful -please tell me how did you make marsmellow -Nín thử 3'28s dưới nước thử thách tất cả youtuber VN : https://youtu.be/otm4GIdi1xI -ohh God!! She is living in a paradise :) -Wo ai ni -Bà thật có phúc. mỗi lần xem clip của em a lại có thêm động lực cho cuộc sống, cảm thấy nhớ gia đình -Nữ dj thật đáng yêu -😭👌🏻😘😍 -Mình yêu cô ấy quá 😍... Mẫu con gái mà mình tin 100% con trai sẽ yêu... Cuộc sống chỉ cần cô gái như vậy là có cả thế giới... I love you....😍 -Anyone knows what the flour looking stuff she added to the marshmallows is. I dont think it be all purpose flour -柑橘をクルッて取る奴 素敵 -Girl.. you look like living in dream world😍 -Dear liziq, I love watching all the contents you creat. Today i found this you tube channel ,"https://youtu.be/G9zLkdaFJgY". sharing your content . I was very angry knowing some one steeling your content. As a well wisher i thought of letting you know. -I like this chanel.... -Нихрена конечно не понимаю, что это там и как?) но очень красиво все 😌😍 -I am in Viet Nam -4/8/2019 -I cried when I was watching this video. I don't know why. -I love -I love the way she cooks and the peaceful place where she lives. -ever 17 was my shit, thanks for the nostalgie <3 -I love this channel because this channel is very neat and clean . No extra talking . Everything is very clear and beautiful -aku sudah menonton semua videonya, menurutku video ini versi terbaiknya dan menginspirasi saya -aku sangat suka videonya salam dari Indonesia Likenya dong -Ở đâu vậy ak -Amazing vlog thanks for sharing just watching -Like My video pls : ​@SZVc​ -Thích chị này quá -Reminds of me when i was little and my grand mothers’ house!!! Great memories -shes a virgo -This girl workss a lottt -Rước tui về coi sao mik tui VN z -儿时的味道 -Hi -I love China -سبحان الله ما أعظم خلقة . -هذا الجمال في الارض ؟! -فكيف بالجنة التي فيها ملا عين رات ولا اذن سمعت ولا خطر على قلبي بشر. -اللهم نسالك الفردوس الأعلى من الجنه -She is a fantastic woman and I am really loving all of these videos. -hấp dẫn quá đi thôi -Vịt nôm noè -حياة حلوه -Name something that isn't in their place😂😂 -5:37 I think it’s a bomb btw, Vietnamese people used to make popcorn or poprice this way too -Happy grandma in the word -Can you sell your natural candies on aliexpress. We will buy. You are amazing. Shishii -Send me invitation. I will go China 🇨🇳 and will help you free of cost for one month. Take me us your helper. I loved Chines food. Amazing -Помогите на продвижение моего канала вот мой номер карты 4890494579954496 -Поддержите мой канал пожалуйста -can someone please tell me the name of the song at 5:15 ? 😭❤ -💐💐💐 -🇧🇩🇧🇩🇧🇩👍👌 -有点违和 -I don't have words for her 😊👌👍osm -😞😞😞👍👍👍😘😘😘✔✔ -U look nice -She's so pretty and cute -❤❤❤❤❤🔥🍀💪💪 -I wish we had the same life.....There is fresh air and good nature🥀🌺😊 -如何自制冰糖? -Chinese people can take such a video, I really admire -How do you know how to cook this???? -She is so cute ❤️❤️ -Hai madam I'm Indian I don't know ur language bt I love ur videos pls I want subtitles in English pls pls -綺麗 -我想知道这是哪?是云南还是台湾 -This channel gives me peace😴😴 -She uses plastic bags for first time :) but I still love her :) -Those who dislikes this video has a miserable life -عليا الحرام من ديني احنا ما عايشين !😅 -❤️❤️ -Yeu qua -What is red fruit ? -I can't even perfect a scrambled egg. -와... 난이걸 왜 이제 알았지???!! -I'm watching you like a fairy tale. -我看著你像個童話故事。 -You are a real life anime -I loved your videos 😊 -Thank you for giving us inspiration 🙂 -💝 -Where does she live. I want to live there. -your puppies and sheep are cutes -Very chinese style -your a hard working person somhow you make it look easy and funny however its not god bless you and your familly .. fitghing 💪💜 -Very festive looking. Getting ready for Christmas? -:D -Does she make and pack thsoe to sell? If so I'd love to buy from her! -Love from Pakistan -She is as beautiful as her cookings... -Can any one help me know the place please ?? -Can you please tell me this place nd where exactly located..because the surroundings are Amazing ..... -I LOVE watching your videos nd she rocks ,gorgeous,nd the way she handles everything ...like right from home to cooking nd garden are really amazing... -Wow and I'm over here taking years to make a loomed sweater -Her video makes me want to be a better person... BTW, her grandma is my most admired ppl in the world now :) -Интересно, а кто ещё из русских наблюдает за жизнью этой удивительной девушки? -How to make a bunch of popcorn: - - -Me: Let's put it in the microwave - - -Her: "Cook with something that i don't even know its name but i like it" -Wow beautiful -I think I watch this more than 11 times -🥰🥰🥰🥰 -Everything is like a dream. - I aspire to have such a life. -Ước có cái vượn giống chị ấy -SO GOOD -After all entertainment technology and everything people wants this type of things ....old is gold -Какая же умничка! И ручки золотые. Столько вкусностей приготовила.😋😋😋. Очень интересно было смотреть.👍. Продукты все знакомые, но блюда получаются очень красивые и , я уверена, что вкусные. Далекая красавица, успехов тебе во всем.😃😃❤❤❤🌹🌹. Привет из Москвы, из России. -탕후루? -She's a Disney princess.。。。中国大陆ss/ssr翻墙机场梯子VPN来了,支持翻墙回国,超低月费,每月仅需11.9元/100G流量!4K秒开,不限速,50+条线路任选,免费体验网址:shidonglivip点top -Cuộc sống tuyệt vời. -她的老家在四川的一个县城,从小跟着奶奶长大,为了别人不打扰她的奶奶搬了好几次家,这的确是她的生活方式,被媒体关注之后,现在也有了自己的团队来录制节目. -mango at 3.11 have no seed? -你好,來自墨西哥的一個偉大的問候 -cute ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ -Ai Việt Nam ko nhỉ -Man, can i have those fruits before they fall unto the ground? -10:04 -Me encanta todo lo que hace... -Cháu muốn lấy cô về làm mẹ -She is the real life Disney princess....... Love you -Ng vợ trong mơ. Haizz -아니 무슨 요정이... -Where is the peanut? That is chestnut, right? -tôi thích cuộc sống như vậy , ngưỡng mộ quá đi , tất cả đều tuyệt vời -Yo viendo como cocina una xina cuando no se ni preparar arroz 😎 viva yo! -the life in my dream -Cielos , adoptame :v -This girl is amazing!😚😅😅📏😊 -Cuộc sống như thế, thật yên bình và thơ mộng :(((((( -el video mas favoritos de todos!!! -felicidades!!!! -شو بحب هاي البنت -Wow ...sei sposata ? 😁😁🤣 -I can't stop watching video of Ly Tu That because video very good !!! I from Vietnamese -Gosto muito dela -Красавица и умница, просто загляденье. -i love how your dogs follow you around wherever you go 🐶🐾🤘🇵🇭❤️ -5:58 -Frikkin awesome! Most amazing woman I've ever seen... so beautiful and so very skilled at so many different things, and especially with foods!!!💞💞💞👍🏻👍🏻👍🏻💯💯💯👏👏👏💓💓💓 -I wana popcorn too..and watching your channel,, hap hap... 😊 -Wow you'r a mazing girl you'r naturel wow -just subscribed....!🧡 -1/8/2019.. from malaysia with love..😍😍.luv u Liziqi..😘 -I love the packing of all the things -ฉันชอบคลิปนี้มาก กดติดตามแล้วเรียบร้อยจ้า ตามดูทุกคลิปเลย -I see more of your video -her videos are very calming and well made -👍👍👍👍👍👍 -all i can think of is: GIVE THAT GODDAMN ADORABLE DOG ATENTION!!!!!!!!!!!!!!!!! -Hay qua -That's a very extra way of making popcorns -thèm quá đi -có ai việt nam không ? -应该感谢编导和制作团队!试试看,真的把她丢在这样的环境生活,看她能活多久……太假了吧……!! -♡♡♡ -which is this place???? -It is a good life, simple, peaceful, I want life like this. -👏👏👏👏💐💐💐💐 -Verry good masak tanpa micin -Wah bikin permen buah -Some of them I know a little cuz I lived in a farm on I live in the city far away from my home town okay we moved the country -I enjoy watching this video. The atmosphere is very beautiful and living there seems calm, far from the pollution of a big city. I also like gardening, I have a small garden on two balconies, the limited place is not an obstacle for gardening. Liziqi Videos really inspired me. Happy gardening form Germany 😍😎😇😇😍😍 . -😍😍😍😍😍😍😍😘😘😘😘😘💪💪💪💪💪 -Ohhhh I think the oven works like that: she puts the wood in for burning, then when it is up to the temperature she desires, she takes out the wood and put things in for baking and closes the ‘door’. That way all the trapped heat will cook the food -Semangat kami doa kan sehat Amin -9:13 took me back to a Mulan scene where a little girl was carrying water just like her. Rural China is so beautiful! -Her life is simple, yet enjoying. Keep up the good work! -يملحه ، ماشاءالله عليه نشيطه وذكيه وجميله -Lúc tháo cái j quay quay ra mắc cười vải -A mà ở gần em là e chết zí a =)) -Mỗi năm tết đến mẹ dẫn đi theo để rang nổ mỗi lần nghe đặp trời tim muốn nhảy theo . Nhưng nay hết rồi . Tất cả đều có cong nghiệp làm hết . Nên mất vui tuổi thơ -She show a beautiful way of live, its so harmony with the nature! -She is so cute! i love her -That lame is vary helpful eating all the vegetables 😋 -两只小羊一只小狗跟着,穿过高高的毛草,这种意境真的很美 -La abuela va a vivir como 500 años con esa alimentación -小狗和小羊们都各有各忙的,子柒就更是忙啦,干活儿的手法娴熟,小身板大能耐,这些活儿让我干就是一身土,一手脏,累得缓不过来。 -看妳的影片治好了我的食慾~我可能之前有一點厭世傾向,不喜歡吃東西~😂 謝謝~ -无解说美女加强版舌尖上的中国 -Love your little animals around you. Now all of this is really talking to my tastebuds -Live off the land and your hard work. But always give back, look at what has happened to our earth from always taking and turning a blind eye -estoy enamorada de esta hermosisisma ultura -The perfect girl doesn’t exi.... -抓紧学习中文吧。 -Интересно а что это за фрукты большие жёлтые -You are the meaning of life -Lo olvide, me gusto mucho el horno de poporopos. Que original. -Me encanto este video, los animalitos, la cocinera y los deliciosos manjares preparados por ella. Felicidades! -Funny oven. Beautiful cook. -Lengkap kayak di surga -잘보고갑니다~~♡♡♡ -videos that you can taste hahaha -🥰😍🥰😍🥰😍🥰😍🥰😍🥰🥰Top beautifulllllll -Idol -Sigh. Thank you Lizqi for never giving up in your dreams. Bless you. Your videos give me pure joy! Love from Canada! -💔💔💔💔💔💔 -Có ai người Việt Nam không ạ? -Que hermoso video, cambiará la tecnología por vivir en un sitio así -Bendito me imagino que estuvo cocinando todo el día -Залайкайте что я типо что-то крутое говорю ))!!!! -I am in love -Suprr osmm -You can come to Yangshuo, China to experience such scenery and life. -سبحان رب هادي هالبنية للشغل ولجدتها -انتي شاطرة عجبتبني بتمنى عيش معك وساعدك 😍 -Xinh quá đi -hazel nuts not peanut -not melon seeds sun flower seeds -They have brother nature in the west, but here we got MOTHER NATURE living in the eastern heaven. -So cute dog... -I wish they invited you -To Netflix , because you can be excellent example for young unappreciated teenagers. -🙏🙏🙏🙏👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻 -Cái cục trắnng trắng là đường à ad -Tui cũng muốn ăn~ -THIS IS SO AESTHETICS!!!!!!!! Very satisfying 💯 -8:21, 9:47 😍 -No food for dogs ? -Какая умница своим трудом зарабатывает дерюжки .все натуральное вкусное. -Nice -Is it just me or does the opening music sound like theme song from eternal love -I adore her mise en place. She always has everything right to hand when she's ready to cook. -Vn đâu hết rồi -Que mulher incrível. Seus vídeos são maravilhosos. Beautiful woman. Beautiful video. Hi fron Brasil! -She is so knowledgeable and pretty. -for the subbed tittles it's sunflower seeds not melon seed -food photography, color, and calm music -I think it's healing the whole time  :D -Nguyên 1 vườn cây rau củ quả thích thế cảm thấy bình yên khi xem clip của chị Này -https://youtu.be/FWMIPukvdsQ?t=45看看 -Lovley -Now falo japones mais amo muito seus videos -The poor puppies🙁🙁🙁DO YOU EV N FEED THEM GOD😶😒 (sorry I am the MOST animal person omg the world like “ like don’t mess with my pets I dare you 😑😑👿👿 -Félix e o homem que tiver a sorte de ter está moça para ser sua esposa ela e muito trabalhadeira e não tem preguiça parabéns a está família e que Deus os abençoe sempre -Me encantan tus vídeos, me relajan, es como una paz inmensa que de verdad me tranquilizan los nervios y eso es muy bonito y bueno -Really Chinese are the most talented and most hardworking people in the world.... -The grandmother is so cute -Stupendi questi video, mi fanno tornare bambina! Mi fanno rivivere la semplicità di quei giorni in campagna con la mia famiglia! Grazie -Don't tell me she made those Marshmallows.. I will crawl under my bed in shame. lol I love this channel. -I want to live your life like you because I love that nature where did you live and you are really very hardworking girl ,and you are looking so cute and humble , and I am from INDIA but I like your place more -Thích nhất món đậu phọng rang cát đá -The amount of popcorn -World: one movie -Her: entire winter -It's like a dream -Look at the cuties following her, she is a real life disney princess. -Có ai là người VN ko 👇 -Anyone think she's like Mulan? -Great video, I am a farmer from Vietnam, looking forward to visiting -Lucu banget , binatangnya pada ngikutin -四川的女孩都是这么心灵手巧,美的这么与世无争 -05:59 ☺️☺️☺️☺️☺️☺️ -Nobody will watch my videos 😢😢😢 I know... -HOW CAN PPL DISLIKE HER VIDEOS -I MEAN -WHY -HOOOOW -All of those pomelo's will make me full in days T_T -Yung feeling na parang nakatira ka na sa paraiso, grave sobrang ganda ng lugar mo po. -5.3 M subcribers... Bravo😊😊😊😊 -this gives me big studio ghibli vibes and im loving it -انت مبدعةLiziqi،طبيعة اكثر من رائعة تزخر بجميع الخيرات ياليت كانت لنا جنان مثلكم تتنعمون فيها ،هنيئا لكم think you -Ngon quá Thất Tỷ ơi -You are in good nature,filicitation -Very nice 👌 -Who the hell has unliked such a beautiful mind blowing video.bad people 😡 -·墨西哥如此美麗的問候 -Am convinced that she is a master chef as well -Am learning how to cook and be happy at the same time😊 -You are beautiful I like this video is so funny I like your home is very fantastic you are a beautiful princess I am siham from Algeria 🇩🇿 -🤤🤤🤤🤤🤤🤤 -Wow nice video -nhìn mê quá,rất thích video của ẻm -is there a place where i can get recipe ingredients and quantities and what these things are called? -♥️♥️♥️love your sweet grandmother. I’m happy for you. -Doesn't the puppy feel hot on his feet? lol... 10:02 -That mango!!! I’m shook!!! 😱💕 -Fairyland 🙄?? -棒棒哒👍 -the music totally reminds me of final fantasy 9 -Watching your video helps me eat less and healthier while digesting and breathing better with sleep quality improvement, that's the quickest and most direct effect. -And above this, I feel deep relief and happy in the connection of nature and it's fabulous energy. -It grabs the essence of Taoist spirit and philosophy of life, that's how Chinese have lived for thousands of years. I'm so glad that you are expressing it in such a plain but convincing way. - -Thank you. I love you. -Why is this so beautiful and aesthetically pleasing? It helps relieve stress 😌 -She doesn't feed dogs , looks like she is getting paid for picturizing all these , this is a paid channel -Is she for or against the consumption of cat and dog meat since she has dogs? Also, that they where eaten out of starvation and some are still killed for their organs for medicine. -From understanding through the news that most Chinese people have pet cats and dogs are against the consumption, but their are still a few who do it anyway. -I love you -M -Nhìn đẹp mắt nhỉ -This music is making me feel some typa way -Beautiful❤❤❤ i can not stop watching. I think it is not melon seeds its sunflower seeds -Don't forget to subscribe tou my chanel no I will be happy with you -Great -شووووو حلو -Her videos came to my attention by my 10-year-old daughter, she loved watching her videos on YouTube. Now we are watching it together and we both are fascinated and awe-inspiring by her works, we are learning Mandarin and this video will help us to know a little more about the traditional Chinese food etc. -I love you so much 😍 -Do you have any bird 🐦 ...? -You are really hard working -Hi .Well you meri me..? -Xin chàooooo -😍😍😍😍👍👍💪😌😌😌❤ -love all her video...whenever i watch her video i found I am in a real nature and a real world that God created for. -I love your country's climate -做戲做得更現代版嘅啲食物🤣🤣🤣 -Semoga saya memiliki istri seperti ini -I finally found the love of my life -I like your grandmas hat. -Wow chị giỏi quá ^^ - ^3^ -Alimenta a los perretes - -Primer y último aviso -Soothing more than any asmr video 😍 -Wow. Popocorn -Everything she does is just poetry in motion bless her(◍•ᴗ•◍)❤ -Outstanding -I already feel like I'm living in a shit hole after I watched this video. My life is full of study, grtting a job, a dream of buying a new home, get married and have babies and live a luxurious life with every technology I can get. - -Wish I had a life like you tbh -5:54 5:54 -5:54 5:54 -可愛いww -跟我一起喊 -李子柒 -李子柒 -李子柒 -李子柒 -👍 -Can I be your sister?? :") -👍👍👍👍 -Wow they have so much to eat,the girl she is pretty and very hard-working -The way they made popcorn exactly the same with my country Indonesia 😅 -اكوو عربي لايك😘😘😘😘😍😍 -Itu kacang apa ya -I wanna live here -Lấy đc vk như vậy thì tốt quá nhỉ hihi -I love it 😭😭 -Your dog is so cute and sweet -Cho mình hỏi tí nha kẹo hồ lô làm bằng trái gì vậy. Ý hỏi trái nhỏ màu đỏ nha -I LOVE you so much -爆米花時怕太大聲婆婆會嚇到、貼心的趕快去幫婆婆摀住耳朵,結果反而自己嚇的跳了起來!我反覆看了好幾遍、還定格看,真是太可愛了! -竹水火金尸火竹金尸竹竹火竹土 十木 -hello -강아지 넘 귀엽다 -I just found about these videos. The most relaxing, beautiful videos i had watch in a while -糖葫芦……每年冬天都会买着吃,看完这期打算今年冬天自己做了,不过我没有自己种的山楂,只能买了😅 -Amazing..... -Hii -With a sweetness like her, you'll never go hungry. Or complain you eat the same stuff over and over. I've never seen so much mad skills and talent in just one person. She's truly my hero😊💕💕💕. -I love survival skills out of all I love you -Which place? -Не знаю почему, но мне кажется что она настоящий повар, и приятно смотреть её видео, они очень даже раслабляющие, -Lol this is incredibly choreographed. By the way, we have the same chestnuts here in the States. -Luv your video ! 💙 -都是我爱吃的零食缺一不可,这是为过年准备的吗???看日期应该是快农历新年了。 -跑来支持 -11k dislikes? What the heck. Maybe these people are just jealous hahahaah -Disitu enakya, gaada laler -This is the kind of peaceful hunger game life that I've always dreamed of as a kid -💗💗💗 -How much work did you do and how pretty is the village l love your life 😊 make more videos like it -3 con chó với con cừu theo sau thích thế 😍😍 người thì vừa giỏi vừa xinh -Great jobe I'm from watching nepal -VN điểm danh :)) -👍👍😘 ممتاز -طبعا البنت كولش حلوة😍 -How cute the puppies are and lamb running behind her -😫 -做爆米花的那里太好笑了哈哈哈 -I thought they were puppies but I think that's just their size? I haven't seem them getting bigger 🤔 -Is this some kind of heaven? -I really like all your videos 😍.. they r so mesmerizing.. lots of love from mauritius! -She is lovely. Very much one with her surroundings. She has not accepted God though, which seems a great loss to her. You can see her eye's lost and wandering. But she does know how to utelize her skills to the maximum, which I completely admire. Her food looks scrumptious. I am.glad she adores her family and animals and causes no harm to others. I pray she accepts God, then her life wilk be full. She is so lovely, she would bring such great warmth to her people knowing our creator. May Christ guide you Liziqi. -holy shit the Digimon soundtrack -i just want to cuddle with the lambs and cook with her all day -Her Grandmother is so cute! -Man, what would I have to do to get her attention? She can do everything on her own :) -waoooooooooooooo....i love your life -She so cute -работает да работает,ни мужа ни детей одна только бабушка,живут где то в лесу-горах,но постановка и задумка интерессная. -Love this -Is she the same person in every scene? -When i watch her videos i feel in fairy world..So emotionally appealing!! I really want to meet this chinese angel and hug her !! Lots of love from india -Can you be my wife? -i want to live like her!!!! thats actually how we should live... -she makes living life in the rural look so easy and fun -我们是生活在一个时空的吗? -很想知道李子柒的衣服是在哪里买的,还是说自己做的呢? -I feel I'm fallen in love again even I'm married. Emmmm, hope my wife don't watch this .... -7:19 what is this? i wanna make it -I love this lady.I admire her a lot😊 -Soo sweet -Please make a video with your puppies or lamb. They're so cute they really want your attention. -Nice video -👍👍👍👏👏 -孝順的孫女 -我想知道和我一样看了人家视频既没有点赞,又没有留言的,更没有订阅的,每次只是默默地看着视频、刷着留言的那些毫无公德心的人有多少?点个赞统计一下,也算是对视频拥有者的另类支持吧!😂😂😂 -Có ai vn ko vậy :(( -Wow -my skin is clearer just watching these videos -How are they gonna finish all these food? -全部買います -These videos are amazing ! I'm always looking forward to a new one. -Priceless life. I wanted to live a life like that . -Khi coi bà tân vlog xong qua xem cái này cảm thấy sao mà hổ thẹn quá -Why is nobody talking about how pretty she is? -Cantik pinter bersih lagi😍😍😍 -فعلن طباخة😍😍😍 -好棒啊,真的是另一种理想中的生活了 -the biggest mystery in this universe is who are those did a dislike ? and whyy ?? -日本人コメなかなかおらんけどこの女の人好きな人🙋 -Amazing -You look like twice Mina Both beautiful 😍 -You nice baby -wow...lots of foods. -BEAUTIFUL PLACE -DUMB WESTERENERS : humanity is lgbt, men=women, welcoming all refugees as lot as the refugees can destroyed the country, legalize drugs, etc something that destroys human brain -LIZIQI : just take an action without being bigmouthed -even there were liziqi's rivalry(from a competition in china) who put a suspicious camera near her house WITH SOME HELP OF A POLICE!!! to spy what are liziqi's technique and her negative side to embrace. eventually liziqi moved away from her earlier home -even there were liziqi's rivalry(like a competition in china) who put a suspicious camera near her house WITH SOME HELP OF A POLICE!!! to spy what are liziqi's technique and her negative side to embrace then liziqi should move away from her earlier home -พี่ทั้งสวยทั้งเก่งเรืองทำงาน -where is this place? please tell me...i really want to know.. so.... beautiful😍😍😍 i deeply loved this place... -現代人的慾望之需求滿足了大家卻也喪失自己的自我與本能,更加傷害了撫育我們的自然大地。喜歡妳的不作態親力親為及最純樸的鄉村原野,適時又撥開了我小時腦中忘卻的鄉貌記憶,慢慢由於妳的用心领著我再次走回自己的小時過往,人生啊人生啊!追求的是什麼呢? -Helo main -太強了,世外桃源的百果園加上女主內外的手藝與美感,原始的工具與古代流傳至今美食拍攝的手法,猶如時間倒流回幾千年歷史的鄉間民家。我們像是生活在同一空間的兩條時間的平行線, -Очень красиво! Щенки, барашек, симпатичная девушка, удивительная природа, милые старики и вкусная еда. Жаль, что 90% китайцев в деревне так не живут. Но мне понравилось! -It is a good🖒 -8:49 what a beautiful shot -Love from India -Wow she's wonderful -Где ТЫ живешь? -Veree hard work -Wow. Just wow! -You're wonderful -Marry Me lol -Ohh so beautiful video -I want to taste the food she created! -Holaa tus vídeos me fascinan a mi familia también, no nos cansamos de verlos😉👏👋 saludos Liz desde cuernavaca Morelos -Those puppers the lamb and you. *G I V E M E L I F E* -I simply love seeing these videos. Life seems to be so meaningful. Somehow it's a beautiful way of living. -中国田园女权应该好好看看,什么叫女人能顶半边天。 -Wow amazing cook!! -E ai nesta casa nesta familia so quem trabalha é esta menina? Os outros todos ocioso? Nao fazem nada? Linda mas vai ficar velha demais. Suaa lindas maozinhas um certa idade comecam ficar cansadas vao doer. Seu rosto lindo o calor do fogo do fogao ou outra coisa pra fazer os alimentos, vao envelhecer depressa. Cade as outras pessoas q nao aparecem pra fazer as coisas com ela. -Alguém do Brasil? Que vontade de comer essas coisas me deu 😋 -Is it normal that we do same foods with same methods in my country but my country is not even in East Asia? -(I live in most west part of west asia.) -You are the most beautiful and courageous woman I have ever seeing...Good Luck & I Most like your this video.It was amazing...👌👌👌👌👌 -this is the pure definition of happiness -Love you so much, i come from Vietnam -Ước gì mình có cô vk vừa xinh lại giỏi nữa -Omg the dogs are soo cute ! After watching, I’ll never complain about hard work 😪 -l like you home -Were are you leaving -Just an FYI, if you want to roast chestnuts please check to make sure yours are safe to eat. There are several varieties that are TOXIC to eat. If you buy them in a store they should be fine. This is only if you are like me and find chestnuts on the ground or have a chestnut tree. -Yêu em. Yêu nhiều - -This is how humans are supposed to live. In peace with nature and living compassionately. No harm, no greed. Just peace. I wish we could go back to times like this but still have the benefits of modern society like vaccines. -Vietnames anh có cô vợ thật tuyệt vơi..... hãy trân trọng nhé anh -Chị ấy bán hay ăn nhỉ.😁😁 -Why i remind this as a harvest moon.. it really makes me calm.. 🥺 -말도 안돼..못하는게 없네...이쁘기 까지하고..사랑합니다ㅋㅋ -What did she add to marshmallow? Wheat? -Thích cuộc sống này cực -你好 -So clam she is wonderful -Thats very cute to see ur puppy n sheep walk after u -Việt nam điểm danh -李子柒姐姐我来看你啦~ -cooking angel..heavenly cooking -I love how dogs climb over her knees, and also try to eat what she eats😍 Cute moments -Most peaceful life I've ever seen -Number plzz -Vietnam's 👋👋👋 -😚😚😚 -Chắc nó ăn sạt nghiệp -I love u videos -Just 3 words: Social Credit System. -Never forget -Quiero hacer la del turrón que ella hizo alguien sabe que le echo antes de ponerle los masmelow -is this.. stardew valley? -No doubt , She’s really living in heaven ☺️ -在B站都说油管的李子柒更火,原来是真的!买了VPN来证实一下,吃惊了😱! -奶奶好幸福! -this woman is so hardworking and talented like- -I really like this -Your life so nice😍 -😇😇😇😇😇😇😇 -Wow -Whatever that was, it wasn't a mango like the kind that i know. Very cool. -Посмотрю видео и аппетит появляется дикий! Хороший канал👍👍👍👍 -才女你是那個省的想去你那裡旅遊 -I have no words to admire u.....u r the real angel in earth...😘😘😘 lots of love... From India -Con cháu bác hồ ơi -几万海外民运 轮子 电视台折腾几十年上万视频 点击量还没有李子柒一集视频点击量多 哈哈哈哈哈哈哈哈哈哈哈哈哈笑死我了 -Assalomu alaykum ! Men sizni har bir tayyorlagan videolaringizni katta qiziqish bilan ko'rib boraman ! Menga siz tayyorlagan videolar juda yoqadi ... Ishingizga omad tilayman . charchamasdan harakat qilavering ... ( Uzb - > 🇺🇿 ) -WOOWWWW :) -مين يالي عربي يدعس لايك -Wonderful, love her -👍👍👍👍👍👍👍👍👍👍👍 -The real question is "Who is the camera man?" -好想吃(◐‿◑)(滚去自己做( ̄Д ̄)ノ) -Very telented girls and she doing hard work love from Pakistan 🇵🇰🇵🇰🇵🇰💖💖 -見とれる動画ですね。中国語のコメントが少ないのはなぜなんだろう? -No te comas nunca a los perritos -🤗🐐👭♥️♥️♥️♥️♥️♥️♥️ -How can anyone not like this ? She's amazing -Those poor pups are looking for attention -that's great girl -có ai việt nam ko -5:55 -What is it -A la increíble Liziqi ya la estamos viendo en Latinoamérica <3 -Какая молодец.вот бы у них погостить. -Anyone else notice her clay oven is a doggo and the wooden cover for its "mouth" is a bone lmao -اين هو هزا المكان الزي تعيشين فية -عبدالكفي -If Mulan had a live-action movie. She would be Mulan. -i'm really jealous to your talent! -LOVE 🇮🇹😘👍👌 -100% real!! Yo quiero a una mujer así -仙女我老婆!! -巧心 巧手....... 難得 難得啊 ! -I am in love with you❤ -I just love every video she post -You are awesome and your village is world's best place to live, hope i was there forever... -100 percent every guy here wants to marry this girl 😁😁😁😁 -6:59 Liziqi so cute hahaha -ㅇ -nice way to make pop corn -🤩🤴👍 -請問冰糖葫蘆是即時吃完還是能保存多久呢? -Juda zur -chị giỏi quá 💋💞💞💞💞thích chị ghê -李子柒我喜歡,生活在世界最緊張的都市、好向往你宁靜的山村生活 -😍😍😍 -Chị rất xinh đẹp và còn rất giỏi nữa🥰 -Awesome -Wow It is awesome -Pls give the food to the puppies also -This s like paradise I wish I could be there.. -I like you very much your cooking -Oh -She looks like Mina from twice. -all homemade snack .....amazing -She has the best kind of Kitchen & Pantry - Outdoors! 🌿💜🍃 -apki video dhout achi ha -I love how puppies and the lamb follow her..I wish I could live this life..❤️ -We Indians also prepare similar brittle candies with rock sugar and nuts, though we dry roast them. Many similarities in our Asian culture! -Awww the beginning of the video....so cute.....the animals 😻😍🤗❤ almost cry.....so sweet -5:57 You're not scared -her lamb is so adorable too just like her -Best of women 👍👍👍 -That cute sheep -And cute doggies 😍😍😍 -วัดถุดิบการทำอาหารขนม หาง่ายจังครับ -The whole family live on top of the mountain... -Bet you didnt go out in the wild and pick them marshmallows that you used! 🙈🙈 -Me lo como todo tú incluida!!❤💛❤ -Bat bawal ma-download? Huhuhu - -Awww, ang cute nung puppy~ -When the Digimon music started.. Goosebumps -5:54 This moment is sooooo cute !! -maşaallah -Уу ахуе соусска -Sono qui"..amica.# -notte -The black one r sunflower seeds not melon seeds -Any tamilians -Умница!Красавица!Жена от бога! -Y'a quelqu un qui l aide ? La pauvre elle travaille comme une dingue ... pour ne pas dire comme une esclave -Chinese are so creative. Special credits to the camera men.. Love from India -알아들을 수는 없는데 혼자 뚝따뚝딱 진짜 잘하심..힐링영상 -Que maravilha me leva pra morar aì com vc 😍 -对利兹奇华丽美丽的料理感叹不已 ^^ -I hope she didn’t butcher her lamb. It has grown nicely and fat. I just saw her prepare meat. -สงสารหมาน้อย2ตัว น่าจะแบ่งอาหารให้มันบ้าง อุตส่าห์ เล่นเต็มที่ -Ha nice ye to pagr hai yr fist time wala -Thank you for your channel. it is soooo good to watch your videos. there is peace in what you do ❤ -认真的女人最美 -Она выживет в зомби апокалипсисе ) -I love you -I never see this sight.So wonderful -Mam i rayli like you -WoW! Excellent varies of snacks. -Im faeling in love😅 -i love this woman -Có vợ như dãy hết xẩy con bà 7 😂😂😂 -This is the life - -Your an ANGEL -The weather, nature, sound, hygeine gives me lulls -Such a beautiful place 💖💖💖💖 -That was the wonderful life .I want to be there it's amazing love that life.😍 -Google bửa nay tự dịch à -10 mins or 10 hours doesn't matter...i won't skip your videos.. -Love -Thank you for sharing this awesome lifestyle ♥️ -Plz don't ignore your pets😞 they r way to cute🤗🤗 -Disney should make a chinese princess based off of her -U are really good -Em muốn qua ở chung nhà với chị quá -Suka banget,menyejukkan semua video nya bagus suasana nya indah banget di tambah berbagai jenis kuliner nya yg ga sabar ingin mencicipi & anjing nya lucu-lucu -麻辣手撕牛肉干,我求您送一包來台灣! -Lucky grandma -ما اجمل حياتهم هذه ❤ -不敢相信兩千多萬播放量☺️☺️☺️☺️真好 -This is harvest moon irl -가시나 살림도 잘살것 같아서 -존나 마음에 드는데 중궈라.... -Hii i like your vidios and, u food and place iam from kerala -Ya allah begitu nikmat yg engkau berikan 😍 -백종원이는 명함도 못내밀겠네 -Enak skli hidupnya -I think Chinese cooking with a lot of oil? -So nice i like organic food -Hỏng biết sai nữa coi bả làm mình thấy thoải mái gê -😄👏🏿👏🏿👏🏿👏🏿👏🏿👏🏿👏🏿👏🏿👏🏿👍🌻🌻🌻 -I followed u a year. It's a real. A heaven ,I love the nature.The music is so unique,surrounding are so green. I miss my place, I miss Philippines. Thanks to ur video. -Boyle bi hayatim olsun cok isterdim -The joy you bring into my life is wonderful but to see the joy and love between you and your grandmother is the true beauty. -Thank you for this. -🤗💋❤ -5:54 Wait for it...🤣🤣 -你只是聰明 -Pomelos and mandarins, I’ll have for breakfast. LiZiki please let me partake some of your stashed goodies. -Magharvest nalang. Daming prutas. Galing nia. Cute -love uhh so much ma’am -She's such an amazing woman. Seeing this video I feel like she's doing mass production of some of the most healthiest and nutritious food in this world. -Are you sure about melon seeds? I think it's sunflower seeds but not important..everything is awesome! -勤劳的人 懂得生活 勤勤恳恳 无怨无悔关爱老人值得尊重。 -อยากได้เธอมาเป็นภรรยา -😍😍🥰 love you -11,000 women caught their man watching Liziqi. LOL -Mình yêu quý và ngưỡng mộ bạn quá -Cùng là con gái nhưng bạn vừa chăm chỉ,lại khéo tay hay làm -Tôi yêu vùng đất và cô gái này quá -Martha Stewart is a disgrace. -Good 🙋‍♀ -Never seen such a calm face even with that much hard work! -Subcribe my Cannel -What a lucky grandma -Normally I like these videos but for some reason she just looks like she's going through the motions in this one. Almost like she's depressed -I can help you sister☺ -Such a simple but hardworking women! Love from India!! ❤❤❤ -❤️❤️❤️❤️❤️❤️❤️ -Aq melihat kehidupannya tentram banget,yg dari Indonesia like -Best youtube channel ive found uwu)❤💯💯💯 -有香港人在看這個video嗎? -出稼ぎ的な? -めちゃ美味そう -Is there anything she doesnt know how to make?????? -never enough watching your videos.. -Those pets are too cute😍 -Chị ấy giỏi thật. -Bom dia querida Li virei teu fã n1 de coração gostaria de conhecer você princesa linda abraço Jânio Luiz Botucatu sp interior Brasil -I like Her All Food.. Kind Its Saw Delicious -😯😯😯 -I wonder where are u from ? -I'm salivating now..✌😍🇵🇭 -原来淘宝有卖,能干,厉害 -日本人いますか? -Wow I love you -so yummy ....after saw this video ...keep it up -This video is so calming -i swear ants and flies dont exist where she lives :( - -Có ai Việt Nam ở đây hông? -Ok yes -Her family is so lucky to have her...... Even her husband in the future cuz she's so pretty yet so hard-working -중국 사람들 말이 골치 아파 영어로 써요 -The are around her house and her home must be huge. I doubt she manages everything herself, it's too large an area. So beautifully kept. This part of China has very rich soil. She is so talented and works so hard but still gives off an aura of calm and beauty. She honours the traditions of her country but is also modern as she has internet and other commodities. -This is what simple life is all about, stressless and cancerless... -this is why i love east asian women -👏 -At 6:50. Aren't those sunflower seeds? -Это девочка успеет всех делать -Amo este video, es mi favorito no me canso de verlo una y otra vez😍👍❤ -You're very hard working, I just love that about you -ndeporaiterei..mitakuna...jha' la reyapoba abei... -wish I was 25 again an cross paths with you, such a cool chic -this is so simple but this is very intresting -Dogs !! 😂😂 -Me encantan estos videos...gracias -Mẹ bạn vẩn khoẻ chứ -What is that red fruit she put on the stick just before the apples- anybody? -О кому-то жена достанется) -Trái gi ma có gai vậy ta -You are 100% pure NATURAL. -Your video is calming me. I love the nature around you. I have a dream to live in this kind of place. I like planting and i love vegetables than meat. I'm so glad i found your channel YouTube. I agreed with all the people's comments. You're deserve when we call you Princess. Stay healthy and you can continue making videos for us. -Yosawasee -本当に沢山の料理を知ってますね~驚嘆です。 -i love how grandma is always bundled up so much, it's so sweet :'(( -thought the little lamb at the beginning was another dog with how it was following her around -That Grandma's hat is the best. :] -coi tới khúc nổ bắp nổ cớm gì đó nổ cái bùm hết hồn cái lồn văng tám hướng luôn mấy mẹ ơ i , sợ quá sợ nuôn -Ước mong có cuộc sống như chị quá đi -I think u allows work -now imagine your kid whinning for some pop corn in the middle of the night and this is how you make it every time. -I miss you sister. -Tag yourself. I'm the puppy tryin to snatch a bite lol. -Ai việt nam -I subbed u -Hi -This is stardew valley irl -มีแพะรึแกะด้วย55555 น่ารักจัง รึหมากันนะ -I hope that in my future my wife is also same you 😂😂 -Mind relaxing.... -Do you can work new clip -Ngon vãi lồn 😂 -Si sabes aser 👍 -หมาน้อย น่ารักกกกกกก ดูเกือบทุกคลิป ชอบค่ะ -grandma at 7:46 melted my heart with her hat with the ears -her videos ease my anxiety -That last song reminded me of digimon (T^T) nostalgia -Amo tudo que você faz o seu amor e carinho a dedicação ao seu trabalho ,parabéns. -Where are tis food -In addition to the black nail, she also got a black "dint" in her hand oochi... at 8:00 -When i first saw this woman and how she conducted her life in these videos these are the scriptures that came to mind. ) Proverbs 31 : 10 - 31 )10 Who can find a capable wife? -Her value is far more than that of corals -11 Her husband trusts her from his heart, -And he lacks nothing of value. -12 She rewards him with good, not bad, -All the days of her life -13 She obtains wool and linen; -She delights to work with her hands. -14 She is like the ships of a merchant, -Bringing her food in from afar. -15 She also rises while it is still night, -Providing food for her household -And portions for her female servants. -16 She sets her mind on a field and buys it; -She plants a vineyard from her own labors. -17 She prepares herself for hard work, -And she strengthens her arms. -18 She sees that her trading is profitable; -Her lamp does not go out at night. -19 Her hands seize the distaff, -And her hands take hold of the spindle. -20 She extends her palm to the lowly one, -And she opens her hands to the poor. -21 She does not worry about her household because of the snow, -For her whole household is clothed in warm garments. -22 She makes her own bed covers. -Her clothing is of linen and purple wool. -23 Her husband is well-known in the city gates, Where he sits among the elders of the land. -24 She makes and sells linen garments -And supplies belts to the merchants. -25 She is clothed with strength and splendor, -And she looks to the future with confidence. -26 She opens her mouth in wisdom; -The law of kindness is on her tongue. -27 She watches over the activity of her household, -And the bread of laziness she does not eat. -28 Her children rise up and declare her happy; -Her husband rises up and praises her. -29 There are many capable women, -But you—you surpass them all. -30 Charm may be false, and beauty may be fleeting, -But the woman who fears Yahawah will be praised. -31 Give her the reward for what she does, -And let her works praise her in the city gates. -Việt nam dơ tay -Dfd -Эн кызыгы ,баардык момо жемиш осот -вот это баба👍 -Her oven is a dog with a bone in its mouth sooo cutee -احلا حاجة ان خيرات ربنا تبقا مزروعة تحت ايدك ومتشتريش من برة احلا حاجة فى الفيديو ده الليب -I still wonder is this real , is she living in paradise ? I have seen high rise buildings , luxary houses , Hotels suites and resorts nothing matches this place and her life , our lives are so machenic we live in concert jungles . Is this real or am watching some CGI, I still wonder ! -Who will be the lucky guy to marry her???.. -OMG !!!! This girl is doing awesome things .... I love it ..... 😍😍😍😍 -im jealous with her reltionship...i miss my grandma -Маладец фсйо натуралний пасиба за фсйо -5:57也太可愛了吧 -More than us those pets are anxious on what u r cooking😀 -Oh those pets😍 they are very cute -Coś pięknego <3 -Wow amazing dish -Candy Land 🍭 -Please take me their -This is just my dreaming life. I wish i could do something simple, beautiful and inspiring like she does. -. -And i am from Thailand and from a small channel.❤️😁 -Place name...? -Sooo amazing -I want to die -DISNEYS GOTTA FEATURE HER IN ANOTHER ONE OF THERE PRINCESS MOVIES!^^😂😂😂😂 -I wanna stay here pls . All nature and fruits and vegetables around me . -I want uuu -Very good -Very beautiful -Ngon val -There are some angles where she look like mina of twice -Wonderful -I like camera clear -Oh my god u r osm -Thèm cuộc sống như thế này quá! -天然 樸素 食物 環保 清新 清靜...城市人所放棄又在追求的元素都有,不分國藉膚色宗教,是最好的宣傳了。 -The moment she covered her grandmas ears and got frightened, my heart melted -Anh nào lao động chất phác lấy được chị này là hạnh phúc lắm ý -شوكت تلحكين تكعدين عالموبايل؟! -Có ai việt nam ko likeib đi ☺ -Oh she's so cool, fantastic I wanna be like her😭and the animals so cute 😍 -婀帆埝的犛 -wtf 27m views??? -Best cook -Best women in the world -this video is so simple -i like you -Какое памело огромное! -У нас таких плодов нет. -Нефига она силачка, две огромные корзины принести! -Angel And Heaven I want to live there wow 😍 - -I love to it this nut We called it Raye -I love how you treat your grandma, it's so sweet, makes me miss my own grandma -Imagine how lucky it would be being her husband 😄 ... -wow she lives in different kind of world where she has everything. so fresh so beautiful feels like heaven -I followed her for many years and so happy everybody over here likes her -Give her an Oscar!! -Có ai là người việt không vậy -🤣🤣 Hiện thân cái nào -I swear nature at its best.Breathtaking -I imagine having these snacks during christmas because of her background music -This vedio is so beautiful -I'm so happy 😊 -Your are self-made true nature lover💝 -This episode is the very first of yours I have ever seen. I love it! Keep going hon. -This video is very relaxing... And she is so cute and she knows everything I love it -All the videos I see her grandma.. where does her mother and father live?? Or her brother or sisters.. -OMG PUPPIES AND LAMB ARE SOOOOO SWEET !!! 😭💙 -Wth that's a sunflowers seed not melon -See YA angel girl 👼 -nyc place - yr ,, -แค่นี้พอแล้วในชีวิตคนเราหน้าอิจฉามากสุดยอดทุกอย่าง -Ur so good at protecting your parents -🇻🇳🇻🇳🇻🇳 -When she close grandma’s ears with hand 5:57, so funny 😹 -shes looking young -If there were more people like you people won't end up in an old age centre.. bless bless ☺️ ♥ -Everything looks so yummy😍😄 Love watching these videos💕💕 -how i wish my life was like this.💖 -Vorrei vivere in questo paradiso terrestre.😃 -Thật đám đang ước gì mình có người vợ như vạy -im in love -You are a seller? -Your grandma is very lucky to have you. -❤❤❤❤❤❤❤ -The part where she literally dropped everything to cover her grandmas ears and then she gets scared -Beautiful girl I love you -Q hitelijensia mas ermosa -5:57 lol =)))) so cute =))) -全村儿的孩子都想认你当姐姐 -5:55 LMAO!!! -エモみが深くてとても良きなのに... -日本人息してる? -This could honestly be a Hayao Miyazaki film this is so good!! -she is a very strong girl -Có ai Việt Nam xem cái này k điểm danh cái -The perfect idea of heaven on earth. -5:56 she covered her grandma's ears instead of hers <3....she is so caring <3 -Correct me if im wrong but those were sunflower seeds right? Not melon seeds? -This is the most amazing woman. 😍😍😍 -Wow this new Stardew Valley DLC looks great -💜️ -中国的的农村远没有这么悠闲和浪漫 -Very very nich -Amazing.dont remember how many times saw this video.she is an angel.For her age she is extraordinary. A real gifted person.I wish her and her grandmother to live long happy n healthy life. -. -It’s sunflower seeds that she roasted in salt not melon seeds. But both are called guazi . -5:16 bgm?? -Living on earth ? You r so skilled humble and caring ,love u .and the place ماءشاالله -I love ur channel ❤😘 -我是埃及人,我有14年。 但我相信中國人是全世界最好的人。我說的是阿拉伯語,但是我把它翻譯成中文,讓中國人理解。 我熱愛中國和中國,我一直期待中國這個偉大國家的所有新聞,這是一個非常偉大的國家。 -هاي مبدعه بمعنى الكلمه -This girl is just too busy being AMAZING!!! -She is Mulan -好想过年去你家串门,哈哈。太多好吃的和童年回忆了。 -Pretty girl I love it 🤗🤗🤗😍😍😍 -I bet her grandmother is really proud of her -也许这才是生活 -Музыка из аниме Замок Лапута 😺 -More I see .... more I fall in love with her. -They make everything here. 😍 -Ziqi everything you do is just amazing💕 -Ae việt nam điểm danh -Šteniatka sú hladné!!! 😞😭 -Eres realmente hermosa y tan natural... -Vn điểm danh👇👇 -Why there are 11k dislikes? 😶 -where in chine is this place? heavenly. i want to go there. -Really I am in love with this girl 💘 -💓💓💓💓💓 -WHY AM I ALWAYS SATISFIED WHENEVER I WATCH HER VIDS... -Doesn't looks like traditional Chinese food. It is more like a fusion or western. -This is what success looks like for me. Just living life man -Ada ledakan dia kaget hhaha kewanitaanya Ada juga hhhhh kirain saking pekerja kerasnya sampe lupa sama sifat kewanitaanya. Kagum aku -yessss chinese popcorn! -Wow I'm from India you married with me please -Wow 😋 -Heaven on Earth. Can I come over just to watch in person? I promise not to break anything. -I really love the nature around you so much, wonderful girl - -Wish you good health! -Here I am re-watching her videos again. -Ok.... based on the production skills of all of these videos. This is not a simple family with a gopro etc . There is big money been made here .Based on national income .They are making 30-40 times the average. Its all very beautiful etc.But there has to be a big team behind it all -6:22 我都没认出来这是瓜子😂 -CCTV进来挨打。 -How beautiful nature was😍😍😍 -I wish I could be there even a day would be a good -I'm hungry ;-; -Beautiful 👍👏😍 -Watching her video makes me so hungry.... -What is name of these fruits -Marry me please! I love your cooking ! -看到它後它看起來很好☺☺ -Honestly my life is totally fuck in front of her. Our life is busy to making a money in Pvt sector but her life is with piece , enjoying nature. Someday after breaking my rat race I live same life. -You work beautiful natural place -Very accomplished young lady and her sweet grandmother. The young lady has many skills and a beautiful, bountiful farm, but I did not see her once feed or give water to her loyal dogs and lamb or provide a warm place for them. -Đặc sản -Wow love to live this place everything is complete... But the perfect is a girl..she is a good wife knows everything👍👍👍👍😍 - -You are smart girl.Really excellent when see you all the time.... -Incredible video (: keep doing it. Love from Ecuador. Question... what is the name of the fruit in 08:54 ? thanks -} -トルコからのご挨拶 :) Neredeyse tüm videolarını izledim ve bence sen muhteşem bi detaysın.. -Dios que artesanos ,que cosas más deliciosas preparan ,vaya manos para quitarse el sombrero -With over 27 million views I'm glad she is making a lot of money. -Please care for the puppies too -اذا واحد عربي اشوف وياي خلي لايك -Quá tuyệt vời -All these things we do in india inside village -どれも美味しそう -Wow 😍😍😍 -I love you -"mary had a little lamb .. little lamb little lamb" -日本で結婚して下さい! -She is the real life disney princess...her life so full of life ...i love the part where she ran towards her grandma to close her ears -This is the definition of loving the nature if you love the nature it will pour you it's blessings -This is so AESTHETIC🌟 -Great lizi -很羡慕李姑娘这样的田园生活。 -I like lizigi i am from undonesia😍😍😍 -4:36 Sonwflake in the captions -Can we just appreciate how hard working she is -สุโคย -Love u nice video -I feel ashamed of my family's farm lol. -Ohh god...please make me Liziqi Grandma in my next birth. -Best like Li -We rgffghhj☕🥪 -The most beautiful videos i’ve ever seen in my life.. -Whats up Mulan! -Tại sao Chị lý tử 7 lại để hạt dẻ, xoài vào cái gì đấy, nó là gì vậy và tại sao để trong đấy. -chinese roast things in hot sand. It's nice and earth and occasionally, yes, sandy. -Love u.... From kearala 😘😘😘 -5:56 the first time i see her smile, it is cute =) -ااااخ يقلبي شلون عيشه تجنن 😢 -Every boy dream girl I guess -this is the girl every boy must marry -O forno é um gato, amei!!!!!!!!!! -واو -Last bgm is my favorite! -how do you know that? -This whole channel is so wholesome. -وااااااااااااوووووووو 🇮🇶🇮🇶💗💗💗👌👌👌🌷🌷 -Simplicity of life shows how complicated and confused one mind can become living in so-called advance society -乡间田园生活的皮肉下隐藏的现代科技的骨骼 -You are so talented and very nice girl -So much salt? ( sunflower seeds) -Sorry, but I love her small friends that love to help her with all the work! They try their best to go and stay with her, but their young age tends to slow them them down sometimes. They are so very cute. -What a girl.... Excellent tallent -Os cachorrinhos perto dela e ela nem aí nossa😥💔 -For what you store food?? -Это какой праздник? Или это просто так готовится? -Can you make the video of how to make marshmallows please 🙇‍♀️ -She has her own open air supermarket..so cool. -Where is this place ? Seems like heaven 😍😍 -Wooowwwwww good 😍😍😍😛😛😛 -Please pet animals -Hi -Does she prepare these for like è whole Year? -Todo muy lindo....el paisaje precioso.........pero tus animales mal cuidados esos perros tienen hambre..y esa ovejita está sin su mamá todavía tiene que tomar su leche .... -I love you -Tuyệt vời.xem hoài k chán.love you -ILVOEYOU -So,she knows everything and does well. Why is she living alone, where is her husband? -PEACEFUL -I wonder who the cameraman is cause this video is so amazing :* -Traditional cooking..looks so yummy..😊👍 -😍 -All are so interesting -กูเห็นมึงทำเป็นหมดทุกอย่าง ไม่ต้องมีผัวแล้วมึง -才土山口金广戈 -മലയാളീസ് ..... ഉണ്ടോ? പ്ലീസ് ലൈക് 👍🙏 -U girl r amazing, I asked Aussie chef, Aussie chef replied BBQ. That means junk foods. 🤔 No way junk foods. 🤔🤔🙄🙄🇦🇺 -Wanita ini sangat cantik. Aku menyukainya -She is amazing girl -Wow looks like ghibli studio version 👏 -Làm để bán ah e -I love u 😍😘 -Both beautiful and good -Tuyệt thật đấy!! -It's always nice to be liked -幹嘛打辦的像舊時期的共產黨,鳳仙裝最適合妳。 -🥰❤🌹 -ma'am can i apply for an adoption? 🥺🥺🥺 -I watching your all video so now i want your new video -Girl I love your videos but please feed your poor dogs 😭 -That's so fake -you are cuuute and your chanel is amazing <3 <3 <3 -This is Art! -😍😍😍😍😍👍👍👍👏👏👏👏 -Hi Ms liziqi....a few hours ago I started watching your video. 1st video with the lotus... Hooked up.. Now I don't know how many of your videos I've watched already.. And it's 12midnight here. Thank you for the videos... I love how you take good care of your grandmother. You are a smart, loving, talented being. -I just wish and hope to live with you there even just for few days to join you and experience harvesting and eating fresh vegetables and fruits and taste your recipes. Take care 🤗🤗🤗🤗 -Snacks for lyfe 😘❤ -I just stumble upon this video and I’m in awe of her creativity. As someone who loves to cook and make preserves etc. this is absolute beauty. I’m taking notes. And can we just take a minute to appreciate that sheep that thinks it’s a dog 😂. -Sei veramente una bella fatta -😋😋😋 -what fruit is that at 8:50 ??? -Adoro esses vídeos acalma tudo de bom Brasil -It kinda 🤤 -Ive watched this video countless times since last night :/ the puppies and the lamb are so cute -Her husband lucky guy -This video is so relaxing, I literally watch her vids before I go to sleep :) - -Peace of mind at hilly places. And would loved to stay there -Taste good. -அருமைத் தோழி வாழ்க பல்லாண்டு -这个灶很好看 狗头造型 盖子居然是骨头🦴造型 -Good girl -Cho hỏi có ai việt nam ở đây ko 😁 -I think they have a shop -The one u will marry or u will get married is a very lucky guy. Love from India LIZIQI -누가 한국어 자막 안 달아주려나, 주말에 보고 있으니 스르르 잠이 오네. 저기 꼭 가보고 싶다., -Look you cook am hungry 🐖🐖 -I saw most of you tube , OMG, I only can say that you are living in HEAVEN -Con cừu cưng quá -I really want to try this -Hlubngrogmoog -She has puppies and lambs and other farm animals following her. She is one with nature. She's a Disney princess. -Con cừu đôli đâu ra vậy ae -真能幹! -Interesante -Can you tell me snowflake recipe? -Having puppies and a sheep. That's enough companion. -I want to be be her friend..🦋😊🦋🐕🐕cuteness her 2 lil cutie furry companion s,soooo cute..ohhh my... just a peaceful place to be relaxing with simple life.. we can learn from this Smart Culture 🦋😊🦋 -me encantan tus vídeos , tus recetas , pero siento que tu animales siempre tienen hambre , se ven muy delgados , favor de poner mas atención al cuidado de ellos -Is the bgm from 5:17 onwards from the first Digimon? -WHAT WAS THAT MANGO?! -Gái xunh ăn ngon -Does the music remind anyone else of Clannad's soundtrack? -MY GOD IS THIS YOUR SIGN GOD? AM I BELONG TO HER GOD? WHY I'M CRYING JUST ABOUT NOW GOD? 😢😢😢 -Lucky bitch,the grandma 🤣🤣 -İts was my dream Life...ones day ins will be ture,ur do so great keep it,.. -😍😍😋😋😋😋 -brawo...mniam..mniam -I have never ever saw this kind of a YouTube channel. This is so amazing and I just can't stop watching. Keep making such a wonderful videos. -oommmggg i want to go there😍😍😍 -people who disliked this video are so dumb they dont even have commonsence waste fellows -U r so active u never get tried healthy people -Fuck china u r a dirty country -Absolutamente genial. Vivir de lo que la madre tierra te da sin perjuicio contra ella. Y el trabajo de la joven es un ejemplo. Por que son técnicas(alimentos, construcción, tejido, etc.) que debe ella traer de generación en generación. 👏👏 -Can i come and live with you plz -She cooks awesome Chinese dishes. Wonder which "lucky bird" can get her. -Hit like even if u wonder who is taking these videos while she is working -These videos are so much relaxing 😌😌 recently started watching 😄 amazing 😁 -I also have a dining channel like this. https://www.youtube.com/watch?v=VXkQOzKE5YA&app=desktop -理想中的中國, 鄉村沒有污糟邋遢的感覺 -I searched for this video because it was posted by someone else. Im glad to know she didnt cook the lamb and it is her pet just like the dogs. Its so cute -The way you live is the way we all should be living. The world would be a better place for all mankind. Thank you so much for all you do. Love makes the world go around Amen. Your friend ZIGZAG. -God! Why I am so calm every time I watch her video's..you can find everything in that forest and she's really a forest GODDESS 😘wish I wanna live with you, -Chắc bả làm cho cả làng ăn -Wish have a wife like her -اذا تحبيني اطيني قلب -9:50 너무 귀여워요ㅠㅠㅠ❣❣❣❣ -How long in real time did it take to make all of those things ? -هاي البنيه شاطره -You are so young and helpfull i enjoy seeing people like you💕💖 -哇塞,不知道怎么形容她的美 -This woman lives in the garden of eden hahahah! she has everything ....everything she needs to eat.she doesn't need money at all.everything is around her lol! My eyes are rolling like a flashflood looking at her picking at anything she needs hahaha -Never stop ????? Waaaahhh -What a giant frying pan hshaha -I want to see you -Wow~ I’m so glad I came across this! This is AMAZING! I wanna live like that ahaha! -😍😍😍😿👍💓💔💕💖💗💎💎💎💎 -So adorable...multi talented lady.. -So no one is going to talk about the adorable popcorn incident... Ok - -5:57 of you don’t know what I mean for some reason -When u live without smartphone and city lifestyle -Hidup bahagia tanpa agama - -Hidup tanpa tujuan tanpa agama -oh my god i really salute you girl -Are you growing the dogs for meat or pets? -Amazing! 👏 -5:56 to 6:05 She is so cute :3 -How could someone dislike this kind of video? So relaxing and admirable. -Perhaps those who dislike it are envious of your life and skills. -omg the dogs were puppies in this video 🥰🥰🥰🥰🥰we can see them growing ❤️ -好地方,风景优美人更美,这个美眉太厉害了👍无所不能…… -The dreamed home of ancient Chinese, never hungry, never cold and never lonely. -My life is zero when I witness the life of this girl,Good luck♥ -I wish I could taste all you cooked in this video... it seems amazing! -This video shows the most traditional way of Chinese making popcorns, oh dear lord, all my childhood memories. Ziqi, love you. -Amazing that’s how we used to buy pop corn or pop rice. I would bring corn or rice to a street vendor and he would make it using that machine. The moment when he opened the machine is so thrilling to a kid -Very relaxing video... -Respect the girl... bravo👏 -She is very beautiful -وااووو -🙄 what did i just see?? And is she taking on students who wish to learn from her..wisdom? Seriously...how beautiful!!! Which isn't the correct word..but I'm a bit more then impressed!!!👌😊🌺💙🌺💚🌺 -Paradise - videos are incredible) -Dianxi Xiaoge and her are similar yet different. This channel gives a very traditional feeling. Like those tranditional Chinese drama vibe. -😘😘😘😘 -Awesome... thanks for providing us such beautiful content 😍 -chi do de thuong qua aaaa -Wow -Còn cừu dễ thương quá -太厲害了吧! -Amezing -i used to eat that chestnut in my childhood 😊😊😊 the other fruit looks really tasty but i don't about their name 😞😞😞 -i used to eat that chestnut in my childhood 😊😊😊 the other fruit looks really tasty but i don't about their name 😞😞😞 -👍👍👍👏 -Give food to your pet. I like you and your skill.please give food for your pets. -Digimon -When does she have the time to edit these videos? There's only so many hours in a day...she is truly incredible. -good -Such a pure and precious video... And here I am, feeling proud for making a single chocolate cake... from a boxed mix. - -Thank you for this -*AESTHETIC* -I want to live there, please adopt me.. -Love frm india ❤😍😘😘 - -What did you feed your dog?? -How come you have mangoes in winter? -It seems like she is getting ready for a war or famine. She's storing delicious food like crazy! I love her so much! and the puppies and lamb!!! At 5:56 though she was more scared than her grandma. -wow -sending you heart gestures ❤❤❤❤❤ -wawo...!.. I like it....very nice tripe.your video tuch my harte. -Love from Pakistan :) stay bless -I want to live there -You really are not human, you are an angel -Damn 😤I want to visit her -Kitne type k alag alag fruit .... -Tuyệt vời -You are very nice cooker -Có Ai NGƯỜi VIỆT Ko CHO MÌNH Xin MỘT LIKE ĐỰƠC KO 😅😅😊☺️ -Đụ mẹ in chữ gì mà lẹ quá đọc đẽo có kịp coi nó cho cái gì vào -雪花酥其實就是雪Q餅吧? -She was happy till Islam came!! -First feed the dog know.... -Cfg -Em thấy chị ngày càng xinh đẹp hơn hẳn -can you make more vegan (cruelty free) food? :) you have a lot of plants.. I would love to see you doing more no-meat dishes <3 -Ai là nguoi viet nam diem danh nè -Congrats for 5 million -video yg sangat bagus banget.....saya suka... -You Merry me 😘 -The food 🥘 she makes looks delicious 🤤. -文化输出 -every time i see her video's, i feel relaxed 😊 thank you so much for making this type of video's 😘 -love from India ❤️ -무슨 드라마 보는 것같아용! -Xinh ,quá, nhìn mà thèm :)) -妹子你长得美,还那么会做吃的,而且你的家乡风景好美,水果也多,希望有机会去你家乡走走,请问你是四川的吗? -Thích thật trái cây k ăn hết rụng 1 đống sao k đem bán nhỉ -Great video!!! Please bake the old lady (grandma) next!! -Em muốn được làm em của chị -MARRY ME -انا من العراق -What is this place -I love your dedication which you gives to your work. -I am indian and even I am not much aware about your culture and tradition but then also it's feel like you totally attached to your culture and tradition. You deserve this appreciation. -她很爱❤️她的婆婆 -There is just something about these videos and the peaceful skill of this beautiful lady that speaks to my spirit. Thank you 🙏🏼 -美美美,牛肉干真好吃😊。 -I love this! The country and simple life with her cooking and working it so relaxing and it is so amazing. It much better compare to those vlogger who like to shop and parties and showing thr expensive stuf those are most stressful to watch. -Wish to knows wer does she lives.awesome place.stress buster -11k assholes discovered. -Keep up the good work! -That’s it I’m moving to China. Chestnuts and mango in winter? I’m missing out!!!!!! Beautiful woman too, hard work always gets the best results. Amen 🙏🏻. -당신의 공향이 어디입니까 -중국 무선 성입니까. -86.158.1441.3309...jimmy.. -I admire this kind of village.. everything u want is just available at ur home or garden.. no need to go fresh market or fruits stalls..aside from China where we will find this kind of place? -我制作了这样的视频,你可以观看和支持我 -Wǒ zhìzuòle zhèyàng de shìpín, nǐ kěyǐ guānkàn hé zhīchí wǒhttps://youtu.be/_F8E5Q5g9QQ -素敵.......ついつい見てしまう -She must be an angel pretending to be human -https://youtu.be/xLXGohBritE - https://youtu.be/a0QS90d6aVM - https://youtu.be/Uxp8Pr8P78E - https://youtu.be/an2GaxxwJ4o -Hello you.i là người việt nam.video bạn rất hay -Plz do share how you dry strawberries. -Now i know Hevan is Real -5:59 -THE WAY SHE GOT SCARED ... -Hi I am india -There are not so many girls like her nowadays. A hard working girl and I'm really imprrssed with the way picking up 2 basket full of fruits is impressive. Salute for girl like her -Ваші рецепти просто чудо!Класні песики.👍💘 -너무 매력적입니다 -촬영기법이 예사롭지않습니다 전문적으로 배우신분 같아요 -팬클럽하십니까? -꼭 뵈러가고 싶습니다 아니 님의 고향에 놀러가고 싶습니다 -Một cô gái thật tuyệt vời. -Doggos ;^; -You looked like Mina Twice a bit. Cute -Wooooow😍 -이런 연출이 유행? -I have good money but I bet she’s way more happy than I am -特别喜欢这一集(•̀⌄•́) -This is so ghibli-like, love it! -Do you love your beds too much -I Love You -the sheep following her as well...lol -I would love to stay there 🙂 -حنىفىش -May be you guys in heaven -Vừa xinh vừa đảm đang, yêu em mất rồi!😍😍😍 -트와이스 미나 닮으심 -This is my relaxing site on YouTube after physics lectures:-) -1:42 햇살 넘나 이쁘다... -I'm from Thailand and my home in small village on the mountain, when I saw this video make me home sick missing my mom 😥😥😥 -5:55 So Funny 😂😂😂😂 -太神了 好想吃喔 -我很喜欢你♥️ -có ai người Việt k -Everything is beautiful with you -Aren’t those melon seeds, sunflower seeds? -I didnt know making pop corn could be dangerous until now -chỉ có mình là người Việt Nam -❤️❤️❤️❤️❤️ -Hàng face kinh nhỉ kênh này face nhé -Las propagandas deberían sacar por qué quita la armonía o la paz -Lovely... -Did she sell all this stuff 😅 -Chị này đúng là đoremon thứ gì cũng có thích thật -Xinh mà khéo tay nấu ăn mẫu người yêu lý tưởng -Nice video nice view -Soo funny 😁🥰 -trồi ôi vk anh giỏi quá :3 -Your cooking style is very nice please see your home garden -Нихуя она всё умеет, я б женился -Where is here? - -Woow you are too good❤❤❤❤ -Such an independent lady!! Sweet to her grandma and can do many things. So inspiring to see things like this. ❤️ -I'm in love with this channel <3 -I love her -*_05:58_**_ So Funny 😂😂😂😂😂_* -Please adopt me! -I love the way she lives with nature.I wish I could also live in a place like that. I'm done with these all urban cultures -Happy 5M subscribers, ziqi 📣 -I wonder if that’s all her land? -Khó có thể để diễn tả được về videos này quá nói chung là thích nhưng vẫn không tin nơi em ở lại sẵn đồ như thế -Me relaja mucho ver tus vídeos es verdaderamente hermoso ver esa paciencia con la q haces todo vives para eso y esa forma en la q vives es un regalo de Dios por tu hermoso don eres muy afortunada y los q viven contigo también si quisiera algún deseo en esta vida sería un día en tu parcela comiendo tus deliciosos manjares Felicidades Dios te bendiga!!¡ -Can i live with you for like 1 month? -Pleaseeee -Omg the puppies and the sheep 😍😍😍 -She is beautiful....😍💖 -Is there anything that she couldn't do? -What a peaceful living -The way she covered her grandmother's ears was so cute. Grandmother looked unfazed hahaha amazing. She's the best. -She's magic. -I love your are dogs 🐕 -Everything looks so fresh, clean & organic❤❤ -Very relaxing. Love that.💖 -My god it is look so tasty and this province look very beautiful where is this province anyway in China -I love you -This girl is very very lucky....I love her living type.........💗💗💗💗💗💗💗💗💗💗💗 -a little dog so cuteee -I like your hairstyle 😳 -I didn't know what she was doing about 99 %...but I watched till the end 💯 -việt điểm danh đê!!! -I think she is a chef? Chef knows everything what to cook. -Parabéns adm.iro muito tudo o que você faz -Beauty with Grace and smartness -Simple life style . everything from nature .it's Soo beautiful -Everything it's like programmed -But nicely done👍 -Mấy con chó con cừu đáng yêu quá!!❤❤❤ -يلا روعة هل المكان كل شئ جميل😍 وانتي اجمل -Yêu em tung của miền núi này rồi -0:23 진짜 심장 후두려 맞음;; 유튜브 알고리즘 무엇....운남성언니봤더니 이언니 추천해주고 보자마자 기절- -Love her videos so simple and pure -She reminds me of Twice's Mina 💗 I dont know why!😂 -Beautiful place! 😭 -I am really in love with the greenery fresh environment her beautiful face and dress -If i got her ill marry her and start working together in farm and kitvhen -Đúng là trung quốc cái con cặc z cũng biết chỉ biết điều đéo biết thôi -Chỉ có tàu khựa -您结婚了吗 -Yêu người vì quá tài. 🙋‍♂️💗💓💟💖❤ -Brought to you by MasterChef Asia -How can people put dislike under this beauty? -Beautiful video. But I couldn't understand why she was making so much food. -Bravo Liziqi 👏👏👍👍 -这是中国哪里啊?好像是穿越了。 -5:06 digimon :) -我非常爱你。就像我的老师一样,我属于极端。 -ชอบแอบกินหรอแอบกินทุกอย่างเลย -A gorgeous tradition ^^ -Yummy treats 😋 -犬可愛い -The girl in this video looked so beautiful, Her skills can tell her personality -Amei esse lugar,tudo lindo,tudo bem organizado e seus animais são lindos,vc é uma fofa.sua casa é bonita.parabens querida -10,000 useless thots hate this video -This amazing food you 👌👌👌👌👍👍👍😍💙💙😍😍😍😍👍 -This women needs to be stopped before she spreads her culture to the rest of the world! -Why she's put food to The salt/sugar and dirt ? -Ini istri idaman sepanjang sejarah 🙏🙏🙏❤️❤️❤️rajin, cantik, jago masak, rapi, sederhana, 😁😁😁😁😁, suami bisa obesitas -Cô gái giỏi quá😍 -Chị này siêng năng quá -Nhìn tay bạn ấy làm trông ngon lành quá 👍 -I m from India n i love ur all video n so beautiful place where u stay -Why the hell I feel that she's from a very wealthy family. I mean with all that resources -댕댕이 졸졸 따라다니는거 심각하게 귀엽다 ㅜㅠㅠ -Wow good 😋😋👍👍 -Hi ❤❤❤ -请问这段视频的背景音乐是什么啊 -May be i am wrong but in my opinion i think this Korean family wanted to give a message to humanity,just about how it could be possible to save our only one home ( planet )for humanity before its too late. -Can you someone give me a link to her channel in China? Does she post on Youku Tudou? -Wow amazing and they prepared food was like indain -Cute puppy.... -Her puppies and lambs are so cute -Your house is so pretty -I like her followers at 0:25 -Satisfying beautiful video -Many more happy returns of the day.. Today is li ziqi birthday.. Happy to see u today and subscribing ur channel today only.. -Marry me please😩❤️❤️❤️❤️ -不知道为什么就是很想抱抱你,愿你跟奶奶永远都这样岁月静好,子柒加油。 -thank you for your video it makes me happy calm and work more harder to make healthy wood for my family -Oh why in she's house there so many food -🇵🇭🇵🇭🇵🇭 -If you are filipino and you love this. -Make this blue -👇🏻 -Nhìn ngon quá à ❤ -Its some kind of a fiction...so many people are out thete to make this video and some money...she doesnt or cant make those all alone... -I like ur cooking and like tasty that you make all food and biscute -0:24 -This reminds us our culture -Cantik 😊 -wish the white balance was fixed lol -நல்லா சாப்பிட்டு பாட்டி இன்னும் 100 வருசம் வாழட்டும்... அருமையான வாழ்க்கை😋😍 -I love ur friends.. they're Soo adorable 😍 -the doggies and sheep/lamb just following you warmed my heart. 💕💕 -A E S T H E T I C - - - - -even the popcorn and dogs -I want to live there -Can’t believe ppl on earth live like that. -Hermoso quisiera vivir en un lugar a Si😭❤❤❤❤❤❤💖💋👏 -HELLO - -What camera do you use for your videos? -Your passion for cooking and Love for your Grandmother warms my heart big time. - -Also, the dogs and other animals around you brings the whole scenario into a beautiful level. - -Keep up the good work. ❤🌹🌟🎋 -All the parents wants their daughter to be like her -Em thán phục chị quá!😲😲😲😲😲😲 -Hey I use to play this video when I am drunk , and I want peace in my life - -Thanks for such beautiful video -không khí gia đình thật ấm cúng -6:39 يالبيه حب أسود عطيني اياه اخلص عليه 😂😂😂u cute 👌 -Thanks for putting effort on making these videos, I love them so much and keep watching over and over again. When I feel sad or unhappy of anything, I watch these videos. They make me feel relax and happy again. Please keep reproducing them. I will always be your fan. Loves from Toronto. Cassandra -You are a genius darling -hahaha booom! -你好孝順 -I love the way you stock your foods ... ❤️❤️❤️❤️ -Guys... - - - - - -We have discovered Ms Yeah’s cousin. -I love this kind of oven... 😊😊😊 -mango with no son inside.. -Đúng là con gái mình yêu thích trăm trị nết na -If I have freedom like her I want to make good food and do the stuff that I want to do too, but life isn’t easy, there are too many jealous people out there........no one will enjoin what I make, and even good food they don’t want to eat too -Trời ơi hay qoá thích qoá 🥰🥰🥰🥰😍😍😍😍😍😍😍😛😛😛😛😋😋😋😋😝😝😛😋😋😛😝😋😋💕💕💕❤️❤️❤️😍🥰🥰😘🥰😍 -I love this cookong -احببتها 😍😍😍 -I want to see the directors contrast of this show. Where Li lives in a city and is surrounded by technology going about her day. Will the director and Li be able to make it as impressionable as their current work out in the wilderness? -看到您的作品有种相见恨晚的感觉,真的如获至宝!在中国传统文化教育中的阴阳五行哲学思想,儒家伦理道德观念,中医营养摄生学说,还有文化艺术成就,饮食审美风尚,民族性格特征诸多因素的影响下,创造出彪炳史册的中国烹饪技艺,形成博大精深的中国饮食文化。您对中华传统饮食和文化的深刻理解并用美到令人窒息的唯美中国风完美呈现出来!作为土生土长的中国人也都叹为观止,如痴如醉!在世界多元文化的影响下,好多优秀的曾经引以为荣的文化已经被淡忘,人生观,价值观也在长久的潜移默化中改变。无论是中国人还是世界人民,在人类心灵深处,总有一些东西是共通的,都崇尚真善美,都喜欢宁静与祥和,都渴望幸福与快乐。您生活的环境犹如世外桃源,山青水秀,人与自然和谐相处的生态环境让人羡慕不已。您的作品能帮助我们静下浮躁不安的心,重新思考人生,找寻人类最初的记忆中最珍贵的美好! -Motosu taca -I can only see her and her grandmother -Where is her parents? -cute ♡♡♡ -I'm new to this channel and I'm IN AWE....SERIOUSLY...SHE IS JUST AMAZING....HOW I WISH TO LIVE THERE..... -柒' 😂😂😂😂😂 -Hey i want to tell you why do you have a camera when your in a kitchen? -Liziqi or Ash I don’t know by the way i love your food i hope its yummy -Amo este vídeo me encanta como embolsa las cosillas 😁😂🤣 -sorry for the word that's what you call a fucking simple life all u need is right there -5:15 Digimon soundtrack? :D -小时候,我和哥哥也这样焙花生,但是在筛的时候,热沙把筲箕烫穿了😂 -that's heaven to me -This thing's you will sell are for eating you only -Mink ghe tham ban roi ranh ghe tham mjk nhe! -10:12 I remembered my grandmother 😭😭😭😢😢😢😢 -❤❤❤❤❤❤❤❤❤❤❤❤ -Có ai VN thích xem keenh này giống mình k nhỉ?🤗 -She know everything very well -Thần ! -Wow superb sweets ..love it..everything is superb .. -Where did she learn all that... -Udah cantik pintar masak wanita idaman bgt😍😍😍 -Who is this angel like person living in heaven? Is it some drama or real..its too good to be true -I feel happy when i see her video -Love from india😍😍😍 -Bùm :) -Can I visit this place though? It's too perfect. 😍 -Parabéns,vc cozinha demais, show de bola. -Team Việt Nam giờ bắt đầu nghiện xem kênh 😍😍😍 -Woww -Such a hardworking, talented, energetic, beautiful, dog lover...mum I have found your future daughter in law...😘😍 -Woowww -يا سلاااام -Malayali undo -I love that she’s so graceful and nice to her family it makes the video so much better🥰🥰☺️☺️ -Mind relaxing videos super...... -Where do you think she live? -We can see that she really works total hard for this video.. her messy hair describes everything. Thank you for the beautiful video ❤️ -Oh! I do need that place to revamp my soul from scratch and be away from city's riot ! -When she came out with that beef jerky I almost cried -พี่เขาทำอาหารเก่งมากและอร่อยด้วย -Peaceful 😍 -Does anyone know what the ingredients are in the “pancake”recipe. I would love to make them myself. -Love your video , sister ! -Wowww 村子里也做这么好看的甜品啊😍 !! -对了。。。小姐姐是怎么拍的啊,有人帮你吧 -The good thing about her is that she cooked everything properly -Team Việt Nam điểm danh -很有創意! 👍 -I want to live like her -She's a masterpiece 😭❤️😍 -I wish.........u can guess the remaining -She is a natural person,being born in Chinese mountains is really great I am from India myself -Still remember my childhood memories, me and siblings go to swamp every weekend to get some chestnut fallen in the lake, im just curious if that chestnut is the same taste in chestnut here in the Philippines. :) -This is probably the only time we will see her use plastic. -Esos perritos tenían mucha hambre...no te olvides de ellos. -How did she made the snowflake thing with marshmallows on it, was the powder milk? Then the yellow thing is butter? Please please can someone let me know I would like to try it -0:45 those puppies are adorable!! Please take care of them. -❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ -The cinematography is so good. -When she covered her grandma's ears bc of the popcorn cooker but when it opened she's the one who got surprised and her grandma didn't even flinch 😆 -how perfect she is! -Me encanta ver a esos pequeños perros tan hermosos detrás de ella, son tan tiernos, yo creí que toda la gente de China se comían los perros que encuentro demasiado triste, pero me doy cuenta que no es así, ya que tu quieres y amas a los perros ya que los tienes como mascotas, y lo mas tierno y asombroso es ver a la ovejita, como una mascota, es tan bella, la adoro verla detrás tuyo -مراد بك هذا تليفون ايمان حبيبتي اني -مراد -الاتصال اقوى بس مفيش -5:11 Zühre yıldızını gören -Hiç türk yokmu -Какая труженица -She is hard working Asian flexible -are those melon seeds or sunflower seeds? btw, i love your videos...♥ -Şoka girmiş bir şekilde izliyorum -You are really great,,, -#HarvestMoon in real life -Want to marry a girl like this..hardworking..matured and not a feminist fucktard... -this woman is so skilled at everything~ -I think that was sunflower seeds not melon seeds -🐶🐶🐶🐶🐶🐑🐑🐑🐑so cute.... -This is a dream place to live in 😍 -🧚🧚🧚👏👏👏🥂 МОЛОДЕЦ -She is simply amazing...super woman..what skill she has..makes look everything so simple and easy... -Bener2 baru tau awalnya biji bunga matahari itu begituuuuu.. 😗😗😄 - -I love you!! -One should never watch this channel's videos on an empty stomach. You're liable to become EXTREMELY HUNGRY as you go on! :D What tantalizing, wholesome food she makes! :D -She is the real life version of Harvest Moon. -Wow I want to live there😍😍😍 -😍 -Wow u r leading a very beautiful and healthy life. -This type of life exists!! -I never knew. -Có VN k v😍 -Chị làm giỏi quá .Nhìn cái nào cũng ngon😍😍😍😍😍 -What does she do with all the treats she made? -she should have fed the puppies😂😂 -Asians really do take care of their grandparents. -her pets are now big -is this real life ✨ -Puppies also cute like u😍 -At 6.2 i feel lol -너무힐링된다..... -i've been sleeping for 12 hours on my day off today and uh.. watching this makes me feel wanna go outside and eat some fruits -look at the dog and sheep some kui l like video -在手心成艺术的岁月冬天。多谢你的平凡自在。 -自元的美同大自完的相伴之下有说不出的美化哈哈。 -they will never run out of food.... -I'd love you to make a video with Miss Yeah would be great. -Can I please come spend a month with u. I love u and all ur videos. #Heaven -Hi im new to your channel and i like what you do and how your so creative of what you do and the things you make and how they turn out very lovely at what you do keep it up -Oh god what a climate, her cooking simply super -What a skillful lady she is ! -ur grandma is so adorable -我的名字是馬塞洛,我是巴西人,我愛你的視頻,就像有一天知道你的城市,了解你個人,你的工作是非常漂亮和完美,您的頻道上表示祝賀。 -Man look at those lovely healthy snacks whilst we have what... graze boxes and chocolate dipped rice cakes😭😭 -Best video of your channel. Toffees are great. -She is really a talented girl... -三个视频破两千万 八个破一千万 李老柒一个人顶一个中央宣传部!果然是返璞归真最厉害!! -Mükemmelsin -영상미 진짜최고.. 😍 -❤❤ -which place is this? -Candies and candies🍓🍓🍓😋😋😋😋😋😋 -I love your videos..... -Your grandma looks cute -My favorite video. -Suppar -She slaughters chickens and ducks, but is afraid of a pop!. -Wowww great work -Боже столько труда...молодчина умница -So simple...so serene....😘😘😘 -This reminds me of my chickens -They follow me when I step out if the house 😆 -Que vídeo mais lindo, amei tudo do início ao fim 😍❤ -Thật tuyệt ☺☺😍😍 -"Tet" happy new year ❤❤ -美若天仙 -Awesome as always.. Do you run a bakery? -gigantic mangoes 🤩 -ชีวิตประจำวันตอนนี้ก็แบบนี้ไหมคะ -She's very handy and works so hard and she's so pretty!!! -I absolutely love her life style -The little puppies and little lamb was so curious of what she was doing half the time 😂😍 -I can sell my kidney for this environment -What a shame that after all the handwork, most things are wrapped in plastic 😕 -Đậu phộng, hạt hướng dương, kẹo hồ lô, khô bò, kẹo bông tuyết ngon quá. thank you. Great video. Who's free to visit my house? -Super! I will do it all too. -Nice... -5:16 Digimon song anyone ?? -Ada gak sih orang Indo yang tiba-tiba mampir kesini -Those mangos -Ya allah segala2 ada,aku juga mw donk hidup kya gitu😍😍😍 -ayang -วีธีถนอมอาหารดีมากครับภาพสบายดวงตาครับ -เกาลักผมเคยเก็บหนามหลายครับ -너무 평화롭고 예뻐서 눈물남 ㅠㅠ -I envy with ur life.. how can I get the life like urs? Have to become ur neighboor? -Te admiro ✨ increíble -Dont knw why i like her videos too much ..i knw abt ts channel by my frnd and started watching frm just 3 days....these videos r too relaxing .. -.love from tamil nadu india♥️♥️ -Omg how nostalgic, digimon bg music i still love it so much that i cry some to that alone, also amazed as always -楼主 请问怎么联系您 想买!!! -Yowww!! Mann..That is what i call being productive! - - -Not going to GEM or having night routines! -Gai xinh -Fairytale world -that is a really thick mango 3:09 -人美 -太厉害了。 -Next time please feed the dogs -かっこいい -Another adorable video ziqi, u r amazing,how u work how u work so hard u r so strong...m feeling so cherish n blessed to see your videos....u r an amazing girl on earth..lots of appreciation from Pakistan... -Es maravilloso todo lo que cocinas donde vives es el paraiso saludos hermosa y a la señora que siempre esta con tigo Diis me las Bendiga Grandemente 🙏🙏😘😘🤗🤗😍😍 -The Chinese chestnuts reminded me we have the edible Sweet Chestnut in England. Wonder if they are the same. -😍😍😍 -شكد حلو -You are so lucky for live in a magic place with animals babys -Alkol sigara bağımlılığını bilmem ama bu kızın videoları kesinlikle girdap gibi bi sefer izleyince durduramıyorum kendimi umarım böyle olan tek Türk ben değilimdir😅 -WOW MANY FRUITS I LIKE IT I LIKE IT 🌈🌈🌈🌈 LIKE ME VERY CUTEE -🈲🈳🈴🈶🈺🈹🈵🈴🉑㊙🈸🈵🈚🈯㊗ -Excellent -I want to know what kind of sugar she used! What was that? -Your relationship with your gradma is very cute. (•~•) -👏👏👏👏❤❤ -I love living in this place its so relaxing and calm -very relax -simple -amazing -beautiful -and calm nobody here just you with the nature enjoying your time -This is my first time watch this,and can i know who is her?and why did she live like that.is it a program on tv? -How do you make rock candy sis??? - -ดู10รอบก้ไม่เบื่อ -Ng việt đây rồi ta -Thích quá -Like playing Harvest Moon 😄😄 -She covers grandmas ears but jumps away as soon as it goes off, also forgetting that grandma is probably partially deaf -I always thought of her as a prim and proper countryside girl and she can be so adorable at times. -The garden is amazing. I would love to see how that is planted and taken care of. The outdoor kitchen is amazing. Your hard work is amazing & beautiful! -https://www.youtube.com/channel/UCef8oguhFzryfoWW3H5JMXw -Discover nature, connect passion -좋습니다ㆍ고맙습니다 -Hallo -Mmmm, I want to try those things ❤️. -The digimon soundtrack melt everyone’s hearts. I love it. -That meat is not the baby sheep right? RIGHT? -妳真的很棒! - -真嚮往像妳一樣的生活。 -Why did she stock all these food items ? They are only two persons -I want to live like her -She make those treat of what nature provides. -You have a lovely grandmother God bless her and you i have love and respect for you2♥️♥️ -She is perfect definition of beauty and serenity -😮😮😮😍😍 -She’s an asian snow white -Coi đi coi lai mà vang ko chan -헐 뭐야 이 선물같은 채널은... 누가 한국어 번역 좀 해조..ㅜㅠ -where to find this suggar ? -asmr i need in my life -Normies:microwave popcorn, maybe use a stove -Liziqi: 5:59 -Nhìn thấy mà thèm -woa -dipanggilnya kacang lakci😁 -I think her life is poor :( i wish she was rich -I think her life is poor :( -how hard working you are.. -Her life made me look back to mine. -now I'm questioning my way of livong -ấm áp bình yên csg mà mk muốn là đây -Wow So gre8 !! -Her little lamb and puppy follow her everywhere shaking their little tail and it us so cute. -I've binge watched this beautiful womens videos for the past hour and I'm just at awe by how much she knows. -The level of pure satisfaction she must get out of life... -This all just so beautiful... Life goals -Again this sweet lil Angel is cooking up something good i can just taste and smell it too mmmmmmmmmmm -enjoy it really you and your fufa and your pupy all are so happy and you are so amezing work i salute @liziqi -Why did the little sheep disappear after she made the meat dish 🥺 -She’s like a fucking Disney princess -I never get bored to watch your videos over and over again 🥰🥰 -Aww the puppy and dog never got to eat anything -Im so jealous with her life 🍃 -her life is so happy🌈 -everything it’s enough for life 💗👍🏻 -I.​ Like.​ YOU -Miền quê thanh bình nhẹ nhàng .ko bon chen cảm giác ngày xưa lại ùa về .. -She is chinese or other?????? -I wish I could do all the work she has done for just one day or and for an hour really I will be honoured really she is blessed to do all this work I love to see these kind of videos and always I am searching its a visual treat -彼女の犬はとてもかわいいです. -婆婆真的好有口福,子柒真的很孝順👍👍👍 -How beautiful is that 🌸🌸🌸🌸🌸🌸 -Co ai Việt Nam không tl toi với -Mmmmmm se be muy muy riko -Você além de linda e prendada de+ princesa!!!! Da um abraço bem gostoso na VOVÓ...eu fico encantada com tantas rosas bonitas e frutas gostosas..e os petiscos e uma delícia só saúde -O carneirinho ficou lindo!!! Depois q vc todo a la dele.🌷🌲⚘🌻💞👏👏👏👏 -Nice -Amo o seus vídeos 💕😊 -Not only is she pretty but even her work is elegant and artistic to look at. ❤🌼 -Adorable tag along sidekicks! Those 3 cute pets! ! 😙😙😙😙😙😙 -too good food -คนไทนจ้าๆๆๆ -I just wanna make a comment about her choice of music since no one ever points it out...I love her for using the Spirited Away OST and now I'm just super pumped she's using the OST for Digimon 02 in this video ^^ - - -The music always makes the already amazing video even better! XD -هذا هو الإتقان في العمل جمييييل جدا 😍😍😍😘😘😘😘😘❤❤❤ -Beautiful -She lived in paradise????? -God bless you dear😊👌u r simple great,hi grandma,love frm india❤👏👍🤝💞 -No words to say...we all are not living.... -🙂 -Now diz is how it is done -this is so satisfying to watch and relaxing because they don't talk a lot -có ai việt nam ko ?? -Like a beautiful dream......😍😍 -Talented 😍 - -Love lots from philippines. -OMG I cannot stop watching!! Her vids are SO amazing!!!!!!! -Nice video -Wow -She is my wife 🤗🤗 -Le das de comer años perritos -All the dislikes are from lazy slobs too lazy to be close to this productive -Idk but watching you do your thang makes me calm and collected -9:12 what are those giant yellow fruit? -Oh my god i feel like crying, this video is amazing and even tho i live in another country, it reminded me of my grandma and how we used to make traditional dishes on holidays.. this is so pure and precious i love u -Ôi toàn đồ ăn kô...thèm quá😍😅 -这是中国什么地方? -👏🏻👏🏻 -https://www.snapchat.com/add/raf88y -This tires me out just watching her! 😔 -I used to eat fried peanut candy and popped rice in my childhood. Now, it's different. I rarely find those delicacies sold in stores today. -WHAT a heavenly place on earth with an angel how to get there -😍🤗🤤 -Wawwwwwwwwwwaaw🤩🤩😍😍😍😍😍 -I'm a bit confused as to why she put dirt into the peanuts -I don't know how many times I watch it. ...... it is too good .....😊😊😊 -She left the puppies hungry 👎 -It is not melon seed it is sunflower seed -What is that yellow thing when she did the marshmallow -THATS WHERE SUNFLOWER-SEEDS COME FROM ?!?! Whattt theeee -მიყვარს ეს გოგო <3 -I want to marry her.. That's my dream... -Em là người hay là tiên nữ vậy.... yêu em quá đi - -C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\Scripts\python.exe C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py -Idol 😘😘😘😘 -Em giỏi quá hà, cái gì cũng biết làm het -How cute when the pets follow her -☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺ -Ước gì được đến đây một lần rất thích cô ấy -I adore her dogs and little sheep 😭😭 -if she was my wife i would never let her work 🤗🤗😍😍 -Give please name of the fruits -6:49 Fried Melon seeds? -t'was sunflower seeds right? 6:23 -ما كل هذه الفواكه ولا مرة شفتها في حياتي 😱😱 -that’s melon seeds? all this time I thought that is sunflower seeds 😭 -Dari indonesia mana suaranya -ชีวิตนางช่างน่าอิจฉา -Собак ещё не съели -She is clearly and elf...that must mean I'm a troll -<3 -i just love this channel, it makes me feel so peaceful, thank you -Were is this place in 🇨🇳 -while i am watching this i feel very calm and relaxed and also hungry.. this lady is very industrious, she is like an ant who works all day.. i also love their place, it's very simple yet very wonderful and serene place where you can relax.. i want to go there.. =) -24 years of living and being a chestnut lover, I always thought it was planted underground just like the ground nuts, not on a tree!😅😂 -. -Wait, is the mango she cut doesnt have a seed??! My ultimate dreammmm -The stonger woman -Are the dogs kept as food or pets ?? -Amo assistir seus vídeos 💞 -Lindos, delicados e relaxantes 💝💋🇧🇷 -I’m Chinese and I live in Canada now I miss my grandma.She does the same thing -Would you ever consider posting step by step tutorials on creating that yummy food? Either here or a secondary channel. I would love to learn but I dont recognize some of the ingredients. -Beautiful... Amazing💕😍 -this place is where you need to live, and this girl is who you need to marry. -She is so talented!!! Love her grandma too :) -alam memberikan yang terbaik 🏞 -This video makes me realize how much of useless of a person I am! I literally do nothing other than spending all my time in phone. And this girl doesn't look much older than me! And she can do so many things -https://youtu.be/CaIMJ_hu368 what is the opinion of Chinese people on this issue? -Like Harvest moon - -Edit:But in real life -i am new but i love her videos thus far..... and those adorable puppies!!! -Tamil padam -Yummy food 😍😍😍😋😋 -i want to retire n live this way.. -In indonesian this fruit the name is berangan. At first minute -Tiếng Việt Nam 😍 -Vietnamese 😍 -Seni izlemek terapi gibi yeminle. Müthiş. -5:12 play at 0.25x -A shooting star 🌠🌠 -😍😍😍😍😍😘😘 -I want to live a life as peaceful as this -which country is this -李子柒的团队真的不是舌尖上的中国咩? -This how I wanna live for the rest of my life -سبحان الله جنة على الأرض فيها كل الفاكهة والخضروات والفتاة مبدعة والعيشة رائعة في هذه البقعة من الارض 🌷 -damn,i cant stop watching ur video 🙈 -Is this place on Earth? 😲😲😂 -Someone please tell me where the place is 😬 -Wow they are making a candy -I like the way she scream -Wow.. M a fan of this video after watching her 👌 -I want to live like this -I love the countryside -Her hometown is amazing -Now im mad cuz i can see what an unproductive shit i am -Ở Việt Nam gọi là hạt dẻ chị ạ -Xoài k hạt?? -Teo mà hiểu tiếng Hàn Quốc thì teo là thánh rồi -They really work hard and have a healthy life -I am from Việt Nam 🇻🇳 -Her 3 lovely pet is one of my favorite😊 -Perpect women -Thật sự e thấy chị rất khéo."KHÂM PHỤC" -I wanna live in a place like this -Smart in making foods for family, Thanks for share. -....this woman is amazing beyond belief.... -your so awesome. -👍 -OOOH dried mango...this makes me hungry now.. -ابداااااااع😍😍😍😍 -Best type of sweet and positive video to watch before bed. I don't think about stressful things and I'm able to have a peaceful sleep. -esas son viejas XD <3 -And this is the type of stuff we need in youtube(*^ω^*) -Did anyone else notice the dog shaped smokerU^ェ^U -Tell me where she is from.. I will also go there and settle down -J -where is the village she living in i want to migrate -Wanna live in that place ....feels like everything grows there -I want to eat all your snacks!!! 😭😍 -Good job. -Everytime she makes something, it always looks delicious. -😀😀😊 -العربي يحط لايك 😍 -الفيديو جميل جدا بس وجود الكلب حاجه تقرف -Hi liziqi! Keep watching your old videos over and over again... 💗🙂 -Those little animals are so cute😆they just trail behind wherever she goes😋😜 -Trông thích quá.Mà không có ai người Việt Nam xem hay sao ý -李小姐 她很厉害 -Your dog sweet -เก่งสุดยอดม๊ากกกก👍👍👍👍👍😊 -Liziqi's videos are so addicting... -I want to live your village.amazing -U would have given something to puppy too... 😕 -Pengen rasanya tinggal disana -Omg the lamb you always have besides you is so cute! -Chestnuts are so gooood!!! XDD -Her grandma must be so proud of her -Does she really lives in their or its just she uses this for shooting pls tell me I'm watching her video for first time -Where does the lives in China I wanna meet her so bad -Meanwhile kids nowadays can't even do a single chore without complaining -姐姐,我爱你了 -Thật sự Khâm phục bạn. Mình cũng rất thích có một CS như vậy. Có đam mê và làm điều mình thích. Không ồn ào. Thật sự là rất nhẹ nhàng. Cảm ơn bạn - -Video rất chân thật...! Thật sự rất thích😘😘 -*I wish America was more like this. It seems really peaceful over there* -Pertama kali saya melihat ini , saya langsung jatuh cinta 😍 -I am trying meditation... This is my form of meditating. Love this lady 💙😌 -Hẳn là siêu to 😂😂 -Ngon quá -Who the he'll is filming her video so perfectly -都没有中国人看吗 -Now that's a basket of popcorn -I love how she takes her time for everything. It inspires me to take my time for every little thing that you do if you want to make it perfect. -chị giỏi quá,,,, rất thích video của ch -AmI the only one who finds it cute when she is walking with that giant basket full of popcorn? -Teflonnya lucuuuu -T Love you -中国女性的良心 -ما شاء الله -خيااال 😍 -Sunflower seeds. -Hello Liziqi! -I recently found your channel. Your lifestyle is very beautiful and inspiring. The videos you make are very calming. Thank you! -that bgm seems like Digimon BGM i think -嗨我的名字是vitor制作一个视频说出产品的名称,感谢母亲的拥抱🇧🇷 -25m view. 4.8 subscriber. 440k like. 10k dislike. -Đã ghiaaa😍 -Có ai là người việt nam mà ghiền chị này như mình hok -Đáng yêu quá :((( -Wow! Her place is paradise. -Ở đâu lại đẹp như tranh thế nhỉ -Qué feo nunca le dieron de comer al perrito -Wow! Girl you are amazing 😍 -5:56-5:59 awww -Your life -So -❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ -imagine if u had the talent to make all these snacks from scratch, cause sis the candy aisle in stores will be non existent -Cái gì cung co..thích that chi giỏi wa -Bạn này gì cung biết nấu mà nhìn Rất ngon nữa -good -watch this, suddenly i've realise that i never learn anything like this.. -Love your grandma ❤️ -Hai guyz.. please subscribe my channel thank u.. -<3 <3 <3 -I Thailand bangkok ชอบตอนนี้ที่สุด อยู่กับธรรมชาติดีจัง -love her -There are 2 things I noticed in this video -*THE GIRL IS LUCKY THAT SHE HAS A BEAUTIFUL GRANNY* -*THE GRANNY IS LUCKY THAT SHE HAS A BEAUTIFUL AND HARD WORKING GIRL* -LOVE THIS FAMILY AND THAT PLACE 😘😘😘😍😍😘😍😍😍😍 -This woman would be a great mom -Living in a healthy life makes life longer -Ok seriously.. is there anything this beautiful amazing young woman can not do? 💛💐 -Có ai việt nam dô đây coi ko ta -栗子原来长这样 -استرخااااااء تام وموسيقى جميييييله -Those are not melon seeds, they r sunflower seeds -Did this hoe just mix dirt with peanuts or am I that ignorant -Melon seeds or sunflower seeds? -Saludos desde México tus vídeos le gustan mucho A mi nieta -أحس أن بس العربي الوحيد اللي اتبعها -this woman works a lot way more than me, and looking pretty while doing it -Vừa xem vừa nuốt nước miếng -Love this place... Want to vist once in my life -Супер 👏🏻 -Subhan Allah -Take cover XD 5:53 -New YouTuber here. Comment down below and let's SUB TO SUB -Je veux me marier avec elle ♥️ -Fantastic work, it reminds me my childhood life! She possesses skills of majority of farmer house wife in a typical traditional Chinese community. -Nghi ngờ hok piết phải đúng kênh của chị thất hok nữa theo mình đc biết từ nhỏ chị ấy đã nghĩ học cho nên hok thể biết nhiều tiếng như z nhiều nhất cũng là Tiếng của nước chị ấy và tiếng anh thôi sao chị ấy lại piết tiếng việt đc haizzz nghi vấn nghi vân ..... ( Nếu thật sự do em wá đa nghi thì xin lỗi chị nha ) mà nếu đúng thì cũng cảm ơn ad vì đã đăg cho mọi người xem hihi 😚😚 -💋❤️ -Oh my God, I'd buy this food in a heart beat, it's amazing, the marshmallow thingy 😥😥 I wanna cry😫 -I wish I could live like this.. -Why this much of dislikes... These are the most relaxing videos I have ever seen in YouTube.. love from India... Kerala -Omg i just want to live like that -Una big boss ku kuptruntha ellarku neia samachipa.... Great great..... -10:07 "Is that snack good for puppies?" -This video is so clean omg -神仙姐姐 -Her puppies and sheep 😍 -Torrone -hơn cả vua đầu bếp. chị là ước mơ lớn của e -you care for you grandma so much -6:00 OMG she's so cute -очень вкусный ❤️ -Lovely dog, lovely sheep, lovely girl and delicious dish. -^_^ măm măm -I love the music . -What a wholesome family 😭 -My life is so artificial with Design , program night shifts and fast food. -I wanna live a life like this by Accompanying nature . It's so poetic. So lively. What an atmosphere with pets green garden. -دمرتيني .. كلما اشوف فديو جديد ادمر اكثر .. وايضا.. وكان حلما جميلا -حرام الكلاب عيزه تاكل -Watching all the way from Kenya, and still going on. Keep on the great work, Thank you. -思念故鄉 -Uoc gi em,duoc o Voi chi -I love the relationship with Grandma!! -子柒姐姐好厲害啊什麼都會! -With me Who wants to see grandma's face ? -When uncle open the pop corn it's a funny moment😂😂 -I want to watch behind the scene of her some videos -I feel so cleansed after watching this. -Like my eyes have been blessed -they use no electricity and i love it -i want my life to be this easy -i love her videos cuz everything she makes is natural,, all her ingredients are natural -i have never seen a round mango 🥭 -i wish i lived there -🖒❤❤ -This is honestly how everyone is supposed to be living..... But whatever........ - -Congratulations..verry impresionat your cooking and everyting.. -进来看看两千万播放量的视频。。。 -peaceful life. Wish you more and more supporters -Western women should weep with shame. -Fack you -Lydia money today trying -Looking love yo I have no idea what to say that you have a great way of saying the government -This is ideal wife type -Есть тут кто из россии?ставте лайк -I'm so addicted to these videos -Os animais são tão lindos atrás da dona😍... e ovelha que gracinha tão linda. 😍😍😍🐶🐕🐕🐕🐕🐶🐑🐑🐑 -This is like real life animal crossing, harvest moon, cooking mama hybrid.....how can I live like this... -Stardew valley real life -OMG thanks lord im watching this video....amazing -Lý Tử Thất khéo tay thật -0:43 omg did the puppy try to help her ? so cute 😭 -Cachorrinho de estar morrendo de fone ... -I don't know why but her videos are so addictive to watch. -What a Wonder Woman !!!!!!amazing girl!!!!! -wait so does she sell this? -Does she made all this things for themselves??? -Los pobres perro quieren comer . También 🐕🐕🐕🐕 -€¥& -Where I can find that grinder she uses in various recipes. -Please make a video where you make food and feed your cute pets🥰🥰... -Day la cuoc song cua bjk bao nhju nguoi mun ma k dc...that bjnh dj -Amazing girl❤❤ -有这样的老乡,真的感觉骄傲 -為何她的物資這麼容易取得 -Must Protect her at all costs !!!! -so peacefull life...love from india... -World or paradise😮 -ติดตามตลอด ชอบครับ -A girl, two puppies and a baby sheep, under the blue sky. How peaceful they are -I always wanna live like this😂😂but I can't cov of games😂 -aku mau memtik buah sama km..liziqi senang rasanya jika itu bisa terwujud -Woow -If you visit India.. Plz come to my place. -Any Indian watching... Plz tell me which place is this. -WHO IS THIS CUTE GIRL AND WHY SHE IS SO FOCKEN GREAT!? -I'm in love 😂😍 -@3:11 Someone please get this girl a proper kitchen knife ... -La adoro è una ragazza stupenda e la sua nonna è tanto dolce chissà quanti anni ha sembra molto anziana ! Comunque è fortunata ad avere una nipote così -You so very very strong woman -WoW one life very beautiful -Thật thanh bình và nhẹ nhàng -Can i work with you -This girl is just one of the (not so famous) youtuber in china. There are thousend of them who are better than she. The USA propaganda machine will never let u see them though. -protect liziqi and her family at all costs idc -5:55 she cover her grandma's ears... Cute -the comment section is so pure just like the video c: -น่ารักจัง -10k dislike this video....they are jealous to this girl... -Why does cooking feel like a chore - something that takes me away from what i'm "supposed" to be doing - when these videos clearly illustrate that cooking IS what i'm supposed to be doing? -You know she's a real princess when the lil pups and lamb follow her around 🌷🌼😍 -More directions please. Love your videos 💕 -Are we not gonna talk about how her oven is shaped like a dog and the door handle is a bone these videos just keep getting better -plz just tell me , is there anything that she can't do? maybe 10 years later, i would believe it if someone told me she buildt herself a rocket to Mars -Em vẫn thích video này của chị lắm luôn xem đi xem lại suốt. Yêu chị Liziqi :’> !!!!! -That made me sooooo hungry!!😅😥 Im in love... -I am fascinated.. -Heavenly -The puppies look delicious. xD -what an incredible young woman though -Is that Melon seeds OR Sun Flower seeds???? I think Sun Flower -I watched same video and our videos so much -Nice -我好喜歡這種生活環境欸(*/∇\* -鄉村又帶點沒那麼鄉村 -(。・ω・。)ノ♡ -She must be really strong, carrying so much fruits in those big baskets. -❤ -Удивительная девушка. Давно за ней наблюдаю. Неужели она живёт только с бабушкой? Такая труженица иаккуратистка, просто загледение. Вот показатель, как жили наши предки. И разве можно назвать их первобытными? Да они знали гораздо больше нас. -I see what my parents mean when they tell me Im on the computer to much now... -Is she for real tho? What shes doing is amazing and her video quality is so damn great it's like im watching movie for each video? What is she? Who is behind all theseeeeeee i need answer -Buah Berang Ta urang Jeriang -Love this video. Amazing girl!! -مااجمل المناظر -She's like a robot, working non-stop... -VIETNAM !! -you the best liziki -Rtfufsècgujcsrfgderýuhcase😁🤗 - - - - - - - - - กุเขียนไม่ออก🤣🤣 -Ich liebe dich. -How hardworking she is -Kiz dedigin boyle olacak -❤ người truyền cảm hứng -Nobody: -Me: Is this a *ASMR* -I want to live this type of life so bad ❤ -Why did u shiw the sayote -The background music gives me "Castle in the sky" song.. Or not? -Which place is it -The best side of Youtube !!!! -Kwaci:3 -I watched Chinese gadgets review and a cooking video yesterday and today YouTube gifted me this! This is adorable!💙 -Everything is so perfect and she super perfect👏🙏❤️ -Amo este video!!! ❤❤❤ es lo máximo. -I am half Chinese, I've never been to China. Thank you for these, your videos make me very happy. -How can everything look so healthy? She should be the queen of the world and teach us to eat properly and live.. basically -Y no new video🤔🤔🤔 -Wow what a life😍 -Does she ever sleep?! She is amazing!!! -Uhh andaikan aku tinggal disana, pasti bahagia😍 buah"an nya berlimpah ruah -Beautiful video! Loved watching it! -How lovely you are and your works ❤❤ I really feel Lucky to see you❤❤❤ -Love and respect form Bangladesh 😊 - -Your Grandmother is so sweet and adorable! I love her so much! The way you shielded her from the bang of the popcorn made me smile so much. You all seem so lovely! -Ur dogs And cat varry nyc -Hhhhh ur so sweet. Vry funny. Hhhhh I love -it looks like a wonderfull life away from the city air and the ruined waters -Food give for dog...want it -你會喜歡狗嗎 -This what you called organic life 🤟😭 i missed living in the mountains -اني متابعه من العراق العربي ♥️ -gosh...this is so satisfying to watch.. -I wonder who cameraman? -3:19 I like how it's shaped into a dog, and the slab to close it has a bone for the handle -She lives in HEAVEN💝💝💝... -This is literally one of my favorite videos on YouTube. -As a Chinese,I am really happy to see people from different countries appreciate and love ziqi's video. -The whole video is delicious -الحلويات يلي عملتن اول وحدة المكونات مار شملو. طحين . مكسرات . فواكه. -❤❤❤❤❤❤❤ -Lol when she takes the oranges and the big yellow fruit from the orchard, she looks like she's trying to run off before someone catches her stealing their fruit. Also what was with the explosive popcorn? -o -اني احبج LOVE -I'm gald her grandmother was bless with this angle 🙏 -5:55 replay button for myself :p -Quá đảm đang -Is anyone else curious about the mechanics of that pop corn machine? -This is so calming and beautiful... -واوووووو جميل👌😍 -活在现在的古才女... -很向往你这样的生活.. -加油..会继续支持你的... -chilling -ما شاء الله -i feel like it would be better for the enviroment if a lot of people would start making their stuff like she does -its so cute when she takes a bite of the foods that she made while packaging them -Meeeeeeeu Deeeeeeus....fico com um rio na boca...... morrendo de vontade de comer tudo isso -A ovelhinha vai junto 😍😍😍 -Thats mina from twice doing when twice has no scheds -狗狗跟前跟後的~ -Hehe....nyc shooting💘💕 -Its just awesome.....luv to watch💟💟✌ -Amazing... -Love her caring behaviour with her ganny.. -What on this earth could possess a person to even think of hitting the dislike button?!?! Smh... -😍you so cute😍i so like this - -baxwa awe zor xosha 😍😍zorm 7az ba ladeya😍 -Her dogs and lamb is always beside her. Lil pals ~^_^)~ -I love your life i love you -Hi sister how much your family?? Please reply me... -whered the goat go???? -Rumour has it, she is only average at quantum physics.......I doubt it -damn this girl will never go hungry -3:20 her makshift oven looks like a bear or some type of animal opening its mouth -is vree good💕💕😘😍😍😍 -What sao có vietsub -I hope u dont eat dogs and cats in a few days -يا عمار ابوفروههه -So nice and full of energy and where is ur mummy papa 😍 -If I send you my address will you please send some of those homemade snacks?? 🤤... no? Ok, I'll go to the gas station 😔 -Is she married ? Who shoots her videos ? -What is this place... Is it on earth or heaven.... -that popcorn thing is so cool! we just cook it in a pot but that looks way more efficient for big batches -Pretty, smart girl , I love her.. -U r great best 👍👍👌 -Me encanta ese vídeo y amo las envolturas 😁😂😂😂😍😘😘 -This is what everyone had been dreams of. Live in the village with all we need. Super talented girl thumbs up 👍👍 -Xem đi xem lại mấy chục lần vẫn hay!😍😍😍 -Có ai Việt nam k -You live for more than 200years -This is what fairytale looks like! I can't stop watching your videos. Keep up the good work! ❤️🙌💯 -PET THESE DAMN DOGS ALREADY -E ngưỡng mộ chị quá. Giỏi quá -her relationship with her grandma reminds me of my relationship with myself lol jk - -It reminds me of my grams , and Liziqi reminds me a lot of grandma . My grandma a bad ass -I wonder which village she lives in China. -Fuckin globalization, destroy national culture and nature everywhere! Nation culture it’s beautiful and people associated with nature... -HER OVEN IS DOG SHAPED AND THE COVER THING FOR IT IS A BONE. ITS ADORABLEEE -I waited for her to cook the dogs -Was disappointed -*I don’t know why but 5:26 - the whole sequence with ‘’Uncle’’ (I’m not sure it’s biological Uncle since it’s common to refer to adults (we’re close to) -round our parents’ age as “Uncles” Or “Aunts” out of respect. - -The whole sequence just feels cute and magical - something so simple like gathering round to pop popcorn can be so warm and exciting. It really makes you feel that how you live your life and how you interact with the world and people can really influence the joy and happiness you can get from it.* -Que rico que cositas😋😋😋😋😋 -Amazing😍 -Bravo -I want to fuck your little ass -Totalmente seca com os animais, eles são ignorados o tempo todo 😒 -This channel is so wholesome I love it -I love this so much 😭💛💛 -She’s a beautiful girl 💛 -why is no one talking abut how fking adorable the lil swarm. of baby animals that followed her was -Can u imagine though. Going to the theater with a basket of popcorn like that 6:09 -Omg the oven has the face of a dog 😭 -Very talented -Me gustan tus videos pero las recetas no las entiendo, seria bueno subtítulos en español . -Sworgam anno ethu -Luv the sheep following her 😍 -she looks so much like mina from twice in certain angles. such a talented girl. -as soon as I saw them apples I screamed CANDIED FRUITS HERE WE COME -why is this so calming -you are a perfect lady. -Every single video never fail to impress me, never fail make me feel I living ungrateful.. shame on me.. -Im from philippines im so liking her video..so calming, even if im warching it again and again!! -she must be protected at all cost -Why does she have a pet sheep -Here i am again for that little cutesy white lamb. -This feels like asmr -This feels like asmr -Waw aku suka banget hidup kaya gitu tapi aku tetap bersnyukur hidup ku -4:00 wat type of fruit is that - -Idk, but this video is so beautyfull, great job -Mở cửa hàng bán hở??? -nice but plz subtitle ur video -Thanks for the recipes!! -No dog meat??? Hmmmmm -Do you have some thing for puppy They waited somethings to eat -Perfect😍 -Lmao li ziqi so dramatic i love it! Grandma stand there and not jump at the POPcorn! Hehehe 💜 -I want to live there -加油 -Tanglulu omg I want some but America doesn’t have that fruit. Fuck America cuz they have no good food -The food looks amazing! Wish I could try it -She's got a little pack of dudes that follow her around. How cute! -Looks beautiful. Sure isn’t a life for a lazy person, -I want to live there -Türk olan varmı 🤔 güzel video olmuş 🥰 -Awww so peaceful and beautiful -The little lamb is sooooo cute!!! -she's wow -Кытайдын бир кишкентай кызы казакстаннын фирмалары шыгара алмайтын онимдерди уйнде журип жасай салдыго. -Can I marry you?? You are AMAZING!! -I GOT BEANS GREENS POTATOES TOMATOES -Glad that you make everything always clean. -When you put 100% maximum effort to make a Youtube content. -耶从b站来支持啦!!!! -What strikes me the most is that we Western people are fucking up her climate as well. -Oh what a pure and heaven life💓 -5:58 😂😂 -Heaven on earth! I envy her a lot! -Y a los niños hay que hacerles sus dulces!! Then... we need to make candies to our children!! -This is like a historical drama, love it! - -Good luck for you and your team (maybe)😅 -這集就可以看出子柒臉變圓了 -Feed those puppies 😩 -She lives in a whole new world. every sound in this video strangely comforts me. and she is adorable. -Ninhao!I came from the countryside and I miss childhood days.It is so simple but life is so fresh!Greetings from the Philippines -công nhận hay thật đó nha -😍😍😍😍😍😍😍😍😍😍😍 -I need to marry her. Haha -Is it lunar new year? -منو عربي لايك -Your cooking is so good👍🙏🏼❤️👏! I’m dying🤤😂😋! 🌈 -Grandma...wat a lucky person..😊 -You r amazing 😊👍 -👌👌👌👌👌😍 -She acts so cute. She is adorable,sweet and of course so caring and protective towards her grandma. Cannot forget the way she covers her granny's ears and herself gets freaked out. -Plzzzz show veg recepies -العربي يطج لايك -Whoa what do you put on your hands they look so softtt -Please don't be lamb meat... -This is *LIFE* -the strawberry marshmellow candy.. i want to eat it -If doesnt added song i think it nice -- hello cj ❤ -嫁さんになって欲しい女性像そのものですなぁ -Beatiful Girls -这种不用上班的日子真的像梦境一般,把中国美食带上新高度了。 -I spend my time watching mostly gardening in youtibe but I this is the first time I watches this kind of life (with gardening & cooking).. It amazes me of all the things you do everyday... Must be a wonderful life...May God bless you more and your grandma.. - - - ..and your little ones :) -grandmothers winter hat is adorable haha -Seeing the rock candy brings back fond memories of when I first tried it because of my grandma and how I loved it so much that I’d try to sneak and take some from the upper cabinet which I couldn’t reach since I was too small so my cousins and I would work together to get some rock candy in the jar. Unfortunately it’s been 3 yrs since she’s passed and I haven’t eaten any rock candy since, but seeing the candy in the video brings a smile to my face since it reminds me of her and my childhood. -Adoro seus vídeos 😊 -ماشاء الله -البساطة في الحياة هي اساس السعادة -Why doesn't she show how she gets the beef jerky? -Yummmmmmm 😍 -The music is so sad😔😔 -Aq ngguyu pas dekne kaget goro2 ono jagung mbledos 🤣🤣🤣🤣 -Wait I just realized she's making tanghulu okay then- -يالكي من امرأة رائعة -Make something for puppies too -Who dislike her? WHY? Her so amazing. I wanna be like her someday. -Cente ni lihay cece...❤❤❤ -Wo xiang ni😍😍 -a wife like this, heaven on earth -I WANT A BABY SHEEP TO FOLLOW ME AROUND TOO!!!! 🐑 😫 -Кто-то знает рецепт трубочек? -Wow -So peaceful -You did everything very well... -Her videos are so *relaxing to watch* . Such a *beautiful representation of how life is supposed to be* .. -Everytime i watch her videos, i was unconsciously looking for the *lamb* 😂🐑 -But why was the lamb gone in the video after she cooks the meat? 😶 -ai việc nam lạc lòi vào đây điểm danh -I like the sheep and dog also the girl walking around with them -ever 17 -Muốn cưới ngay em ấyy -Çok güzel be -I want to lived like her. -让我想到小森林. -*violently popcorns* -Anjing nya kok ndak di kasih makan -Every man will fall for her. -You made for your grandma how sweet -Накормите меня,😋 -shes 100 times.more hardworking than me -A video of Chinese snacks, *PLUS* a Chowking fried chicken ad... -. -. -. -*YOUTUBE YOU SADIST* -李子柒我爱你😍 -I’ve seen this video at least 5 times lol -She can cook and make crap and i can Eat and wear crap -Nổ bắp ngô đó. Hồi trước trong xóm mình cũng có người làm bán. Nổ bùm bùm luôn. -You made a lot while there are only two persons in your house. Will you sell them? Or are they for a big party? -Anyone else who wants to move there and live in this beautiful landscape? °^° -jesus h christ those lemons were the size of my head -listen honey I'm just saying, I really am -BUT if you EVER and than I mean EVER need someone to help you with ALL of that just gimme a QUICK call I'll be there, I'll be there at the speed of lighting -BUT I'm just saying if( desperately hopes that she'll need my help) -5:55 She's so cute, I'm so in love with her 😍 -Does anybody know if she sells the food, or she has a store or something I’m just wondering since she packed everything up - -Edit: it’s for the festival just found out - - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -OSError: [Errno 0] Error - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 449, in send - timeout=timeout - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 720, in urlopen - method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\retry.py", line 400, in increment - raise six.reraise(type(error), error, _stacktrace) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\packages\six.py", line 734, in reraise - raise value.with_traceback(tb) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -urllib3.exceptions.ProtocolError: ('Connection aborted.', OSError(0, 'Error')) - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 58, in run - next_page_token = spider(next_page_token) - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 35, in spider - res = requests.get(url, proxies=proxies, params=params) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 75, in get - return request('get', url, params=params, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 60, in request - return session.request(method=method, url=url, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 533, in request - resp = self.send(prep, **send_kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 646, in send - r = adapter.send(request, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 498, in send - raise ConnectionError(err, request=request) -requests.exceptions.ConnectionError: ('Connection aborted.', OSError(0, 'Error')) - - -i want to know how many chinese here to see her video? -what‘s the name of the food at 2:17? -and m feelling so peace hmmm..this harmony -I wish I could have been born to this family -U really r a wondwr woman. -5:20 the digimon song there , right in the heart ♡ -I think she’s an angel or something because she’s so kind and hardworking! And she so prettyyyy!!!! -Why does this look like Heaven?! -Some times she has different or new dogs because she ate the other ones -nise😍😍 -It’s so cool to see how other people cook!! -Why do these videos motivate me so much -I am gay now🤣 -My father told me about doing -Peanuts like that -The music in your videos is also really good. -I'm thankful for the English titles and sub titles cause while I do enjoy these videos greatly it's to know what things are or what's being said. -Awhh the little sheep! And puppies!! Love how they just follow her like a little army of cute fuzziness that adores her. So beautiful and heartwarming. ♡ <3 Absolutely love it. -Grandmother's nice hat :) -The Digimon theme song at 5:17❤️ -Dogs are hungry 😢 -People can’t even say anything bad about her, she’s literally just that perfect -And you just feel like you want to leave everything and live a life like that 💙💙😭😭 -OMG, i cant stop watching he videos😍 -Whoever your husband is, he is the most lucky one -Feels like she has everything in this this world! -I love Chinese food it’s the best. I have never gotten sick or ill whilst eating chinese unlike Indian, Mexican etc. 🇨🇳 💓 -Your dogs are very cute l really love them.. -Osam -Everything she makes looks better than restaurant food. Whoever is posting on behalf of Liziqi, please tell her to write a cook book!! -So good 😊😊 -강아지랑 양이 너무 귀여워서 들어와봤는데 영상이 너무 예뻐서 그냥 계속 보게된다 -I can on the most spiritual level fee how proud the grandma is to have a granddaughter like her -美美美😘😘 -Thích chị này quá đi 💜💜💜💜 -炒瓜子,花生,捡板栗......全是儿时的记忆....感谢子柒! -I like this scene 😁 5:56. -This snack is called Pon-kashi in Japan. It really sounds ''PON!!'' -There’s some people who don’t like this lifestyle but I prefer being born in this kind of family instead of trying to get myself a place from this ‘society’. -Imagine if u saw this when u order fresh popcorn before movie -dogs😭❤️ -家门,我要去你家拜访你,欢迎吗?🍽🍽🍽🍽 -The melon seeds looks like a sunflower seeds -gorgeous .. adorable .. simple .. and a loving caring grandchild .. -Chó đê thương quá -Hình như từ hồi kênh Lý Tử Thất VN bị sập mà kênh chính thức của chị view tăng rõ rệt, có vẻ như fan Việt dồn hết qua đây xem rồi, đáng mừng! -I live at Vietnam -Chị siêu quá -Aww...she works so hard I admire her >~< -So simple yet difficult for us to try to do. -พี่ค่ะหนูยากกิน -Your vids always give me a good feeling^^ good luck~ -I've never seen popcorn being ignited like that -😍😍😍😍😍 -Is this an anime Exposition ? -Not my life seem 90% more unsatisfied, 100% more fucked n 200% I feel a jerk! In what hell do I belong to?! Wot mistakes I did in my past life Jesus! 😓😓 -Liziqi has a little lamb, little lamb, little lamb... -Puppies 😘 -This is how life should be, calm and simple. -Now i believe in people with extra super powers 😍 -Whoever crosses path with you in the future is so unbelievably lucky and please know that you are to be cherished. -Lot of work done in video,simple and awesome -Her videos are so calming and full of nature. I love it -Once man and woman are companion of each other, now they are competitor. -ilove this video because she s help her grand ma -She loves the animals and the animals love her. I think that is the most wonderful thing here. Cooking can be learned, love is in the heart. -how do you film all of this? -Thought you gonna cook those puppies -Los perritos tenían hambre dales algo de comer pobres bebés -I just need a lamb and I’m set in life -Làm món ăn thấy ngon quá muốn được một lần thưởng thức -if love to buy these!!! 😍 -what a way to make popcorn -SHES SO FUCIILMN CUTE I CANT- -Why does she remind me of Mulan? -Мое сердце с Вами. -This is so satisfying to watch🤩 -I’m hungry 😭❤️ -that must be such an amazing life to live -This young woman is infatigueable. Very inspirational. -*es-tu réelle ? Tes vidéos me donnent le sourire. Merci* -Wow im happy -My from moroco ❤ -The creator here really loves her Grandmother, doesn't she? There is a lot to like about these videos. -Dream wife right there! -جووون ندا جون بخورمت. خوشگل خانوم -This Woman is Hard working. -#Respect -Não entendi nada mais gostei do video -Hii liziqi is this for your sale or you made it for your own snaks ? -what the hell are those giant yellow things -Man if u let my fat arse within 10 miles of all that candy and jerky i would eat myself into a coma -Only can say -WHAT A WONDERFUL WORLD... -Watching these videos is like a Therapy for the mind. I'm so stressed out, but feel so peaceful. Bg music, the colours, everything. So close to nature. This is how it should be. Peaceful. Loving each other, the nature and animals. In Harmony :) efforts are there behind each video. Great.. -Juste wow!😱😍😍😍 -This video makes me want to go live in the mountains -I love how she eats one of each thing as she packs it all up lol -5:55 I find it adorable that someone as strong as her gets scared of popcorns. -I love her videos, they’re so wholesome! ❤️💛❤️ -ให้หมากินบ้างก็ได้นะอีสัส -Wooooow......im loving her videos.....this is the perfect life......its like a fairytale....😍🤩 -After watching this video, the big city life that im living in seemed plastic to me -i never seen her feeding those puppies :( -Seeing the tiny animals follow her, is so heart warming 😍😍😍😍😢 - -me encantoooooooooo 😍😍😍 -영상이 참 이쁘네요~~ -Ada orang indonesia 🤣👍😳amazing -I am in love with your video ❤️ -Meanwhile in Shanghai -This is beautiful, but how is it this perfect?! I wanna know the behind the scenes!!! -Nhìn đã j đâu luôn -well played, China -Chị giỏi quá , em rất thích chị và bà -怎麼覺得過成了神仙,哈哈哈哈 -those dogs are so cute! i love this video -Did anyone noticed that the furnace is shaped like a dog and it's wooden lid is its bone? -Lovely -What's the powder she put in the marshmallow candy? -Magnifique!!!! -Nice Digimon theme in 5:15 <3 In love with the video and the music -That one person who supplies all the food at the bake sale 👌👌 -Ohh the Lil dog and the two goats and how they follow her around at the beginning of the video just made my day -I want a wife like her in the future... -shes a real lide disney princess! -Do you only have one knife or... -I honestly thought that she was using her grandmother as a shield during the popcorn part -😍😘😚🙌🙏👅 -Can someone pls tell me the ingredients for the paper thin egg crisp tht looks like a pancake? -小姐姐和现代很多女性都不同,有一种生活上的智慧美,当然人也长得美,可是却有一种现代人缺乏的享受平凡生活传承前人留下的文化并传播的美感,这种生活令人神往。少了城市里的世俗利欲熏心,像极了出尘仙女。希望你永远不会被共产党的统治所影响。 -I want puppies & a lamb to follow me!! -Dân vn lạc trôi.____. -I want to be one day in villages like this, Calming, Peaceful, And Beautiful -the girl use her talent to make the village life so interesting -omg for a second i thought she had a pet sheep and i thought that was so cute omg - -WAIT DOES SHE? I AM SO CONFUSED -Hi -This is the garden of Eden -its so adorable how she wrapped the treats in the little papers while sneaking a bite of everything—so wonderfully youthful and wholesome. - -i also get the feeling her grandmother has a sweet tooth LMAO -This made me sooo hungry -Sis ready for the apocalypse -Nice girl nice place goodfood -THIS is a role model... 😭 -What lovely chestnuts! -Does anybody know what she's making at 7:15? -This girl got way too much time on her hands -Oh my goodness! Everything looked so nice :) -*normal human being watching this video: very satisfying and warming.* - - - -*13 year old girls: sHe MaDe eDiBlE SlImE wiTh MarsHmIlLowS.* -I just want her to be my mom and teach me her ways -Algm em 2019 -😢awesome -She always keep me entertained wit her wonderful skills -This is so over produced that feels fake as fuck -有这媳妇真幸福,啥都会做🙃️ -If I had EVERY fruit in creation growing around me I'd probably think up some clever shit to do with it as well, lmao. It's the fucking garden of Eden all over again. -这是在哪啊 -White girls are good for nothing just arguing & want everything to be done for them just lying in bed plying with theirs private. I want an Asian women they're so beautiful -i've actually made the snowflake cake before, and let me just say it tastes to good -Pleass legenda em português -0:24 两只小狗,一只小羊,萌萌哒 -Eu não entendo nada , mais acho lindo os vídeos do canal . Amei ❤❤❤❤❤❤❤ -My new Waifu -This is literally the only video that matters -I would trade my current life to be in a house this beautiful and Liqizi's skills. -Is there a dog cooking youtube video. -I wanna marry her -What kind of knife is she always using? -i love the atmosphere -Im jalous of her life -I feel like this is a live action behind the scenes of a Naruto movie in the village. -You are such a beautiful person, you've inspired me! Thank you for sharing!! -I don't even know such places still exist in China, all natural, beautiful scenery, no modern tech pollution to be sighted. Yet I know there's a professional team behind this, amazing lighting, camera work and production, including uploading through the great firewall. The subtle combination of tradition and technology makes this even better. -Всё это мило, но с русской бабой конечно же не сравниться! -This is my third vid of hers, they're so cool. But what I'm trying to figure out is that the melon seeds looked like sunflower seeds especially when she was removing them. Also if it's the Spring Festival, how were there fruits on the trees? 🤷‍♀️ -Wow! What a amazing young lady! ❤️🤗🖖 -Can you believe that almost every wife in countryside of china can make so many delicious food like her? -5:58 What the hell is up with this popcorn cannon. Never seen anything like it. xD -Let's start over again and watch the whole video its amazing -Hiç türk izleyen yokmu merak ettim bilelim sayımızı -This all looks delicious, and the way they are made... It makes me nostalgic of a lifestyle I never had but wish I could embrace. Also puppies. -I want her to teach me everything she knows. Living like this seems so damn peaceful. -Welcome to China everyone!!!!! -yumyyyy -6:48 is not "melon seeds" , sunflower seeds -So colorful always 😍 -It is the fruid of the TURKEY'S name 'KESTANE 😇 -So lonely 😊😊 -WoW. -ma ha cucinato tutto in un giorno?😂..io ci avrei messo una settimana a fare tutto quel ben di dio -cute puppies and the sheep :) -Video made me calm lmao -بجنن الفيديو يحكي عن الحياة الطبيعية -The doggies :) -Is there anything she can’t do? She’s so amazing 😌 -who knows where she lives? I really really wanna come and live with her ,,, RIGHT NOW !!! <3 -東洋のターシャ・テューダーだね。毎回素晴らしいです!! -Liziqi is a hard working,loving woman.. -This is how I want the world to be like... -im binging rightnow -i love your videos so much!!!🥰🤗 you are so beautiful chinees woman. -watch this first -thank me later -5:50 -So they bake n sell.Grandma show her a lot -I want to marry her. XD -or just live with her. -this is so different from urban life. -Wow! This girl is Amazin -Is she living in heaven?looks incredibly unreal. No difficulty in doing anything. No human limitations and specially for a fragile girl like her. Everything on earth is available. And she is always so fresh and energetic as she she has just come out of a spa. Simply Unbelievable!Anyways videos have been made incredibly good. Hardly look unreal. -Có ai là người Việt không - -Do e là người Việt Nam ko nghe tiếng nói của chị được -Hay quá chị ơi -Was i the only one that thought omg cute widdle lamb, then i didnt see it for the rest of the video after she cooked the meat .... 0.o ;( *cries* -10:02 왕왕이들아 발바닥 안뜨겁니.,? -fuck shes hot -bgm听起来好像徐良的犯贱😹😹😹 -You’re kinda like miss yeah but more nature like and less using office supplies -Ngon quá -Grandma's so lucky. She can eat good food everyday.....!!!!!!! -Most of people want to be successful in the City. Me, I just want a life like this. -Watching this relaxing me and I wish I could live in the province that full of fruits, vegatable, and more. -Your pets are so cute💓 -第一次见遛羊的😂 -magic... This is just magic -all about simple life..peace & nature without polution..love the style of chinese cooking -where does this beautiful angel even live ??!! -helo em -That food looks gorgeous! -I want to marry her! ❤️ 😃👍🏼 -this reminds me of the studio ghibli movies simple and calming -She makes me want to work harder ❤ -Это так прекрасно! -I want to cry -I love the fact she casually has lambs following her -อยากได้แฟนเก่งๆแบบนี้บ้างอะ -She lives in paradise wow amazing just amazing -she cooks a lot but never eats them... eat them when they are nice and hot and you won't be cold! -What were the large yellow fruits?? -Wait wheres the baby lamb😱........ She didnt cook it did she.... I hope that was cow or pig meat ..... Im jumping to conclusions....srry -Paradise!😍😍😍 -So good to watched this -Chj í giỏi thật -I was watching Dianxi Xiaoge channel and then suddenly I saw Liziqi channel with many more million views. They have both peaceful life and healthy foods. -I wanted to have a life like that ❤️ away from chaos and everything negative -Kinda wish my great great grandparent never moved to Cuba -Animals following her the sweetest thing ever. -wow -I defenily need a woman like that💔 -The little lamb and puppies following her, I'm gonna cry 😭😭😭 -Who's filming??🤔 -You have more talent in ur thumb than I do In my whole body -Not going to lie... I would buy everything she makes just to be happy -Pet those puppies😭💕 -Q lindo todo -I wonder why everyone in this modern life is depressed or unhappy and stressed, and then I come and find these videos where people are working for themselves in nature and being in a pure state. These videos are life. -I thought it was me but the music is actually from the Japanese visual novel called Ever17. -Everything in this video looks delicious I bet they smell so good. Now I'm hungry -I wish I could live there, it looks amazing and beautiful, i love your videos keep it up! -Se comió a la pequeña oveja :( -That star filled sky tho... -1:10 Well that’s an odd looking dog -I want a wife like this girl😍❤🌷 besides being beautiful she knows how to do a lot of things. -I fucking love gram gram -Chinese propaganda , it is beautiful video, but it is Chinese propaganda. -i just broke up with my boyfriend last night and this is the first thing i watched in the morning.. - - -damn, i need to go there Liziqi! I need a time to move on and be productive rather than crying -:(( Hahaha i can help in whatever lol -damn evreything looked so tasty, why am i watching this while i should be fasting . -The sheep and dogs -It was so cute when she got scared of the popcorn. Not trying to be creepy. Also, those dogs are adorable -Việt Nam Chào nhé. 👉👍🔔💐💐💐💐 -حياتهم تجننننن -She knows how to cook everything tfff😭 -What an amazing woman ! -I can feel the taste of the food in my mouth- fudge damn- I miss China -Your so luckyyyyyyy!!!!😇😁😜 -4:56 I actually smelt that wthh 😂 -I would love to know how much time that food she cook prepares saved last for? 1 year? -I always wondered how street vendors in China made candied fruits, it's a lot simpler than I thought -I wish I had that kind of life . -5:10 😯 -I definitely can't live like her. I will be dead after a week cuz im soooo lazy. I admire her though -This always reminds me of studio ghibli in a lot of ways. The simple life, the calming music, the day to day interactions with people. This is how I imagine ghibli movies to be like after the “movie” part. Happily ever after. -Wow, now that's living 🙏🏽 -This makes my hot Cheetos feel inferior.... -She seems to know a lot of things around country life which makes he perfect wife material, but still it looks a lot of work for one woman. Does she really manage it with just old grandma? She is truly amazing regardless the answer -I feel like she is in different planet -That was always my imagination of life -She’s strong af -I want to go and live with her !!😩 -tbh tho..where can i find a house or area like hers because it is stunning -omg the puppies -So.... is anyone else amazed by the size of that mango?! I need that in my life!! -So hardworking lady very good keep it up -This is giving me freaky minecraft vibes -😋😋😋 -This is so beautiful I couldn't help but cry for the way she cares so much for her grandma, it's so beautiful. This is the type of being we & our children should be, we need to respect and, care for our grandparents just as much as she does no matter how difficult they can be at times. -天呐,自制美食与田园风光,山水诗意的完美融合!神仙啊! -bless her heart she covered her grandmothers ears and jumps like a fawn after a rifle shot. Grandma is like a gangster, she did not even flinch. -She’s so smart and talented and clever and strong. How has she not been wifed up -Now u know what ur mothers did -i was smiling the whole time this is so cool -OMGGG, CAN I ORDER A BOX OR TWO??? -You are an inspiration woman -Almost cried when the digimon music starts playing lol -It just makes me question what's going on behind the scenes like she seemed to live on a mountain with nobody but her family except she obviously got those marsh mellows from a shop and idek if she does all the work herself 😕got me curious -I wanna make that Snowflake Crisp! -Just watched 3 videos in a row. Found what I'm going to do for the rest of today. -I feel like this is propaganda like why is she good at everything -I feel like I’m watching studio Ghibli in reality -Can I live there and do what you do please? -It's so peaceful - -She is so talented....Her pets are so cute...following her everywhere 😍 -I love the quality -Am i the only one who is so much wondering about her oven..🙄where did she learnt everything. -The mango doesn’t have a seed whhha -My new favorite place on YouTube -When woman start cooking they look more beautiful😍💓 -does she has a cameraman or she just set the cameras all over the place? -這是哪裏這地方好美 -This is the gal you want with you during the zombie apocalypse. She'll make some cakes, slay a few zombies, then make furniture and slip covers from their skin and bones.... -wholesome -Im obssesed with thiss -I cant stop watch your vid! -I want her life , it may not be all easy and comfy but i love it 😍 -Life could be so beautiful. What did I live like before?I must turn off my host, and restart my life! -i want to marry you -This Chine that i didn’t know, só simple and to humanity. -I wish I could make so much cool stuff! -How can dried dead animal flesh be peaceful .......why choose violence when you don't have to -Ko bt chị ấy có nhận mình làm e ko nhỉ. Mình thích ở nơi thanh tĩnh mà nguyên liệu tự trồng xanh tươi ko khí trong lành .Nói chung mình rất thích nơi này -i wonder where she gets the camera cause y’all i’ve never seen someone having nature surrounding their habitat and having a high quality camera, not mentioning that she has a Youtube channel. - -i totally applaud this woman (and also the life she’s living and how she could literally survive in a deserted island lol) -_Why is this weirdly motivating and eye-opening to other stuff I could be doing rather than reading fanfictions?_ -She is inspiring as heck. -Never, has she ever said anything to us, but we are all in love -What the hell is this material? - - - -wifey material -เพลินว่ะ.. -รู้ตัวอีกทีนี้กูดูมาหลายคลิบล่ะ -i feel hungry -Perfect life with nature! 😍😍😍 -Omg can we talk about how adorable she was at popcorn popping I M DYING -I love that little old lady LOL -I should come live with you for a year, actually I bet a lot of people woul pay for that! -I feel like I’m watching someone play harvest moon. ❤️ -Even a baby sheep follows her around... This really makes me rethink how I'm living. -Chinese people look so smooth like look at their skin and they always look skinny and have a calming voice and make great food <3 I give props to this race! Actually nvm this goes to all Asians also! -Us Caucasian’s are terrible at a healthy life style... -WHERES THE MANGO SEED? -I wish we had this type of girls in America./: -𝕀 𝕨𝕒𝕟𝕥 𝕥𝕠 𝕠𝕟𝕖 𝕕𝕒𝕪 𝕝𝕚𝕧𝕖 𝕒 𝕝𝕚𝕗𝕖 𝕝𝕚𝕜𝕖 𝕥𝕙𝕚𝕤... 𝕎𝕚𝕥𝕙 𝕕𝕠𝕞𝕖 𝕥𝕖𝕔𝕙𝕟𝕠𝕝𝕠𝕘𝕪 𝕓𝕚𝕥 𝕤𝕥𝕚𝕝𝕝 𝕔𝕝𝕠𝕤𝕖𝕝𝕪 𝕔𝕠𝕟𝕟𝕖𝕔𝕥𝕖𝕕 𝕥𝕠 𝕟𝕒𝕥𝕦𝕣𝕖 𝕒𝕟𝕕 𝕙𝕒𝕧𝕖 𝕒𝕟𝕕 𝕕𝕠 𝕞𝕒𝕟𝕪 𝕟𝕒𝕥𝕦𝕣𝕒𝕝 𝕥𝕙𝕚𝕟𝕘𝕤! -So asmr-y 👂🏻lmao -Oh my gosh the puppies are so cute 🐶💕 -Her Videos Bring Me So Much Joy, She Works So Hard.. and Her Grandma Is Adorable^^ Keep Up The Great Work!!🌟 -Look at this young lady so hard working so strong!!! Most girls of this generation only care about makeup -Bro omg i need to marry a girl like this shes amazing ! -what kind of camera do you use to record your videos with? -How to make popcorn: - -Us: Put a bag in the microwave. - -Them: Design a nuclear bomb to pop the corn while spinning it around on top if fire. (Protect Grandma’s ears as well.) 👉😳👈 -She's something else. -I wish my wife would be as good as her -I'm trying to understand this channel. Does she really live like this day to day? If so, why? Also, who is cinematographer and editor because none of this is amateur -What happened at 5:59? -She looks like mina twice -The little sheep makes me happy. -I love your enthusiasm, you are really amazing👍 -Pause at any part of the video you get a wallpaper ironically -Madam.. how do I purchase your goods? They look amazing! -There probably only a few places on earth as nice and natural as we're you live -This video is sooo satisfying.I feel at peace with the World...Thank you -몬가 전원생활하는 부자같다 -I'm just here for the doggos -she is really orginiazed. -Que talento para hacer cosas deliciosas !! -i think you should separate videos into different parts so you can concentrate on each video and have more views :p -Thank god who ever gets the amazing gift of having this woman. -No wander you grandma is healthy -Huge Respect for this woman. When will the Western Feminism Learned? -I’m in China right now and I know a lot of people say it’s all polluted but there are parts of this country that isn’t! -Can you please invite me 😭😭😭😭 -yes because everyone casually has the two cutest dogs on the planet and a lamb trailing them around. -Wow I wanna be her so if I’m stuck on an island I can live my whole life lol -HER HAIR WAS SO CUTE AND SHE DID SO MUCH COOL STUFF ABSOLUTE ICON -I am almost certain this channel is run by the Chinese government -Hermoso vivir en el campo😍 yo se k nadie entenderá mi comentario x k soy la única persona k habla español aquí pero saludos de todas formas🥰🤭😘😘😘😘😘😘😘😘😘😘 -Beauty -this is studio ghibli -Your grandma is adorable. -eating the snacks as she was packing them just struck me as so cute and wholesome and idk why -How do Asian Grandmas out live Grandpas and live so long -I randomly clicked on the video and now i admire her.. the way she loves life is amazing.. so simple.. i'd be in heaven if i'm in a place like that.. being in an era where gadgets seem to have just taken away everyone, including myself, it's very helpful to see your videos.. it's inspiring.. also, wishing your family all the best.. i love my grandma so much as well but i can't be by her side.. you and your grandma are so cute.. 😊 -these videos never fail to fascinate me -the dogs and the lamb are so cute following her around -Why did she mix the Nuts with dirt? -Its the same lamb from the video of her making the cloak! -Omg there is the furniture she made Frome bamboo -Is someone told me she made half the things in her house i would believe them -8:55 ARE THOSE FREAKING _LEMONS_ -This is amazing and soothing but... DID YOU SEE THE SIZE OF THOSE LEMONS?!?! OMG!!!! - - --me 5 minutes later- -okay.... I'll admit looking up huge lemons was a mistake. But in my defence, the internet is gross -very Peaceful -你是如此鼓舞人心!我的中文不是很好。但我很高兴你发布视频! 非常感谢! 我爱你! 你好可爱! -Sat here watching her cook things and thinking, she probably made her own pans. -She has dogs and a lamb following her around this is adorable and her work ethic is amazing what am I doing smh -YouTube........finally amazing recommendation🙏🙏🙏 -I love you video 💘💘💘💘 -Beware guys...!!!! This channel is addictive.😍😍😍... I came across this channel randomly & I m watching it continuously last 3 hours.... -All her videos are honestly so beautiful, I could cry happy tears... -I'd rather watch this than some dudes make a Waterpark out of mud and sticks -"Rock candy" -_huh Undertale_ -I love your videos theyre so enchanting -this video make me happy lol -Awwee!! This looks like a fairy tale! Is South Korea really a fairy tale? The Bamboo and every thing! And the cute animals... awwee -I learned something new today. -1.I'm lazy -2.I'm useless -3.I'm fat and hungry but also alergic to peanuts and almonds. -4.I adore dogs with all my soul and it hurts me when people don't pamper them. -U r my inspiration. I like all our videos. U deserve much much subscribers.love from Pakistan. 😘😊 -U r too much brave and talented. 😘😍 -Im binge watching now - -You are such a hardworking beautiful woman. -I wish she was my wife and everyday looked like this . -Omg yassssss queen -Ap to sabse best ho ....nice -I really want to be her assistant 😭💕😍 o love the view -3:11 This is what I call satisfying! ;w; -She's so fast!! ;w; -I forgot about my leg injury and my minor depression for 10 minutes. Thank you. -Was this music from Digimon Adventure? Whoah the memories :P this was just so pleasing to watch like every video I’ve been watching in your channel! -beautiful girl ) -❤Digimon❤ 5:16 -Siapa siapa disini yang... -... -.... -.... -... -Dari -... -I love the dogs -very very nice... im egyptian -Chupa Edu Guedes -So are you Chinese or Japanese? -ㅛㄷㅕ ㅊㅗㅑ -Her cute animal followers! Omg! I'm jealous! Animals seem to hate me! -تصوير خرافي انا مصور..... بس مستحيل اصور هيچ فيديو 📽 احترافي -Who the fuck is filming this looks to professional lol -想娶你。。。 -Not fair... puppies ko kch bhi nhi Diya khane ko. -Mba nya pas masukin ke tungku pake kaos tangan tpi pas mau ngeluarin mlh telanjang tangan. Gimana sih mba 😌 -Glad I found this channel -Am I the only one crying (T_T) -It's just so cute. 0:24 -Please teach me how to slice mango so perfectly like that! It all looks so delicious! This woman works her booty off!!! She inspires me! And the grandma is absolutely adorable and so are the little pups and lamb! -👍🏼🙏🏼 -这个年青青的就会这么手艺,实属不易,智慧超群,绝非凡女,一定是仙女!我觉得你是这个世界上最美的女孩! -😊😘😍👍 -What else she cant do ? -That oven was a Shiba Inu. This girl's family are a bunch of geniuses oh my God. -能幹嘅女人!👍 -I would like to try all of that where are you from ? Btw i think I am hearing digimon soundtrack? -im confused by this mangos.. -I want to be like her -Man this is so heart warming😌😌 serene and beautiful🖤 -Melon seed? I thought it was sunflower seed? -Who is this girl, is she hongkong movie star ? -*I love this girl too, everyone comes to my house and drinks tea* -honestly her videos are all aesthetic. -i have the urge to live with her but my lazy butt won't do anything useful ;-; -Top 5 anime waifus -wahhhhhh ms Liziqi You are GREAT -I miss that life . i can't go back -Liziqi back at it again with her trusty cleaver 😁 -А по русски??? -Everything this woman does is art! Love all the multigenerational love too! Amazing -It's so satisfying to watch her making these things -Ive been starting to realise............maybe theyre the more privileged...... -These are the most relaxing videos to watch -Is this filmed by a cam crew or she does THAT too ?? -I love the dogs 😍 -つまみ食いとか、もう可愛いかよ。\(//Д//)/ -って誰か訳して欲しいくらい。 -This girl is nuts. -This videos are so well thought. Im shook. -So beautiful -9:49 So fucking adorable. And also, damn, This is how life supposed to be. -Watching her videos always makes me realize how much we take for granted -Who edits the video? And who helps her film it? (That's what has been going through my mind the entire video 😂) -And I struggle to put milk in my cereal -Anyone else wanna how how she made it? or what she made? -* suddenly feels like doing all the chores in the house * -Thiệt sự không biết người khác thế nào chứ tui xem tui muốn rớt nước miếng 🤣 -I want to go there 💖💖💖💖😍 -Such a dutiful and multi-talented woman ....I feel dumb all of a sudden:'( -好牛逼啊,卧槽,现在还有几个女孩子会做饭。 -the little animals following her is the cutest thing ever 😍 -Lol I was not expecting the popcorn maker to do what it did -It's so cute watching the lil ones follow her wherever she goes ;-; -Why do I feel so motivated to do something with my life lol -Do you have a husband? -Do you eat the dogs? -😍 -This woman and her family are a goddamn national treasur. Never change -Hidup yg sebenarnya -This channel is straight out of a monster hunter game minus the hunting. -Do you think in the future you could list your ingredients in the description box? i know so many people who would love to try to make the food you cook! <3 what you do is an art and it's beautiful. -Liziqi = skill collector. -OuO -Binh yen qua. Uoc gi duoc nhu vay. -She's fucking amazing -Hey that is Digimon song.... -Harvest moon reality -It looks a lot less polluted there -These people will easily survive any type of Apocalypse -Literally best asmr -I love how nice she is to her grandma ❤️❤️❤️❤️ -100分的完美女孩兒。 -I miss my grandma after seeing this -gave me peace and tranquility, simple and beautiful!🌻🌻 -Dude their so meet. I cant even make cup ramen man... -Use the sugar to coat the apples. Then use the same sugar to make sesame peanut candy. Use the corn cobs as fuel to pop the corn. Waste nothing. Wonderful. Stay busy. Live uncluttered. -This girl really is something else. This is how I wish I lived. -Does anyone else wonder what she was like as a child -Lol o loved how the sheep and those two dogs stay with her the whole time she was finding chestnuts -That is one lucky grandma -This is the closest we'll get to a fallen angel -Damn this awesome -Too much food shits all gonna spoil foo -i just want a life like this very close to nature eat only what mother earth gives no stress no thinking about money nor future -The Grudge. - -Yes -What a hard working young women. Most of us don’t even want to wash the dishes. -Is this what heavens like? -Why’d she put the peanuts in dirt ? -I wish to live this way big fat sigh -You are so talented. These videos give me such an escape from daily life -..senZillamente incredible what they invest their time on..a reminder for those beings who find themselves bussy on ways, structures & more × controllin' the world, these asian females are simply far better than many & that's a reward for those of us who watch'em, namaste × ever -Try not to be hungry -Thanks for sharing this to the world, the history of humanity is very grateful with all of you! -Dude, imagine if we have VR version video of her lifestyle 😲 uuugh straight to the heaven -I’m- wtf like wow. We supposed to live like this lmao it looks so amazing but we living so wrong and destroying our earth. -I swear this song is at the end of a studio ghibli movie -She takes such good care of her grandma 🥺🥺❤️ -Wow so beautiful -Is this real life? or just fantasea? -Did anyone else notice the Ofen that looks like a dog with a bone? -Estos tipos de vídeos me relajan bastante 😂❤ -Popping popcorn never looked so exciting! 😄 -She’s so preshious -For some reason I thought the puppy at the beginning was also a lamb😂😂😂 -😋ultimate relaxing asmr💗 -Wow. Amazing -So healing -Hreat video love it -thank you -Fuckin 8 to 5 jobs in shitty desk shit -Puppiesssss -she is so strong! she has so much patience and she loves what she does...i mean i would love to do these things as well but only by thinking all this work i would be tired before i even start... -I’m hungry now looks good. -Awww cute doggos watching her cook. -Việt Nam xin chào -Seriously girl.... is there anything you can't do?? love your videos 👍👍 -She's living in a Miyazaki movie -Very well made, it's nice to see all the steps that go into making these things the traditional way. -I find the puppy and lamb combo a little staged, essentially I'm afraid it could be all staged. My paranoid butt is acting up. But nevertheless, 10/10 educational video. Old grandma is very cute, I hope she knows she is. -I wonder what gordon would think of this -Someday, can i come to your home town? This is so beautiful 😭 watching your videos always makes me feeling cozy and relax ~(and also hungry)~ 😁 -This is too good to be real.... -"With a big rock on the heart" -Ước gì nhà mình cũng có 1 khu vườn như vậy -She’s incredible❤️ -Love all of her videos so.much -This can be a perfect ASMR video...am feeling sleepy -Damn -She's good at everything 😍 -I rlly wanna be like her😭 -okay who takes and edits her videos tho -Real wifey material !! Goals ✨✨✨ -I feel like this girl is the character in my game of harvest moooooonnn!!! 😍😍😍 -真有趣! -Now im thinking.. dId sHe bUiLd hEr oWn hOusE??? So talented ♡ -Việt nam like nhé -感觉是贵州的做法 -Get me a granddaughter like this who loves me to no end 😤 -Please mention...ingredients NAMEs -where did she get the marshmallow?? i mean, this is traditional/natural sources right? -I like she -Can’t imagine an actual camera in there. -The most dangerous pop corn in the world? -Fuck china -5:57 whattt... -Có người Việt 🇻🇳🇻🇳 nào xem không 🤔🤔 -She can do many wonderful things. Who is this girl? -Is it just me that's binging all these at like 11:30 at night like wtf am I doing? Planning my future life that's what -Wow -What's with the 9.3K dislikes!? -Anyone else feel like they just want to cry watching these videos? So beautiful and pure. X -the way they didnt pet the puppies -Those are some really big mangos 😶😶 -Ok tq your video lady yang.ok.best.waw.nice butyful.wolde ok tq 🕊🐾 -每次看都感覺到自己看到仙女下凡來 -4:36 Bravo 👏 -when did china unblocked youtube? -Beautiful.. your video such a fantastic... -feels like anime in real life -Wow!, I'm amazed to her work here!.. I'm new here -😘😘😘😘😘😘😘😘😘😘😘😘 -Multitalented girl!And super lucky grandma! -I want this kind of life simple and contented🖤🌻 -I think this is the kind of life that everyone yearns for deep down. - -Its so simple, but u would feel a great sense of acomplishment after the days done, ur surrounded by ppl who are present and engaged, ud be going on adventures everyday and ur waking with the sun and sleeping with the stars, as it should be. - -Not to mention how healthy this all is, physically and mentally. - -Gosh what a peaceful way of living. Obviously it would get tyring at times, but man would it be worth it. -您真的是多才多艺,看到您乡间的生活真的地羡慕。 -Who is filming this? The shots are so beautifully done -炒栗子更好吃 -I honestly love, how she treats her grandma with so much respect and how she does everything for her grandma. Plus this video is so calming -This is all I want to do in life. Pick some fruits and make nice treats for people and myself. Live a life like this. I know it can have its ups and downs, but thats okay with me. -I want to live this life😢 -9296 man disslike .what a jealous people . -Me dan una pena los perros, no paro de imaginarme que de grandes se los van a comer 😭😖 -5:35 how to make popcorn the cool way xD -In the countryside people make use of everything. Nothing is wasted. A brilliant way to live. -Watching 10 minutes of this video feels like a day -이 언니 정체가 뭐야 다 잘해 영상이 영화같아요~ -This woman is an engineer, a woodworker, a cook, an artist, a cinematographer, a video editor, and now she's snow white with those little puppies and a lamb like are you serious?? -Beautiful girl -this is the most wholesome video ever -what kind of popcorn machine is that!!! Whoa! -用心做的甜品,勾起我童年的回憶,感謝有你用心的分享 -Your video made me feel so peaceful 🥰 -I’m so speechless.shes so talented and calming and nice.i wish her the best and her grandma -This videos calm my anxiety -So funny .. u cover grandma ears and let go and grab your owns.. lol 😂 and grandma 👵 seems fine -I would love to have a mom like that 😁 If I didn't have one but she would be a good Grama with all the naleg she nows -Wow its like heaven -This makes me want to fake my death and move to Alaska and just live off the wild. Living my best life and all that. Something about this way of living is so honest and humble -Ngon quá - -Có ai người việt mà xem ko nhở 😙 -他是哪裏人? -Damn she’s good -Is so emotional that you alway share everything you do in your video with your grandma. -That’s all so pretty and look tasty i wish you were my sister ʕ•̀ω•́ʔ✧ -It’s fried sunflower seed -No hate. Just tryna clear up any -Confusion -Adorable oveja 😍😍 -Xinh gái đảm đang quá -Whoever has here as a wife is so. So. So. Luck... -お姉さんは綺麗だし犬は可愛いしご飯美味しそうだしすごく素敵 -The fact that she pays no utility bills what so ever and lives her best life is inspiring ! -The puppies😍😍😍 -Around 6:03 is probably one of the most cutest thing I have ever seen in my entire life- -เมียผมในความฝัน -Where is she from?! -And I’m here still managing to burn toast. Fuck me 😭 -Is she living like this everyday. -Is this real -Where does all this food go? -Ni hao -Digimon soundtrack 😭💕 -The most satisfying video I had ever watched in Youtube!!! -I like your videos better without music. the sound is so crisp and clear and lovely all on its own. the music distracts from it -The amount of work that goes into a project this big is formidable - and doing the job with such professionalism and joy? I deeply respect you :) ♥️ -Isn't it sunflower seeds and not melon seeds? Btw everything she does is amazing! -PEANUT SESAME CANDY IS SO GOOD T-T -I’ve watch about 10 of her videos... WHAT CAN SHE NOT DO? Amazing woman, respect. -Cachorrinho..eita mocas trabalhadeumira kkkkkk -why all these foods she made looks tasty -Nadie supera a esta reina de na cocina -Ăn ăn và ăn -I like it -6:00 the way she freaked out :v -اكل طبيعي وصحي -Bro that lamb was there for the first bit and then it was gone when she was cooking meat only the dogs were left damn rip -ทำไมเมียกูไม่เก่งแบบนี้มั้งว่ะ อีเหี้ย -Where is the third dog? -I started with this video and still can’t stop myself to watching videos of her,she’s a Queen 👸🏻 -i really want her to write a blog about all the tips and tricks she knows (how to care for things, how to do things), how living like this makes her feel and just overall her every day life. damn, it should be made into a film, honestly. i could only dream of living is such paradise. -NYC -What do you feed your dogs? -Wow -Doggies... -She’s so pure😔 -I love you my sweet soul -Blessings xxx -Why don't you pay any attention to your puppies? -this is the life i wanted ;-; -Who else watches liziqi's videos before sleeping? -3:20 OMG that's everything 💖😍😭I can't believe it 🤧💗 -I'm just going to go out and say it just give her the prize for Amazing woman of the Year, Screw it Century. Oh My Goodness she's like phenomenal. As a woman I've never wanted to be any other woman till I met this lovely soul. If I ever felt like Aspiring to any other woman it be her without a doubt. 💞💖💗❤️💗❤️💖💞💗❤️💗💞💖 -lets take a moment for the cute doggos -I'm your fan ^^ <3, love you, love your video -Does anyone relished that two dogs always together ..? In one of d video I see them two sit next to each other watching d stars n sky , so cute -How do one become so knowledgeable ? It is incredible how many things she can do with her hands. -She doesnt live there , she live in the city in the luxurious n modern house , she just come to her granny house to make video , -new favourite videos for the middle of anxiety attacks xx -なんかすげぇ -حياتهم تجنن -The animals and the scenery are what you find in a movie wow... -Hi -My name liza -It suddenly appeared in my rec vid. Is it movie? -What does the granda have on hea head ahahaha it's so cute -Im guessing she could make all natural dog treats too.Puppies are so cute. -What part of China does she live in? North or South? -I'm not even gay and I don't even know if she's gay but can I marry her? -I swear that grandma is living the best life -Meu Deus....onde é esse lugar que parasse um paraíso...onde se pega tudo da natureza. Curioso que ela faz tudo isso e a roupa fica limpinha......kkkk -She now takes the whole puppy and drops it into the pot lol -5:20 is.. is that that song from digimon?? jesus... my childhood came back to my in flashbacks :,) -子柒好可愛,這樣的人就該配這樣的風景 -I suddenly feel the urge to turn my life 180º and become the best version of myself -Those fake ass thots who make cereals in a bowl cant beat this girl over here -I love how she has dogs AND a lamb XD -Daerah mana sih itu pengen tinggal disana -This is the life Thanos wanted. -This is the life thanks wanted -This is the life Thanos wanted. -It's actually not a simple but an abundant life she has. -It's actually not a simple but an abundant life she has. -I´m obsessed with this channel! ❤️😍 -I love that anyone can watch these amazing videos, there is no real language barrier or anything! I wish I was as talented as her -Why somebody dislike??? -Wait so where is this? Because this place looks amazing, calming and rather pleasant. -nhìn mà chỉ muốn bỏ nhà lên núi ở😨 -Were those really mangoes? -aw the cute animals following❤️❤️❤️ im inloveee -Chestnut -何この子。めちゃめちゃ可愛い。推せる。 -The sounds is poor but the ingredients is powerful -shes so adorable ugh🥺🥺<33 -This is such a beautiful simple life! I’d pick to live like this any day! This is awesome -So sweet & sleepy lovely video -Love this girl -جوهااا نااار😍❤️ -❤️👏🏻 -👏🏻👏🏻👏🏻👏🏻 -😍😍😍😍 -I feel homey homey while watching this . I've never seen something as beautiful as this video -She's such a great woman 👍 -I just found a virtual paradise! 😭💕 This is so beautiful. 💕 -She just made an entire years worth of snacks, i need to master her art - -I really wish you sold that snowflake crisp 😩❤️ I can’t wait to try the chili sauce. While it is also my favorite video- it also looks so delicious and I want to try it. So badly. -Que mujer mas imprecionante wooo -Truly inspiring.... your amazing .... -It’s crazy that the roasted chestnuts is what we call buckeyes -23M views! -THIS is the life, I strive for this. -هل بنت طاقه ايجابيه -I just love the way she cooks everything, the nature, the music. So much peace. -5:57-6:00 so cute uwu -3:19 Anyone else noticed the oven? ☺️💕 -This is honestly such a life goal, making things from scratch, growing my own food too -❤💜💛💚💙💝💘💗💖💕💓💞👍👍👌👌😊😊 -😊😊😊😉🍗🍖🍢🍢🍛🍚🍲🍡🌹🌹🌹🌺🌺🌺 -It looks so lovely to live in a place like this -No mames que linda we -Los primeros vídeos eran más espontáneos y m gustaban más -Quiero una novia japonesa :3 -These videos make me feel like I'm missing out on a lot - -I know what I'm doing with my money and time when I get to my settling down phase lol -ألنت ضعيف -For some reason, I'd much rather everyone lived like this :3 there's nothing to be depressed about, not so much pollution, no corruption, no one's the boss of anyone, even the puppies and the sheep got along with each other. This makes me satisfied with life. This gives me hope :3 -Que bonitas las asiáticas, no se ponen nada en la piel y siempre lucen bien. Que maravilla de videos!! Comida y mas comida!! 🌎🍴💜😊 -.... until the dog falls in to the fireplace... -I really want to see behind the scenes of these videos -ar you kidddin meeee, how frikin cute is that lamb eating those vegetables my heart! -To welcome the chinese new year, every family will stock food and snacks to have a family union and to entertain visiting relatives, usually we buy all stuff in the market but Ziqi made everything by herself with talent, it's more meaningful and fabulous! -what is this fruit at 8:52? -The puppy is hungry 🥺🥺🥺🥺🥺🥺 -I would say “this is why we don’t need advanced technology” but we need that technology to see this... -Кто ищет русский комент лайк -The way she runs to cover her grandmas ears 🙌🏼 so adorable 😭 - - - - - - -Shit...thanks for over 1,000 likes ❤️🙌🏼 -So many fruits! -Perfect combination of brain with beauty !!! Love those cute puppies and the environment around !! -So satisfying -뻥이요 자칠씨 귀여워 -내 색시 합시다. -How you make your hairstyle -Ai VN đang xem nào -So fake ! -The best one. -Actually it's easy and in our country "Algeria"🇩🇿🇩🇿🇩🇿🇩🇿 every Spring we do this and it called (balout) (tefah mheli ) (lhem lehlouw) (halkoum). -Not like Life would be easier when it would be like this. But it would be better when it would be like on this channel. -where i can marry her? -Its so cute how she covers her grandmothers ear💕 -I want to retire in a place like this holy shit -Someone please explain...why do Snr the mango have a giant seed??? -❤️❤️❤️ -thats a gigantic mango ohmy- -So beautiful 😍 -so talented but uses too much plastic I thought she would make her own bamboo bags or something for the produce -China is the mafi who steals from others -Yum 😋 -It looks so delicious - The dogs and the lamb was so cute ❤️ -Is that meat dog meat? -Wow mango is so big -Hmm, she now looks artificial to me. Dnt knw wht. Its not village simple girl. There are more natural chinese channels like Dianxi -อยากได้เมียจีนเลย5555 -V.N ✋😻 -Your stranded on an island and u can bring one person - - - - -*grabs Liziqi* -Nice work 👍👍the girl is so talented -น่ารักค่ะ -Xinh thế -This is what dedication looks like -Que hermoso me encanta estos videos es increíble todo lo que se puede aser con la naturaleza -Te has ganado el corazón de un Mexicano <33 -What did she add the marshmallows to? -Я уже устал восхищаться ;) молодец 👏 -What an amazing life -If Willy Wonka was a girl -You "lizqi" are my all time favourite, the videos you upload I watch repeatedly again and again. The culinary skills that you display is beyond appreciation, needless to talk about your facial charm....i always get carried away. Lots of love and my best wishes -omg the jump when her uncle opened the popcorn thing was adorable -Watched many times this same video 😚😚 -essa é p casar -为什么这么多老外😂😂 -12 years of school, 4 years of college and working until you die rather than living like this after school or even before. - - - -Great. -The sceneries on your property is amazing. And the dogs. -This is like those anime food moments...but more realistic -Каефффф -so wait why did she pack this food?? does this mean she has a restaurant somewhere or a shop??? -Muy linda la vida del campo,quiero ir a visitarlos . -5:10 make a wish... -What kind of mango is that? It's much bigger than the ones i usually eat! -Can I live there? -6:50 these were translated as melon seeds. They are not, they are sunflower seeds. -why was i born in america smh we got fast good and shit; lowkey would love to be raised there and learn everything they do -Digimon music! -so beautifull,peace & natural -your videos maka everything looks perfect& feel like in heaven -Which place is this???????? -我就想問 -有什麼是你不會做的 -man i wish my life was like a movie -This video is so meaningful to me -Ur great -Co gì mà thất tỷ hk bit làm hk mọi người tỷ giỏi kinh khủng khíp -Edsfsvfsfdvvideo -Wow realy she done a great job..... Keep rock..... -What a nice place! -มาวาดรูปกัน -Recently found this channel, oh have I a lot to catch up on. Simply the best channel ever. Love the cat head shaped oven. -I thought this was a Japanese YouTuber -Jesus Christ, she callin her uncle far below the mountain. -This life is not an easy one.. Really she is a hardworking one..Oh my god I can't live like this in any single day...Hats off to you -Wt an ideal women she is!! am jst imprsd 💜 bckgrnd music was amazing hv a great future go ahead✌👍😍 -😄😄😄 -what she has done things in a video is more than I've done in my whole life - -This video makes me happy to be alive in this world. -Omg your dogs are so cute I love them -なんかアニメの世界みたい! -何でも家族の愛情が素晴らしい -A very intertaining to watch, so meaningful like movie. I love it. -女主这是生活在哪里?摄影师太棒啦,原来生活这么有趣。没有广告,真是良心视频。 -をうぇれsぶえなこしなんどやによぁかさとだいんせんぢあだ。。。😅😅 -Very rich !!! -How can this have 9000 dislikes!??? -This is an actual ASMR video. - -(The best part is 3:11) -I love her grandma, so cute. :') -Multitalented girl...I don't kw how she is cooking these items bt it's making me hungry....I would like to come that place bt there is no chance fa me really feeling sad while seeing that place..... -Did she cook the lamb? :0 -I still don't know how I ended up here but now I'm not leaving. -Your face is so prity -Ghibli in real life -Its natural cooking without any artificial ingredients....... one every one searches for in dis era -The food u make looks so gd do u sale alot -I am Vietnamese -I love you -What are those giant citrus looking fruits? -I love her lil friends following her everywhere -Smartlife Smartgirl -This is better than asmr -You are such a talented women, a lot of patience...oh my god!!! What not!!! And you are leading such a beautiful and amazing life😍 -Just keep going!!!! -استمري يا مبدعة😊 -The music reminds me of those singing ghosts - -6:00 -Really really dream Wife -太厲害了! 樣樣自己來 -根本就是萬能廚神! -This Woman knows everything. Huge respect for keeping Nature close at hand. You are a beautiful being 💕 -THE PUPPIES GET ME EVRY TIEM ;_; -HOW DOES SHE KNOW HOW TO BUILD A CIVILIZATION?! - - -SHE HANDCRAFTS A MOTHER FUCKING SINK ONE MINUTE AND THE NEXT SHOUTS "I WANNA POP POPCORN UNCLE!" LIKE A CHILD - - -WHAT IS LIFE?! HOW OLD IS SHE?! -50fps better than 30fps -Việt nam điểm danh nào -🙏🏻💕💕💕💕💕💕💕💚💛💖 -Honestly I love your videos you are special .... Bravooo well done from Algeria 😍😘 -And the Chinese say the boy cares for his parents when they get old 🤔 -The little doggies :) -I'm pretty sure that they know what they're doing, and I love it so much -我想舔你的逼 -9:43 wait is that eggs and mangoes? 🤮 -Definitely life goals. -that is an incredible way to popcorn -子柒家有什么没有的吗? -还有251天又要过年了 -♥️♥️♥️♥️♥️👍 -You Chinese people are so smart and you guys create awesome things. I respect that 😊😊💖💖. Not only that but you guys are simple, I love it 🤣🤣💕. My life and environment is nothing compared to this, here it is ugly but where you life so vibrant and beautiful 😍😊 -Her gramma is amazing I love her -小时候吃过沙炒胡豆,不知还有沙炒花生。 -This isn't a diy channel because nobody else is as badass as her to be able to do any of it -Acá en Argentina comemos manzana caramelizada, semillitas de girasol y maní dulce o salado. Me gustó mucho ver como las haces. - Saludos :) -Omg that scared me! 5:58 -(Interesting way to make popcorn tho -Cô ấy thật tuyệt vời😍😍😍 -這個女孩太能幹了,簡直出乎意料啊! -Any one watching this same episode more than once like me. press a like -I want to marriage to this food angel -5:54 😍😍🐕🐕🤭😮 -Wow 👌👌👌👌 -Please pet the puppies!!!! -这集好吃的真多 -8:36. น่ารักเนอะแต่ถ้าเปนคนดำๆขี้เหร่ทำดุสิโครตน่าเกลียด -When the puppies start eating tho !! -สุดยอดมากเรยคับ -Strong girl💪 -Fabuloso 👏🏻👏🏻👏🏻👏🏻❤️❤️❤️ -Hii -amazing this girl very creative lots of hard work done by herself -My first time seeing mango without seed??!?! -Lo ame !!! Me hizo acordar a mis abuelitos 👴👵💕 -She is so incredible , honestly she is a perfect and precious person. -Si que debe de haber mucho frío en ese lugar la abuelita esta bien tapadaaa 👻👻 -Thank you for sharing your story. I love to see the traditional way of cooking. Teaches me a lot. -wow sheep think dog not cry out any of the heard. -How that dog, and sheep follow her like guard of her so sweet and cute . 🐕, 🐑🥰🥰🥰🥰🥰 -That is the most epic way to pop popcorn I have ever seen -people who unlike this video must insane -Looks wonderful! But ain’t that sunflower seeds? Not melon seeds? -The most pampered grandma. -Это каштаны??? Я родом из Грузии. В детстве тожэ собирала но не жарила а больше любила вареннные. Нанизывала как бусы на верёвочке. Супер. Здоровья вам и благополучия 🤗 -pozdrav iz serbije -Honestly, you and your Granny are absolutely adorable. Your skills in all crafts are far beyond anything I've ever seen! If I could learn just a handful of the skills you possess my life would be complete! -Osm looking Lovell -Osm looking Lovell -You deserve 1000 k likes.... -i really do love your videos -another video please😍 -The part with the loud sound was so cute haha -oh my god this is so amazing! -O đấy giống như 1 thiên đường z -Повезло ее маме с такой дочкой 👍👍👍👍👍 -妳有什麽不會做的- -damn i wanna live like this -Woa chị làm đồ ăn ngon còn đẹp nữa chứ iu chị -とても綺麗な人だ🥺💗 -The old lady is so cute -Most comfortable without music -Не возможно остановиться!!! -어떻게 이렇게 영상이 아름다울수 있지 너무 촬영을 잘했다... 최고 최고 -Where do you live,, if anybody knows please tell me. This place is so beautiful I fall in love with this place. And this girl also so beautiful -Wow those "cracking sounds of food" are amazing to hear -美麗なショートムービーであります。 - -This is what it would be like if Thanos really did snap. Better world -ฃอบมากเลย คนจีนเก่ง ชอบวัฒนธรรม -All this is real😦😧😭😭😭😭😭😭 -Wow 😌 -Your uncle opening the popcorn maker and you jumping 100ft off the ground was hilarious 😂 -I wonder how she’s getting all of these good angles/ shots. Is there someone else filming? -Wowwww -Such beautifull place and life and color -Many years ago, my grandma and grand aunts did same things for Chinese New Year preparation -Lo que me da mas lastima es ver que cambian los perritos en cada video y pienso que se los comen...😓😓 -I had a Digimon flashback lol -Aww the little lamb and little doggos 😍😭💕 -She's so beautiful😍 -MashaAllah -Life by nature -This video is so simple, yet so beautiful. So calming. -Also, dogs. -Does anybody know a recipe for this marshmallows-nut-fruit-cake? -Why dont you feed your dog???? -Ok i found this channel -And I’m obsessed 🥰🥰 Genius -I am so grateful that you allow us a peek into your very practical way of living and in that you have incorporated a healthy eating and living style. I have witnessed so many resourceful ways you process your food, I am definitely enviable. Chinese art is the greatest teacher of survival. -居然没有中文留言! -中国にもポン菓子的なのあるんだ、、、 -انت مو حلو انت مو حلوه انا اسف حلوات -ok but like what is this channel, where is this, who is she, why is this so aesthetically pleasing and somewhat calming.. 😍 -واهابوووي🤣🤗......مبدددعه -Thanks -Harvest moon real life edition -Seus vídeos são lindos. Parabéns! -This soundtrack reminds me of old time animes -Naku me vedios antay chala istam -Akka iam coming in your home please -Beautiful👍 -الله يرزقني حياتك -I hope she doesn't kill that loyal and adorable lamb for meat. 😊 -are you live in heaven -I Love You -И маленькие друзья:) любопытные малыши -這年貨太豐盛了啦 -Who eats all this food? Beautiful vlog though. -👏👏👏👏👏😍🇧🇷 -Increditable, so relaxing watching -哇,不羡鸳鸯不羡仙,只羡子柒妹妹,人生最美好的生活莫过于此,归田园居,喧闹的生活中发现一股清流…妹妹分享了好多美味佳肴,爱你😘子柒妹妹,不知道在哪里能遇见你! -Please give something to poor lamb also -Việt Nam điểm danh ! -what camera was used? -She's really strong!! -Everything is so beautiful here! This is life. 💚 -im annoyed by the fact that i just cant tell how old she is -Beautiful video very nice -A true vlogger! -Ngon quá -I always feel comfortable whenever I watch your videos, sis! Thank you for making such amazing videos <3 -unique cooking -99% Nature -100% relaxing music -beautiful girl and with her talent -30% Animal - - -yeah i'm done -It has been a dream of mine to know what wild plants are edible and how to prepare them. To be able to just find amazing free food in the world and make meals for my family. How much would it cost to teach someone your lifestyle? -I’m so happy she lives this way, she’s the lucky one -Love 🌷 -So wonderful seeing all that you do. Not since Dick Proenneke have I been inspired by how someone lives, thank you. -The music sounds so depressing to me😔 -Simple life is the happiest life on earth. And I love how they cook the popcorn amazing 😍 -Beautifull fotografy design... -When I was a kid there was a chestnut tree in my front yard and backyard and for chores I’d always have to pick all them damn prickly things up barehanded haha then when I got older Lol I realized ughh all those wasted chestnuts!!!! 😭😅 this was so relaxing to watch I wish I could experience this preparation it looks fun! -😋😋 -Youtube has made me fall into a deep rabbit hole of these videos -Welcome to China😊 -i love the affection she gives to her grandma. makes me miss the things my grandma did for me -This video is my favourite video 😍😍😍😍 -I want simple life with someone i love -💟👍👌 -Please give receipt of your dise -Ля ,а сабачькам покушать ?Сама только и успивает в рот всё кидать,бедные собаки.Только дразнит ! Я смотрю там чулан ,забитый едой до потолка. Вот тебе и Япония,люди конечно безумно умные.Даже девушка способна собрать кровать из нехуя ! И что мне нравится они живут с природой, какие-то корешки,лапухи всё съедобное.Я посмотрев несколько видео , первое что как она заботится о своей матери или бабушке ,это не важно.Просто какое воспитание ! А второе ,какие они трудолюбивые,теперь я понимаю почему они в такой маленькой стране,на порядок выше других стран живут ,у них голова работает как хорошие Швейцарские часы.Я человек у которого руки растут от куда надо,просто говоря золотые руки .Меня даже удивил их труд ,а особенно ум -those are sunflower seeds, not melon seeds right? -撮影設備と編集環境の想像がつかない、、違う世界みたい。。 -I love your videos and I love China as well.. I'm from Kochi, INDIA ❤ - -Thanks for this wonderful videos. .love and respect 💕✌ -I hope she's the one benefiting the subscriptions... I really really like the video.. Very traditional.. -Love ur vlog.... -Did I just see marshmallow ?? -Is that a traditional food in Chinese ? -City girl will literally dies doing the first 5 minutes of this vid -2:17 is that tanghulu things ? -Aisi biwi milti to zindagi ban jati -好浮夸的演技 -Ungal samaiyal supera erukku -Que gracinha de vídeo 🤗 -Those animals are cutie!!! -Still looking for that wardrobe I have to walk through to get to this magical place.....🤗😍 -🇮🇹👏👏👏👏👏🙋😍😍😍😍😍😍😍😍😍😘😘😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😘😘😘😍😘🤗 🤗🤗🤗🤗😍😘🤗😍😍😍😍😍 -Ella es única tan trabajadora todo lo qe hace cosas ricas y ese lugar tan hermoso parese un paraíso y ella un angel😊 y muy linda -It's very beautiful to watch.. -The life should be like that all over the world there would be no fight , piece n love would be every where , but if it happened who would say this is " world " but simplicity is beauty -Liziqi Thank you very much. Very important and nice video. -She has a whole team working for her, it's all about business:) -總以為仙女下凡是古代的傳說,今天才知道真的有仙女下凡,還在我們生活的時代。 -Haha hihi -This is the life. What a simply beautiful way to live -does anyone know the name of the song playing in the background? it seems so familiar and i get this nostalgic feeling, please if anyone knows tell me.. -honearable is really great -イッヌがずっとご飯欲しそうにしてるの気になる…… -What the-she's too hardworking for me to handle...and her cooking stuff is cool tho. -Where is the place ..I like it -Wawwww -I think she is a shopkeeper -Never tired watching u n ur surroundings... 👀 -厉害了子柒 - -Why all of you not put subtitle to understand what ingredients you use -Is that theremin music from 5:17.....🤔🙃🙃 -Cute puppy... Btw -Very nice n peaceful video 🍂🍃🍁🍀🍃🍂🍂🍃🍀🌲🌳🌱🌿☘🌾 -I love you 😘😘 -Español por favor🙇 -Can u write sub in English ? I really wanna know name of materials -Where is this place? I feel like buying it. -李姑娘真的太能干了!谁娶到她真是有福😊 -Almost perfect.. almost . No affection towards the cute pups though.. me no likey -我就奇了怪了,英文特么评论这么多,把我顶上去我要看到中文 -山奥でこういう生活したいな。。 -(でも撮影大変そうだな、、いろんな画角から撮ってて) -给你一个中文留言 -Ban nay gioi thiet -INCREDIBLE! please adopt me😣☻ -all i know how to do is *microwave* the food 😔😖 -4:24 CUTEST PUPPY EVER!! 😭 -Such natural life, soo beautiful -Uau amei tudo. -犬たち可愛い -真厉害!10分的时间里这么多的内容! -كل الادعية اللي ف المصحف وكمان مرتبه ﺣﺴﺐ ﺗﺮﺗﻴﺐ ﺍﻟﻤﺼﺤﻒ ﺍﻟﺸﺮﻳﻒ.اجعلها صدقة جارية* - -*1- ﺭﺑﻨﺎ ﺗﻘﺒﻞ ﻣﻨﺎ ﺇﻧﻚ ﺃﻧﺖ ﺍﻟﺴﻤﻴﻊ ﺍﻟﻌﻠﻴﻢ، ﻭﺗﺐ ﻋﻠﻴﻨﺎ ﺇﻧﻚ ﺃﻧﺖ ﺍﻟﺘﻮﺍﺏ ﺍﻟﺮﺣﻴﻢ.* - -*2- ﺭﺑﻨﺎ ﺁﺗﻨﺎ ﻓﻲ ﺍﻟﺪﻧﻴﺎ ﺣﺴﻨﺔ ﻭﻓﻲ ﺍﻵﺧﺮﺓ ﺣﺴﻨﺔ ﻭﻗﻨﺎ ﻋﺬﺍﺏ ﺍﻟﻨﺎﺭ.* - -*3- ﺭﺑﻨﺎ ﺃﻓﺮﻍ ﻋﻠﻴﻨﺎ ﺻﺒﺮﺍ ﻭﺛﺒﺖ ﺃﻗﺪﺍﻣﻨﺎ ﻭﺍﻧﺼﺮﻧﺎ ﻋﻠﻰ ﺍﻟﻘﻮﻡ ﺍﻟﻜﺎﻓﺮﻳﻦ.* - -*4- ﺭﺑﻨﺎ ﻻ ﺗﺆﺍﺧﺬﻧﺎ ﺇﻥ ﻧﺴﻴﻨﺎ ﺃﻭ ﺃﺧﻄﺎﻧﺎ، ﺭﺑﻨﺎ ﻭﻻ ﺗﺤﻤﻞ ﻋﻠﻴﻨﺎ ﺇﺻﺮﺍ ﻛﻤﺎ ﺣﻤﻠﺘﻪ ﻋﻠﻰ ﺍﻟﺬﻳﻦ ﻣﻦ ﻗﺒﻠﻨﺎ.* - -*5- ﺭﺑﻨﺎ ﻭﻻ ﺗﺤﻤﻠﻨﺎ ﻣﺎ ﻻ ﻃﺎﻗﺔ ﻟﻨﺎ ﺑﻪ ﻭﺍﻋﻒ ﻋﻨﺎ ﻭﺍﻏﻔﺮ ﻟﻨﺎ ﻭﺍﺭﺣﻤﻨﺎ ﺃﻧﺖ ﻣﻮﻻﻧﺎ ﻓﺎﻧﺼﺮﻧﺎ ﻋﻠﻰ ﺍﻟﻘﻮﻡ ﺍﻟﻜﺎﻓﺮﻳﻦ.* - -*6- ﺭﺑﻨﺎ ﻻ ﺗﺰﻍ ﻗﻠﻮﺑﻨﺎ ﺑﻌﺪ ﺇﺫ ﻫﺪﻳﺘﻨﺎ ﻭﻫﺐ ﻟﻨﺎ ﻣﻦ ﻟﺪﻧﻚ ﺭﺣﻤﺔ ﺇﻧﻚ ﺃﻧﺖ ﺍﻟﻮﻫﺎﺏ.* - -*7- ﺭﺑﻨﺎ ﺇﻧﻚ ﺟﺎﻣﻊ ﺍﻟﻨﺎﺱ ﻟﻴﻮﻡ ﻻ ﺭﻳﺐ ﻓﻴﻪ ﺇﻥ ﺍﻟﻠﻪ ﻻ ﻳﺨﻠﻒ ﺍﻟﻤﻴﻌﺎﺩ.* - -*8- ﺭﺑﻨﺎ ﺇﻧﻨﺎ ﺁﻣﻨﺎ ﻓﺎﻏﻔﺮ ﻟﻨﺎ ﺫﻧﻮﺑﻨﺎ ﻭﻗﻨﺎ ﻋﺬﺍﺏ ﺍﻟﻨﺎﺭ.* - -*9- ﺭﺏ ﻫﺐ ﻟﻲ ﻣﻦ ﻟﺪﻧﻚ ﺫﺭﻳﺔ ﻃﻴﺒﺔ ﺇﻧﻚ ﺳﻤﻴﻊ ﺍﻟﺪﻋﺎﺀ.* - -*10- ﺭﺑﻨﺎ ﺁﻣﻨﺎ ﺑﻤﺎ ﺃﻧﺰﻟﺖ ﻭﺍﺗﺒﻌﻨﺎ ﺍﻟﺮﺳﻮﻝ ﻓﺎﻛﺘﺒﻨﺎ ﻣﻊ ﺍﻟﺸﺎﻫﺪﻳﻦ.* - -*11- ﺭﺑﻨﺎ ﺍﻏﻔﺮ ﻟﻨﺎ ﺫﻧﻮﺑﻨﺎ ﻭﺇﺳﺮﺍﻓﻨﺎ ﻓﻲ ﺃﻣﺮﻧﺎ ﻭﺛﺒﺖ ﺃﻗﺪﺍﻣﻨﺎ ﻭﺍﻧﺼﺮﻧﺎ ﻋﻠﻰ ﺍﻟﻘﻮﻡ ﺍﻟﻜﺎﻓﺮﻳﻦ.* - -*12- ﺭﺑﻨﺎ ﻣﺎ ﺧﻠﻘﺖ ﻫﺬﺍ ﺑﺎﻃﻼ ﺳﺒﺤﺎﻧﻚ ﻓﻘﻨﺎ ﻋﺬﺍﺏ ﺍﻟﻨﺎﺭ.* - -*13- ﺭﺑﻨﺎ ﺇﻧﻚ ﻣﻦ ﺗﺪﺧﻞ ﺍﻟﻨﺎﺭ ﻓﻘﺪ ﺃﺧﺰﻳﺘﻪ ﻭﻣﺎ ﻟﻠﻈﺎﻟﻤﻴﻦ ﻣﻦ ﺃﻧﺼﺎﺭ.* - -*14- ﺭﺑﻨﺎ ﺇﻧﻨﺎ ﺳﻤﻌﻨﺎ ﻣﻨﺎﺩﻳﺎ ﻳﻨﺎﺩﻱ ﻟﻺﻳﻤﺎﻥ ﺃﻥ ﺍﻣﻨﻮﺍ ﺑﺮﺑﻜﻢ ﻓﺂﻣﻨﺎ، ﺭﺑﻨﺎ ﻓﺎﻏﻔﺮ ﻟﻨﺎ ﺫﻧﻮﺑﻨﺎ ﻭﻛﻔﺮ ﻋﻨﺎ ﺳﻴﺌﺎﺗﻨﺎ ﻭﺗﻮﻓﻨﺎ ﻣﻊ ﺍﻷﺑﺮﺍﺭ.* - -*15- ﺭﺑﻨﺎ ﻭﺍﺗﻨﺎ ﻣﺎ ﻭﻋﺪﺗﻨﺎ ﻋﻠﻰ ﺭﺳﻠﻚ ﻭﻻ ﺗﺨﺰﻧﺎ ﻳﻮﻡ ﺍﻟﻘﻴﺎﻣﺔ ﺇﻧﻚ ﻻ ﺗﺨﻠﻒ ﺍﻟﻤﻴﻌﺎﺩ.* - -*16- ﺭﺑﻨﺎ ﺃﺧﺮﺟﻨﺎ ﻣﻦ ﻫﺬﻩ ﺍﻟﻘﺮﻳﺔ ﺍﻟﻈﺎﻟﻢ ﺃﻫﻠﻬﺎ ﻭﺍﺟﻌﻞ ﻟﻨﺎ ﻣﻦ ﻟﺪﻧﻚ ﻭﻟﻴﺎ ﻭﺍﺟﻌﻞ ﻟﻨﺎ ﻣﻦ ﻟﺪﻧﻚ ﻧﺼﻴﺮﺍ.* - -*17- ﺭﺑﻨﺎ ﻇﻠﻤﻨﺎ ﺃﻧﻔﺴﻨﺎ ﻭﺍﻥ ﻟﻢ ﺗﻐﻔﺮ ﻟﻨﺎ ﻭﺗﺮﺣﻤﻨﺎ ﻟﻨﻜﻮﻧﻦ ﻣﻦ ﺍﻟﺨﺎﺳﺮﻳﻦ* - -*18- ﺭﺑﻨﺎ ﺍﻓﺘﺢ ﺑﻴﻨﻨﺎ ﻭﺑﻴﻦ ﻗﻮﻣﻨﺎ ﺑﺎﻟﺤﻖ ﻭﺃﻧﺖ ﺧﻴﺮ ﺍﻟﻔﺎﺗﺤﻴﻦ* - -*19- ﺭﺑﻨﺎ ﺍﻓﺮﻍ ﻋﻠﻴﻨﺎ ﺻﺒﺮﺍ ﻭﺗﻮﻓﻨﺎ ﻣﺴﻠﻤﻴﻦ، ﺃﻧﺖ ﻭﻟﻴﻨﺎ ﻓﺎﻏﻔﺮ ﻟﻨﺎ ﻭﺍﺭﺣﻤﻨﺎ ﻭﺃﻧﺖ ﺧﻴﺮ ﺍﻟﻐﺎﻓﺮﻳﻦ.* - -*20- ﺭﺑﻨﺎ ﻻ ﺗﺠﻌﻠﻨﺎ ﻓﺘﻨﺔ ﻟﻠﻘﻮﻡ ﺍﻟﻈﺎﻟﻤﻴﻦ ﻭﻧﺠﻨﺎ ﺑﺮﺣﻤﺘﻚ ﻣﻦ ﺍﻟﻘﻮﻡ ﺍﻟﻜﺎﻓﺮﻳﻦ.* - -*21- ﺭﺏ ﺇﻧﻲ ﺃﻋﻮﺫ ﺑﻚ ﺃﻥ ﺃﺳﺎﻟﻚ ﻣﺎ ﻟﻴﺲ ﻟﻲ ﺑﻪ ﻋﻠﻢ ﻭﺇﻻ ﺗﻐﻔﺮ ﻟﻲ ﻭﺗﺮﺣﻤﻨﻲ ﺃﻛﻦ ﻣﻦ ﺍﻟﺨﺎﺳﺮﻳﻦ.* - -*22- ﺭﺏ ﺃﻧﺖ ﻭﻟﻴﻲ ﻓﻲ ﺍﻟﺪﻧﻴﺎ ﻭﺍﻵﺧﺮﺓ ﺗﻮﻓﻨﻲ ﻣﺴﻠﻤﺎ ﻭﺃﻟﺤﻘﻨﻲ ﺑﺎﻟﺼﺎﻟﺤﻴﻦ.* - -*23- ﺭﺑﻨﺎ ﺇﻧﻚ ﺗﻌﻠﻢ ﻣﺎ ﻧﺨﻔﻲ ﻭﻣﺎ ﻧﻌﻠﻦ ﻭﻣﺎ يخفى ﻋﻠﻰ ﺍﻟﻠﻪ ﻣﻦ ﺷﻲﺀ ﻓﻲ ﺍﻷﺭﺽ ﻭﻻ ﻓﻲ ﺍﻟﺴﻤﺎﺀ.* - -*24- ﺭﺏ ﺍﺟﻌﻠﻨﻲ ﻣﻘﻴﻢ ﺍﻟﺼﻼﺓ ﻭﻣﻦ ﺫﺭﻳﺘﻲ ﺭﺑﻨﺎ ﻭﺗﻘﺒﻞ ﺩﻋﺎﺀ، ﺭﺑﻨﺎ ﺍﻏﻔﺮ ﻟﻲ ﻭﻟﻮﺍﻟﺪﻱ ﻭﻟﻠﻤﺆﻣﻨﻴﻦ ﻳﻮﻡ ﻳﻘﻮﻡ ﺍﻟﺤﺴﺎﺏ* - -*25- ﺭﺏ ﺃﺩﺧﻠﻨﻲ ﻣﺪﺧﻞ ﺻﺪﻕ ﻭﺃﺧﺮﺟﻨﻲ ﻣﺨﺮﺝ ﺻﺪﻕ ﻭﺍﺟﻌﻞ ﻟﻲ ﻣﻦ ﻟﺪﻧﻚ ﺳﻠﻄﺎﻧﺎ ﻧﺼﻴﺮﺍ.* - -*26- ﺭﺑﻨﺎ ﺁﺗﻨﺎ ﻣﻦ ﻟﺪﻧﻚ ﺭﺣﻤﺔ ﻭﻫﻴﺊ ﻟﻨﺎ ﻣﻦ ﺃﻣﺮﻧﺎ ﺭﺷﺪﺍ، ﺭﺏ ﺇﻧﻲ ﻭﻫﻦ ﺍﻟﻌﻈﻢ ﻣﻨﻰ ﻭﺍﺷﺘﻌﻞ ﺍﻟﺮﺃﺱ ﺷﻴﺒﺎ ﻭﻟﻢ ﺃﻛﻦ ﺑﺪﻋﺎﺋﻚ ﺭﺏ ﺷﻘﻴﺎ.* - -*27- ﺭﺏ ﺍﺷﺮﺡ ﻟﻲ ﺻﺪﺭﻱ ﻭﻳﺴﺮ ﻟﻲ ﺃﻣﺮﻱ ﻭﺍﺣﻠﻞ ﻋﻘﺪﺓ ﻣﻦ ﻟﺴﺎﻧﻲ ﻳﻔﻘﻬﻮﺍ ﻗﻮﻟﻲ، ﺭﺏ ﺯﺩﻧﻲ ﻋﻠﻤﺎ.* - -*28- ﻻ ﺍﻟﻪ ﺇﻻ ﺃﻧﺖ ﺳﺒﺤﺎﻧﻚ ﺇﻧﻲ ﻛﻨﺖ ﻣﻦ ﺍﻟﻈﺎﻟﻤﻴﻦ.* - -*29- ﺭﺏ ﻻ ﺗﺬﺭﻧﻲ ﻓﺮﺩﺍ ﻭﺃﻧﺖ ﺧﻴﺮ ﺍﻟﻮﺍﺭﺛﻴﻦ.* - -*30- ﺃﻧﻲ ﻣﺴﻨﻲ ﺍﻟﻀﺮ ﻭﺃﻧﺖ ﺍﺭﺣﻢ ﺍﻟﺮﺍﺣﻤﻴﻦ.* - -*31- ﺭﺏ ﺃﻧﺰﻟﻨﻲ ﻣﻨﺰﻻ ﻣﺒﺎﺭﻛﺎ ﻭﺃﻧﺖ ﺧﻴﺮ ﺍﻟﻤﻨﺰﻟﻴﻦ.* - -*32- ﺭﺏ ﺃﻋﻮﺫ ﺑﻚ ﻣﻦ ﻫﻤﺰﺍﺕ ﺍﻟﺸﻴﺎﻃﻴﻦ ﻭﺃﻋﻮﺫ ﺑﻚ ﺭﺏ ﺃﻥ ﻳﺤﻀﺮﻭﻥ.* - -*33- ﺭﺑﻨﺎ ﺁﻣﻨﺎ ﻓﺎﻏﻔﺮ ﻟﻨﺎ ﻭﺍﺭﺣﻤﻨﺎ ﻭﺃﻧﺖ ﺧﻴﺮ ﺍﻟﺮﺍﺣﻤﻴﻦ.* - -*34- ﺭﺑﻨﺎ ﺍﺻﺮﻑ ﻋﻨﺎ ﻋﺬﺍﺏ ﺟﻬﻨﻢ ﺇﻥ ﻋﺬﺍﺑﻬﺎ ﻛﺎﻥ ﻏﺮﺍﻣﺎ ﺇﻧﻬﺎ ﺳﺎﺀﺕ ﻣﺴﺘﻘﺮﺍ ﻭﻣﻘﺎﻣﺎ.* - -*35- ﺭﺑﻨﺎ ﻫﺐ ﻟﻨﺎ ﻣﻦ ﺃﺯﻭﺍﺟﻨﺎ ﻭﺫﺭﻳﺎﺗﻨﺎ ﻗﺮﺓ ﺃﻋﻴﻦ ﻭﺍﺟﻌﻠﻨﺎ ﻟﻠﻤﺘﻘﻴﻦ ﺇﻣﺎﻣﺎ.* - -*36- ﺭﺏ ﻫﺐ ﻟﻲ ﺣﻜﻤﺎ ﻭﺍﻟﺤﻘﻨﻰ ﺑﺎﻟﺼﺎﻟﺤﻴﻦ ﻭﺍﺟﻌﻞ ﻟﻲ ﻟﺴﺎﻥ ﺻﺪﻕ ﻓﻲ. ﺍﻵﺧﺮﻳﻦ ﻭﺍﺟﻌﻠﻨﻲ ﻣﻦ ﻭﺭﺛﺔ ﺟﻨﺔ ﺍﻟﻨﻌﻴﻢ ﻭﻻ ﺗﺨﺰﻧﻲ ﻳﻮﻡ ﻳﺒﻌﺜﻮﻥ ﻳﻮﻡ ﻻ ﻳﻨﻔﻊ ﻣﺎﻝ ﻭﻻ ﺑﻨﻮﻥ ﺇﻻ ﻣﻦ ﺃﺗﻰ ﺍﻟﻠﻪ ﺑﻘﻠﺐ ﺳﻠﻴﻢ.* - -*37- ﺭﺏ ﻧﺠﻨﻲ ﻭﺃﻫﻠﻲ ﻣﻤﺎ ﻳﻌﻤﻠﻮﻥ.* - -*38- ﺭﺏ ﺃﻭﺯﻋﻨﻲ ﺃﻥ ﺍﺷﻜﺮ ﻧﻌﻤﺘﻚ ﺍﻟﺘﻲ ﺃﻧﻌﻤﺖ ﻋﻠﻰ ﻭﻋﻠﻰ ﻭﺍﻟﺪﻱ ﻭﺍﻥ ﺍﻋﻤﻞ ﺻﺎﻟﺤﺎ ﺗﺮﺿﺎﻩ ﻭﺍﺩﺧﻠﻨﻰ ﺑﺮﺣﻤﺘﻚ ﻓﻲ ﻋﺒﺎﺩﻙ ﺍﻟﺼﺎﻟﺤﻴﻦ.* - -*39- ﺭﺏ ﺇﻧﻲ ﻇﻠﻤﺖ ﻧﻔﺴﻲ ﻓﺎﻏﻔﺮ ﻟﻲ، ﺭﺏ ﺍﻧﺼﺮﻧﻲ ﻋﻠﻰ ﺍﻟﻘﻮﻡ ﺍﻟﻤﻔﺴﺪﻳﻦ.* - -*40- ﺭﺑﻨﺎ ﻭﺳﻌﺖ ﻛﻞ ﺷﻲﺀ ﺭﺣﻤﺔ ﻭﻋﻠﻤﺎ ﻓﺎﻏﻔﺮ ﻟﻠﺬﻳﻦ ﺗﺎﺑﻮﺍ ﻭﺍﺗﺒﻌﻮﺍ ﺳﺒﻴﻠﻚ ﻭﻗﻬﻢ ﻋﺬﺍﺏ ﺍﻟﺠﺤﻴم* - -*41- ﺭﺑﻨﺎ ﻭﺃﺩﺧﻠﻬﻢ ﺟﻨﺎﺕ ﻋﺪﻥ ﺍﻟﺘﻲ ﻭﻋﺪﺗﻬﻢ ﻭﻣﻦ ﺻﻠﺢ ﻣﻦ ﺁﺑﺎﺋﻬﻢ ﻭﺃﺯﻭﺍﺟﻬﻢ ﻭﺫﺭﻳﺎﺗﻬﻢ ﺇﻧﻚ ﺃﻧﺖ ﺍﻟﻌﺰﻳﺰ ﺍﻟﺤﻜﻴﻢ ﻭﻗﻬﻢ ﺍﻟﺴﻴﺌﺎﺕ ﻭﻣﻦ ﺗﻖ ﺍﻟﺴﻴﺌﺎﺕ ﻳﻮﻣﺌﺬ ﻓﻘﺪ ﺭﺣﻤﺘﻪ ﻭﺫﻟﻚ ﻫﻮ ﺍﻟﻔﻮﺯ ﺍﻟﻌﻈﻴﻢ.* - -*42- ﺭﺑﻨﺎ ﺍﻛﺸﻒ ﻋﻨﺎ ﺍﻟﻌﺬﺍﺏ ﺇﻧﺎ ﻣﺆﻣﻨﻮﻥ.* - -*43- ﺭﺏ ﺃﻭﺯﻋﻨﻲ ﺃﻥ ﺍﺷﻜﺮ ﻧﻌﻤﺘﻚ التی أنعمت ﻋﻠﻰ ﻭﻋﻠﻰ ﻭﺍﻟﺪﻱ ﻭﺍﻥ ﺍﻋﻤﻞ ﺻﺎﻟﺤﺎ ﺗﺮﺿﺎﻩ ﻭﺃﺻﻠﺢ ﻟﻲ ﻓﻲ ﺫﺭﻳﺘﻲ ﺇﻧﻲ ﺗﺒﺖ ﺇﻟﻴﻚ ﻭﺍﻧﻲ ﻣﻦ ﺍﻟﻤﺴﻠﻤﻴﻦ.* - -*44- ﺭﺑﻨﺎ ﺍﻏﻔﺮ ﻟﻨﺎ ﻭﻹﺧﻮﺍﻧﻨﺎ ﺍﻟﺬﻳﻦ ﺳﺒﻘﻮﻧﺎ ﺑﺎﻹﻳﻤﺎﻥ ﻭﻻ ﺗﺠﻌﻞ ﻓﻲ ﻗﻠﻮﺑﻨﺎ ﻏﻼ ﻟﻠﺬﻳﻦ ﺍﻣﻨﻮﺍ.* - -*45- ﺭﺑﻨﺎ ﺇﻧﻚ ﺭﺀﻭﻑ ﺭﺣﻴﻢ، ﺭﺑﻨﺎ ﻋﻠﻴﻚ ﺗﻮﻛﻠﻨﺎ ﻭﺍﻟﻴﻚ ﺃﻧﺒﻨﺎ ﻭﺍﻟﻴﻚ ﺍﻟﻤﺼﻴﺮ، ﺭﺑﻨﺎ ﻻ ﺗﺠﻌﻠﻨﺎ ﻓﺘﻨﺔ ﻟﻠﺬﻳﻦ ﻛﻔﺮﻭﺍ ﻭﺍﻏﻔﺮ ﻟﻨﺎ ﺭﺑﻨﺎ ﺇﻧﻚ ﺃﻧﺖ ﺍﻟﻌﺰﻳﺰ ﺍﻟﺤﻜﻴﻢ.* - -*46- ﺭﺑﻨﺎ ﺍﺗﻤﻢ ﻟﻨﺎ ﻧﻮﺭﻧﺎ ﻭﺍﻏﻔﺮ ﻟﻨﺎ ﺇﻧﻚ ﻋﻠﻰ ﻛﻞ ﺷﻲﺀ ﻗﺪﻳﺮ، ﺭﺏ ﺍﺑﻦ ﻟﻲ ﻋﻨﺪﻙ ﺑﻴﺘﺎ ﻓﻲ ﺍﻟﺠﻨﺔ ﻭﻧﺠﻨﻲ ﻣﻦ ﺍﻟﻘﻮﻡ ﺍﻟﻈﺎﻟﻤﻴﻦ.* - -*47- ﺭﺏ ﻻ ﺗﺬﺭ ﻋﻠﻰ ﺍﻷﺭﺽ ﻣﻦ ﺍﻟﻜﺎﻓﺮﻳﻦ ﺩﻳﺎﺭﺍ ﺇﻧﻚ ﺇﻥ ﺗﺬﺭﻫﻢ ﻳﻀﻠﻮﺍ ﻋﺒﺎﺩﻙ ﻭﻻ ﻳﻠﺪﻭﺍ ﺇﻻ ﻓﺎﺟﺮﺍ ﻛﻔﺎﺭا.* - -*48- ﺭﺏ ﺍﻏﻔﺮ ﻟﻲ ﻭﻟﻮﺍﻟﺪﻱ ﻭﻟﻤﻦ ﺩﺧﻞ بﻴﺘﻲ ﻣﺆﻣﻨﺎ ﻭﻟﻠﻤﺆﻣﻨﻴﻦ ﻭﺍﻟﻤﺆﻣﻨﺎﺕ ﻭﻻ ﺗﺰﺩ ﺍﻟﻈﺎﻟﻤﻴﻦ ﺇﻻ ﺗﺒﺎﺭﺍ.* - -*اللي هيعرف الأدعية دي بسببك" هتتفاجئ باذن الله يوم القيامه بجبال حسنات .. وفـ الدُنيا بشلال أمُنيات متحققه .. بأذن الله.* -. -*وإدعـــــــــوا گـتيـر بآللهہ عليگـــم* -I love watching and rewatching your videos. They make me so happy. It's just awful how many people on Youtube copy your videos for their own channels. You deserve 100% of the credit for all your hard work. -Mba nya rajin, cantik, -Đã quá -I Love You -偷吃一口好可爱哈哈 -انا سمية من الجزائر أحبك -Beautiful LiZi Qi 💗.. -Does anyone know what powder she put in the marshmallow -Cutie puppies 😍 -Pls provide the receipe -5:59 -when you see a girl walking with a lamb and dogs you know she's a family girl, a keeper, even tough she may be a virgin. Much respect for living in nature. -奇怪了,为啥没看到中文评论 -Es como el lugar de mis sueños! 😯😯😯 -It's unreal wow -子柒已经红出墙了么 -美人さんや… -Cho e xin nhạc nền .help mee -This is from my hometown, Sichuan province, one of the most beautiful provinces in China. You may know Szechuan food and Szechuan pepper,all are from Sichuan. Her home is about 150km north of the province's capital city Chengdu (a mega modern city). You can take a nonstop flight from London, Paris, LA, or NY to Chengdu. -I feel peaceful from your video. ☺️ -No one ever can beat u Lizi -All I want to see.. is for her to give those puppies some attention. lol They're too adorable -Watching her videos is kind of relaxing. -I wonder if she sold all these sweets she made. -中国版リトルフォレストですね。 -綺麗な映像。 -wow -This is life at its purest form ! Please tell me where is this place .. I really wanna make a trip... -😁😚☺😘😍🤗 -只有我听到数码宝贝的配乐吗? -为什么没有汉语评论呢? -Twitterからきた✋ -美しすぎて見入ってしまいました。 -世界が発展していくなかで、効率が追求されてこういう部分が切り捨てられていくのは本当に寂しいことだよね。 -守っていけたらいいな -Tanghulu? -Ever17のKarmaじゃないか -I think this is how paradise is supposed to be -No one: -Chinese chestnuts: /\/\/\/\/\ -ツイッターから -CAN YOU LIKE PLEASE GIVE YOUR DOGS LOVE MY HEART -かわいい -What's BGM -Those 8K people who disliked this video might have watched it upside down! -She finds happiness in every simple thing! 🙂😍 -I like her sereals👍👍👍 -hahhaha she makes a lot of food😅 does she sell it or nah? her grandma's the luckiest btw -I can't believe -Mind blowing -哇… -好厲害 -Four -Dis Vdo is lik feeding mi soul .mind heart ..OUT OF THE WORLD ITS HEAVEN IN TRU MEANS ..WATA PURETY SIMPLICITY ..IM ACTUALLY SPEECHLESS WCHNG OL DS BUT STILL HVTU PUT IN WRDS SOMHOW A BIT WAT IM FEELING WCHNG DS VDO ..DS GRLOH MI SHEZ AMZING BESTIFUL LIK DOLL N IMMENSELY TALENTED HARD WORKING ..THE PLACE .HOUSE .POTS .FRUITS RECIPEZ ..VEGIS .GRNDMA .LUCIOUS FARMS .TREES ..WT TU NME WAT TU LEAV ..HUHH..IM LUCKY I FOUND DS VDO ..LIVING IN MAD BIG CITIES WTH SUCH IMPURE .. POLLUTED.SLY PPLE .RATRACE ..IS LIKA LIVING IN HELL..N MANN DIS PLCE . PEOPLE .. LIKE A DREAM FOR ME -I really want to go to you're place -so cute dogs and sheep -I want to have that kitty head oven of yours..did you made it yourself? Can you show it please... -Just by watching it could tell that you have an amazing life living like this..really! So bless! -突然のマシュマロとビスケットにビビった -hello thanks for sharing your video . -初恋の来た道 -を思い出すね。 -Twitterから来た、、 -ever17 japanese novel game of this song -How can these type of work be any less than what educated women do in office?so divine -こんな暮らしがしてみたい... -どこかで聴いたことあるBGMだと思ったらデジモンだ 懐かしい…… -I watched this until finish in order to see her lovely grandma face. And i hate myself when it doesnt exist -なんて美しい…10分間見入ってしまった -Wow is beautifeul i love china -I love your grandma's hat. And I like your videos, just one problem, the captions are to fast I don't have time to read them lol -ياربي شنو هذا جمال -あふれ出る朝ドラ感 -جابو ولابطل دقة فى العمل والسرعة والنظافة فيديو رايع -ولاتكول عيونه صغار شكد بيهة بلاء -U r supper girl -So peaceful watching your videos 😍❤️ -If there wasn't for the plastic I could think it's paradise -All background music of Liziqi can be found in https://www.youtube.com/user/eileen0307 Please subscribe and enjoy it! -رائع -Seus vídeos são maravilhosos. Parabéns! -Who are the people that didn’t like this video??!!! And why?! -👏👏👏👏👏👏👏👏👏👏👏👏 -This is lovely well done you it's so magical xxxxxx -Benim senin gibi karim olsun 10 million borçum olsun helal sana - -wooow need to eat ^^ -อืม........ -i love your oven haha so cute♡ -wait did she kill the lamb to make that meat....? -Is she going on hibernation with all these foods?? -Такая умница чисто и аккуратно все моет. Молодец. -Awesome! I Love watching this videos esp.the last part..the lady and her grandma and also cutie puppies... -5:55 this is the most precious moment ever -she runs up to cover her grandma's ear but after the blast - grandma : "hehe .. i'm cool" -Liziqi : 5:59 -This girl is beautiful and working hard ! -How beautiful the life of the countryside Life is simple and wonderful I hope to try this life someday Because I prefer the simple life Our lives today is useless to wake up We eat harmful food and then go to electronic devices and then sleep ........ Where fun and Wayne It is a healthy and quiet life? -謎の50hz -is this a real life? or is just a fantasy? -Mmm that mango looks so good 3:11 -Que hermoso -Video :) -I love this scene 5:58 -เก่งมากๆสุดยอด -The way the pets following her...is so adorable...love from india🤗🤗🤗 -omg! those mangoes look so delicious :] does anyone know what kind they are? thank you for the amazing video! <3 -This is so beautiful to watch ❤ -找中文评论 都要找半天 -I want this food from India 😉 -お菓子屋さん❔ -😘❤ -Sugoiii -I love food, lots n lots of them, give me more, i am not done yet -She is so hard working amazing 😇💝 -The place is beautiful ..no crowd ..no people around ..no traffic ..I love it.. -Lol baby animals following you around...you really are irl Disney princess. :D -is it real...🙄 -This is how we use to live, now because of consumeralism there's tons of plastic recycling isn't real they just ship it to Philippines and it can only be re used once -Very nice, quite girl. Great girl. -meanwhile I'm here watching her amazing hard work, laying on my bed after sleeping for a long while 😂 I really want to be like her, but imma super lazy potato :") -👍👍👍💖💖💖💘💘💘💘💘💘😍 -Sonwflake crisp -So in Love!!!!! -Good.. -Rất tuyệt vời -the puppies and sheep were following her 🥺 -Китаянки ещё более ебанутые, чем русские бабы -这才是生活 -What a lucky man is her husband!! -the thing is with cooking, you eat and "taste test" so much food when you're preparing it that when it's ready you're not even hungry anymore -Los perros tienen hambre 😏 -釜戸もそうだけどおばあちゃんの帽子に犬耳ついてるの可愛い -so many snacks -Please tell me she didn't eat the lambs! Only saw the puppies after she cooked that meat 😧 -好喜欢你呀 -هاي الشغلات لي تسويهن يمكن تنزلهن للسوك تبعيهن اكيد -wow -I wish my grandma and I could bond like this, she's too weak. I miss her. -anyone else feels like their watchibg an intro from an anime they've watched... this is so amazing😲😲 -SEEDLESS MANGO?? -Where is your home??? Nice cultivation.. -This is my favorite one you made. Way cool video. -U are THE perfect being on this planet..amazing.. god bless u -I fall in love with you -Iove you to😘😘😘😍😍 -Thats some real Life Anime shit right there -Awww.. look at those puppy giving company to this lady .. -Dog cute 😍😍😍😍😘😘😘😜😜 -高画質! -何かのドラマを見てるようだ。 -音楽も良い。魅力的な動画で癒された。 -Daj i njima jest jesi glupa -We all know she's a fairy, right? -Grandma is a gangster. She didn't even flinch 😎 -哈?!尽然有8000人不喜欢这个视频?什么情况...... -She lives in Wonderland? -hungry -超喜欢你的视频,这安逸的生活简直太吸引人了! -You are so beautiful and cute -J ' aime beaucoup vôtre vidéo, surtout les chiens et le petit mouton, sont trop mignons. Quand on aime la nature, elle nous rend bien. '''''' bonne continuation '''''' -ahh this is the definition of slice of live -I feel like she live in Fairy tale Island 😄🤔 -Feel Like Nostalgic play Harvest Moon 😃 -she always makes food in a big portion, and various style. -it's a feast for sure!! -No plastic at all -your all video are great and i don't want to miss any video -but it's best if add english subtittle. love from NEPAL -Im living in a province but my life is not like this . Im stressed out . I want a peaceful life like hers . -Beautiful work -What kind of a parallel universe is this? She's like a character from Miyazaki movies -Now I just appreciate everything I buy from supermarkets. -I want to eat her cooking 😔 -So this is literally harvest moon back to nature girl edition 👩‍🌾 -If you ask me what will i choose if i was given the chance to pick between living in a villa with a lambo and this...i would definitely choose this anyday. -Wanna live like in this kind of place -I think they censored the part when she slaughtered the lamb and puppies for the jerky..... hallelujah -I wanna introduce some background of ZiQi for people to know better about her. She was born in Sichuan Province in China. She actually suffered a lot of difficulties while she was a child, her father died early and her mother left her, she was raised up by her grandma. Since her family was pretty poor, she dropped off from school since she can't afford the money. She went to cities and did a lot of hard jobs but when her grandma's health went bad, she quit the jobs and decided to move back to the village her grandma. She started to do self-online business to make money but it was not successful at first, but while Chinese short-video industry developing, she started to make the first Chinese ancient food cuisine and that video attracted a lot of people to watch. While she got more successful, it appeared a lot of against voices online, they assumed she used different people to act and she had a huge team to edit these videos. The worst thing is that some people even set up cameras in her house to see the shooting process whether it is fake or not. - - -Under so many pressure, she had to move with her grandma to a much more remote place so that people can not find them. She suffered so many difficulties and finally achieved success but she still continues living and surviving, try to express the most beautiful scenery for us to watch. I really wanna appreciate all the hard work you did and every updated video represents an increasing quality. - - -Don't get injured, take care of yourself, you already did good enough, your videos motivated so many people all around the world, you overcome the language barrier and show the world the best of your life and China. As a Chinese person, I really wanna say thank you. -Quality content like this here on YouTube are very rare! I'm so happy I found this channel! 😍😘😭 -Omg I’m speechless 🤩 -I like your videos very much sister? Where do live?...very piecefull videos...you are very hard worker also...hattsoff my dear sister...GOD BLESS YOU... -these videos make me feel like im watching a studio ghibli movie -Awesome. From Brazil. Good videos. -Lovely video, nice snacks she made :) although error in labelling I guess, those were not melon seeds but sunflower seeds -好厉害,四川真的是个好地方 -The most beautiful life ❤❤ -Bài nhạc tên gì vậy ạ ??? -I'm in love with all your videos~ ❤️ -Omg look at the puppies following her 🥺 -https://youtu.be/kw3BAj1l_oo -I always come to this channel when i need some peace... -You are awesome -These are the cutest puppies. -Please feature them more in your videos ❤ - -Sooo beautifuuuuullll -No ones gonna talk about her cute oven it’s a dog and the door is a bone -Why would you not like this video? I mean, 8 thousands people hate this? She's amazing😍😍😍😀. She cooks soo elegant, beautiful. -The production quality doesn't match up with the content. -This, to me, is true wealth. These videos are so calming... -I love this. But We can't turn this type of life back. Because we came a long. -Feel guilty.😚😚😚 -Does anyone what that metal device the man used to make popcorn? It looked pressurized. -Oh my gosh, her oven is shaped like a dog! -Her videos are so beautiful 💛 and bring me calmness, i m so thankful for this 🌸💛🌸 -Kyungsoo needs to see this -Does...does her bake oven have ears and a nose??? -Bello video 🤗🤗 -Bỏ dj về chăm sóc cho bà -متعة كبيرة -お金に拘らないで、生活の基盤がしっかりしてれば、ちゃんと生活出来るんだろうな… -Việt nam đâu r -冰糖好大顆哦! 冰糖葫蘆耶✌ -So peace full -Why did she put sand in the peanuts...... -Another example of Asians knowing the secrets of life 😂😃 #respect -Tv so overrated... you never even knew it was a thing?!😃🤣 -Amazing. You are one lucky girl. -So nice. 👍👍👍👍👍👍👍👍 be happy. -Cute -*u cook alot and didn’t even feed the puppies* -😥😥 -How sweet you are..... Love you -Turk olan varmi -Will u marry me? ❤️ -👏🌹 -It is very tasty -中華はこうした暮らし方をもっと大切にするべきだな。 -Muje lagta hai un 🐕 dog.s ko bhi khana Dena chahiye -Yaar muje ye ladki bohat achi lagti hai -OMG it's a dream life, it's a cartoon... She is the cartoon character. I wanna live there with this lady <3 -Ok I seen those chestnut trees growing around my city, that’s me I’m going to start incorporating this into my daily life thank you ✨✨🕊🔥🙏🏾🔥🕊✨✨ -小妹妹。你是中國的哪裡人? -💕💕💕💕💕💕😍😍😍😍😍😍😍😍😍😍😍💕💕💕💕😍😍💕💕😍😍💕🤤💕😍😍💕💕😍😍💕🤤🤤🤤🤤🤤🤤🤤😍😍😍😍🤤💕💕🤤😋😋😋😋🤩🤩🤩 -i feel like this is the person harvest moon/story of seasons is based off of -Her life seems like a faire tale, sometimes I wonder if it Is real what they show in their videos or Is something created by several people, however it Is very beautiful what they do!!.. 😜💞 -This is perfection the wild the nature the food the colors the hard work and all that deliciousness while being so neat ad clean is just everything I could ever desire in this life... -Liziqi For - Ever!!! -Wow! The view up there is so nice -I thought YouTube was banned in China? -Will u and grandma eat all these alone? -Amazing!! -This is how we are supposed to be..we are actually spoiled by all the things we have. I don't think we are doing things very well guys 😂 -I love the lamb following her. Most precious ❤️ I am absolutely infatuated with all of this. -Hey that popcorn way was too dangerous if u want i will tell you the easy way -中文呢??中国人不用中文!!! -This is how I want to live -those puppies are so cute -this is such a peaceful and joyful channel, life goals really... by the way what is that huge big yellow fruit that she is taking off the tree? -When she brought granny a snack. My heart -Everything looked wonderful and delicious. Thank you for the video. -Digimon music! -What is the name of the background music? I searched up what is listed above but it was different music than the one in the video. -Ok, idk what the thing was that picked the yellow melons in the trees but it was brilliant! 8:50 -you work so hard and your so pretty -butifull life -This is real life! 👍👍👍 -Восхитительно! Мои восторги из России! )) -Jsja los cachorritos jaja querian probar jaja igual yoo -Esas tradiciones tan bellas w tienen son tan delicados para los alimentos es de admirase -I feel so lazy whenever I watch her. Let's be honest- I complain if my fast food takes too long when I go through the drive-thru... -_- -This girl could easily survive in the wild. I would die. >______> -Addicted to this serenity, This is so magical and mystical -生活上还有什么不会的,太牛了 -Such title -You can get everything there -Although Ly Tu That once had a miserable childhood, living in poverty but now good, she became a famous vlogger, money has helped her have a much better life. She knows everything. LOVE HER !!! -Nice -So is this a kind of vlogging channel or like an educational reenactment because I can't quite tell? Everything is shot with so many angles but man it's all so fascinating. -Im so lucky to have this lifestyle in my childhood n teenager. Now, im working in a big city where the only things people eat is kfc, Macdonald or in restaurants. I've use to it now. Sometimes, im craving for all these food but i can't find it in this state. And im happy i just got letter that im going to transfer soon in my own state after a year i sent them my transfer letter. 😉 - -(Sorry bad English) -Es la mehorvdel mundo....o nose creo que es un angel...demasiado intelligente...que previlegio d este hombre d tener una hija asi....no ay nada que no puefa aser... -很难想象这些都是我小时候的回忆,在乡村,奶奶那双巧手,艰苦却有无限的快乐和幸福。眼泪💧难以抑制,谢谢~ -روعه -This one actually made me cry - -All my life the heart has craved for a woman like this but I end up with selfish pop culture and drama loving malcontent City girls - -Whoever you are you're more beautiful than you can imagine -my favourite snacks in chinese New year😍 -Very hard working. -ขอบคุณค่ะ พี่ชื่ออะไรกันบ้างค่ะ น่ารักจังเลยค่ะ ทีมงานไปไหนหมดค่ะ จาก โคราช ประเทศไทยค่ะ -😊😍😘😘😘😘😘😘😘😘😘😘 -Wow!Just WoW! -Sweet -I think if heaven exist it will be just similar to that place -Remind me of our village -かわいいな〜〜😊 -her grandma's laugh at 9:32 made my heart so soft 💖 -আমাকে দিয়ে ন -These videos reel like a different world to me... How is it possible for someone else to be living in such a different environment compared to me when we live on the same earth -All this.. and she was a former DJ too. I on the other hand .. finally took the garbage out today. 🤭 -忙到頭髮散亂的樣子既真實又可愛,在我有限的認知裡,這就是生活最美的樣子。 -Hay Quá -How did that mango get pealed so perfectly tho -7:26 what ingredients to make that? -Amo ver los videos de esta chicaa 😍❤ su gratronomia -Omg 😘 -Chị đẹp và giỏi quá ♥♥ -Tbh this is how I wanna live, not exactly, but if I could move in with a friend to a place like thatt for at least a year or 2, I'd love to do so. - -I love technology but if I had the money to have a legit farmside mountain centered house, I'd buy it. -I ain’t never seen someone cut mango that gracefully -How much would it cost to live you and learn from you for a year? -What a wonderful life! -Can I find out the names of the fruits from this video? - -Самое прекрасное видео😍 -You work so hard everyday aren't you get tired of so much labour yet you smile and learn so much . I admire your courage and good heart .. ❤ -I feel so useless right now . We always take everything for granted. But yet other's work hard for everything . Your really amazing inside and out sister hope you have blessed life .. -cái con cừu cung da man -Everyone:Awh cute that the lambs and pup are following her around! -No one: Hmmm I wonder where that dried meat came from? -Me: mama lamb. And "cute" baby lambs are next. -Beautiful, beautiful video, as always.. I really enjoy the videos... filmed so beautifully. -每期都很棒。回馈粉丝,免费为粉丝看手相,预约付费八字算命,远程看风水,算命流程专业批八字,加微信msfsds -I'm wondering, how come they have citruses if they get snow? I love the video, but I just was wondering -음악 안깔았슴 좋겠다.. 자연 그대로의 소리가 안들림😓 -Ai VN điểm danh dùm em nhé mấy chị anh ơi 😚😙 -I simply love these vids. They show an appreciation of food and family that we lost a long time ago. I would like more subtitles so I dont have to guess what I'm seeing. I love it -年货去你那订好了。真的 -Yum! Everything looks amazing! Cute pups and the little lamb 😍 too much cuteness! -I love your life 💓 -3:12 its really satisfying -I want this life 🙏🏻🙏🏻😭😭😭😭 -Great 😍😍 -The Chinese wok can do any kind of cooking I have to say... -سبحان الله مكان الذي تعيش فيه كأنه جنة -5:17 digimon ost ? -It feels like (harvestmoon real life) -Sweet nostalgia -She should be awarded all the Michelin stars -W H O L E S O M E -I have always wished a life like this . Pure close to nature -3分20秒のときの黄色い果物なんだろう -日本人挙手 -こんな動画好きだから日本でものびてほしい(*´∀`)♪ -Какая красивая девушка!!!!!!!!!! И какая умница!!!!!!!! 👍👍👍👍👍🌹🌹🌹🌹🌹🌹🌹 -Where you live -What a pretty lady you are -To all the mother fuckers in this comment section that say she slaughter & eat the puppies and lamb. I know yall only say that because she’s chinese, and the fucking “chinese eat dogs” joke are too old . Just saying in case if any of you sick fucks out there didn’t know, not **ALL** chinese eat dogs. If this is a male cooking channel, yall would never say that. Welcome to 2019, braindead. - -(Also don’t act like yall love animals. Have you ever think of what kind of animal are slaughtered to make your dinner? Ofc not, all you can do is go online and talk shit without thinking about how you’re doing the exact same thing) -I just noticed the oven looks like an animal with ears and a nose! Adorable <3 -Que hermoso 😭 ❣ -I love ur reaction when you were suprised🤣 -which camera use it -too good -李子柒干嘛不开个淘宝店,卖零食肯定赚钱! -I am Indian State Kerala Cooking Tips Beauty -Yeah life is amazing, living life with cameras around you in every angle -😍😍😍😍😍😍🤘🤘🤘🤘🤘🤘🤘 -That’s literally the exact same high pressure popcorn popper that the Mythbusters used in one of their episodes. -Cô ấy sống ở nơi như vườn địa đàng EDEN -才艺双馨!! -小羊好可爱 哈哈哈 -超級網紅 - 李子柒 Liziqi - -Peanut and melon seeds, dried meat, dried fruit, snowflake cake - snacks for Spring Festival|Liziqi -https://www.youtube.com/watch?v=FWMIPukvdsQ -花生瓜子糖葫芦,肉干果脯雪花酥——年货小零食 -https://www.youtube.com/watch?v=n9k2NbY2NfM abiu vietnam -You make ice cream -I really want to meet you, sister. I want to learn something from you. -She is a real Disney Princess. Her two pups and little lamb! My crush on her is growing! -What the heck kind of popcorn machine is that? -This makes me so proud to be Chinese 😌 -What happened to the flat mangoes?? 😭 -I think she not belong here but it belong to my hearth😂😂 -I was not expecting the popcorn to be made that way. -Good you are doing very hard work -I feeling good when I am watching this videos omg 😮 i want to go to live with her 😍😍 -I think the marshmallow thing she made with the milk powder is like nougat, its really good -生活不过如此 -Có bợn nào người Việt ko trời?????😑 -😍😍😘😘 -Her cooking and Jun's cooking has this same type of elegant and homey feeling to it. It just, makes me fall in love with cooking. -看了不下十遍 每次都感觉美不胜收 -Achingly beautiful. -Gosh, this young lady is just so practical. -These videos are just so beautifully shot and presented that you start to think you are watching a movie. -Except no actress could portray the deft and certain handling that she displays and which only comes from doing such things from a young age. -I want a wife like her -now everyone knows how is Chinese people make popcorn. -Damn this girl is a keeper -Peanut fried with sand is really yummy I love it -I just found her channel and I have watched this way too many times. I just love it. It makes you feel amazed and its delightful to watch 😍 -That's some real anime stuff right there. -feed the dogs plzzzzzzzzzzz -Sin duda el paraiso en la tierra -Me encanto este video y todos los que he podido ver en este canal -Sigan asi -Sin duda el megor canal de la red -SE PASO TODO LO QUE HIZO SE VE DELICIOSO!!!!!! -Ela é fera -Tudo nesse lugar é lindo -Martha Stewart ain't got shit on this girl!!! -Amazing -Wouldn’t it be awesome to live like that...WAIT is that « castle in the sky » playing in the background ?!!!!!!! YES! -lovely -Where it is ? I want to go .... -Adopt meeeee - -Im glad I found this channel -Can I live with you? -I’m moving in with you -She is such a hard worker and very patient. -This lady show us what is the real worth of woman..living a simple yet meaningful way to lived.working hard for the people she loved -Allah give the Chinese people good land -orda yaşamak isterdim -好寫意 -Так классно -this is how life should be -What's the name of this fruit? 08:52 -Как красиво!!! Браво! -She making so many food that are delicious😋😋😋 -Those were sunflower seeds, not melon seeds -move over soap cutting, mango slicing is here to snatch your wig. -Her life it's so beautiful -你是四川哪儿的,听着像是老乡,好想参观下! -Kind of life I desire 😍 -Everything is big at her place... how can that be? -She so pretty, and her life is completely amazing, the way she doing anything is just outstanding.. Completely fall in love with this girl from India💓💓 -I really enjoy this video. It’s so Nice and homely... but the Digimon music turned me nostalgic and more comfy. -Hugs from Mexico - -Oh my, I've seen and been around many women in my life, very few are an Equal. This woman is a Man's Equal. -仙女姐姐! -Im playing this while cooking my dinner and my soul feels better -Chinese people are a lil crazy in the head! They have to work hard, ro they will "xplode"!!!! -So sweet -Wow so nice I love this -Who's filming her 😯 -She really loves her grandmother. -She’s done more work in this little video than I have in the past year! Whew! -I want to live there peacefully. -Amazing watching her -super tuper hit -I love the dogs -So kind harted -الله طبيعه وجو يرد روح تمنى مارجع مدينه وعيش معاها 😣😣😣😣😣 -Love💓 -Such wonderful life she have, nature and everything natural , no chemicals and pollution and messy in the street with stressful life 😢😢😢 -es de mis videos favoritos -And we complain when we have to go grocery shopping or take out the trash. We have it so made. We bullshit! -It’s quite obvious that’s it’s scripted to me but I still like this segments. -Popcorn or a bomb? 5:59 LOL -I SEE PUPPIES OMG -ي حلاوتها ماشاء الله ☹️💛💛💛. -прелесть то какая!ВСЁ такое теплое, уютное,бесшумное,натуральное.Посуда деревянная,корзины плетенные,готовится на костре!Жаль,что цивилизация отошла от естественного. У нас на современной кухне сейчас так шумно-стекло,железо,посудомойка,комбайны, кофеварки и т.д. и т.п. -That is gourmet Chinese cuisine. -OMG! every food you made looks beautiful!! -Just like a fairy tail -I want to marry this girl💕💕💕 -Бедные собаки, кушать хотят 🤣🤣 -♥️ -She is living perfectly with natural stuff... No chemicals no plastic no pollution..... That's why they live longer.... Her hair.. Skin.... Looks perfect it's all because of mother nature....... She don't have time to think about it her life if it's bad or not....... She is doing everything from heart and soul....... Lambs and puppies.... Landscape allll perfection -Hay -💜💖🤜🖕🙏💅💩😇🌜 -Such an independent and beautiful woman -I don't know why i enjoy watching her doing all the work! Such a peaceful thing to watch! -<3 -يا حظ اللي بيتزوجها جمال وقوه و طبخ و موهبه -♡ -All my stress is gone while watching this, in China village that i explored, really was so peaceful and breathtaking , rich with all organic foods and clean air, people are so decent and innocent too, reminiscing those good old times 😇😇😇 -You remind me of my childhood, growing up in a farm with my entire family....we worked the land and ate from it....it was the simplest period of my life.... -New subscriber. Another very nice video. I'm watching them with my wife and daughter now. -The puppies😍 -LOOK AT THOSE MANGOES, BEAUTIFUL -انا محتاج اسافر عند البنت دي شهر محدش يا جماعه بيتكلم عربي يقدر يقلي ساكنه فين وهل بتسضيف حد عندها واله لا -just wanna make sure but, did anyone see the lamb after the meat cooking part? -狗型火爐👍🏻🤣 -8:56 was that a big grape fruit?! That’s so huge i want one lol -Great Video. Do you think so ? -👇🖒 -Great Video. Do you think so ? -👇🖒 -Какой чудесный канал! В каждом видео своё волшебство! -We are go to the sury tv -How do you flee -The dogs were so.cute -the best Youtube channel with great music,cinematography,beauty young girl& super talented&cooking -Hi cutie pie l love your videos -I'm very very big fan of u -Too much goodness in one video. Make this a series. Then sell is to people. Please act like a normal person. -I want to visit this place once in my life time. . This is sooooooooo awesome to be in such a place -She is a mixture of Mulan and Cinderella and lost in Snow White's world. -This is by far my favorite video of liziqi. 5:55 to 6:01 -а овечка то где? -Qui est le cameraman? Qui film? -Who is the cameraman? You brother, you sister, you wife, you husband? -Apni hr video me yeh itni udaas q lgti hyn?? -Hi dear angle I love your all video and I'm inspired -Yes I will do everything just like you I don't know -You understand English ya no bt plz reply me -Why dont dogs get to eat anything? -Really A Peaceful life. My mouth was watery whole time and whomever you will marry he will be lucky. Really enjoyed. Popcorn cannon that was a new thing to watch. -Thumbs up(^_^) -Who is she feeding with all those yummy food I wonder... -小羊好乖 -Sooo wonderful, I want this kind of life -what is a name of yellow fruit in the end of video? Regards from Serbia! -on 08:55 -做show -Soo peaceful and great -差一点崩上天了 - 哈哈哈哈😂 -I wanna marry this girl ♥️🌺🏵️😍 -Grandma's headwear is the cutest thing. -No man deserves her, not one. She is simply on a different level. -Eu não compreendo o idioma, mais o vídeo e muito bom parabéns 👏👏👏 -Pengen punya kehupan bgini ,, tenang dan damai , rempah dan sayuran d tanam d sekeliling halaman belakang dan bunga mawar nya cantik2, I like it,, -Woaaaaa....that's great😄... -귀여우시네요ㅎㅎ -I tried them very delicious -This woman never fails to amaze me. -这是几千年中国的传统,只是城市化越来越让这些传统消失在人们的视野中 -She cares so much for her grandma 👵🏾 it’s so sweet 😇 -at 7'19, you used flour, eggs and milk only? need more sugar or salt? -i love the way she live. her grandma is her treasure and she is even better than an angel. you can not see the angel but on earth we can see her. i wish she and her grandmother all the blessing of happiness. -Please feed the doggies 😔🥺💗 -yummy -Grandma's hat!! -早上醒来在微博看到李子柒的视频,然后去哔哩哔哩看了一早上,现在发现YouTube看得人更多。中华文化博大精深,中华美食令人垂涎三尺。 -그저 할머님이 언제나 건강하시고 오래오래 사시기를 -These are friggin aesthetic as heck -So cuteee , that pet's omg 😍😄💕 -whats all the food for tho? -The New cinderela tráiler look GREAT! -Amazing! -It’s so peaceful..... -Mad respect for her and her family -멋진 영상, 야무진 솜씨, 이쁜 얼굴, 아름다운 자연, 감동 또 감동입니다. -8.3k dislikes - -WHO THE HELL -I am convinced that you are a witch. There is no other explanation. - -Such a perfect life. Just wondering, is youtube allowed in China? I thought Chinese government has banned youtube in their country? -shes sooo awasome -真实中的艺术,艺术中的真实,爆米花,勾起儿时美妙的回忆。 -Eu AMOOO ESSE VÍDEO SEM COMENTÁRIOS 😍😍😍😍 -I don't why but I ship this girl with Kim Taehyung.. They would be so cute together -THE CAKE IS AMAZING ITS BEAUTIFUL LOOK AT ALL THE FRUITS AND STUFF AND ITS MADE OF MARSHMALLOWS -just wow, amazing 😍😍😍 -You don’t have instagram? -Kẹo hồ lô đâyyyyyyyy. -👍👍👍 -哇 童年回忆炸草米!笑死了 -I'm so satisfied by seeing all the videos of her. -How many of you get satisfied? If you get satisfied hit the like button👇 -Wow this lovely lady is AMAZING! I gladly make an exception and watch all her ads.lol -im already a kid thank you liziqi -Good very good -The real Chinese Tanghulu were made like this. This is authentic. Specking from a Chinese. -Does this chic ever watch tv!!😂😂 -She is so hard working -I love u liziki -Honestly, i dont know what to feel about this video... like gurl ive all sorts of feelings from watching ur videos, its so admiring its so cute, so pretty so AMAZING n kinda confusing on how strong u are mann u carried TWO baskets filleddd with fruits with those tiny body hdhshshsjsjskrkrkdn YOU. ARE.AMAZING. -看这视频是种享受…… -Thank you so much for sharing <3 -你好棒啊… -grandmas so cute asksjsk -中国的爆米花是真正的爆啊,大炮爆 哈哈哈 -The video is fantastic but can we talk about how cute those puppies are -Thank you Liziqi, your videos are always so beautiful. -5:12 đẹp vãi -i want to live like her -Супер! -1:30 Wiping each one of those tiny fruits, wow... I hadn't seen a hawthorn before. -5:55 Oh, and using the cobs as fuel to pop the corn grains... I have to remember that. -chắc chết vs cô gái này qá , tr ưi -Woawww kampung desa masakan ala jaman dulu japang masi make kayu kabarrr lezaaattt gurih bngt itu pasti and kwaci & kacang sangrai & menu lengkap untuk dijual -This video making me chill -Nothing to say about her just saw what she doing really I’m surprised to see her activity -I don't know why I'm crying watching her videos... -BEAUTIFUL -My ONLY thoughts was... The puppies!! FEED them a little something, pet the puppies, instead the ONLY acknowledgement she gave the puppies was at the end when she gave a little swat when one of puppy tried to eat her mango cone. ☹️ -you are amazing -5:53 the cutest thing -I wonder how she got the idea to start YouTube when she lives in the boonies her life is amazing she’s super talented and beautiful. -Please adopt me. I love everyone in your family. -I need a chick like this. -Are those white things marshmallow? -Ielection news is good news -OMG WHAT IN THE WORLD...THIS IS THE MOST BEAUTIFUL VIDEO I'VE WATCHED...SO PEACEFUL N CALMING...WHAT A LIFE...I LOVE IT..MADE ME SMILE -我好喜欢吃这些东西! 太完美了 -Did you put flour or powder sugar? -very beautiful♥♥☼♥♥ -Second time I've watched this and it's still so w h o l e s o m e -これ見てるとすっごく落ち着く -Dang! -Though she makes it look easy (it's not) making it yourself is very satisfying. I locked to bake and it's great to watch others enjoy what you do -Want to marry an American guy??? ;) -I love popcorn. Jesus that makes me want to get my lazy ass up and cook some myself. -She made enough food to feed everyone watching... -Fortunately I found your channel , I love your simplicity and the way how you deal with these stuffs, i mean if i had a woman like you i would be the happiest dude ever 💙 -في احد عربي ؟ -Heaven -amazing life! this is what life should look like everywhere ! =) I do not understand how someone hit the dislike button =( -What the hell is wrong with her -But.. Marshmallow???.. -Chikni ghodi hai kya kaama kari -I’m In Love With You 💗🥰🌟 -Enak bgt hidup nya..semua ada kayak di surga -Puppies 😍 -Amazing you are -hidup dya bahagia banget kayak nya 😍😍😍 -This is literally little forest. So aesthetic... -Looks like a christmas/new years food or any other celebration. Simply, AMAZING!!! ❤️❤️❤️ -You are so prigel -This is so comforting to watch. -哇塞,很喜欢!!嘻嘻嘻 -You are strong 💪 -又賢慧又能幹,我喜歡~ -I would really love if this women really lived like this and was this talented n resourceful. But I’m betting she not. -I really want To try this life for week 😭😭😭😭 -okay everythign is so cute and omyghod a dream but the shEEP AND THE GRANDMA ALL SUIT UP FOR WINTER AAAGGGHHDBC;OSBVISBI -طبيعة رائعة -i like this woman very creative,,wonderful. watching from philippines -Macha Allah is very beautiful and a wonderful life better than electronic life -Honestly you are cute -She is living a week in a day, everyday -Who is filming all this magic? If she is also filming and editing and uploading these.... this woman is a GOD -This is the tradition southern china's countryside life style. My grandma can make most of foods that none of rest family can make. So sad she passed away. Im so pround there is young girl keeping the tradition! -The puppies 😍😍😍😍😍 -John 20 (KJV) - ዮሃንስ -31: But these are written, that ye might believe that Jesus is the Christ, the Son of God; and that believing ye might have life through his name.John 14 (KJV) - ዮሃንስ -6: Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me. -7: If ye had known me, ye should have known my Father also: and from henceforth ye know him, and have seen him.John 3 (KJV) - ዮሃንስ -16: For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. -17: For God sent not his Son into the world to condemn the world; but that the world through him might be saved. -18: He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God. -19: And this is the condemnation, that light is come into the world, and men loved darkness rather than light, because their deeds were evil.Romans 10 (KJV) - ሮሜ -8: But what saith it? The word is nigh thee, even in thy mouth, and in thy heart: that is, the word of faith, which we preach; -9: That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. -10: For with the heart man believeth unto righteousness; and with the mouth confession is made unto salvation. -🍇🍇🍇😘😘😘🍇😘🍇😘😁😁😘🍇🍇🍇🍇🍇🍇 -where the hell is her store IM GOING TO BUY ALL OF IT -founding this channel is the best thing in my life, thank you such a soothing and beautiful content -Она все имеет.... что это такое😫👍 -这个是老式的爆米花机吧?居然现在还能看到。 -Nice -정말 다재다능하다 -Why does it feel fake doe? Love the cinematography either way!!! Whete did she marshmallows from. The whole house is like something from apartmentherapy I swear -This kinda life I wanna live -She is soooo strong! She can carry 2 baskets full of fruit like it's nothing 😱 -Does she also edits these videos? This girl is everything -I swear you are the most interesting person in the world -Wow 😮 i love your videos,, they’re amazing 💜✨✨ , where is your place 😮💜 ,, keep up. - - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -OSError: [Errno 0] Error - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 449, in send - timeout=timeout - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 720, in urlopen - method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\retry.py", line 400, in increment - raise six.reraise(type(error), error, _stacktrace) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\packages\six.py", line 734, in reraise - raise value.with_traceback(tb) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -urllib3.exceptions.ProtocolError: ('Connection aborted.', OSError(0, 'Error')) - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 58, in run - next_page_token = spider(next_page_token) - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 35, in spider - res = requests.get(url, proxies=proxies, params=params) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 75, in get - return request('get', url, params=params, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 60, in request - return session.request(method=method, url=url, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 533, in request - resp = self.send(prep, **send_kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 646, in send - r = adapter.send(request, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 498, in send - raise ConnectionError(err, request=request) -requests.exceptions.ConnectionError: ('Connection aborted.', OSError(0, 'Error')) - - -Wow! Everything you make is so beautiful. It looks all like art. 🌸 -What are those big lemons -This would be a good ASMR without the music. -does this girl live in actual literal heaven? -啊啊啊啊子柒(●'◡'●)ノ❤找到你啦 -Phụ nữ đảm đang quá không biết ngoài đời có như vậy không nếu có thật hoàn hảo -ممكن اتعلم طبخهم لكن المشكله الغه والاكلات معرف اسمها -At 6:00, look at the white puppy and the corner, it just vanished in thin air lol. But seriously, this is one calm video -If I have a stock those food/treats like her,my life would be complete 🥰 -Ước được gặp e 1 lần -those mangoes and hawthorns are so beautiful -How SAD throw all the video she never have a shit about the puppies... -Anybody see my lamb? -You guys awesome two puppy, little sheep and grand mama also liziqi. Proud of you guys. When I was kids I was grow up with my grand ma like you. -亲爱的,你家在哪啊,嘻嘻,想来吃你做的饭,嘿嘿,我可以帮你挑水,我是妹子,不是色狼,嘻嘻!就是爱吃 -I am crazy about the Marshmallow thing but there is no Recipe what is that is it oil ? Somebody tell me please -tell me about the main character, this show gives me good feels <3 -姐我佩服你。真的 -راإع -this is how u know she a hard worker -You work really hard, I hope you are rewarded and people appreciates it -İ love your life...... 💜🌸 -I don't understand why I love this channel so much... -Such yummy treats! Camera person is pretty lucky. -you do everything so gracefully. -Oh wow all my favorite snacks!!! Especially those hawthorn candies!!!!!:) -No mames me quede como el perrito al final jajaja -I would have never guessed that drum makes popcorn if I had not seen it. -Wow, shes absolutely beautiful. -ماشاء الله تبارك الله والله لا افهم شيء لاكن دائما أتابع الفيديوهات 👍👍👍👍👍👍👍👍 -You're quite lovely and your videos are very relaxing and enjoyable. Thank you! -Anybody wanna hook me up with that puppy's breed? -She is BEAUTIFUL -وایییییییی دختر تو با این کارات منو دیوونه میکنی💓💓💓💓💓 -有很多都是我小时候经历过的,看着妈妈做,我吃。。 -God is Great. God is the only Creator of these beautiful things. I praise God and thank Him. -This are all my favourite snacks cuz I'm Chinese -Ôi xem là ghiền luôn .. có ai như mình không -amazing -4:22 Assistant 😁🤗 -什麼都有。好豐富喔⋯⋯ -太厲害了吧⋯⋯人美手巧。很棒的生活方式。我喜歡😘 -Stardew valley in real life wow -Honestly don’t understand the dislikes? -Her life is over all productive compared to mine. Geez im jealous i wish i can also have that kind of attitude everyday like my life probably needs it. -this is one of my favourite video.😍😍😍😍 -この肉はまさかあの時の羊っ!! -Let me come live with you please.. haha -Why am i cry watching her? -All of it looks delicious I want to jump through my screen and taste it all.. totally not fair.. LOL -Shes an actual disney princess with animal sidekicks 😍😍😍 -Damn! This girl knows how to keep BUSY!😍 Proof of what a life without social media does! If we could all just gtfo our phones, imagine all we could do on a daily basis. -❤🐶🐶🐑😭 -beautiful video... -6:00 THAT WAS SO CUTE -Nice garil -I feel so little ...my cousin is watching with me and we feel the same ..I need to do something before I die srsly -Beautiful woman ❤ -hold up... did she kill the baby lamb.. -5:58 😲😂😨 -May sayote pala dun❤️❤️ -Omg -These are the most beautiful videos I've ever seen in my life.❤️ -She is amazing!! Such a hard working girl, who cooks beautifully!!!!!! A dream housewife!!!! -I know this stuff is not a competition but this looks like a carbon copy of "Dianxi Xiaoge" theme. same style of music and the same basic country life living. I'll admit this has more DIY clothing and Dianxi Xiaoge is more cooking. -Absolutely heavenly. One day I wish to visit this place. Thank you so much for sharing this amazing video and creating videos to be shared. So beautiful. Not seen any thing like this. -7:36😍😍😍 -we were supposed to live life like this, simple, peaceful and productive. now here we are, a fee years away from a dangerous pollutant air and global warming lol -Everything is so peaceful -Your videos have high quality -For people envying her lifestyle, you can take a small step by learning how to cook. Make some dried fruits, roast some nuts. You might not have her lifestyle but at least you cn be very sure you can feed yourself. -is she going to sell it? -Whenever I want to start chores I always watch her vids first. Makes my cleaning and washing a small feat to finish lol -She is toooooo mch wrks hard -What a remarkable women! She herself is like the beautiful lotus flower and what it stands for. Exquisite in every possible way, living a life most could never dream of, in total harmony with herself and her surroundings. What I love so much about the Chinese people in these out of the bustling city life environment. Heaven with an angel -She's a prolific goddess and a saint. -where are you living in? -Etsy shop? SOMETHING PLEASE 😭 this is BEAUTIFUL! -What kind of fantasy land is this? Cause I want to be there! -Yummy 😋😋😋😋😋 -Hey wil you marry me? -That mangoe looks delicious??? And so are all the other foods, I mean where do you learn how to cook all those amazing dishes? -已经入心 不多言 -I won sup thai T^T -Everything she does is a glorious mystery to me. She's a way more awesome human. -Una señorita excelente!!! -Please give some food to puppies also.. :) -Que me enseñe todo ese conocimiento que posee -Excelente chica. -Yo quiero tener una amiga así -Woooooow -*MESMERIZED* -wow -What kind of powder did she mix into the snowflake crisp? -I need this care free attitude and environment around me.... -You know she’s only 76 years old -Lucu banget kambing, anjing dan kucing pada akur dan ikutin majikannya terus -Gorgeous -Im telling you, shes a disney princess with all the animals always following her. -Cu đơ -SHE WORKS SO HARD 🤩🤩🤩 -That type of lifestyle seems awesome <3 - -Marshmallows? -it s sooooo cute the way the lambs follows her where she goes. -She's so beautiful! -Coitado desses cachorrinhos super mal tratados vivem com fome e ela trata mal. Pra que tem então?? -Those raw thorn things dipped in candy are traditional Chinese snacks and they’re soooo goooddddd -This is just too much cuteness and I am bubbling all over. Just imagine, she did all this in 2 days time. -my heart feel happy after see this..nice prprtn..nice lamb, 🐕 so cutee -Spring Festival you say?! Only possible on Stardew Valley...T_T -Thats a wifey right there -2:11 i remember having these back when i lived in china! best. dessert. ever. -Eres genial, gracias por tanta belleza -I wanna move to China now... -人间仙境🤔🧐 -واااااو. روعة -How beautiful to live a life like this wow -Gente q frutas perfeitas isso n existe n é possivel -Nice -Funny how I feel stressed doing the bare minimum and she's at the other side of the planet living her best life working hard and enjoying the simple things, totally admirable. She's gorgeous <3 -The digimon music in the background was kinda off for me lol -I don’t want to be racist so can someone tell me if this is Chinese or Japanese? -New subscriber. Where is this farm? -I’ve never seen more of a movie plot. Beautiful girl with puppies and a lamb as her side kick !! -The puppies are SO CUTE!!! -مبهج قوي❤️ -is the music at 3:57 from a studio ghibli movie? -I swear if she ever needs a vacation she'll probably first grow the cotton or flax or something to make a hammock. -Ohh que delicia esse lugar é o paraíso. -Every time I thought she was finished, she did like 8 more things... -So imagine what 50 Chinese people can do in one day and people ask why everything is from there -I want to live like this 😩 -can we adopt me haha! -This video has blessed me. -The only thing keeping me from intense envy is the peaceful realization that a LOT of time went into making this video. Nobody's life is that perfect 24-7. Still magnificent to watch, though. Thank you for sharing this jewel with the world. -好羨慕的生活懷念啊 -Kawaii น่ารักกกกกก -This is better than a movie. -Hii kaisi ho aap -Goods -I remember Heidi, Girl of the Alps -アルプスの少女ハイジ -Naalala ko tuloy si Heidi, ang anak pawis sa kabundukan, at si lolo Alps. -How old is she? -От этих видео веет уютом ,смотря их обо всем забываешь и наслаждаешься просмотром.Автор этого канала большая молодец,настоящая мастерица 💜😊🥰 -3:34 I bet she made those marshmallows from scratch -Those puppies don't age and a part of me honestly believes that all those videos were made in one day and she just has some crazy superpowers. Like I don't even feel like it's far-fetched. -all kinds of satisfying. -What a good cook -😘😘😘😘 -あなたは何を調理していますか -My life would be like this if school and educational is not important. There's so much else i can learn by living like this. Survival skills, nature and my spirit bounded together and i will never ever face problems and feel stress about it. Except i'll be living in a rain forest with mountains and lakes and it will always rain. I could grow some paddy i mean life like this is lit -你是我見過最優秀的姑娘👍👍👍 -8:50 WOW WHAT A BIGGG LEMON OMG!!! -1:09 awww what a cute pet -I’m an orphan will u adopt me please? ✌🏻🤟🏻🖖🏻 -Ahhhhh... NOM NOM NOM!!! -要什么家庭才可以娶你回家?! -اكو عراقين هنا 🤔 هنيالهة شلون عايشه -I always get a peaceful vibe when watching these types of videos. Looks like a Good Place to Retire at -That part with her uncle making her popcorn was very cute. -靠,想吃栗子 -"Heaven" is here on earth only and you, an angel living in it. -Great!!👍 -This is a peaceful video and i want to eat now -Fairy tales type of girl, beautiful hardworking... -You are real Cinderella... -Your house, garden , forest., Utensils , everything is like a fairy tale story... -I cry happy tears when watching this channel ... -Так все вкусно и красиво!!! -Ai là người VN 🇻🇳 Like đi ☺️ -希望有详细食谱分享!很棒的视频~ -Delicious dishes by beautiful girl.... with love of nature..... -Nice -8k mental illness -LOVE THESE VIDEOS -THANK YOU 💖💕 -wow -I love your vids, and these are just so calming and makes me fall asleep and the little animals are sooooo “awwwww” 😍😍😍😙☺️😊 -it's amazing how big your garden is -How old are you??? -So cuuuuute :з -好厉害!会做这么多零食!太赞了! -好多零食啊 -不行了越看越餓 -That amount of popcorn i live for -生子当如孙仲谋,娶妻当娶李子柒。 -The Popcorn..!!! Damn..!!! -Let’s be honestly. We would all do anything for that lambs -This kind of reminds me of Heidi -These videos have to be the loveliest things I've ever watched. They make me way too happy. -Amei 😍❣️🙌💯💋💞🌻😃😋😍🤩 -روعه ابداع -😘😘😘😘 -I found authentic Chinese food to be absolutely delicious. Your video is making my mouth water. -Wow i like the atmosphere!! The way of living is very nice and peaceful! 😘😍😍 -Shes doing all of this while editing her videos -Learn American people -And i though i knew how to cook -These fruits are insanely gorgeous 😍 -YouTube loves to support stupid youtubers but not this one! -Is there anything this woman can’t do? I am in awe! -i think everyone in this world want to marry her😂 -Lovely, lovely, lovely ♥♥♥ -I would love a Q&A video, like how did she learn all this stuff? Is it passed down from her grandma? -i don't think i have enough stamina to live like her i would pass out cracking an egg -Is this some sort of Chinese propaganda? If so it's working. - -like watch videos -i love you -I wast live like her but my dad wanted us to have a better life so we came to UAE -I really miss this piecefull life it so nice 😂😣 -Absolutely love these videos. Nothing quite compares to them. I would love to know the recipes for your creations. I'm hungry just watching lol -I feel like i am so lazy after watching her hard work -I am in love with these all videos, so much beautiful and full of life.😃🙃 -Yet me makes my brother a cheese sandwich & thinking I'm going to heaven -How is the jacket that she wears called? -I would be dead in 5 seconds by an accident if I tried to do this -Deep down, I know this is how life is actually supposed to be. -This girl is insane and i love it -this is cure for depresion! -so beautiful, what are these dogs fed? -Hello if you com too Kuwait u will pay a new restaurant for your cooking call me if you want i well help you -She is the closest to mother nature we will ever get -现在的团队真是厉害 -Omg i just found this channel via recommends. I am cleary not disappointed -Omg girl is there anything you cant -I want to marry this woman. -Please, just adopt me now...😋💖 And please give recognition to your cameraman. Or should I say production crew!! A professional job doesn't even begin to describe it!!🌹 -อยากได้เป็นแฟนจัง -if you are doing all of this alone by yourself i admire you rly awsome work on video and doing all those thinks -外国人最喜欢你的视频,国内的视频评论都有争议,可能外国人没见过觉得稀奇吧hh -Does anybody know the area she lives in because it’s really beautiful. -how can something be so fucking peacefull! my life sucks compared to this... a 7 to 17 job which only pays enough to survive and all the stress. i'm wasteing my life... -how does this have 8k dislikes, what is there that you could possibly dislike here. -I just wonder how she handle the camera?? .. alone .. u know how she use the scene .. different type of capture that she use .. its use lots of effort . I just wonder #soryforbadenglish -全是传统的小时候的回忆和当今浮躁的社会看不到的东西,很震惊有这么多外国人点赞和评论,看到李子柒的申明视频得知,老外有很多并不知道这是中国,不知道李子柒是中国人👍,让他们也看看中国不只是世界工厂,不只有雾霾和工业…我们也有传承和美好的生活,希望为数不多的说中文的华人中国人把我顶上去让他们看到汉字评论!Welcome To China -慧心巧手 -Goodness gracious I wish I had that much land to do this kind of stuff -Enth resamaaa kothiyava agot oru day varan -Where do they live? -she has become my idol -.I'm in Love. -These videos help me forget my depression. Thank you🙏 -amazing .. wow your ideas its soo brilliant I love your life and you hope to me to be like you and come to China I love nature soo much😍💕🦋🌿🌾🌻🌼🌸🌲 -Awesome vedio🤗she is doing really hard work. -Everything is beautiful about her even her animals -q menina prendada,essa sim é uma pessoa auto suficiente -I have never seen that kind of popcorn before, its just like those caramel snacks that look like popcorn, and also, arent those sunflower seeds, not melon seeds? -Very big mango -ชอบบอะ -i wanna be Chinese now -lấy được cô ấy thì sướng cả một đời người -I enjoy watching you accomplish so much then share with your family. Especially with your grandparents. The joy in their faces. I also like seeing how differently you do things like the popcorn. We don't have spring festivals here so its great to see it celebrated else where. You're going to have to do another video explaining why you put all that delicious food in boxes? Are they stored for later? Or are the boxes gifts or donations or maybe offerings? -Keep the videos coming . We enjoy them. Thank you for sharing with us -Marry me😍😍😍sweet2sweet. U -Disney princess... Perhaps Disney u should start to take notes -So nice 👍 👍 👍 👍 👍 -I want to marry her -Why the fuck am I still living. Wtf is my life...😭😪😪😪 -i love this -Bestnya kampung dia😍😍😍 -Please Chinese people tell your government stop killing igor muslim -I wish I could live like this 💔 -What camera are you using? -احب هاي الفيديوهات اني من العراق استمري مبدعه ❤ -Hi... I'm big fan of her.. Plzz put many videos.. -Liziqi - roommate goals !!! -8:50 fuck are those lemons -shit thats one way to make popcorn -omg its the sheep again -this is how i want to live! getting ready for the spring festival instead of crying over school -wonderful shoot movie of youtube best chanel -这特么的太神奇了,你咋啥都会做啊,谁谁要是娶了你都是十世大善人祖辈积德的。 -Jejak -Lots of Love from India -This channel is wierdly satisfying -I feel so bad now picking up my phone and ordering food to be delivered to my door -The sesame peanut candy is called chikki in India -哇想吃爆啦还有爆米花那下好可爱😊 -Is her life a living Ghibli movie? A lamb and two pups following her every step? Cultivating her own food and wearing the cutest outfits? -All i see is Love,Peace, Calm and the lovely village life.. Love it.. oh and NICE FOODDDDS -Twice’s Mina -beautiful China, different fruits & cooking 👍👍👍 -okkay thanks for remind me to harvestmoon btn. -Tuyệt vời ! -Животных не кормят своих толком.... -She’s the best Asian ever omg I wish I could be like her ! Holy crap I can barely speak my language :( -What a beautiful place to live ! God bless u ! 🙏🏽🙏🏽🙏🏽 -if you didn't become a lesbian after watching this you need to reorganize yourself -best cooking channel ever -Yang dari Indonesia mana like nya😁 -I want a wife like her! -🥰🥰 -很中国风 好喜欢 -Funny how she eats the snacks before packing them up...that’s what I do when I cook😂 -شكراا😭❤ -Does anyone know what kind of camera this is filmed on? -Beautiful -Amazing!🙂 -没有多少人可以说他们正在努力工作。你激励着我。我很高兴世界上有像你这样的人。♡ -Sweet dogs -wow, this is the way to live... -Enak yah pengin apa apa tinggal metik:' -good with videos -I would trade my lifestyle for hers, she's living the life, thats what I call life! I love it! -Ağa kızı mısın ? Anlamadım ki. Nereden geliyor bu bolluk :)) -目に入るもの、耳に入るもの、全てが美しい✨ -I am honestly dying every time i see the little puppies and lamb following her. i cannot take it. -So many people are lazy compared to her and others that do what she does. I have many items at home that are computer driven and need electricity. What she does looks wonderful and is made with love I"m sure. - -What is this amazing sorcery and why am I only seeing it now? -*sonho de vida🤗🥰 -Actual Disney princess -Am I the only one who saw her chopping up the meat and was like "WHERE'S THE LAMB"? -omg the popcorn tho -She did all of this...in one day!?!? Are they going to sale it??? -Anyone else love Grandmas' Hat? -How beautiful the simplicity and grace this woman portrays in her videos! -Is this even real... -I will be over at 5. Looks so amazing. -Oh! Frying groundnuts with ash. I thought we were the only ones who do that. Those groundnuts taste exceptionally good! -I derive peace from just watching her do all this. -I think it's cute how when with her grandma, she acts like a child. That's just adorable -Why do I feel like I'm in a nightmare where the same day repeates itself with no end. Q_Q I want to be somewhere nice. -I somehow feel like Reviewbrah would be an ideal partner for this lovely lady. They both are such old souls. -Me encanta tu estilo de vida ... sencillo y sano ... ojalá pudiese vivir contigo ... un abrazooo -Where... where’d the sheep go? -Is nobody gonna ask why she is making SO MUCH FOOD? Like this is absolutely awesome but from what I saw I thought they were gonna have like 100 guests. Almost everything she made is a dessert! Their teeth are gonna fall out if all this is for them.. (Maybe they gonna sell it? Man this is intense stuff) -im from Indonesia -maaf kalau saya tidak bisa berbahasa ingris - -tetapi saya sangat suka dengan vidio vidio di channel ini -It’s like I’m watching a Ghibli film scene and I love it -في احد عربي هنا؟ -I feel so calm watching this video -Holy shit that kid is capable!! -music please 🙏 -When I die and go to heaven...this will be my life. Except I will have my husband with me...in addition to my grandma : ) -Superrrr -Lucky to regularly eat Asian grapefruit - spoiled me for any other kind. These videos impart a sense of peace, tranquility and good order like none I have ever seen Thank you so much. If you ever decide to take in paying guests - let me know. -and now I ask myself... Wtf I'm I doing with my life? -my feelings of joy almost like crying of happiness good video I love it ❤ -omg. I think I really want to live like this. like, if you want to eat you just go to the garden or smtn else and eat. it's a big effort but i like calm life. you know -Hermoso. Toda la naturaleza . Si así viviéramos no hubiera tanta contaminación. No me canso de ver sus videos y la paz y tranquilidad que transmite. Mas que nada la atención a sus abuelos. Me trae recuerdos a mi querido abuelito. Como lo extraño. Saludos desde Ecuador. -i want to go wherever this is, it seems like heaven -Love you she is so beautiful -Im so glad she finished cooking that meat lol -Wow 😍🥘🥪🥙🥙🥙🤝 -요리 진짜 잘하신다👍 시간 가는 줄 모르고 봤어요 -像日本的电影《小森林》,川妹子很能干。 -U are every guys ideal type unnie💓 -Tuyệt -Hey! Where are you from -มีคนไทยที่ชอบดูเเบบเราไหม -Who shoot vedio for her -Because she is captured from Ariel view to -While walking -While washing close up -Everything up to the mark -It's not possible to do it by keeping camera in one place and do it ll herself -The 2 puppies and and a lamb following her....OMG!!!!so cute!!! -The ending video is awesome .. puppy's trying to eat the ice cream..he he heee -原来瓜子长这样! -哇⋯誰有福氣能娶到她真的好福氣了 -Such a peaceful life..away from technology shit -A moment's silence to the anime-ish night sky she lives under -I want to live on this farm! I love the ovens, I love the trays, I love the abundance of fresh fruits and vegetables. I go to live there! -Give I number tree sugar -Contreebityfun -Wooooow hi i am bangladesi i like it tom video -Isent this how most rpgs start? -واو -can i just say that she looks like mina from twice in some angles -Nice video love it from India -I feel at -Where is she from? China or Japan? -Where is this place? ? Its freakin beautiful -iloveyou -Jie jie, can you give me some of those, please? -lol I'm drooling right now😆 -9:48 the cutest -I am crying this is so peaceful to watch -太能干了 -I love China, you are kind and good at all everything in the world -such a cute little lamb. SO cute that they slaughter it. Do you feel at peace with yourself when you watch videos of lambs being slaughtered? -Ở nông thôn thoải mái thật 💙 -Whos filming this?? -5:15 Is that Digimon music I hear? -Mantap from Indonesia 🇮🇩 -Kettle corn looks amazing -This is what school should teach us. Why are we living so hard? Trying to best each other. Trying so hard, but for what? Recognition ? Appreciation? Preservation ? If we all just stopped, if we all just listened, if we all were to breathe from the depths of our hearts, if we were to live.... the world wouldn’t be so bad. Because there would be nothing we would be living for. No ideals, no trying to one up, no competition, no bloody suck ups. If money was not a thing and if we aren’t so selfish then we could get by. Taking only the amount we need. Sharing and not discriminating, not hating, not killing. Then the world we live in wouldn’t be sinking? Living as one, living peacefully, just like the animals all around us. Taking only what they need and nothing more. They’ve survived longer then us yet the amount of time we have existed is a chip of what they have and what have we done? Killed this earth. Schools should have taught us how to harvest wool, how to clean wool, how to make clothing. Schools should of taught us how to cook with the life around us. Schools should of taught us not to be selfish, not to want, not to become greedy like the people before us. Instead we learn about multiplying a’s,b’s and c’s, learning about history, singing do re mi. But for what? To get a job, to earn money, to eat too much, to become corrupt, to listen to leaders who don’t give a fuck. This is what it means to live. Like her. Yet we live a life of such unhappiness. Trying to buy too much trying to earn too much. When all we need is just a little. Keep it simple. What have we done. -برافو عليكي مبدعة ومتميزة بكل معنى الكلمة 😘 😘 😘 😘 😘 😘 سورية من حلب 😘 -u r soo sweet 😍😍😍😍😍 -I love you! You got a lot of blessings! -I had very low expectation toward women before seeing this. After this footage I think the bar is quite high... she must be able to do all these dishes :P -Omygod the girl works so hard, so amazing! -Love the way she lives. -Wat a cool and calm video ,,,love it -The harvest are so bountiful 😍 it's like God dropped a single heavenly water on that land -jeez i woulda forgot bout those chestnuts and let them burn. I literally go into rooms forgetting what i go in there for while she's cooking three things at once! much love from Hawaii💜 -wow amazing. this lady definately can be future daughter in law . it can see that their so so peaceful and no strees. sorrounding by healthy way of life. -😊😊😊😊😊😊 -Welcome to our beautiful China! -I’ve only ever had dreams about fruit that’s big! 🤩 *WOW!* - -(No literally I had a dream about HUMONGOUS fruits and vegetables in a garden... they were beautiful... ❤️ -This has to be a show in China—there’s choreography. -All I have to say is wow! The guy who gets to marry her is one lucky guy. -omfg.... -peaceful life -This is LIFE -子柒家附近咋啥都有?why there are so many wonderful things around your home. -.very nice.A wonderful life with a beautiful person -It’s so crazy to see someone with such a different lifestyle. Sometimes I forget that other people live in such a different way than the way in my little bubble of city. -omg digimon soundtrack! -The oven looked like a dog with a bone in its mouth -I detest cooking shows.  However, ……………………….. this was amazing. -我想要所有的食物! -İ thought that they are giving a party -5:59 popcorn flash bang -Did anyone notice the stove is a cat 🐱 -WERE THE FUCK DO YOU LIVE, HEAVEN????? -When you got everything you need in your backyard/forest. Demn - -炒花生用盐即可, -I'm living for the amount of pompoms the grandma is wearing -You are beautiful -This girl is legit the most beautifully talented person I’ve ever seen. -هاي حلويات يسترزقون منهة يبيعوها يعني الله يرزقهم شون حياة راقية جدا وجميلة ماكو احلى من طبيعة بيستاهلو اكتير -I love the animals in your videos, they make my heart melt -Amazing.... -Harvest moon in real life😻 -💙💙💙 -Even I wanna marry her~ lol where is it place! -Wow, Talk about living a life with purpose. This is beautiful. The satisfaction you get from making with your own hands. -Вот эта женщина -oooh! she is a such a hardworker.🙂🙂 -This is some hardcore propaganda. The country isn't really like this guys. None of this is real. She is famous and hires a camera guy to film her. -天天吃山货,难怪长得这么俊。 -please i want to download this please.🙂🙂 -👍 Luv this video, like it, hope u will support me -This is how our grandparents and parents lived at the past days,they had have really hard life ,I even remember I also experienced some of her life when I was kid ,I also was born from the place surrounding the nature ! Missing my old life -太赞了这么踏实的生活❤️ 如果我能回到那时候跟外婆生活在一起… -The very creative lady in the world 🖤 always watching ❤️ -這是要過節嗎 準備好多好吃的 -i cannot actually fathom how this deserves like 8k dislikes. whatever grosses people out about just watching a simple story, it escapes me. -This is so modest and beautiful❤ -mouth watering -I really want to try the food she makes..... -We have those chestnuts in Meghalaya.. -May i have one like you? -To the almost 8 thousand people who disliked this, screw you; this woman is amazing -i want her to be my mom... -lov ur videos -婆婆年紀應該也有70了吧,看著都沒忌口,身體應該照顧的很好,沒有三高毛病,真有口福。 -I love how u always have puppies following u😂😭 -هل من عرب!! -سبحان الله كلش حلو المنضر والفواكه نعم ربي لاتحصا اكو عرب بطياره😏 -你好可愛 -OMG SERIOUSLY SO PRODUCTIVE AND HER CREATIVITY OS AMAGINGGGGG ISN'T SHE TIRED AT ALL -My❤feel so happy alway watching your videos😊😊 -V -What your name? -The Lord blessed that land for sure! -i- i feel so much peace. and she’s also really beautiful and so is her work and all the effort, time, passion, and energy that is put into everything and the process of her work. -خافت على امها من صوت الفرقعة القوي ولكن هي التي جفلت هههههه .. كم اتمنى ان اعيش كما تعيش بعيدا عن كل شيء مزعج -The different lifestyles we have. ;-; -好想次这么做的爆米花~ -Sukaaaa sama kuaci nyaaa...besar2 bgt 😍😍 -Meaning of peace away from world problems 💝💝 -The real harvest moon back to nature girl ≥﹏≤ -I like your pet -I love the song in this video and I also love how She cook this food, -My entire existence feels pointless when watching her, i literally do nothing all day :( but they r very peaceful -Как же хорошо ухаживает за матерью -Can anyone tell me which part of China is this? -Those puppies are sooo cute. Your night sky is fantastic and breath taking. Wow!! -When she was screaming at the mountain I was like, "DaoMing Si!!!!" -Con cừu kìa 🐑 -the puppy furry with the black tape is my favorite! -Please be my wife😍 -You are so so so unbelievable. -Love this channel ❤️💙 -❤😍 -Чудесная девушка!!! -She is living her best Stardew Valley life!!!!! -Очень познавательно. Понравилось. -The best 10 minutes of my day :D -Wow so nice -seriously...you cooking for whole village??;) love it. so relaxed to watch videos -Я не понимаю почему уже пару часов это смотрю -This is my type wife -Что за фрукты на 8:47? -Wow, your husband must be so lucky to have you. Thanks for sharing. -Puppy and Lambs are paid actors -I want this woman........... -I want to stay here for rest of my life -Aaaaaahhh I want to live there 😭❤❤❤ -디지몬브금이당 -OMG mango -To be honset, that is how i couls live. Just me,animals,nature and people i love :) -she had no parents and grew up with his grandmother. -Nobody worths her -🖐🖐🖐🖐😌👍 -這農村女孩太厲害了 -Really enjoy this channel too! -Watching this video really remind me of harvest moon n rune factory game. I miss both game so much Q_Q -放点油在锅里 ,干玉米炒几下,就爆玉花了,看做什么口味都有 -Life Goals -好豐富大開眼界的零食 -you lot are stupid, her life would look completely different without the money from 4mln subscribers, shed have blemishes all over her face, eat dry rat meat and wipe her ass with leaves. This is a fairy tail not a real country life. -Perfect!!!!!!!!! Nice!!!!! 🤗🤗🤗🤗😅😅😅😅 -A beautiful life -My favourite video of u -Simple things are the warmest things. She is awesome. * . * -Qué lista es esta productora de vídeo: medios técnicos sofisticados y temática bucólico campesina y hágalo usted mismo... Todo marketing para los que somos DE VERDAD de pueblo. -so nice video -jus wow -I'm convinced she's a Disney Princess because she has animals following her everywhere she goes -I feel lazy after watching everyone work so hard. -童年的味道、传统手艺 -Wow wow wow wow wooooowwww soooooooo cooooollllllll -Minh thich con cuu -good very good😋😋😋🌹🌹👍 -Pengen kal hidup alami gini - -Use English more -Dude .. did you see how big those mangoes were !! -صدك مره -I love snowflake cake 💖 -6:21 -  藕以為要殺刺蝟!⋯⋯ -6:28 that big wok is what dreams are made of -Good girl ......love u......great💟👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍 chef...... -I want to be her guest for atleast a month..who else want to?? -What a beautiful life -Очень красивая, добрая девушка, а как трепетно и с любовью, относится к бабушке. Памошнится просто чудесная, на все руки мастерится, у бабушки достойная старость. С токой внучкой жить можно вечно!. 👍 👍 👍 👍 👍 -Dang!! She’s so Beautifully industrious...& that little Lamb!! 😍🕊 -Suasana nya seju bgt buah" tumbuh sayuran tumbuh -i wish i can find a woman like her -Can you invite me to live with you -I have always wanted to marry someone of a different culture. So they can expand my mind and show me how to do things like this. And have a different way of life. -Yummmmm! -GUYS HER FIREPLACE IS SHAPED LIKE A BEAR I CAN’T ❤️❤️ -AMAZING RECIPES!!!!!!!!!!! -I would give anything to have a life like this. This proves that money is not the answer. -❤❤❤❤❤❤❤ -Y'all, I would love to trade my city life with this life. -5:57 what the fuck -😍😍😍😍 -So beauty and nice -Whole foods made with care. So envious. Haha -wow that was so many snackss...love itt -I wonder who is filming her -这个妹子好可爱哦 -Indonesia like you, maybe you can translate to sub indo -That dog WENT FOR IT!! Reminds me of my lil dog Cx -i love that the puppies and the sheep follow her everywhere its so cute -Can nyone find details about tat Angel -3:10 i could watch that all day -Sho nice -Living -Dogs were hungry.... give them food -I love your videos. They are always so soothing. Thank you. -Sou do Brasil, não sei seu idioma, mas fico maravilhada com tanta beleza. -Gostaria saber a receita do doce de marshmallow. -These videos feel like the intro to an anime before the villians attack the village and destroys the main character's life. -فيه عرب🌚 🇸🇦 -She is magical. -How peaceful this place is ! -This girl is too good to be true... and yes, at first i was mesmerized at the beauty of image and thought this girl is a goddess... but these videos are looking more like propaganda...i'm not trying to judge though, its just my opinion... these videos are too... "plastic"... -我的天哪,看不到几个中文评论,😂 -Those animals following her :((( my heart <3 -If you side view you looks like MYOUI MINA of TWICE ugh -5:55 😂😂😂😂 😍 -😍😍😍😍😋😋😋😋 -Fresh air fresh foods fresh water -Village like our northeast -仙女下凡間 教導人類如何 生活 ( 太強辣) -الله الشجار تجنن وفاكهه 😲😢 -ถ้าผมได้ผู้หญิงคนนี้เป็นแฟนบอกเลยรักตาย -仙人有仙人的活法,我辈只能无聊地抠jio -Wow great I like her life styal -Cool n happy life no tention or stress -Sorry but did I just saw you fried the peanuts in dirt or sand like wut -I'm 17 seconds in and the puppies and the lamb following her like wtf how can this be so cute -digimon rs -動画はとっても素晴らしいけど、bgmの著作権侵害が気になる。5pbさん見てないのかな、、、そのせいで動画が消えだったら勿体ない -Just wondering if you feed the dogs cause they really wanted some food in your video.. Really love animals -wtf did she just cooked the little goat I'm confused -نيهاو -Yum yummmmmmmy super👌👌👌👏👏👏👍👍👍💞💞💞💞 -我要娶你 -Beautiful place...greetings from Indonesia... -Why is she so gorgeous? I just wanna take her home? -Pls add subtitls in english. -Request from india, kerala, -whoever married this lady was into a blissfull life. -Is this the real life or just for videoshoot.. I really feel the reality.. Oh gorgeous💖 -분주히 움직이느라 부스스해진 머리까지 사랑스럽고 이쁘다 ㅠ 오늘도 영상으로 힐링하네요 -簡単な生活 -手作り料理 -美しい人生 -So much hard work and labor everyday to get that many supplies. -小妹嫁人末?四川人仕😊😋 -好手藝,好考順,人美心善👍 -Gadis ini serba bisa hahaha -是在贵州吗 -5:58 The girl jumps back and shouts and the grandma just stood there not flinching at all. 😂😂😂 -kestenje -Nice my only concern is about the dogs they looks so hungry -Please pet that little puppies ☹ -Wawooo Amazing -Que lido paisaje -@6:00 she jumped up high LOL that was funny, even the dogs jumped out of their skin and scampered away -Is deli -this girls grind is unreal -Can someone tell me what's her name in Pinyin. Lol. Can't read Chinese. -子柒,求收留😬 -❤️❤️😘😘😘 -after seeing this video, I felt I had to get out of my college, and grow crops on the mountain, - -Harvest moon, i am coooomiiing.....my childhood dream's come true.... -Amei oceu canal😍😍😍😍😍😍😍😍😘😘😘💞linda -❤️❤️❤️❤️😘 -شلون ترتيب حلو -I love your videos and mangoes are my favorite fruit. 😀 -she works so damn hard -man if only schools taught us what she can do -does at 5:16 really starts playing some Digimon Music ? ... *-* -these videos are so addicting to watch. -Canon Popcorn.... -muy artesanal . todo se ve muy delicioso -This is next level food po*n - -If i start watching her videos i can't stop -I just want say .. I love you .. you know that ... Merry ne -👌👍👌👍👌 -But please. Can you pet those pups -So much food :O -Теперь смотрю только когда немного перекусил,а не то можно и слюной подавится. -Estoy enamorada de ti -Жестко однако в Китае делают попкорн :) -Se que no hablas ni entiendes español, pero me deleito con tu cultura y con lo que haces . Congratulations. -Do you want married. I want to live With you -想到我外婆 -Hàng ngon VN toàn ko đâu -这是哪里呀?应该写都放了什么,多少 -Y los pobres perritos a qué hora comen,☹️ nomas milando como el chinito.☺️ -Sao video hay mà hok có người Việt coi zậy mn -Que me vendan todos los utensilios de cocina, por Dios!!!. Todo natural 100% sí!!!! -Phận con gái nhưng nhìn cx muốn có ng vợ như này 😂😂😁😂 -Really Love this girl😘😘😘 -If I was a man, I would definitely find you and marry you!!!! Why are you so good xoxoxo -honestly....i dont know y i am here🙄....but i just love watching dis videos -过的神仙般的日子.神仙姐姐… -The new ASMR era! -太療愈了 -It amazing -I love her pet -Can I come over and get a plate? That looks good asf 😩 - - - - - - -I'm so hungry lol -Give some to the small dogs too 😢 -Ước gì mình có cuộc sống đơn giản như vậy là quá tốt rồi nhìn thấy mà ngưỡng mộ -Wow -Y aquí es donde uno se da cuenta que la mujer es fuerte y sabe hacer muchas cosas, que esta llena de muchos conocimientos -Cenetde yaşıyor hemde çok becerikli -вкусно и красиво)) -This video doesn't reflect the hardship that this lifestyle bring alongside other problems. -What kind of camera is this?? -👌👌👌👍👍👍 -泪奔 -It's amazing when you realize that everything made was made from scratch -外国人看这个感觉新奇,我们看这个感觉怀念,这是我们回不到的曾经 -I admire her work ethic. I wouldnt be able to do anything without running my mouth or sweating. The grease wouldve popped me while cooking and I'm a weenie so I'd be bitching about that. My dog would be begging to be picked up, lambs hollering, just a country mess. -5:58 chị ấy dthuong quá chạy bịt tai cho bà -4:18 this is some breath of the wild shit -love 😘 -I WISH COULD LIVE LIKE HER... -SHE BEAUTIFUL,CLEVER AND DO EVERTHING ALONE...LOVE YOU GIRL...THE VILLAGE SO NICE AND EATING FRESH FRUIT AND VEGE...SO GOOD... -😋😋😋😎 -This is China? Like that is where this was filmed?!?!? 😍❤ -어머~~😃 아궁이가 강아지 모양이었네?!🐕🦴 -ok how does the food look just as good as anime food -12 years of study and then I watch this woman and I just wana end it all. Like wasted. -Impressionante..Maravilhoso...que paz!!! -Is she married -🍉🍐🍆 -I dunno where they found her.. or she's just a wonderful actress -Where can I get an mango like that cause I need it 3:12 where there're ain't no seed in the middle -This video production level is amazing! -this video make me feel so good -I am so awestruck by your videos. Beautiful 🐑🐶🐶🐶 -wow me sorprende me encanta lo que haces saludos desde América del sur Perú me encanta tu cultura nos vemos -Gila dh subur bngt tu buah &sayur"y knpa g djualin c gsyng klo busuk nnti'y tu -This girl is awesome, skilled, kind, beautiful and adorable. -honestly with the world ending and climate change i think the world should look like where she is living and we should all go back to using the skills she is using in all these videos LET LIFE BE BEAUTIFUL AND SIMPLE AGAIN -Too much sugar in there for my taste -It’s really amazing to see you doing all these things in one video. Thank you for sharing your skills with us. I love how you also take care of your grandmother. Like you covered her ears from the big noise of the popcorn machine even though you jumped yourself. Please, take care ! -Я так хочу туда такой места кросата и все растет😍 -Wow -Honestly Americans could never -Everything is so fetchable to them . Every type of dishes they eat. Ooo -How rude she's nt feeding food to her puppies -Nice di -5:16 Digital monster BGM -I would like to live like this with two puppies and a lamb,it looks so happy and calm. Life goals -立刻 有 -你怎么这么厉害👍 -作为一个在海外漂泊的游子,不知不觉掉泪, -給你按一個讚 -jejeje el perrito al final queria tambien comer que hermoso video si me gusto saludos desde peru amiga -She's skillfull, strong, looks intelligent and looks good. How isn't she married ? T_T -i wonder who actually capture all these moments... i can't imagine her to set up camera and do stuff for every single things -너무 이쁘고 사랑스러우시네요~ 깨끗하고 청량감있으면서 맛있는 음식을 솜씨 좋고 매끄럽게 하는 영상이라니...정말 감동입니다~ 힐링되네요~!! 할머니 건강하시고요~ 주인공분도 늘 지금처럼 행복하세요~~♡ -it must be a life of huge sacrifices as well -she not cooked the pupy? -Hello! Can you please do tutorials on how you do your hair? -Your videos are so calming -The first -What is this place? Why is she making so much food for just her and her grandma? -baru tau aku pohon letci...😍😍😍 -Where is she?....in Heaven!? -Nice video... -#kashundithebengalikitchen -so nice video ,,, -李子柒 你师傅是不是过去宫廷里面大厨啊? -Bir günde bütün videolarını izledim. Çok güzel ve çok emek var👏🏼👏🏼👏🏼❤️👍🏼 -6:00🤣🤣🤣 -So, I'v requested that Netflix add you/turn you into a tv series! Everyone, you should do the same! She deserves it! -出一個game叫子柒模擬農場一定大賣 -A full functional rural girl. -Beautiful video 😊😋👌 -Равно большая просьба -Лайк и падписка -Чо так круто -好久没看到这样子做的爆米花了 童年的记忆和味道呀!子柒你真的是全能 -Wow 20M views -كمية الراحة النفسيه والطاقة الإيجابية فضيعة ماشاءالله - -Cj giỏi quá iu cj ghê á ai mà cưới dc chị là có phúc lắm nhỉ😆😆😆 -Wow -我真的很喜欢你祝福你 -ohhh look at that delicious dishes she cooks... mmmm! I wish I could taste them))) -Imma do marathon on her vids XD -好可愛哦 -Very good actress, looks so real and even you can fell the intimacy of the scene (which actually is created for a professional team). Good job! -Ứoc dc cuộc sốg bình yên như v -those are not melon seeds. Those are sunflower seeds -I love this channel😇 so much💗 . I will never get tired of watching every videos of this channel -❤ -She is iron chef of the world and all the chef are nothing. -It’s paradise -i wanna know how to make that snowflake crisp ✌ -Мына шаруадан өзі рахат алатын сияқты, шаршамайды да👍👍👍👍 -Two words: Disney Princess. I need a two hour animated feature film of her running around collecting things, taking care of her mom, being followed around by a lamb and two pups....I honestly don't know what the plot would be because how can there be conflict in this perfect world? But it's just brilliant. She leads a very rich life. -Um...why is the pop-up recommended video at the end about cannibalism? -I just have one thing to say “does she take apprentices?” -it is buituful -Beautiful place ... l love many flower in the garden house . I want home like that . -谁娶了你 简直三生有辛 人美 手巧 没什么你不会的 真希望有机会来你这个小院看看 这小院简直太全能啥都有 -THE STUDIO GHIBLI SOUNDTRACK I CANT 😭💙 -為啥外國人這麼有興趣??? -Everything look fresh and delicious! Packing up everything to sell was an art.....all by itself! -CC on 6:48 fried melon seed...really? Not sunflower seed? -I can't type chinese but I want to say that your videos are so beautiful and full of peace. Thank you -Just where on earth does she live? -So many natural resources ! She probably doesn't have to buy anything.(Her grandma's really lucky to have such a hard working granddaughter.) -Tbh, this is what I call content. Somebody teach me how to live like this -now i KNOW her food hittin differently... shit must be magical -全能呀!谁家夫人呀,太有福了。 -That all looks delicious -melon seeds? thats sunflower seeds lmao -The perfect queen doesn't exi... -Boa tarde quantas coisas lindas amei o s canal bem diferente dos normais meu canal valdira cds Deus abençoe a todos amém 👍👏👏👏👄❤ -Nice channel!!!! -This is what I want to become. Living peacefully in the countryside and doing things from scratch. I want that level of satisfaction. -Soooo Nice to watch :) But its so cute when the young woman really shocked -So relax -bro she really living life like that, and i'm out hear stressing away for uni exams woooooow -How can I live like this, asking for a friend -I can't be the only one that finds her grandmother absolutely adorable. <3<3<3<3 -有李子柒 感覺不會餓🤣 -너무 아름다워 나는 너와 같은 나의 아내가되고 싶다. -Vietnams -The puppy is soooooooo cute -I want to live with her😭❤️❤️ -這才是真正的仙女下凡來著!超仙氣又多才多藝的仙女! -Quantas delícias 😍 -Your nan's hat is off the chain and I love the hell out of it -Heaven 😌 so peacefully -You -น่ากินมากๆค่ะ -5:55 omg she is so cute. -Legend has it that anxiety cant exist in the body by the end of any of her videos. -Incredible.... Awesome...... -هذه الحياة الطبيعية مع الطبيعة .. -見鬼了 全是英文! -She is so amazing :') -Показывайте этот клип, современным европкйским сукам. Ставьте в пример эту девушку. Пусть стремятся и учатся. А кто не хочет или не может- посылайте и гоните прочь от себя. -Damn. I've always hated the concept of marriage but damn, if I ever get a chance with someone like her i'd get hitched without a second thought. -bagus banget -她好能干。又漂亮 -праздник урожая ! -where did the nany goat go? :( -Tớ chủ cần cuộc sống thế thôi -This video uses the title screen music from the visual novel "Ever 17: The Out of Infinity", titled "Karma", composed by Takeshi Abo. I find this very surprising for a Chinese production, and it's sad that it isn't noted anywhere in the description. -太強了!看到一半肚子餓到不行 -Happy to you and mom. -Woa, this place so pretty, she's very so amazing, love this food. I love everything at here. -I would walk to China with a stick of butter for her popcorn . This chic puts Martha Stewart to shame . And she's smoking hot . -Best channel ever! -That little lamb and those puppies are the cutest babies 😍😍😍😍 -español a los suscriptores amiga -Her videos are so well made. Just subscribed! -我真的很喜欢她,我从来没有见过像她这样的女孩,我非常敬佩她,希望有一次访问她的地方,视野平和而美丽。 -一整個就是美,這是生長在都市的人無法體會卻又很羨慕的生活。 -This channel is amazing. -Untung buat bini -I’m so surprised! Love these channel -I love how she cares for her grandmother :'))))) -ابو فروة -I would love to visit and learn from here for a period of time -Noooo why did it end T^T -The Chinese Government is the worse :p -Are we going to talk about how big those mangos were - -Edit: 3:09 -0:42 was that a little hoof trying to help xD -Estos videos me llenan de una tranquilidad tremenda y son tan hermosos. -0:48 i was so afraid she was going to cut her fingers -shows how used to she is doing this -Ái chà 2 năm rồi giờ mới coi lại . Tỷ vẫn xinh như ngày nào 😍 . -i want mangos that big -She is soo perfect 💕love how they pop the popcorn 😅 -I felt like i am watching a real life princess.. -All beautiful and sweet things spoiled by the presence of disgusting beef.. May God give her the wisdom to understand that beef instills demonic characteristics in a person and ultimately destroys the entire race and is the biggest contributor to cancer/profits of western pharma manufacturers.. -how nice would be to live with this girl -شنو هلجمال اوف💔🌚يلكوريين -Asmr beginning -我看了你一些視頻,覺得你好厲害,請問這些生活知識都是你小時候家人教你的嗎? -5:56 such a loving and cute moment. -а че перевода нет то?Красавица -3:12 so satisfying...☺️ - -I am so glad that I have eaten all food she did in this video.😀 -Канал шикарный!!! Но на какие деньги ты живешь? Ты работаешь? Учишся? -nice cooking -How is this real life animal crossing -😊🙋🙌 -In mi opinion the most brave and smart girl who knows how to use a youtube channel -Nhìn là muốn yêu rồi .cảnh đẹp người càng đẹp -저기는 미세먼지 없겠지? -Is that how "pop corn" being name 😃😃. Sure beats American's -可爱的小动物老跟着她 ,这样的生活多好呀! -Chị ấy làm bánh quế bằng bột gì vậy? -請問是...大陸何處 -Cennet gibi ve bayan bir melek -Wow -顶我上去 中国传统美食 -Да покормите уже собачек, они второе видео подряд крутятся выпрашивают) -She is very good in cooking and skills full -I love this girl -好可愛的小狗和小羊 -where should I go and what should i do to be living like that 😭 -I like that girl, very hard worker , god bless you sister. -My lazy, educated and entitled wife can't even cook an egg. -我货和人一起带走. -Up主应该为自己所做的一切技艺注册版权,一个善意的提议! -Wow, trên cả tuyệt vời, thật không thể tin nổi -Tastey Chinese food , please you should talk and explain about the recipe and should teach us how to make this . Please -If aliens were to ever land on this planet, this is the person I nominate as human-kinds representative. Like wow! -She. Is the. Best -Very very nice -Now I feel like a lazy American -I love grandma's bomber hat, so cute :)))))))))) -Ohh mille merci pour votre travail énorme et dur et votre cuisine qui est variée -Looks delicious! I love you and your grandma together. You both are so sweet. -Last year, when I first paid attention to her, her number of Weibo fans was only a few hundred thousand. Now her number of Weibo fans has reached 30 million. All her efforts are worthwhile. I learned on Weibo that at first she took video and edited the video all the time, but she was questioned by some people. She disappeared for a while and then returned to the public's field of vision. She posted the original video from the filming process on Weibo to counter those who questioned her. So later, she invited a special photographer, so she would be a lot easier. -Digimon song -世界って広いんだなあって思った -where does she live? -😮😮😮😮😮😮😮😮😍 -i love -Video: 100%. Music -100%. -🙏😊💝🙋🙏 -😳😋😍❤ -she is the definition of feminism....strong, independent, and bountiful. -Teach me all you know. -يجنن💜💜 -Let’s make pop corn! KABOOM!😆 -Thanos likes this video -this is it. this is my dream life now. -😊😊 -I dont know who you are but I will find you and marry you.. -She made all humanly possible dishes in just 10 mins. -Everything is so beautiful in there ❤️ she cooks amazing 😍 she's incredible I want to learn how to cook like that 😅I'm not doing nothing but just watching other people doing something with their life .. 😐 -Wow🌹🌹🌹🌹🌹😙😙😙😙😙😗😗😗👄 -Si buscabas un comentario en español ¡felicidades lo encontraste! Quién sabe que dicen pero el video me gustó transmite tranquilidad además de que todo lo que prepara se ve riquísimo. -Яблочки китайки? -Каштаны -Wow -💗👍 -Can we just appreciate that her outdoor stone oven thing hAS CAT EARS THO -What name the song in the first -I was shocked when I saw the comment in English,the foreigners are too simple,sometimes naive. -Obviously a big and professional team behind her and help she prepare anything.i have to say this is a fabulous video,close to perfect,but the real live in the place which is far away from the city must be very tough and is hard to be accepted. -Anywhere I feel happy that so many people enjoy the video. -这个女孩是美丽而美味的厨师。 -Cuộc sống thật hạnh phúc biết bao -Why does he look like TWICE MINA? Am i the only one who notice? I love her😍 -😍😍 -Я в нее влюблен🥰🥰🥰🥰🥰🥰 -Có ai cho t biết là tập này tỷ lên làm nhiều bánh kẹo vậy để làm gì k? -I love sound, color, atmosphere, music, everything in her video🍎 -Ребята, как десерт на 4ой минуте приготовить ?))) -ยายขอกินด้วย -Thank you ! Very nice !!! -什么时候开始不放配料字幕了,改进下。 -I need the recipe to these like....asap lol she is so awesome, i watch her at work when i should be working, on break, on my way home and before i go to bed. She is what keeps my anxiety down but the treats look really good i wanna try some💜💜💜💜 -Very nice -I wish u were my mom😍😍 -This channel is really awe inspiring. From the cooking and food presentation, and the music chosen. Totally transports me to a fantastical realm. The production is really top quality. Super fan here thank you! -I want those pets -She's gone with the Flickr feed exists in your country -These make me so sad I really wish I could live like this in the country side of japan a family as beautiful as this captures such a pure emotion -6:00 hahahaha :)))) -:))) hahahah -I fortune what you do. This is incredible. Everything is done with such precision. Wow! -She's so sweet with her grandma 😭💖 -cute dogs -She always remind me that how beautyful real life is....love you lee -disfruto mucho de la cocina china, pues me hace ver a México tan similar a Uds. tan lleno de arte y me hace pensar que nuestras raices estan con uds. -にしひかまかかにゆちかむゆめさかむつふむかひたつひさふひしめ -Pengen kesini😘 -I really like her -This was put up in January and already has over 20 million views! Wow! I am not the only person finding this so interesting to watch! Hello everyone else! lol -Đây lắm quả nhỉ -So beautiful -Her videos always make me think of the filial piety virtue in Asian culture. -I love you 💞💞❤️💞❤️💞❤️💞❤️♥️ -alguien habla castellano? 🙄o solo soy yo?😏 -I used to think those spikey chestnuts where baby porcupine when I was a kid. I used to carefully scoop them into my bicycle helmets and run them to my sisters to observe. -When she covered her grandmothers ears, this girl is so pure -عبالك عايشين بعالم من الخيال التصوير يخبل والطبيعة العدهم واو ولاشايفة مثلها أبد 😍😍😍😍هاي هية الراحة النفسية صدك 🤩🤩 -the artistry level of these videos is otherworldy -My grandmother wants to stay with you because you're village is so beautiful and your nature is so good like my grandma - -не знаю что тут происходит, но посмотрев пару видосов хочу такую жену хоть я девушка)) п.с. я не лезбиянка, но это реально приятно смотреть) -20 miliions viewers wowww amazing!!! -Granny transferred all her talent to her, and she carried it very nicely. And her puppies and baby lamb they just make this family complete... -😍 -This made me want to go out and make stuff happen and then I remembered I live in the desert, lol!😁 -Thank you...👍 -she is my inspereshan -Где такую жену найти? Хочу туда. -She's an angel.. -Chestnuts. So very good. Great with chicken cooked in a clay pot. You are so clever. Who holds the camera ? -老婆就是要娶這種的 -يا جماعة هذي حقيقة ولا خيال ، معرفتش علاه كي نشوف لفيديو نتعها نستراح و نروح بعيد -mashallah tthe best video i've ever seen i love china villages -I love her as well as her 3 little cute friends. ❤❤ -Vừa xinh vừa tài giỏi. Cuộc sống nhìn như mơ vậy, bình yên đến lạ. -Just me or do those fruits look waaaay too perfect -Love how she always makes sure to get a little piece everything as she makes it lol. -Что написано на название ?? -Смотрю как сериал!!!!) -И овечечка бегает за хозяйкой. ЗдОрово. Как в сказке. -你的工作非常美好,当你工作时,你的工作来自你的内心,坦率地说,我爱你 -Beautiful -Çok güzel ya 🥰👏🏻 -Ai mà Cưới được chị này chắc có phúc lắm. -Honestly what even is my life compared to this. Wtf. I've done nothing and learned nothing. And she's over here doing hundreds of different things in all these videos -Баба огонь! -Aq karısı cok ii -Que coraje que no le den se comer a los perritos jajajaja -She is truly a very talented Master chef 😍😍 -💕💕💕💕 -隻狗好得意, 仲有金马克兄弟嘅食物。 -Just wanna hear her say something in English lol...😅 -Orang Indonesia yang lihat Vidio ini like ya!!!!😊 -Kalau tidak samau jadikan kaka idola -Kojahat ka tidak -Wow I'm speechless -好能干的姑娘 元气满满 看着你忙忙碌碌的做出好多东西就觉得好开心🥳 -I love her life -look at the fluffs following her around! ❤😍 -wait, is this part of a movie? -She’s like a real Disney princess! -Мне бы такую жену ))! -Si me caso y me dejo de stupidezes -Beautiful woman cooking awesome dish😍 -I want to know what that woman does when she is bored -0:42 ha that naughty puppy's hand, 8:50 magic! -Bravo👏 -This is like Asmr -So beautiful 😭😭❤❤ -so beautiful eres muy linda y siempre es un gusto ver mas videos me encanto este en particular!!!! -What about the dogs? Let them eat something 😔!! -Can someone tell me where is this place ? -Top👍 -Я в шоке! Эта девушка походу умеет всё! Умничка!👍💖 -Only if one of the BTS members could find her... 😪💔 -6:48 "fried melon seeds" -good to see u after a long time -honest living ...wish I could leave everything behind and live there -Обожаю жаренные каштаны 😋 -U r amazing.... -Зайка-хозяйка , молодец девчонка -ni hao ma piao liang hai a sui -Sample from Russian song? Cool -希望能有具体食谱可以跟着操作 -Peaceful and very interesting videos. Food also -棒 -น้องหมาน่ารักMy dog so cute -@李子柒 你家乡好美哦。可以知道是中国🇨🇳在那边吗?想去那边旅游 -It’s sad that the puppies look very very HUNGRY all the time, like they don’t get any food at all. I hope it’s not because they STARVE them in order to make them follow her & for filming purposes to look cute which is just beyond CRUEL! Feed the puppies!!! -What does chinese chest nut test like -美しい😊ファンになったよ♥️ -I like you❤️ -你婆婆真的没有白疼你,老了换你来照顾她,看得出,你是个好菇凉 很喜欢你的每一个作品 -Just WOW😮😮😮💜💜💜💜💜 -I wanna stay there for the rest of my life -Nice -I lov her -yaşadağı yer neresi acaba -الله شنو من طبيعه تخبل وهاي البنيه.شكد هادئه -Just fall in love with u video -Por qué mierdas no engordan? 😧 -Please put that spicy beef jerky in my mouth right now -Which camera do u use -I love ur lifestyle and everything abt u -❤❤❤❤ -your home town is a very beautiful i love to visit this place -these are the kinds of videos you’d never get tired of watching -my mom is Chinese and my dad is from new york, we went to live in China for 7 years when I was 3 years old and the culture of Chinese people is absolutely amazing. This brings back so many childhood memories -is this a studio ghibli move wtf -口说流掉半斤!!! -This is an example of a rich life - I love that -This is insanely satisfying! What a nice atmosphere🌿 -This video makes me want to live in that peaceful village instead of crowd city😍 -me dio entre pena y hambre esta wea -Ziqi can you give me change to stay at your place -I love it😍 -This is major country life i love it -Os animais são umas gracinhas😍😍 -Apu tomar presention onek nice -MIYOUI MINA!?!????? - -Hermoso -can anyone confirm that her grandmother is wearing a knitted hat with cute ears on it. my heart, can't take the cute. -Sem palavras para explicar a beleza de seu trabalho. Parabéns. 🇧🇷🇧🇷 -I am telling you I have my backpack ready, I would love to learn all about their culture very much. -Merry me -Brasil 🇧🇷🇧🇷 -Ame a su borreguita y sus perritos 🐑🐶🐶 -I am not just with the things you are presenting but also with you. You are incredible human. It is so peaceful the life you are showing. It is a kind of a healing process not just to health be to soul itself. -مره كويس -the music is from DIGIMON!!!! Thats why is so nostalgic and amazing for everyone!!! Is the epic part when somethimg amazing happend in the episode! -THIS GIRL IS SO CLEVER BUT ME MOOOREEE -Insta Teddygarsa -Did anyone else notice the lamb disappeared after she made the dried meat? -How is possible!!!! 😯😯😯She know everything but popcorn!!!!?Popcorn cook so esay dear.. -Wait till Gordon Ramsay finds out about this! -Wonderful Art ❤️ -Nossa imprecionate,aqui no Brasil não tem mulher a sim,quer dizer minha mulher é uma das poucas que tem. -Someone tell her to move the dogs away before that loud explosion thing happened their ears are much more sensitive and their little hearts could burst.... -So cool!! -you know its white cause really "candy apples" -and even bettetr news im movin g in -good news she didn't have to eat the lamb -Она фея красавица сразу видно добрая умница 🙋‍♀️🙏👍❤🤗💋😍💖 -Как всегда завораживает ..... -Это кино?? Не бывает же такого в жизни... Чтоб так идеально все было. -Овечки чудо, просто с картинки так мило 🤗🤗🤗🤗💖💖💖💖 -1st class https://ckk.ai/cEb3 -Mary had a little lamb; -Its fleece was white as snow; -And everywhere that Mary went, -The lamb was sure to go. -Music please? -She’s so cute and pure but I get an heart attack every time she takes out her machete -+=+ -6:22 集合体恐怖症患者死亡場面 -最高すぎて泣く -oookkk... Can cook without „Kitchen Aid“ :-) -Cómo llegué aquí? -What A natural life.. -Well...came here to watch this amazing video but get suddenly at 5:16 digimon flashbacks xD -Woww🤤🤤 -Офигеть самодельный рахат лукум о.о -I am from Indiya -Very nice sis -trung quốc cũng chơi được youtube hả -Хочу пожелать каждому такую жену 😉 -Beautiful village life -I thought that doggo was a sheep -What about the dogs? -i cant believe this can get 20M view, how could it be -wow amazing channel -Ela tem a vida que eu queria ter mdds -Все натуральное,экологически чистое,все растет под боком и ничего не пропадает.Девушка пчёлка,трудолюбивая. -It's so nice y can't you give some English subtitles WHT your cooking -I am SO hungry now! Everything she made looks so delicious and she made it look so easy even though she was doing a lot of work, it looked so enjoyable. Some people are really set up for success. I just would like an opportunity to try everything she made just in this video. -I suddenly lost my ability to speak. 😢 -Your picture in the red . Gotta show your beautiful face ! -Çok güzel atıştırmalar becerikli şişi -Vous êtes une super femme bravo -Hayran kaldım. -Трудяжка, умничка! -Super -*19.999.999 VIEWS* -Vua xin ma con foi dang nua biet canh kuem cho gia dinh nua😊😊😊😊😊😊😊😊😊😊😊😊 -I love how there’s just a puppy and two lambs following her. - -Honestly. Goals. -🙏 May she never go hungry 🙏 -This is something I need to relax... -I’m so happy that YouTube had given me a chance to see this amazing video -No words , she's strong super supper talented girl .. god bless you always girl .❤️ -Marry me and take me to your place 😘😘 -Im starting to think she a scam 🤨, ain’t no way she living this perfect..... 🙁🙁my modern life is trash -الياخذج ما يندم -perfect woman! 💎 -I love those lamb -Great and hard working lady i always appreciated thanks again -My dream life❤at peace in the mountain with the nature😭. -True satisfaction -Don't be sooo stupid and become excited watching this... This all in video,meaning you cannot see the truth behind this !! Anyone can cook anyone can make anyone can record.. You don't know how many peoples doing that behind this scene ??? Don't believe all you see !!!! -hiii -who else adore those puppies....😍😍 -that music background remind me of Digimon Adventure hahaha -btw the video is very nice -:)) -China. Got Talent . -Her husband must be the Luckiest Guy , to have a wonderful wife like her . This is what I call Family . -I really like you -👉 2 con 🐕🐕 -Aya plz offer to those puppies -is that the catle of the sky's song ? beautiful ! -https://youtu.be/apEOp7rWrbw Li ziqi behind the scene -Wow...its really awesome... -#MashungmiZingkhai -ใครได้เป็นเมียไม่อดตายหรอก -This is simply how humans should live. It's encouraging to get these glimpses of this way of life, sitting in the machine-driven world that has less and less room for the people the machines are supposed to serve. -You'er so very creative ,smart and so cute. I love u. I am Thailand. -You are fucking beatifull -Молодец девочка. Вот такую жену надо а не этих дур с Айфонами которые даже яишницу пожарить не могут -Excelente mujer 🌹 -nice 🤦🏻‍♂️👍🏼 -I really want to know what those massive fruit are! -Үйге осындай келін керек. 😁 -Que bonita ovejita -Simple life i admire so much, she is definitely my best mate to live & work with. -I love your gud work, your so amazing dear keep up the gud work. The best i have seen -Your village is very beautiful heaven on earth u r very talented and lovable ❤ from India -Looks like hard work! Much appreciated 👍🙏 -Eso que mujer tan admirable -واو عن جد واو -Ma come fa questa ragazza, è INTANCABILE! Assolutamente fantastica - -anyone know what she dusted those peanuts with? -Ah her grandma's laugh sounds so sweet -¡Que buen contenido! En mi país deberían cambiar las telenovelas por vídeos como este. Que chica tan trabajadora y talentosa. -Alguien qué hablé español? -I've never seen a mango that big in my life. I wish there were fruit trees I could go pick -Thats dog so cutee -I very very love it that song and this girls :') very very relax -shes living a Ghibli movie omg i love this -Nice -This is the type of girl you see in movies -I love u -好吃了我要我要 😋😋😋 -ITS BEAUTIFUL -This video is the best thing ive seen on youtube in a while 💓😍 -i love her pets, 2 dogs and 1 sheep 😍💕 -Tem que tratar dos cachorrinhos, eles tbm querem comer... -لزييييييييييز -Excelente -Man that knife is sharp -The grandma is so adorable -That is so unhealthy honestly. -Terapêutico:) -摘柚子的工具太搞笑了哈哈哈 -The oven is so cute, looks like a dog with a bone -None of those fruits are spring fruits. Professionally done video. The Chinese government is creating these with beautiful women, perfectly made up, for foreign consumption. They want us to believe. -The Vietnamese Martha Stewart -You have a beautiful home. I wish that I could live in such a peaceful place. -If love was a person, I feel like it would be this girl. -So satisfying to watch x -This lady is strong✌️ -. I wish you happiness💕 -I need to find this woman and marry her. And give her the world. -انتم مبدعون -3:21 she burned herself.. -Asmr who? -This was like watching Japanese Disney land. -Sei bravissima! -I need to learn from her how to cook instead of these so called scholar chefs. -I just released .. she sell it 💙💙👏👏👏👏 -She like the perfect wife, she cooks great food, she’s beautiful, builds freaking furniture, and makes good money doing youtube videos haha I jest but she great tho -Could you live in less of a fairy tail some of us are jealous -You live in paradise -I love her oven and how she cares for everyone so much it is just adorable -mdaaa, foare bravo foarte super!👍 -原来这些小零食都是这样做的啊 -*Most definitely apples* “grandma I made you tomatoes on a stick” 😂 -Linda muchacha. Trabaja mucho😉 -new subscriber! i've never seen a video as wholesome as this one ❤❤ my heart can't handle 💕💕💕 -لي عربي يحط لايك لنشوف كوم عربي في -The baby animal friends following her, SO CUTE!!!! 🐕🐐🐕 -Muito maravilhoso,transmiti uma paz maravilhosa -Muito maravilhoso,transmiti uma paz maravilhosa -Козленочек такой миленький!😍😍😍😍 -Would you consider selling the things you make and harvest in small quantities? -👍👍👍👏👏👏 Какая трудолюбивая девочка 🌹🌹🌹🌹🌹 Умница 👏👏👏 Хозяюшка 🌹🌹🌹🌹 -ВКУСНО !!!))) -Was für ein augenschmaus....hmmmmmlecker lecker. -I love you!!! Going to try and do things like this with what grows good around where I live. The jerky looked amazing, everything looked amazing. -Никогда не понимала зачем портить яблоки и зубы этим огромным сахарным твердой слоем карамели. Когда это "лакомство" едят и щурятся от боли, словно от стекла -اكو عرب هنا🌚😂😂😂 -And who taught her all these amazing skills? She looks 14 years young. Lol! I'm so glad I found her videos! -She makes working so hard look easy and calming. Love watching how beautiful her videos are. And the baby animals..uuugghhhh, so freaking cute!! -This is very nostalgic of my childhood. I’m always grateful to my grandparents who’ve taught me the values of hard work. -Yummmmmmyy -Kawaii 💗😊💖 -Amazing video -Qué vida más hermosa de vivir -Is this China? -That has got to be the most dangerous way of making popcorn I have ever seen! But hey it made alot really quick! 😁 -Она чего только не умеет))) молодец:-)я тоже хочу к ним))). -To perfect to be real. Beautiful place beautiful food and an adorable girl. -This is a common life in China for a lot people if the 8 western countries did not evade China and had wars against. Problems of post-colonization with materialism and capitalism. Wish we could all go back and have some peaceful life. -wow. -Vry good job, plz give some snacks yur pet puppies... -I love your channel so much. You and your family are amazing and deserve all the best. -I loved the little dog. -Русский брат! Если ты смотришь этот коммент, напиши как зовут эту девушку. Спасибо. -Wow -I love her devotion to her granny. -And granny’s hats!!!! 🥰🥰🥰🥰🥰 -👍👍👍 -🌞🥇👍🏻😃💝🌹🌺🌸👌 -Yunnan.. a beautiful place to live -7.4k dislike..🙄 sick in the head -I am from india. Real this girl is a super girl. I want to marry you. You will marry me .I will keep you very happy. -Восхищаюсь этой девушкой) -I loved her cute lil company 😄😄awww..... -You are very talented and beautiful. Cannot stop watching your videos. - - - - - - - -Think am in love 💘 -Haces envíos a España? -did she put KALE IN HER MANGO CREPE??????? -OMG THAT TWISTY STICK THING LOOKS SO FUN HAHAHAHAH 8:50 -WHAT THE HELL -T H A T ' S WHAT SUNFLOWER SEEDS LOOK LIKE??? -omg THAT'S how they made popcorn? that bit was so funny and this entire video is so wholesome -i love how she uses the big ass cleaver for everything, -no fear at all wielding that giant knife around -this is way too wholesome -omg everytime i see her use the cat oven, i get excited, that was one of her first videos and i watched it when she first posted it, she's come a long way from then -What a pretty girl and what a wonderful life ! -you are so talented and hard working. BEAUTY WITH BRAIN -해석좀.. -아님 안먹을테니 향이라도.. -제에발 -nice u -Mygod I already love her she can do almost everything. Can you adopt me lol -She is really great - -No electric gizmos, no plastic utensils -Just ceramics wood , bamboo and metal tools! -And oh my...she is so beautiful!! -😘😘😋😋😋😋 -Mind relaxing video. I've enjoyed -I need that chinese beauty -That lamb thinks she was a puppy too. - -That's cute. Now I want one as a pet. 💓 -Bravo top -Ella es tan trabajadora y hermosa, me encantaría una mujer como ella ❤️ -Orang Indonesia ☝ -我真的很喜欢 -It’s very interesting how we live in a society with internet and easy access to everything, yet many of us yearn for this kind of humble, comforting life full of hard work and purpose. Kind of interesting how society works. -So y'all just got dudes wandering the misty fields selling popcorn? -Không biết chừng nào, chị lại nói bạn còn nhớ con cừu lúc tui mang về khi làm áo len hông, tội cừu -I wish I could live this way. 💜 -I’m proud of her and i don’t even know her -She see ,she do. She does not Look busy but is still doing things the whole time😍 -Wanita idaman -Chinese hipsters are on a whole another level! - -Can't believe there are people who think this is real. There's a whole production army behind her - camera, lights, set designer, hair and make-up, editor... - -And no, that's not her real grandmother:D -I want to go live with her as her apprentice -Duty is God !!!! Duty is running with beautiful fresh daily 's world !!! Life 's pride -Yaşadığı hayat o kadar güzel ki -I just discovered the real life Mulan. This is my new favourite channel -I almost fell asleep while watching her doing stuff flawlessly -07:46 love her hat lol -God damn i want to live like that. -Will.you merry me -what a life u lead..it looks like work every day but wholesome like um rewarding I miss it but I've never even lived it except in books lol -She is the real rich girl in the world -Amazing -unreal -I wish I would have the possibility to live in that kind of place. I would retreat to there whenever I could if I had the knowledge. In Finland there are some people who live within nature in Lapland but that place is really cold. And I'm not sure what parts of nature to use. Also hunting is a big part in there. And moose & reindeer husbandry. Look at me brambling on. - - -Your videos are beautiful and peaceful. Kudos to you. -Feels like im dreaming.... -Собаки на суп пойдут. -im so happy youtube suggested this to me -Natural food master -Not understand. But love her videos -What type of popcorn is that? -Золушка!!!! -Красивая женщина -I love everything she's doing. I can watch her all day -I could see her in a studio ghibli film. Also this is like watching a documentary so i wonder who's filming -Just subscribed this is amazing -These videos prove we are a part of an alien simulation -你好棒哦 -You know those modern-day cooking asmr cooking videos where you just hear the high def sounds? This is the old-school version lol hehe -oh i didn't know that "kastana" covered by a spiky thing -As pipocas queimadas kk -must be amazing to live on a fruit plantation -My ex wife is Chinese American ABC.. She has nothing on your hard work and beauty. You make me love China so much with these videos ...God-bless you and your family always.. HELLO from California 😊✌ .. My daughter is half Chinese half-Mexican a true rice and beans.. -5:57 -Heyyyyy beautiful,,,, -I don't know how to express my feelings about you nd your Vedios. -They are cool with soothing music. When I watch your Videos I feel like I'm in another world. -Stay blessed. -I admit I'm jealous of grandma, but what's that on her head?but seriously, Thanks from Missouri for the abundant "eye-candy". Hawthorn fruits are huge there!--and what a clever way to get your heart tonic! ❤your sweet animal friends too! -Did any one noticed the digimon song playing????? 😍 -I like to eat chestnuts fresh uncooked thank you for the video -李子柒属马,五行为火,喜红色,,注定要火。免费看手相预约算命加微信msfsds -Adopt me -Is that for the whole winter? -Eres admirable -Tal ves no me entiendas pero me encanta lo que haces -Suddenly i feel wanna be a village girl ^^ -now this is what i call living by the land!! so much respect for you❤️ -Is it possible for eyes to salivate? Because mine are. -Geulis pisan -Wow 😍😍😍 -When you live a life in a way universe planned it....... -外国友人们好像沦陷了,根本翻不到中文评论了哈哈哈😄子柒加油! -She is a very hard working talented young lady. Love her videos. -The coat is so cute,she is beatiful,she is creative 😊😊😊😊😊😊😊😊 I love she ❣❣ -看着都是一种享受啊,小姐姐好漂亮,环境好好,狗狗和羊好萌! -this randomly came onto my recommendations list, and i am glad. I am truly fascinated by her channel. subscribed! -So sweet -esses videos sao deliciosos de se ver -真香🤩 -這不是栗子嗎🤔 -These videos bring me out of panic attacks -She's amazing and so sweet omg -dont watch high -Please give more attention to the puppies!! More attention to the puppies!! 🐶🐶 -The music in the background reminded me of Harvest Moon lol -She made the marshmallows seem organic -Awwwww where did the little lamb and 3rd puppy go? Got to 4:40 .... 😱... Beautiful video tho. ☺️ -Biggest mangoes I've ever seen!!! Its so funny how your fruit is on such a different schedule than american fruit. This is so cute and sweet and calming. Those little animals love her so much, you can tell she's a kind person. I could watch her do random chores all day. -자꾸보게되네 -你活的太成功了吧qaq实名羡慕哇t_t -I love her lamb so much -Wish we lived like this -👏🏼👏🏼👏🏼👏🏼 vc acabou de ganhar mais uma escrita e fã😍😍😍 -Man. I don’t need all the shit I got. I wanna live like that. That’s gonna be my goal from now on. -I wish I could live this life. 😍🐑🐕 -Fiquei sem entender como saiu a pipoca -Your video is always peacefull -这是什么神仙小姐姐啊 -How did I even got here, and why is this woman living the perfect life? -"Que delicia todo un arte oriental" saludos desde Jalisco México -😍😍😍😍😍🤗 -Se depender dela nunca falta comida no inverno na casa dela -Broo idk where exactly this is or who she is but i legit want to live there😂 -The girl is very talented, I bet there is nothing she can’t do. But the vids are a little bit unrealistic . No one lives like that at a farm. Everything is too clean, too tidy. Besides there is no actual need to use fire every time you cook. Wood-fired oven is better than electric one in many cases, but for frying and boiling you need to be super-expert to use open fire. Thus for me it just seems like intentionally making your life harder while not adding any extra-value to the final result. And she never uses neither water lines nor washing machine in the video. This is just absurd: you just can not keep the house as clean without water lines. And animals are so tidy, i bet they are washed and brushed everyday. The vids are very good just as fairytales, but those comments saying about the « real life » the girl lives are just killing me -天呐,还有这种原始的爆米花方式。已经很多年没见过了。 -What are the recipes for this stuff? Esp the marshmallow one =) -PUPPIES!!! - -I wonder what kind of man can match her. -Maravillosa, cuantas cosas haces... me encanta el lugar, tus animalitos. -Modern life stole _life_ from us my dudes .. -DISNEY MAKE A MOVIE ABOUT THIS GIRL SHE IS A PRINCESS -THIS IS OBSCENE EITHER THEY OWN A SWEETS SHOP OR THEY ARE JUST STOCK PILING -염소 귀여워쥬금 ㅠㅜ으앙 -Real life harvest moon with that basket 😁😁 -Красавица мммммм😍😍😍 -I feel like I've discovered a hidden treasure! Good job on recomending me this video YouTube! -So y’all just ignoring the big ass mango -Just beautiful! -clever girl👍👍👍👍 -This makes my heart happy. You are so beautiful and I love your culture. And your cute puppies. -I'm going to base one of my characters off of you. This is so peaceful to watch. -It’s so beautiful and natural how they live and make things 😍😍 -Sinceramente hermoso..ya quisiera conocer una mujer así jm -La sigue los cachorros y la obeja como perro mas jijii -nice video -Your the best 😇😍😘 you make me happy 😍😘🤓🤗 -While looking this I feel in heaven. Thank you soo much for that❤️❤️❤️ -That's amazing!!! -она уникальна это не описать словами -The dogs are too cute🥰 -I found your channel today, I cannot describe the inner peace I got just saw you cooking -Y a una que no se le ocurre nada por hacer y tiene de todo!! Y ella hace maravillas con todo lo que ve❤ -Esplendoroso lindo quanta técnica e criatividade parabéns e me parece estar tudo delicioso. 😄😄🤗😚😚👏👏🇧🇷 Brasil aq -Very nice i love it -Славный Друже по китайски -6:08 that's how im gonna enter a cinema some time in the future -Which place -What is this beautiful song/music? -so peacefull and MashaAllah view is awsome -கண்களுக்கு குளிர்ச்சியான காணொளி,,,,,, -I loved dis❤❤❤such a sooth to eyes nd heart🤩 -Q amor de vídeo gente... 😍 Passa uma paz. -Que vídeo chato do caralho!!! -Essa porra de japonesa sabe fazer a porra toda -Vai pro caralho! -I’m pretty sure all the men out there are very attracted to her how talent and hard working she is wanting to marry her~ ^_^ -Amo tus videos, simplemente hermoso -omg the woodfire oven is a puppy head its a dog omg -Девушка волшебница. Как все она с лёгкостью готовит. Аппетитно . Всё натурально . Супер. -Thank you for sharing your culture with us ❤ -Ice cream banana -Good Didi -how can they read their language? -The candy and all snak were peacefully n 💕😍amazingly made. -This is called natural oven -Es una linda muchacha -qué nos enseña ... lo que ella -hace diferentes comidas , postres -y alguna actividades .... a mí me -gustaría estar en su lugar -Es un Orgullo y Alegría de tener -Ejemplos ... como esté Video -Mis mil Felicitaciones 💝💝💝💝 -羊咩咩好可愛。 -thats some nicely designed oven ngl -She will make great wife, she smart & beautiful, if she had her own shop so I would sign to learn from her -ver tus videos me relajan mucho <3 -Pls do a no music ver too -Everything there is so beautiful -Just realised that her oven take on the silhouette of a dog and the board is in the shape of the bone, 3:22 really cute! Also grandmother's hat at 9:29 is really cute too XD -What a beautiful place to live and work!! ❤️💜💚 -Is this heaven or earth? -Omg...i love ur content so much...it is like a paradise...one day i hope i can live in natural place like u. -Omg...i love ur content so much...it is like a paradise...one day i hope i can live in natural place like u. -good job -Song pls at 4:41 -Very nice video, a really HARD work.... and everybody in a good smoke smell.... (smoke-dried) :) -🇹🇷🇹🇷🇹🇷 gelen olursa -can someone explain me why she made so much food? -sexy -Marry me girl -I really really enjoyed the video -She has everything in garden. Amazing -that's song is like a sad song -I think that the close relationship that she has with her grandmother is soo adorable 🤧💕💕 -Omg this shit was fkn amazing -I luv it sooo much -Cuoc sog cua co gai nay hah phuc that -what kind of bgm is this lol -this video is too artificial, unnatural and dramatic -(all those angles, bgm, actress etc) -that’s why it gets so many dislikes -I love how she eats some while she's preparing the food -Женщина огонь все в руках горит -Каждый мужчина рад такую хозяйку -С большой буквы иметь в женах -А если в годах то в снохах или дочерях -Cuoc song bà này ko thiếu thuc an -The perfect live 😍 -Красотка -I wish i'm this good at something -Chị giỏi và đảm đang quá 😍 -👍👍👍👍👍👍👍👍👍👍 -WOW -رائعه جدا -Could someone points those feminist here; this is a female that is equal to a men, I do not accept any less. -PET THOSE PUPPIES ALREADY -I showed my grandma one of these videos and now she’s hooked on this channel -Said it reminds her back when she was younger and lived in her village. -Her videos remember us early days.....she cook always healthy food but i don't know is it testy or not?...but i like very much this show👏👏👏👏 -So I tried to buy these candies from her Aliexpress store, why are they so expensive? -This girl is so hard working! Her videos look like scenes from an Ang Lee movie. Thank you for sharing your simple but awesome life to us. -I just discovered your chanel recently and I love your videos 😊 -Why use dried meat when you have so many dogs and sheep? -感覺好好吃喔~狗狗小羊很可愛˙ˇ˙ -I like this very much am from india and i love china and chinese culture very much its wonderful and i like also chinese dish and method of cooking beautiful😊☺ -3:20 The stove is a cat! -ポン菓子! -화질이 좋네요 캐논 카메라인가요? -У нас в Москве такие папаи не продают. В первые такие вижу. -非常感谢你的视频。你好,来自俄罗斯 -Be my wife. ☺ -I want to live there... - -you did me dirty <3 I found you bcause of your purple cloak that you did, but using one of my favorite digimon music was lowkey unfair... I love that song so much!!! -whats the name of the music playing in the background? -Oh my god I just realised those pancake roles were the same eggrolls shishimanu from ninja hattori liked! -The land is so giving...hope there will be no mall build there in the future -magic girl, I love you so much -😊😊😊😊😊😊👍👍👍👍👍 -Those mangos are big -What kinda heaven is she living at? -*THE OVEN LOOKS LIKE A DOG WITH A BONE IN ITS MOUTH* -she's beautiful. hard worker. Great woman -她很漂亮努力工作。伟大的女人 -I don't believe that she does everything -This girls life is so confusing to me, does she just make stuff everyday? And she has the most professional video production yet no running water or modern appliances?! What -Your all videos nice -How is this camera so smooth. -This is life... -nice!!! 😄 -很捧,什麼都識。😀 -Real life anime. Absolute and pure beauty. -Love to live there.. peaceful -爆米花那幕好可愛 -狗狗吃什麼 -What a lifestyle😩 I would love this but in a penthouse -Everything about this is just amazing. -Everything is peaceful.great video! -Very cool💜 -I'm from Vietnam I very very like you and your job. One like for you !!! -I became you fan. Your videos are so beautiful and peaceful. ❤😊 -Hermosa -it reminds me a korean movie ‘little forest’ -So ein schönes Video mit wenig Aufwand so schöne und tolle Sachen gemacht Prima. Respekt -厉害啊(⊙o⊙) -Please do you take apprentice? I would love to learn under you.. -Wow, is unbelievable -You really are amazing! I wish we had such festivals where I’m from -日本人で見てる人いるかなん(*ˊᗜˋ*)♡ -The recipe of the marshmallow treat, someoneeee -i wanna make something now 🥺 -That looks soo good 😍😍😍 -Am I the only one thinking how cute the puppies and baby 🐐 was lol -Maravilhoso 😱😳 -I from in Vietnam's -Karegar bachi -Beautiful vedio its my dreams -who else wants a tour of her home & property 😊🙏 -Did no one else notice that their fire oven thing is the shape of a dog and even the mouth cover has a bone 😭 -Какая умница!! -Where is this in Asia? So much fruit -Love the nature -like... is she single or?... -세상에! -이런 완벽한 여자가 존재하다니! -중국 어디일까? -I just want to say I Love You. -I feel ashamed as a girl. she's beautiful, independent, and skillful -Feed the puppies at least -I like how the oven is shaped like an animal head :) -I think you live in the real Narnia. Please send me a box of goodies -姐姐住在哪里?我想看你家!感觉你的春节小吃品好吃呀! -This girl literally living the dream -Like animation movie💕❤🍭 -I’m scared you’re going to eat those dogs -This is so amazing! She is so cool! Love her and the peaceful environment in all these vids!! 💕💕💕 -This channel is so smart at marketing itself -Content -jesus all that looks so good -เก่งมากๆ -WOW wow wow wow!!!!😳👍👍👍👍👍👍👍👍👍👍👍👍 -Está vida es una maravilla de Dios creó que voy a llorar -She has everything she needs and she has so much talent to use it, she doesn't need money. And i want live of life like this -I love the cute little animals that follow her around everywhere -Does she..sell this? -Wonderful! 🙃 -This is so peaceful. And she’s so pretty 😭 -Muito bom o canal😊 -Wait. -Is it just her and her grandmother? -What is name this youtube account ?? I cannot read mandarin -I wish I had the means to do stuff like this. I get all the inspiration from these videos. -You are beautiful, amazing, and bad ass -This life..is amazing!!! -Notice me senpai!!! I may not be worthy but please teach me everything you know! I think I fell in love! -I LOVED IT!😍😍😍 -GOD BLESS YOU!😊🤗 -Them animals. I swear they arw too cute. I wouldn't mind living like her -This is why you should appreciate every time someone does special things for holidays. A lot of work goes into those foods and snacks which is why we only have them a few times a year. -10/10 would marry -So cute the puppies and lamb following her. -Who is this clever genius? Mind blowing -Videos are very peaceful.. and mind blowing☺️😘 -Your video is soooo relaxing....... -Hm, did she not include the part where she cooks the dogs? -你是我的女神 -Who did she make all that for? -Omg i love your oven ♥️♥️♥️ -the way she jumped when the popper exploded was straight out of an anime lmao -5:59 -❤❤❤❤❤❤❤❤❤ -Doggo grew! I love this so much. And that little surprise for grandma at the end. My heart -chinese harvest moon. why see use burqa in her Photo Profile. hope you convert to Islam. learn Quran. -6:00 Her jump is so cute 😂 -1:09 my heart just skipped a bit -I gived like just becouse of the dogs and the sheep -🤩🤩🤩🤩🤩🤩👏🏾👏🏾👏🏾👏🏾👏🏾👏🏾 - -What about the fake noises? It's almost annoying. -I hope she finds herself a man to help her do the heavy works, those melons look very heavy. Beautiful video as always👍🏼 -Hola saludos desde Buenos Aires Argentina -The synthesizer music, beginning on the second day, sucks. They should have continued with something traditional to where she lives. Otherwise, very good. -Wow everything seems easy -Parabéns 👏❤ -Everything is so simple and beautiful -Coloca legenda em português.por favor. É incrível! -Ugh idk what this is but this is so wholesome and pure. It's like a live action farming game (like Harvest Moon), but this is really their lives. I wanna try her cooking so bad, wow! I wonder if her grandparents taught her :o -Gorden Ramsay would give 10/10 -This is what is called genius😍😍😍 -MashAllah she is amazing guy's -This is the sort of peace I want in my life. -انا احب ڤيديوهاتك ، انا معجب عربي من مصر ، l love your vedio, I am from egypt💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓💓 -omg she is amazing. how is this all reaaalll this is the kind of life i wanna live -9:52 awe -7:45 that’s one cute grandma.shes adorable! -看这我想吃串糖葫芦啦! -I want this peaceful, natural, beautiful life -Sen aç kalmasın qmq nice -ummmm que riiicoo -Uau ela muito linda , admiro a beleza Orient 😉 -Muito bom seus vídeos 👏👏👏🇧🇷🇧🇷🇧🇷 delicius -Ok but who knew sunflower seeds came like that... awesome -Chinese Carni Food!!!! YAS!!!! -These videos help me get to sleep thank you 😂😘 -I feel the serenity when I watch this amazing lady -+++++ -Dude that popcorn thing was sick!!!! -:c -Wow amazing...the simplicity of this ladies life is inspiring ❤️ beautiful video -These videos are so beautiful and relaxing. Thank you -Teach me how to live like you! -I wish this was a full time TV show xx -There was a baby lamb following her in the beginning! 😍 -Clementines, Mangos and Grapefruit are growing/ripening in winter???? -satisfactory -This is so ASMR for me😍😍😍 -wonderful place,wonderful life it seems -Nossa que incrível deve ser uma maravilha este lugar..... -I never knew a channel like this existed... wow I thought it was a scene from a movie. So well done -Ahaha she cover her grandma ears oh my god my heart 😭😩♥️♥️♥️♥️🌸🌸 -Very creative, wish I could be this productive when preparing things.😊 -💕 this -She is absolutely gorgeous, and the place she lives looks so magical. -She's so amazing and cute I love her 😍 -nice to see in china you have "castagne brusata'" like we have in torino italy :) :) -so beautiful, until she packed everything in plastic. so sad where modern consumerism takes over. -06:00 🐕 -爆米花那里下意识的捂住了耳朵哈哈哈 -Невероятная девушка, все умеет))) -Se supone que en Asia -Es difícil la cosecha por las picas tierras. -Esto es sorprendente -Que vida tan más hermosa :3 -Y glamour sin tanta inversión o.o -This is better than asmr! -每次看都感觉好饿哦哦哦哦,想吃爆米花花生瓜子雪花酥糖葫芦牛肉干芒果干…… -Most Beautiful, Creative Amazing & Magical videos on YouTube! -Love your animals please. -Вот это природа . Вот это рай . Девушка милая красивая умничка 😗 -هذا الفيديو يحمل كم هائل من الطاقة الايجابية -I think I found the place I wanna live for the rest of my life 😫 where is this -That spice beef jerky made me lick my phone!!! -Có ai việt nam coi không ạ -are those wild marshmallows? arvested from marshmallow tree? -What's this channel called in English and what is her name -I love the traditional methods, then she whips out fucking marshmallows -Что она добавила что загустела пастила ? Какой порошок ? -I am not sure if watching these videos is runing my self confidence or incouraging me to do and try new things -I saw something beautiful... -where does she live?! why is this place so beautiful?! just watching one video making me feel at peace!! <3 -找了半天没中文留言。。。 -Her life must be very peaceful and quiet. She works hard for herself and her family. It must be tough living there but i’d also like to experience that. No noise, no claustrophobic buildings and last but not atleast no gadgets or wifi. Although i’m not sure if that’s entirely true since they’re using a camera. Even just for a day or a week, i hope i can experience a calm and peaceful time with her or just like her. -she must be like a perfect loving wife— scratch that. She’s so hardworking and independent that she doesn’t even need a man to be honest. -Хочу в гости к этой девушке! -If we all lived like this girl I doubt there wold be anything wrong with the world -Баба магёт ) -She's megumi! -Where do u live i want to come there please tell me -It’s a real life studio ghibli movie -So cute -Señorita ni un bocadillo para sus mascotas???👎👎 Que mal!!!!!!! -The quality of these videos omg -So sweet of u and so peaceful to watch ur channel. Keep it up -Great money-making ideas too! -Doomers don't watch this! Envy alert! -There's happiness in her caring for Grandma. Love it! -Watching her videos really makes me appreciate people from all around the world have to offer and how much effort they put into what they can do -Looks delicious! -Nice 😛 -What name of that movie -It’s just magical to see -The only delight were the cute pups. Take good care of them. Cover them 😡 -she is like the prettiest chinese girl I have ever seen in my life dang -I don't know what your saying but your so amazingly gifted at everything you do‼️ I'm new to your channel and I'm in love with your videos 🙏😊😇😍 -Você arrasa ❤ -Me the whole video: GIVE THE PUPPY A BITE OF FOOD! OR PET HIM! SOMETHING! HES SO CUTE AND WANTS ATTENTION! I WANNA GIVE HIM ALL THE ATTENTION IN THE WORLD! LET ME PET THE GOOD BOYO -I’m too lazy to just make a sandwich...but she made a whole fresh meal 😩😩 -Is she a Disney princess? -the marshmallows killed it for me ... -Lovely. -Wife 101 - -Idk why this popped up tbh but I don’t want to stop watching -Me relaja viendo a esta mujer!! Aunq no me guste la cocina. -If someone says to me " You choose 2.000.000.000$ /€ or this life-living".....i would honestly choose this lifestyle -家裡的一部份嗎?您的老家也未免太大了吧?真羨慕這種生活,完全是世外桃源,讚嘆! -mặc dù không hiểu tiếng nhưng ước gì cô ấy là vợ mình -I’m not see my girl China beautiful like it! -I can talk China 🇨🇳 e er San si wo -I need to live china like she -:so I like cold🥶🥶🥶🥶 -Grandma got a helluva appetite ... this chick is cooking for an army -I love her pets -What name of the song in this video ??? -0:22 ík -I want to live this peacefully -She is beautiful cute talented and very amazing I like her video very much and I used to watch her video and like every time .... -This channel is the visual equivalent on a meditation playlist. -Việt Nam 👍👍👍 -Her videos are so relaxing . -I really want to live like this -Vreau și euuu 😢😢😢 -Que lindo! Su horno tiene forma de gatito. -This channel videos are seemingly taken by continuity script and writings prior to shootings. -Not naturally at all. Which makes me disappointed a lot. -Like primitive technology channel, she can make all cooks and all hard works... LOL. -Oh how cute to witness the growth of thst adorable lamb -Her channel is the purest thing I've ever come across on YouTube. -Nikah yuu.. -Hidup bahagia di desa -犬の可愛さよ🐕💓 -Who dislike this?? -妳好漂亮>< -She’s the cutest! -This is the life I want to live -Carallo, castañas! -Beautiful life, i want it 😭❤❤❤ -Watching this makes me wanna cry like its soo beautiful. -Видео замечательны!Но очень жалко маленьких собачек.Они всегда голодны 🐶🐕😥 -Ok . love -C tuyệt quá 😍 -She is verry talented ❤❤ -🥰🥰🥰🥰🥰🥰 -ジブリみたい…… -Instantly liked the video after seeing those little puppies there, nerveless this lady is wonderful!!!! 😘😘😘😘😘. - -Those tiny ones are following throughout her video💞💞💞💞💞💞💞💞💞💞💞💞💞 - -OMG, what a beautiful life she has. -que lindos perritos -Who else is wanting to know who is filming her ? Her dad ^^ -Great filming.💜 -просто охуеть! -Saia rela kok tempat seperti itu tanpa HP selama seminggu/lebih -Vừa ngon vừa ngọt nước -Amazing -Fried melonseeds? more like sunflowerseeds. -Gordon Ramsey would be proud -very good anh love you 😍 nếu có đc nhiều tiền như 7-6 tỉ tôi sẽ đi đến Trung Quốc gặp cô và cho cô 5-6 tỉ,yêu cô hotgirt dj 1 mình khổ sở nuôi bà -Please can I come live with you ^______^ -This made me miss my Grandma so much. This is the life we should have had a long time ago... -I love how natural and rural this is. Not needing any real technologies or electrics to do it. Just being happy. -What r those giant yellow fruit at the end ? -Can I be your new grandma please :) I can have my bags packed and ticket bought by tomorrow! -You are living the dream life! God bless you♥️ -And people say women are weak -Amo seu som -Почему это смотрю -But for whom she's making all that things. A lot of things. Only for video. -Wow...... -да блин... опять? ну ок -What camera did they use? It looks so clear and beautiful. -So beatyfule and so smart say hy form indonesia -Я бы такие кулинарные шоу смотрел -Это так... аутентично? -Omg that digimon soundtrack half way through got me all in my feels 😭 -Without words...like life not exist like that🌞❤🙏 -so am new subscriber, thank for this chanel🙂 -woah 5:10 -SUCH A BEAUTIFUL VIDEO -she is do anymore -she so beautiful!!!! -yes! -Her gran is so precious -Ur husband will be lucky -the little dogs are so cute!! -do they just eat all the time -🌸Волшебница🌸 -How much I would give to live this old of life 😌😌 makes me so calm, the scenery is beautiful -Beautifull -5:55 so cute >.< -3:09 - what is that big yellow fruit? looks yummy. -Omg the aesthetic in this video is EVERYTHING KWEEN -What's up with that popcorn? -ガッキー並に可愛い -Здравствуйте, я ваша дядя -Did anyone notice "Shooting Star" ⭐️ at 5:10 -Có ai Việt Nam không Nhỉ -It will be great if the titles are in English. -Why those hates ? -I would love to live this life style for a year 😍 even more who knows I just love it. -I wish she pet her puppies -Just wow -Love, love this. You are sooooooo beautiful. Thank you -Я бы пожил с ней месяц !!!какая умница! -Is she even still a human 😍 -الله عل الإبداع خرب عمي لو عدي مره مثلهه -very traditional, I like it -Ngon quá ... -It's like a drama of producing food treats. -How lazy i am -Wait...hold up. When did she harvest the marshmallows? - -Почему эта хуйня у меня в рекомендациях?! -I am officially a fan. 🙌🏾🙌🏾🙌🏾 -قافزة خسارة تاكل الجيفة والحلوف -Не деаушка а энциклопедия знаний! -I try to find her name but can't find it -I Love you -When You think about it, she probably has a TON of upper body strength -It s amazing -The BGM was not necessary 😂 -The cat shaped oven is soooooo cute! -Love how they use the burning cob to pop the popcorn. So resourceful.... -Она из нашего мира??? -كتعجبني هاد بنت لدينا -人间天堂 -*i want to live with her* -I only want to know what fruits did she use? little apples and mangoes? the yellow thing she dried in the oven! -LOLLLLL THE WAY SHE DROPPED THE VEGETABLES 😂😂😂😂😂😂😂 -色彩好美。 -The animals following her makes me sad bc that’s what my kitty did and she died 2 weeks ago. I miss my kitty she was everything to me. - - -Also is nobody going to talk about how big that mango was. Again also that food she is making looks really really good. -With lots of love from , Earth -This stuff belongs in a 5 star restaurant -she’s living the life that thanos wanted -Im gonna go to China And Try their Food i swear. -Nhờ vậy mà tôi mới biết kẹo hồ lô, các thứ khác làm như thế nào -Can I be your best friend -That baby goat stay chewing on everything lol -is she really human? she is god -Слов нет ,одни восхищения и положительные эмоции, всё таки правильно говорят "Восток дело тонкое" . Такое видео необыкновенное. Столько спокойствия. Интересных решений. А главное ,какие милые собачули и козлёнок. Спасибо большое. -Don’t be fooled of her kindness and angelic appearance, she is a highly skilled undecover Assasin. -Собачки тоже хотят есть😞😞 -People wanting to live like her but don't want to wash the dishes. -Where is this? -What am I doing with my life?? -这个烤炉好可爱(´இ皿இ`) -Nhờ coi này mới biết hạt hướng dương mọc sao -Do you eat your pets? ? The horror -What's about the dogs? Do you feed yours dogs!? -The legends says she never rests. -Lo que más me molesta de este video..que no atienda a los perritos!.me indigna...!!!!! -I really love your videos. But if you be kind to tell me why are you making this kind of videos? Is it to show Chinese culture? If it is, then it's really amazing! -View max đẹp -啦啦啦 -Did anyone else notice her stone oven is the face of a dog? Roasting food by feeding its mouth 😂 -Qué linda mujer....qué lugar tan bello....mi admiración y respeto. -Quisiera una esposa así para mí. Bendiciones -Those grapefruit she picks are huge! -Thats a huge mango 😍😱 -How can anyone not like this???!!! It was so great! -😍😍😍😍❤️❤️❤️ -I just came home. -Aí gente só eu qui amei os cachorrinhos e a ovelhinha seguindo ela 😍♥️qui amor -I still remembered when I was small, the popcorn man would travel around, people line up to make popcorn. I used to be really scared that huge sound. But now I don't see them anymore in big cities any more. Kind of missing them and the blasting noise that machine made. Childhood memory. -She's like a fairytale character -Forget asmr people, I’m into this now 😂 - -I love her oven tho😂💖 -And her little sink -9:48 so cute :v -The PEACE in this. -❤️❤️❤️❤️ -Give some sweets to those puppies...you are heartless -I love asians -I KNOW THAT POCORN HITS DIFFERENT -So. Much. Popcorn ! -That mango is HUGE! Whoa 😂 Never seen a mango that big before. Love these videos ❤ give this girl some love and sub to her channel! She's an Angel! 😍 -That mango looks delicious and she is literally so pretty 😫 I wish I looked as pretty as her. -Có Việt Nam 🇻🇳ko -That background music ,her hardworks,place and beautiful animals ❤️❤️❤️❤️❤️❤️❤️ -7:14 aww The puppy is cute, isn't it? -Wow yammy best channel ever i love it keep it up your grand mother is very lovely too😍. -The editing is absolutley beautiful! -Great job. I am intrigued!! 💜 -Damn you are so good -No entiendo el idioma pero se ve como si ella viviera en un paraíso. -i wonder how good this scene would like in anime style 🤔 -...I’m a new subscriber and I just wanted to say your videos are absolutely beautiful ☺️ and does anyone know where this place is? -I want to live in a place like this, still the simplicity and beauty staying there... Love love love this video... Thanks for sharing 😍💖 -Beautiful -She is a living Disney Princess 👑 -You work so hard! I really enjoyed this video! Can't wait to watch more! -Quem é Rodrigo Hilbert perto dessa mulher, gente?! Maravilhosa!!!!! ❤❤❤ -Vídeo muito lindo -O whant merry a chineses 😍😍😍 -Holy shit, I thought that mango was a melon. -Você é muito bonita -simplemente me encanto muy delicada para cocinar bravooooo -What camera you use? It's so beautiful video) -these videos are so heartwarming to watch! -Amazing!😍😍😍 -OMG -Literally looks like a fairytale -Is this a real life??? It looks like some kind of fantasy story. -I feel like these videos are straight out of a studio Ghibli film. -Best things in youtube -1. Cat videos -2. Bob ross 😭 -3. Bill -4. That one show that we like but don't remember -5. This -I’m hungry........ -Me encanta la vida de esta niña ,lo único malo es que no entiendo , podría traducirse al español también , gracias -woah that mango is huge -The oven has ears. Cat or dog? -Que bonito!! -The place she’s lives is beautiful everything looks peaceful 😊 -МОЛОДЕЕЕЦ 😀 -no idea why this was in my suggestions:DD but nicely filmed . don't really get it tho -This is living! Beautiful videos, beautiful food and cute animals. So much color and happiness. Thank you for sharing! :D -How do oranges and grapefruit grow in the cold?! -Better then James Charles - -Such a cute video -Wait so her videos aren’t from a movie or something?? -Que vida tan productiva tiene esta chica, sobretodo esa actitud tan predispuesta, resulta muy motivador hasta para alguien como yo.👍👍👍👍😋😋😋😋 -Better than any asmr. -Her grandma must be super fricking proud -I love how everything is neat and clean -What a peaceful life:) -Good job dear -she knows so much -Beautiful and very active lady, is showing enjoying life. Very peaceful environment . -Ok this is the most wholesome Chanel i've ever seen -I find it random this showed up on videos I might be interested in but I'm happy it did. This is really relaxing and interesting to watch. -Can we get SOMEONE TO ANIMATE some of these amazing videos?? -This the type of hussle in life I want -I've watched 1.5 videos. I've never subbed so fast in my life. - - -Edited to add: HOW ARE YOU SO AMAZING -Los videos son preciosos! -Honestly all the works she is doing are physically exhausting works.. it may look good on video but in real life it wouldn't be that fantastic if you have to repeat over and over... for example, carrying huge box of oranges...? -Estoy fascinada con estos videos... -oh god this is sooooo high quality -What are the foods that she makes called??? -Lý Tiểu Thất đáng yêu vờ lờ -did she. did she pull that baking pan out with her hands? -My soul groans for a life like this... -Muito bom que linda mulher cozinha muito bem.Parabens -Want to go there and live with them. What a place, what are they, what the purity! ! ! ! -This looks so fun to do. Sometimes I just wanna do stuff like this. It seems so peaceful and like just spending time with nature -https://youtu.be/05AEx6x5KTw -To be honest I would buy her Cook book -How good she is she even covered her grandma ears instead of her own ears -I just feel like unsubscribing from every single channel I followed since the beginning of youtube! So happy to find you! -5:20 Digimon Adventure: Tri song!! Also I'm really confused about what am I even watching. -Justine Trudeau thought about you when he was speaking about the Japanese prime minister. -I like to marry her young lady😍😘😘😘 -I love that fruit candy make me remover my child hood in 8 ave with my family eating this sweet sour candy -she got three pets. not so lonely then -*Хозяюшка пиздец)* -給狗愛 -So none of us will question how she is wearing white and it stays clean the entire time -Learned some new things while watching this video. I feel as though I could possiblly do some of these things. Goes to show that things are not as hard as they seem. Simple living. -Такая труженица! -Has her any instagram address?? -Is it weird how l got aroused by those mango chunks being dripped in sweetness🤤. wat a lucky gandma. -even a millionier will feel jealousy with your lifestyle dear...very hard-working girl.!! ☮️ -오 저기도 뻥튀기가있네 -You've got a new subscriber . I love these kind of videos. A breath of fresh air away from all the glitz and glamour ... -A little slit on chestnut so they wont explode ;) they are so good in the winter~ -Ăn sạnh thế này thì bao h mới chết đc -Why is it so peaceful looking over dere -0:54 -*"CHESTNUTS ROASTING ON AN OPEN FIIIRE~~"* -She's amazing -я в шоке и восторге.... -пойду хоть посуду помою а то прям стыдно ..... -подписываюсь однозначно, такая красота и труд -I am impressed -it's funny how she eats one thing or a little bit from everything -Какая трудолюбивая девушка, видео очень доброе и позитивное) -Their mangoes so delicious 😋😋 -Youre animals so cute -This is really amazing! She’s so enviable and all the things she made make me miss my hometown so much... -You look like the best cook ever -Why do they store all the food ? Is it like dehydrated for later ? -Her and her grandmother have a cute relationship.💜 -All this fruits growing on your trees.. we have to buy them in the supermarket, it doesn't grow in Germany:( -OMG so many harder stuff, it's so tired to see, and exhausted only to see her work -Welcome to my Channel “The Village in Moscow Region”. All the videos are cam coded by myself. They are about my real life on line. I have changed the city life for the life in the country. -Bellissimo video wonderful -This is the kind of life I hope to live someday... -This is so refreshing. Can anyone suggest anymore channels like this? -Instead going to walmart and buy little Debbie fat, sugar filled products, she just made her family at least a year worth of deserts and snacks. I wouldn't be shock if you live to see 100s with all this Organic living. Peace -I'm speechless. The heavens on earth are truly exist -Is this how she really lives? Wow...😍 must be nice.... -My friend just introduced me to your channel, and your videos are gorgeous! Thank you so much for sharing your amazing life with us. -5:56 she's so cute lol <3 -sooo beauty full work. -The food looks so good -I love to see your cute pets -So cute & a marvelous job 🥰 -Золушка -These vids are so calming love them♥️ -Умиротворение, при просмотре) -Wife material cute,Cooking,caring the whole package -我第一次看到长在树上的柚子= = -噢!数码宝贝!真童年 -I want her life.. -🧘‍♀️🧘‍♀️🧘‍♀️ -Her grandmas hat is so cute! -genially.. -This gal works very hard. Awesome things she does -@5:55 that precious adorable moment when ZiQi covers her granny's ears but she forgot hers -This is so wholesome 😭😭 -She's so ethereal -It’s literally a ff (f’n fairytale) - -Edit: BE MI CHIEF -Studio ghibli take notes on your next movie -You are living the life I have always dreamed of -Beautiful -I'm learning so much from this channel, It's very interesting. First it was furniture now its food. Let's see what else is in this channel. I also subscribed. -je veux voir la tête de ces tarés qui ont dislike cette vidéo -9:54 Adooooro -I feel so happy so relaxed at ease. Then theres an ad haha. -Todo rico lo q hace, pero tengo una pregunta.. será q todo lo q hace, lo hace con esa tranquilidad? -me encanta ver estos videos -Anyone just binge watching her or is it just me 😂 - -How can I find this music please help me -Wow, what a woman -The Digimon soundtrack giving me chills -That baby lamb is so adorable!!! -5:59 aw she is so cute -我爱你 -She looks like Heybin from Momoland -This is one of the most beautiful YouTube channels I have ever seen. I wish only this was in my recommendations -Are Europeans satisfy with their lives??? -If only we could take care of nature.... -Оо мой гарбл где это? -5:56 She tried to protect her grandmother but got scared herself . This is too adorable -Это просто невероятно -Why sad music.... -Videos of this channel are straight from the heaven 💕💕 -Природа ,животные 🥰одно умиление -Does she have parents? Why does she live with her grandparents did she say? -是數碼寶貝的配樂XDDDDD -Your video's are very satisfying 🕊️ -😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😘😘😘😘😘😘😘 -請問一下,沒寫食譜不知道要放什麼材料? -Who.. Who disliked this?? -我想像你一样生活在大自然中自由,没有来自泰国的压力。 -I want to live like you who are free in the midst of nature, without pressure from Thailand. -бабы просто нервно маструбируют .а мужыкы завидуют ии мужу. -So much food my godddddddd -ดูคลิปนี้จบแล้ว หลงรักน้องขึ้นมาเลย เก่งมาก ๆ ทำได้หลายอย่าง แถมบรรยากาศดีอีกต่างหาก -When I had watched this video clip, I was fallen in love you,Sis. So amazing , you're versatile. Nice atmosphere. -Beautiful, hardworking she's an Asian snow white -I'm really love you working and you call me please -5:54 lol😂 -Why she is so beautiful? Aaah~ 😔💜 -I kove the place -I'm really love your live -Que bello todo lo que haces me encanta ver tus videos me da paz -oh my goddess of food ! -Love Sheep. -Можно было хотя бы описание на английском продублировать, пожалуйста? -This is the real and normal life.....no many dollars,no very expensive cars ,no jewelry ,no big house!!!!!!!Just simple and very nice people.Along time ago in Roumania people lived like in this video.I wish you this life in this moment.PATRYK from Roumania -Imagine what life would be like if we all lived like this. Life would be a lot better. -6:47 I'm pretty sure those are sunflower seeds... -Beautiful -Feed your puppies. They're skinny. -It was so satisfying when she sliced the mango -This video is so satisfying...what a peaceful life -Instead of fried melon seeds or fried peanuts, I believe that it’s meant to be roasted. -And not tomato sticks, hawthorn sticks. -That little lamb might be killed and eaten when it gets old. -👍👍👍👍👍 -什么鬼。。。。。。怎么全是老外 -Просто нереальный видос -她家缺吃零食的人吗😂我怕她吃不完 -Apike rakaruan cuk -She lives like a Ghibli film -怎么都是英文评论,中文的吗? -今天看到你视频,发觉你真的是个才女,听你说话应该是四川的。 -19 m goshhhh im so shock and prouddd😍 -Круто, очень круто ))) -THIS IS INSANE OMG -Залипательно))) -God, give me a wife like her -Some one tellme that she did not eat the lamb because the lamb was following her every were ,then she took out the meat and the lamb was never seen again -Охуеть, я влюбился -Your Lifestyle blogs Fantastic And The Food laks sotasty👌 -She's a real woman:) -her lamb grew up to fast ! :'> -This is so peaceful -Omg I'm going to have to try making this Snowflake Crisp stuff, it looks so good!! -This gives me piece of mind. Love her and her pets and these vids -The grandma is so cute ☺️ -&î:)û) ď) [ÿù(&)@#@7 -Am I the only one noticed that background music is Ever17 OST? -I want to live s life like her. No technology, simple peaceful life with nature ❤️ -I bump into your vids and suddenly fall in love lol... -I think, i love her. -อยากไปเที่ยวบ้านเธอจังเก่งทุกอย่างสุดยอด -Does she have special fruit trees? It's cold but she has soo much fruit -This is better than asmr -ƯỚc gì lay được người vợ giống vậy :) -I want to live like this wtf -Fan in vietnam -I'm mad for the past few days but now I'm calm after watching this😊💙💚💙🌸🍀🌷🍁🍂🌺 -She’s beautiful. -Suka....tapi sayang gak bisa di download... -Mary me girl! Lol -You are living in wonderland or something for sure -This remind me of anime and how good the food is always in it. -Больше всего понравился башлык на бабульке (красный) -我想知道香酥蛋捲的做法 -Very creative and talented...and pretty too -Perfect woman =) -Nice background music -It's good -I really want to live with you.... doing same stuff you are doing everyday...that's real peace -I love your videos so much ! I feel free while watching it and I started to see my life in a new perspective -ماتاخذوني يمكم -Any budy indians their. അതുo മലയാളി 😜watching this video so peaceful &relaxing -why are chinese grandmothers so cute 😭😭😭 -Пашет как Золушка.Красота и хрупкость .Откуда столько знаний и умений,просмотрела не одно ее видео.Черт побери где же мужчины? -she is my best... girl. -😍 -Look at the dogs😞they are hungry feed them -Super!!!😋😋😋 -凄い、中国行きたい。👍👍👍 -i want to pet those puppies and the little sheep really bad, they are sooooooo cute - -5:59 she is so cute -i want my future to be this magical -you usually see these type of "scences" in a movie but this is just amazing -Es impresionante lo que ella hace! Además de bella, es increíblemente talentosa, casi se me salen las lagrimas con estos videos. Increíble -7:05 did she just cook peanuts with *dirt* -What country is she in -Gordon Ramsay is sHaKInG -Watching this before bed.. So relaxing and peaceful 😊 -Wooow❤ -No se como llegue a aqui, pero me quiero casar con ella -Wow I love it -*_accidental ASMR_* -This is the kind of life Thanos wanted...... -Her food looks like a cover of a better home and gardens magazine. -the castle in the sky (?) music in the background is perfect ♡ -WHY ARE THEY EATING MEAT AFTER THE CUTE LAMB IS GONE OH NOOOO -I think what I like about this is that she doesn't live like one of those people who try to travel back in time, only using technology from this time period or only wearing clothes of this fashion. She uses modern tools and methods all the time. But this isn't about traveling back in time, it's about keeping her culture a living culture, and I guess reminding me at least, that a simple life is not a bad life. -Grandma looks dead inside, this chick deadass kidnapped someones grandma and started shoving food down her throat. -💖❤💖❤ -Just found your videos today. First one for me was the wool one. Lovely videos! -I wanna be her puppy 😂 I know the animals get fed well 🤤 -She’s just so gorgeous -I noticed that they wear coats in the home, don’t they have heat? -All I could think about was Harvest Moon -Beautiful natural and relaxing -Her stove is adorable 🥰😍 -Aku kagum bangat -Real life Disney Princess -OMG! That looks so palatable 😱❤️ -Me 7 minutes in: "Jesus CHRIST woman, what is the OCCASION?" -(Looks at title again.) "Oh well no wonder" -What is it -Wholesome videos like this make my day! Love your videos so much 💞💞 -哇 李子柒这么厉害呀 -哇 李子柒这么厉害呀 -Is this made for TV to depict the people lived? -Delicioso -this has got to be the most calming chnnel i have ever gone through -It’s like asmr for your eyes -This is so peaceful and overall beautiful.. -Yet I'm a sweaty hot mess cooking dinner in my 1st world kitchen. She is amazing!!! -She works so neatly and precise -Marcone -Did anyone else’s mind explode when she pulled out those sunflower seeds? -I love these videos - very relaxing to watch. Can someone explain to me if they have a specific purpose or are they just for entertainment? They are great, beautifully created. -5:59 omo so cute -I seriously want to live like this. It's so peaceful and nice. -So cute -i love the little lamb -She can make all this food but I can’t make a sandwich -Meanwhile, I'm all 'Ugh, I can't believe it's taking so long!' when my Ubereats order hasn't come yet -Wow, what a wonderful life she is living! Kudos to her, including the one whoever handles the camera and editing! It is amazing how she does all these things! I don't knnow if she does it all by herself, but all this preparation must take a long time! Love the little animals that surround her, she is a real life princess living the simple life! -I swear this is like a RL Studio Gibli movie and im in love with this so much. -Estou amando seu canal.😍 -Que vida abençoada ! 💝 -Bjs. -Patricia from Brazil 🌴 -I feel exhausted watching this video, props to her 👍🏻 -She's an angel. -The oven is a kitty😂❤️ -This is what food looks like in movies! -This really proves that money doesn’t make you rich. 😍 -nobody recognized the second song from digimon ? -Ugh so mesmerizing. -She's like my superhero now -Your grandma is so cute!! And I love how kind you are with her! -This is cute and heart warming 🥰💖💗 -The most lucky girl of the world 🌍💖👧 -You are so inspirational person! -so calming i can watch these all day 🙄 -Is there a production company or?? -Does anyone know what the food is at 7:39? There's no subtitle showing up. -sis be like: - -🍃🍨👩🏻🥜 -☂️🍡💛🌸 -🍒🐑🍱🌰 -😊🍁🍂🍎 -Is this heaven? -how i'm trying to live -Is this a movie or someone just documenting their life living out in nature? Because I am addicted now -The lamb 🐑 we're is she WERE IS THE LAMB -I am just amazed by how hard working and dedicated this girl is. It's very satisfying knowing that there's still people like this. ❤ -Don't get me wrong but hey if I would ever dream of a woman from heavens it would be like you <3 -What is the song in 5:50 minutes? -Her whole family can be proud of her. Such a talented girl. - - - - - - -我爱你!! -ไม่่เอาไปตบหัวกูแล้วจะให้กูกินห้อยแคร้งอีก.คิดแล้ว.กูอยู่คนเดียวดีกว่า. -What’s her name? -she makes her work look easy -Trabaja como china -I wanna be chinese😍😭 -She gets a lot of stuff done in what seems like only a day! I love how productive she is, it's inspiring. -Please adopt me!! Please, please! -Прелесть какая 😍😍 -في عرب هنا؟ -She'll be the last person on earth and we all know it -Best channel on YouTube, period. -Mood and goals -Life in the village is hard work .. -I can't get over how cute the little lamb and the two puppies are😢 the way they're following her is so adorable❤ and she's so perfect -Tis is amazing keep it up -I will watch everyday before food 🤣🤣🤣🤣 -Every one of those treats look amazing!!! -เป๊นเมียกูนะจะไม่ให้ทำไรเลย -Bruh the puppies at 5:59 I’m laughing 🤣😂 -Это конечно круто, но почему это у меня в рекомендациях? -夢見ているみたいな動画だ、、 -Those are not melon seeds. They are sun flower seeds -luckiest grandma -This Is the kind of life i want for my patentes and me. Someday all their hardwork, all their sacrifices and all they've done Will pay. I swear. They deserve something as wholesome and peaceful as this. And I'll make it happen. - -귀여운데 요리도 잘하시네 -I don't understand Chinese so I usually don't click on Chinese videos but I clicked this video because the thumbnail seems interesting. Best decision ever. -i think the world should live like her lifestyle -So happy I've found you! -Waaow it looks soo artistic 😍😍 -Так приятно смотреть, глаз не оторвать от картинки, все умиротворенно и на душе спокойно становится. Спасибо! -i wanna live in that house -Peace ☮️❤️ -Her husband will never get hungry -Amezing place i like hillstation i like fruits nd vegetables bt no meat i like chicken nd dry fruites😉😉😉😉😉😉😉😉😙😀 -her videos looks so natural...like before we had gas stoves and such this is how things made and cooked traditionally its so soothing to watch💓 -Guys: need some help?? -Liziqi: *lift 2 big baskets full of fruits* - - -GUYS: - *(QUESTIONG THEIR MASCUMANTALITY)* -I've never seen a village house so clean and tidy. Looks like a beautiful fairy-tale movie. -Y love la nature -If there's no technology i think I want to be like her -So sweet -Ành nhong, hello -Where exactly is this place...really want to visit. Seems like the most perfect place on earth -Great content! So satisfying to watch ❤❤ can anyone tell me her channel name English romanised? Sorry I can't read Chinese -This is some studio ghibli shit -I admire you. A bunch of menu for a single short film... Multiple tasks... 😃 -Very native -I want will be my live -This is art -قمة الجمال و طبيعة خلابة جدا استمتع بمشاهدة قناتك كثيرا اتمنى لو اعيش معك لمدة اسبوع لاشاركك ما تقومين به 😍 -I remember her now when she made that oven I knew she looked familiar...I love her video the absolute simplicity and contentment in her completion of her goal marvelously done. Thank you for sharing -En qué momento carnean a los perritos del principio? -Someone please tell this lady she can make a fortune if she open up her home to ppl that are eager learn these country life crafts...I'm sold for sure and I don't even care how much she'll charge -I think she runs a store n rest. -Me tanta tranquilidade gente! -Sono mesmo viver assim.. -I work in manufacturing, and on my break I browsed through YouTube and fortunately came across this..... It gave me so much peace I nearly quit my job... Not even kidding... People that lead lives of simplicity got it figured out.... everyone else ..hmm -Omg..she works so hard but cn see any stress on her face -Có ai VN ko -i'm so glad & thankfull for yt to make this video comes to my recommendation -5:16 Ok I know this has nothing to do with this but isn't that the song from Digimon?! Memorys. However this is so relaxing to watch! -Wtf i thought that was a torpedo -Really great 🤗 -I want to live a life like this -واووو -Adopt me please -at 6:00 you so cute! 𝙸 𝚕𝚘𝚟𝚎 𝚒𝚝!55 -Whar a simple, but very nice lifestyle she has! She is so hardworking 🙂🤗 -there is no doubt you are really blessed to have a life like this...😍😍😍 -i lost here, but that is a great lost. -Sorry for my english -Can I live with u 😭😭😭😭 -四川的? -AMAZING ! -How did i end up here? I was about to go sleep 🙄😅😍😍 -She's working so hard, and that's what women do too.. that includes my mum -She's so amazing😍, while I'm watching the video the background music of the scene is great -But is it vegan? -It's not fried melon seeds, they're toasted sunflower seeds. I know some thinks are not translated in the proper way, Google is not always right I have to admit. -Where u come from. -I dont know what r u doing -N wht is ur language but watching u is peaceful dear. -Love u sister -Là Việt nam thì ho xin like đi -من احلى الحلقات ♥️ -I'm yet to meet a woman like this one... -Love the snowflake cake. Its so beautiful -A life without the modern necessities. Peaceful and stress free. -💚💚💚💚💚💚❤ -Gostei -Amazing ❤️❤️❤️👍 -Ce te crezi așa de deșteaptă ? toate sunt filmate doar pentru laic . -How did I land on this channel? I am mesmerized! -Guys pls can someone tell me if she killed the little lamb cause like, it vanished from one point in the video and then meat appeared I'm scared help I can't handle it I already loved that lamb I'm too sensitive for this -Idk why this was on my suggestions... but dang was it worth it! This girl lives a simple life, something we’ve all long have forgotten.... She works hard to create everything she does. She’s also super pretty too! -Bueno esto tan sorprendida porque todo es hermoso y maravilloso, es como un cuento de hadas ! Me acabo de suscribir xD ! Es todo tan bello que hasta estoy comentando en español y no en ingles ! -She has a life full of peace, I feel a little envy... -Just wondering, what was all the food being prepared for? Is it being stored or is that a shop? LOOOVE this by the way(^U^)! -Thanks YouTube 😍 -What does she feed her puppies? Dog food? Or raw stuff? -I find this helps a lot with anxiety from everyday life -It’s calming, relaxing, interesting—every thing that makes quality content -Why is no one talking about that adorable dog oven -I like it how her sheep and dog are with her all the time -ถ้าจะมีทุกอย่างให้กินมากขนาดนี้ -what about those two little dogs? Like they didn't exist, sad. -How i wishi could live like this. -what are the big yellow fruits? -The goat at 0:24 is so precious :) -Us the camera they used to shoot this video from heaven??! Wow! -Guys she's probably just an actress. -The way they make popcorn it's just amazing -This is do wholesome and beuatiful . Can I join you? -I'm I the only one wondering if I can buy the things she makes. -The mango doesn’t have a seed??? -ودي يكون عندي نفس هالطاقة -6:10 me when I go to the movies -Cooking ASMR. -This is amazing I feel happiness when I see it Iwish to visit this place -老姐牛逼 -Aww she’s straight out of a fairytale, she literally has cute baby animals following her! 💕 -what a rewarding way this must be to live. it’s hard, but imagine the satisfaction from doing all this by yourself. -I really love this video and food, She lives in wonderful place -I would marry her tbh. Or maybe she can just teach me all that -the way how the puppies and lambs follow her is super cute and I love how hardworking she is. people should live this way for a while with no wifi and tv or phones just for a little bit to refresh our brains -Beautiful to watch the process, and encouraging. Life is harder but more valuable when we work with nature (Earth's bounty) instead of against it. -Wait where is the lamb after she was cooking the meat... -Living off the land is no joke and seriously hard work. We see the work involved and the end results but, I wonder how many days it takes to complete each food or store enough for a season - not to mention the planning for the growing and harvest. -Why is all this food being prepared? It's beautifull, incredible to watch, makes you really wonder at all the work that went into feeding a family trhough winter before convenience stores and refrigerators, but still, is she prepararing all this food for her family, for video, for sale? -9:49 if that isn't the cutest thing I ever seen I don't know what is. -Your videos are just so pleasing to watch - -You better nom some of that you work really hard. -also Digimon song?? you guys are amazing. -Who's gonna eat all that stuff before it goes bad? 0-0 -A dream women! -Why is no one commenting on the fact that her wood oven is shaped as a dog? -ive seen so many puppies on here, they are always changing and it worries me that they might be used for meat ..... -5.57 is genuinely the sweetest funny thing ive seen, everything about this channel is adorable, beautiful and fascinating!! -I feel like I’m watching a ghibli movie it’s so intriguing:3 -I am confused is putting peanut in dirt a technique? What does it do? Also wow! Im going to try the snow cake they look very yummy -Wow tasty sunflower seeds i remember when i was in Myanmar i tasted so many times anyway love from India -I strive to b like her... -In some point ur look like MINA on twice omg! -Wow.......😋😋😋🙏 -I really like your Video . I'm from Indonesia -The melon seeds were sunflower seeds from a dried sunflower heart, I swear. -Sa dami ng ni luto mo yan lang yung kina in niyooo -Your little lamb is growing noooo 😭😭 -Oh I subbed look forward to more thank you!!! -Wow I would love to spend a month with her just to learn. Very interesting learning other cultures. Far better than how us Americans are living these days.. Your an inspiration. Great video.thank you -YouTube, sometimes I question the things you recommend to me. This isn't one of them. Thank you for this, this is lovely. -ههههه ياخوتي ياخوتي شفت شي هذا جهلت قلت اكلي0% مش صحي ، الي جزايري فات منا يضرب جام 😍🇩🇿 -I wanna live there -Ok what ARE these videos??!!! -whole scene reminds me of Kung Fu Panda! -Is it your shop? -I live in a city where you can't have a normal peaceful day and I always wanted to live like her, hard work, peace, little house, happyness -I wondering who cares the camera? -Its wonderful to see how she cares for her granny -😁😁😀😀 -These puppies and lamb knows math. Following her = Food -It seems she takes care of them really well -日本人いますか? -i want to live this kind of life but i know i won't survive a day -So well executed and soothing! Love her presentation and the intro got me hooked! -😊😊i love cooking thats why i really like your vedios so very nice and interesting 😊😊your so amazing and your future husband is so very lucky with you😘 -#Godbless_you_Always. -Sub to sub...🤗🤗🤗 -Most beautiful -She's like a fucking ancient saint that lived on earth 1000s of years ago omg -Viet nam diem danh nao moi nguoi -Everyone is in awe and at peace watching this because this is how humans are supposed to live. -Her and her grandma has such a good relationship ;_; -This is,, so beautiful -Is she famous in China? -りんご飴?? -I wish you would pay attention to and love your dogs -Love how the puppies and the lambs run after her😍😍😍 -我愛小柒😘 -I never realized I actually wanted to get married until this video -1. She is so beautiful :3 - -2. she doing really cool things - -3. she has so cute animals - -4.she can do thinks alone too -What Ghibli film is this? -Why is she stocking up so much food? -Place name please?? -I was thinking maybe she should give us the recipe and measurements, but I realized that I don't even have half the ingredients that she used. -I want to live were she lives also can i buy the food she makes? -👍 -What did she mix with the in-shell peanuts before pouring them into the wok? At 6:55 it shows her gathering it. -She lives in heaven -Wow!!!哼好 -Ai người VN 🔙 -She is so enviable..... -I wanna be like that (in my dream) -Hahahhaa -هاي شنو روووووعة -Cuôç sôńg thâţ tụyêt vơì...nêú như tôi cūng ơ đây thì tôi cūng sē giôńg như bąn !!! ahoj -Wow Paradise it's beautiful these videos make me feel free -Martha Stuart eat your heart out -How the hell she knows how to do everything -이여자는 누가 데려갈까 -this is wonderful -damn, reminds me of harvest moon so much -Where I am from we call the hawthorn, crabapple -Lu sialan -Beauty girl and cute 😘😍 -I like it. Thank you for sharing! -ไทย -她非常專注於她的工作。 -Tā fēicháng zhuānzhù yú tā de gōngzuò. -those mangos are hUGE -I want to live there omg.. I want to be her sister -没有中文评论么 -.....this song ....like digimon theme song ? -I’m thinking of building a shrine dedicated to her! 🤣 How stupendous is she?! Such skill and hard work. -Wow -حلوووو امكاد 😍😍😍😍🤩🤩🤩♥️♥️♥️♥️💓💓💓🌷🌷🌷🌷🌹🌹🌹💞💞❤️❤️💞🌺😘😘😘💗💗💗💗👍👍👍👍💐💐💐🌷🌷💕💕 -thích mấy móm trung quốc ghê >< -where is your new video -Like a fairytale👌🏼 -WoW amazing 🤤😅 may I -สุดยอดอ่า, แนวคิดพึ่งพาตนเองเองแบบนี้ ชื่นชมจากใจจริงๆ -🌹🌹🌹🌹🌹🌹👏👍🏽😚 -I found this in my 1am scrolling on Youtube and I'm so happy I did -I just found your channel today and absolutely love it!! I love the editing, music, quiet/gentleness to your videos. Your environment is amazing! You live a very blessed life. I wish I could live with you, be your sister and learn everything I could from you! -This is the life she loves so she can make so real and great -I only have 1 question... -Was that meat from the little lamb?! Because after the meat appears the lamb never appear again...in the video. -sounds like studio ghibi music. -I want your life. -I watch your videos with my jaw dropped to the floor. Mesmerizing, wholesome, relaxing, inspirational. This is what the internet should be for. -0:27 how?? -Is this your official account? -I just love, how the dogs,and the lamb follows her around, it just warms my heart and makes me smile! -Omg! All her videos are beautiful and the quality is the best. -这是原生态食品 -i love these videos but i feel like more ppl should be concerned for the dogs. they almost jumped into the pit of fire and could've been hurt or scared by the uncle popping the popcorn. ... and they look like they're underweight and haven't been fed that well. i'm not accusing you for treating them poorly, but do try to take care of them and watch them around unsafe places, thank you! -amazing.... -Is the background music perhaps and ost from a drama? Or is yiruma? I’ve heard it somewhere but I don’t know where. - -aww love watching your vedio so cute 🥰🥰❤️😊😊 -😨Min. 5:59 😂😂😂😂😂😂😂 -The animals r so cute😘❤ -She is beautiful 😎 -I seriously belive i have found my role model -Это так мило и умиротворяюще! -Осень тёплый канал!) -Parece vivir en un mundo mágico, maravilloso. -Te admiro tu es um exemplo vc transmite paz faz tudo com amor um beijo pra sua avó fofinha todas bênçãos pra você um abraço. -🐶🐶🐶😍😍😍😍🥰🥰🥰🥰 -I think she can fly too -each day 10000 subscribers increased , so AMAZING -She has such a great respect for her grandmother. -حليوة 🌚💖👌 -She's already on like year 99 of her Harvest Moon playthrough lol -Wonderful! -This feels like it should be in a ghibli movie sksjskjs that seems like such a nice peaceful life -looks so fake y'all -And the dogs bekam Not food -This looks like a whole episode for a show on my phone -I love this girl and her village life! -I really want to life like her doing -Love seeing the care you give to your grandmother! Plus the interesting and intriguing foods you make! -THIS IS THE BEST CHANNEL EVERRRRRRRRR -i am so serious omg wow -Does China have such beautiful places? my parents say it is a polluted, evil place that we cannot trust. -حياتي جميلة -My fave part was the little dog @ 4:21 😊 -You are really incredible!!! Love you💜💜💜 -I need to ask. Who had make your braids, thats so beautiful -N.E.A.T -one of the finest video ever i seen ...feel like a pure traditional ..love it🌷🌷👍 -Wow -Wow -What is this sorcery!!! Jk the production team on this channel is beyond incredible thank you! -去哪里寻找这样的女子? -I'm already in love with your channel, city life ends up being so mundane. Seeing you work so hard on the fields, making food from the things you harvested yourself, it all seems so rewarding. Your videos are heart warming... -Also I love the puppies!! -I want to eat all of it except for the meat QwQ -Love theses videos would love to experience rural China -Me gustaría que lo digan en español -عرب؟ -Am I the only who is searching for more vids of her? -Chinese chest nuts are huge..here we usually gets the small one only. -This is so relaxing to watch! -Ножи у неё конечно огромные.. -Wonderful videos, both the content and the director style. Who is filming these videos has a great eye. Also the sheep and the puppies melt my heart ❤️ Plus the food is mouthwatering 🙈 -Forget about the food. I'm in love with her💕 -Now this, is a fucking asmr -your life is amazing i kinda wanna live like that -ظوءيلظخحمه٧خهم٨خ٨موبيل موبيل -This legit looks like some kinda fairyland -What I love 💗 is how she does love her grandma 👵 is so beautiful. -Wow goot -beauty of mother nature ...gave us enough to .. -she make me felt like i am a lazy person :( -so calm, I love this -how does she film this im really curious -3:18 Her fireplace stove thingy is shaped liked a doggyyyyyy and the wooden thing that closes it is shaped like a bone ahhh adorable! -The filmmaking is just so awesome -حياتم حلووووو -Im cryin :')) -After she cooked the meat I didn’t see the lamb 😭 -女主,实话,你每个准备细节也是超有仪式感,哪怕一个炒牛肉干的备料,都拿那个非常好看的木头的盘子分类装好,真的,很棒很棒,很喜欢这感觉,手动赞 -What a wonderful life! I imagine she makes it look easier than it is though... -Hard working girl -You look beautiful I wish I have you to be my sister I m a girl I love you 😁 -asri..nyaman tempatnya... -روعه . اجمل ما رات عيني 👌 -Такая умница👍 -Chỉ ước có một em vợ như vậy thôi -Love this from India -That is sooooooo smart -.....the moral of the story is that you don't need to be rich to have good food👏🏻🤣🤣 -Goat so nice -Trùi ui... ngưỡng mộ quá đê...i like -👍 -Such a talented girl -. -0.0 -having such a simple but well worth it life is what we need today... this makes me wish technology ie machines... and mass production didn't exist as much... -i love you i viet nam -I love Chinese -The way that uncle makes popcorn is damn genius. -And then im here.. sitting down on a couch while my mum told me she’s regretting that i was even born -Wow......love -#goals -This legit looks like a live action version of a ghibli movie, every single shot is beautiful and magical. -I love your life!!!! -Yummy 🤤 -Que delicadeza para cocinar, todo un manjar en la boca de seguro 🥰😱💕 -finally heard ur voice 😎...u go girl -Oh. My. God. The clay oven has kitty ears and a nose! made my day noticing that https://youtu.be/FWMIPukvdsQ?t=200 -Jetzt drängt sich auch noch die chinesische Regierung mit ihrem Kulturidealismus in meine Privatsphäre...... -Weren't those "fried melon seeds", sunflower seeds? -but why did she do all of it? -感谢你坚持使用中文,维护我们的文化。谢谢。 -I really love this channel. Simple but very beautiful.😍😍😍😍😍😍 -i'm in love -She never gives her dogies bad girl -Вы, красотка! Невозможно оторваться от видео! Всех Вам благ! -Does anybody know all the fruits that she used/collected? -No entiendo muchas cosas pero me encanta mirarla con la pacion k cocina y cuida de su familia y de sus mascotitas.BENDICIONES. -I wish I am in this place.. - -小姐姐,你会的太多了,谁家小哥哥把你娶了,幸福死啊!😄 -man all this food so good i bet -keo ho lo -keo ho lo -Iiiihhhh keren bangeet dah ni cece... -thats litter sand for puppies she used to roast peanuts -Ne kadar güzel.Hersey doğal.Orda yaşamak isterdim.Çok şanslısınız. 🙏🙏🙏🙏👍👍👍👍 -This is so fun and good to watch but that was a lot of plastic, is it recyclable ? -Việt nam đâu đưa ta về -Anyone gonna talk about how she literally ate the lamb? -Asmr who? -Todo se ve riquísimo. , No hayo por qué decidirme 😋😋😋😋🇲🇽 -Пысыккой ози -i noticed they did not feed the puppies until the video ended. sigh..... 😔 -Happy new year 🎆🎆🎆 -😍😍😍😍😊😊😊 -일을 많이 하셔서 손이 거치시네 -I 'm coming across the great wall just to meet this lady. -il a aucun humains ça fait du bien -I feel at peace with myself while watching these videos. -so good it very exciting and so yummy -she pretty rich -beautiful lady with all talents,,so you own all this farming land ?? -Omg you live in such a peaceful looking place, i love it -Seeing her makes me want to go to my village and live on my own...making small house ..gardening,farming💜💜💜💜 -Relaxing video. wish the baby animals got the attention they deserve... -Золушка ) -Такая красивая девочка!!!!! -What a big mango :o -Woow..this is the type of lifestyle I want to live... -they look like me and my granma :v. so cute :3 -This life is so peaceful and beautiful. I know I’m not cut out for it though, I could never survive. But watching this makes me feel at peace and it’s wonderful. -imagine the whole world living like this.. -Ai đang xem video này thì lai cái.😈😈 -Mình rất thích xem vd của chị này.. chị ấy rất giỏi.. vùng quê thật yên bình -I love this. I would love to harvest my own food and have many cooking supplies. I love the cute baby animals too! One day, maybe do a video on each animal? So cute! 可爱! 冷? 很好! 谢谢 姐姐! 对不起我的中文不好。对不起!! -Do you believe that this girl was a DJ ? She is an orphan and went back to the village to take care her grandmother, unbelievable -If people disliked this video or all the video they're very ignorant about the truth of life this is beautiful two beautiful I love everything it brought me peace. I changed everything in my house I bought everything is natural made with clay in other dishes.❤️ -Survival Technique Grilled chicken for Food Cooking in Forest for Eating Delicious Part 1 https://youtu.be/Ti-RvH7eVtE -Que perfeição de vida 😍😍 -most calm and peaceful videos i ve ever seen.. -Seems like she has a more fulfilling life that most of working to pay bills -راءع 🇲🇦🇲🇦🇲🇦 -everything seems so clean to be real -Tbh, I love being connected with my computer and everything, especially to see this type of content, but I feel like we should go way more outside and earth should look way more like in the video: original and beautiful nature! Not pollution made by tons of cars and huge sky crappers hiding the horizon... The way this young lady showed us how creative you can be with so many things nature gives us legit got me in tears... We're here trying to fight for environmental changes while she's living what I'd call a true and simple life. That's what we all should try to reach, simple and pure happiness, made from little things of the daily life. -W q đ -Now this is the kind of wife i want....where have you been how can i find you😭😭😭😭. -Does anyone know the name of the flour she is using? It looks different from all purpose and cake flour -Am I the only one questioning who took these awesome footages of her doing this stuff? -She make everything easy -she makes me want to live in the wild... -I want you Girl👍❤️ -You are very talented but in the end there has been used SO much plastic, that it hurt my soul or whatever. I really admire you and your work though! -The cinematography 🥰👌 -Traditional cooking.... awesome, fabulous.... Mind-blowing -U are so beautiful ❤️ -Everything's perfect -At 8:48 Name of fruit Please??? -You really are a beautiful and very good girl. I often watch your videos very well and meaningfully. -Wow I like this video.. -No pude para de reír y llorar al mismo tiempo, me recuerda a mi abuela y a cuando era pequeña, ella realmente sabe lo que tiene, que es mucho y muy valioso y no todos lo saben!! -雖然是失禮的話,但是能知道這個影像的背景音樂是什麼嗎?  -(使用了翻譯器) -so wonderful video why 7N dislike ,so sad -Süper -Stop that video when it in 2:45 . U can see her hand ! It’s no reallity . Chinese have gracious lie -Такая рукодельница -I wanna be like her.. Please, its so productive and she is so hard worker -3:23 ok but can we just talk how cute that oven is?! It'd a bear thing something, its so cute! Who ever came up with this idea is genious!😍 -The animals were so adorable!!! They follow you everywhere 🤣 -Sem rất nhiều lần trên Facebook giờ mới biết bạn có YouTube 😁video rất hay và đẹp -Such a beautiful soul 💕 -quả chị ấy sắc ra mong mỏng màu vàng phút 03:13 là quà Gì vậy. có ai biết ko -I am getting really envy watching this , as in Malaysia we can't find such environment -Ameiiiii Rs poa brasil -สุดยอดมากๆๆครับน่ารักด้วย. คนไทยมีเปร่าครับ -好好 -Sao ở đây cái j cx có hêt v -Im so envy with that amazing food that i can't taste 😭 -Video như cặc -怎么是数码宝贝的歌 -Hay vậy troi -Could you adopt me, pretty please? -Hii i am from India ... Can you please tell your Name in English .... I want to know your name ???😊😊 -Beautiful video, also this song 5:16 will bring tears and happiness together, i miss my childhood <3 Digimon adventure -You are really beautiful -her puppies and lamb are just sooo cuteeeeeeee -im big fan of uuuu dear love u -Love how she tries to protect grandmother but she ends up being the one scared 😂 grandma has seen many thing to get scared easily -You are amazing and truely an inspiration to others.love your attitude and talents.😇😇 -ആ ക്യാമറ കു ഒന്നു നോക്കിയേ....jk -I think God gives gift to her, to live nearby the nature.In fact it is the dream for all.But she was very lucky.God bless you always.You are one and only one amazing person on this Earth.I want your tasty food madam😊😊😊. It's very lucky to eat your tasty and healthy food.It's gives always feels good. -Que hermosa vida, gracias por este tipo de canales llenos de paz. -احب الناس اللي يقدرو الحياه والنظام -She is so kind -ชอบบรรยากาศจัง 😍 -uk -So wonderful video I really loved it..the way u r making its such a fabulous Thank u so much!! -I want to live like this. If i live with her, i will be eat that food. It's look delicious. Wow😍😍 -Que lindo :D -What a peace in a simple life style! - -♥️♥️♥️♥️♥️♥️♥️♥️ -That's what life is all about... -why does the fruit grow so big there? those are the largets grapefruit and mangos i have ever seen -"Chinese chestnut" lol isn't it just chestnut -Just saying beautiful video😍, but, uhhh, where's the lamb at the end ?🐑 -Nice Video name the Yellow Fruit you plucked from that Tree" -No pollution 🤗 -It will take ages for me to learn all that -I like you bat l love you -this is the essence of chinese women that are now lost,,,mostly now are materialistic,superficial -is that totoro music? -They need to feed the dogs tho -4:28~萬能的仙女.那把剁刀不會也是你自己打出來的吧? -This is more of what humans are made for. Not for sitting on a computer while eating pre-prepared food. The latter is what stems unhappiness in people. -Hey there!! Are u scrolling too..😂😂 Trying to give the best comment!! Heehe -To viciada nesses vídeos 😍 -I don't know how I came here but I'm so happy watching this. It is the life I want to live. I would like to see the dogs eating too!! -Video and alaska -Video dog -Eve in God’s garden -Tinggal dimane sih dia kyk surga makan bgt -背篓太重,让我来帮你 -It’s like eden so many fruits and types of nuts -Life means this one not something else -it all seems so simple but im kind of wondering about the behind the scenes. she has some beautiful shots in there obviously shot by a drone and s high quality camera. want to know about the setup and all the work that goes into there as well! -👏👏👏👏👏👏👏👏👏 -super -The ending was so sweet 💕✨ -Miss Liziqi you are so adorable when you startled with the boom!! 😂😂😂😍 -Everything is beautiful -Truly village life, girl and her pets and the nature all seems to come from heaven,love your simple pure life,from India wb -What awomen🌷no tatoo no bootex .thank u🌹 -옛날 전통방식으로 요리하는게 정말 아릅답네요. 마음이 평화롭습니다 -What a great life she is living -Ai người việt điểm danh cái nào -idk what this is but i like it -omg those puppies and lam are so cute, like everything in this video -This to me is the closest to real life Ghibli as I think I'll ever be blessed to see -Where is this place I want live my whole life -В конце дня она бы вылилась с ног и руки её были бы некрасивые и грубые от таких работ. -А видео классное. -Hài nhất lúc bã giật mình tiếng nổ bắp 😂 -I like everything in this video😍👍😊❤ -აღფრთოვანებული ვარ ამ გოგონათი. ვუყურებ და სიცოცხლით ვივსები. -Нет слов,такого не бывает... -روعه😍 -Hi indonesia , akhirnya saya bisa liat diyoutob juga 😍😍 -you aresogood -You merrid me... -это что такое?! -普通に美味しそうー!なんでこんなBGMが悲しいんだろ😅料理中の音好き。 -Which place is this?? -O my gosh! At first I thought it's a scene from any heavenly movie ❤... It was mesmerizing ❤..She....the place...the background music..the puppies...the sheep...the foods she made....each and everything was sooooooo beautiful and peaceful... heavenly....o my gosh! I wish the whole world was like this❤❤❤❤❤❤ -Poor the dog -Como se llama ese lugar... -She’s like living in heaven -Nice -So cute -Ni hâl -Those marshmallows treats are look really yummy -How do i find the piano sheet music to this song? -I love the way you use Anime Music😍 -So beautiful life pure organic..... It's heaven on earth dear nature bless u........ -I want it so much -Bhut acchi life h ye fruits hi ftuits -الغريب ما عندهم بعد ذباب.. كوكب غير هذا -^_^ You are the most beautiful and talented youruber from China. Love you. -I did not know perfection until now😢 -ررررروعة جميل جدا -سلام عليكم يا اهل الصين 🙋‍♀️ -https://www1.oeya.com.tw/2TVRH -好变态,在国外视频的点击率这么高,吓人 -Fantastic! -能给我吃点吗 -how beautiful it is to have a simple and happy life ✨ I must say, I really admire the people behind this beautiful content -I want to live with them. 😊 -Anyone know who is the cameramen of her videos? :" I am so thankful of him/her so I know her lifestyle -Are you a single woman? -Osm -Tanghulu aaaa -feel that taste and love, cool -I'm so jealous about her grandma... -ตกใจเสียงป๊อปคอร์นระเบิดได้น่ารักมาก ฮือออ นางฟ้าชัดๆ ❤ -這裡的老外真多 -5:55 sociu 😘😘😘😘 -6.9k dislike.. but why..... :-( -Thailand🇹🇭🇹🇭 -I want to live there for the rest of my life -上youtube八年了,第一次写评论,谢谢你把中国传统东西以唯美的表现出来。关注你 -This is so satisfying I love it -Chị biết tiếng việt không -Does anyone know what the title of the first song is? -4:12 what is that ??? Meat ?? -Anyone reply me pls -6:40 wt s that ?? -糖葫芦 are my favorite sweet from living in China. Soooooo good, and very simple to make. -強烈建議YouTube能增加評論翻譯功能,我tm一進來就先找中文評論😂 -힐링된당 ㅎㅎ -This place is heaven thegirl isprinces from south india tamilnadu -the scenery.... makes me wanna go to my village -هلابي ابو فروه -Cái tết hoàn hảo -Dale laik si. También. Te gustan estos videos - -Her house is pretty -Amazing video, i love it -Dangit I've heard this piece and I've forgotten what it is. Can anyone help? -Man I am telling my sons right now this is the kind of woman they need to marry. Smart, strong, good looking, and hard working. Wow -Ok I’ll accept your proposal for marriage -This is heart warming, beautiful, genuinely good wholesome life - thanks for reminding us how wonderfully simple like is - and some good hard work puts everything into perspective. Love the edibles. Thanks for sharing -Is there anything she cant do? -❤ -Vot nado tak jit vse estesvenno.ne nado televizora,interneta ,lyudie dobrie net aqressii po etomu,i na duse spakoyna -8:55 wtf those are the biggest grapefruit? i have ever seen -我老家是河南的,up主几乎所做的每样食物都是我们过年吃的 -All of her videos bring me inner peace. -very nice -Super -speechless 😶 -Oowwww los perritos & el corderoooo.💕 - -Son presiosoooos.😻💕 -من اجمل ما نظرت إليه انت مبدعة يعجبني اتقانك لعملك -失眠来看你视频,很不错 -كل ثانية بهاد لفديو طاقة وجمال لا وصف له ويلي يما 😍😍😍 -she's beautiful -This like melted my heart. This is so beautiful. She's like a real life heroine of a drama. Her life is so romantic. -4:08 can you tell me what meat is? -какая девушка я не могу налюбоваться ею все умеет все может молодец ничего не скажешь умничка -Satisfying video 😍 -Beautiful life n perfect wife 😭😭😭 -I have no idea what this video is actually about but the food looks delicious :D -Kindly write ur channels name in English.. so that we can find it easily! -😍😍😍😍 -I want to go there😂 -Who want too? -So well -最初の方の、羊とか犬がついてくるのかわいすぎる😳 -글쎄, 너 너트를 망 쳤어. 너는 즐거운 시간 보내고있어. -how beautiful! I teared up! -好美!物美食美人美!很天然纯净的那种! -I have seen two channels so far that actually makes me wanna go make a home in a village and be a _perfect woman_ like her! Listen working in an office is cool n all until you see these videos T~T -You're so amazing... I like u -😯 this place is heaven on Earth. Everything looks beautiful.. so much fruits..and good food😋😋 what a blessed place! -漂亮賢慧能幹,看起來每樣都美味天然。 -I want live with you 😄 -I love how patient and hardworking she is ❤️❤️❤️❤️❤️ -So cute 05:59 -I am very very impressed at how she alone did ALL THOSE things alone in just 2 full days. She has enough food for her and her grandma to last a whole winter and did she just roast the ground nuts with dirt? -I'm asking myself now what should i do for living like this -听着好像是缘之空的bgm?😂 -Hard working girl,beautiful place. -Every guy dream wife(can cook food n is great at it)😍😍😍😍 -I jut noticed the oven shaped like cat and its cover is a bone! -another satisfying video ... -I didn’t realize I was so lucky while I was a kid😂😂 -Awwwww the puppiesssss -Siapa yang dari indonesia -My sister just showed me one of her videos FROM HER CELLPHONE a few days ago. And now its on my recommendations on MY CELLPHONE. I dont even watch cooking show videos. So weird. But then again, thank you, Youtube. This is absolutely relaxing to watch. I dont mind having it on my recommendarions. 😊 -Do you ever pet your doggies? -Just pet the dogs already -Waynemis aynur cok guzel seyler yapiyorsun cok beceriklisin. Turkey. Bay -Do they not eat Dairy? -黄色的那个水果是啥啊 -this channel is so relaxing -I'm in love with her😍😍 -Definitely you are a very hard working person and enjoy it. We in West only enjoy watching hard work and perfection while relaxing on our cosy sofa. -It’s worth to watch this all day -Her mother died, her father was married to another woman and now her father is also dead. Her childhood is very unhappy -好有爱啊,浓浓的年味儿和幸福的感觉溢出屏幕 -really like her to making food ,appreciate u -T -That video was lovely -Dogs also hungry plz give them some food -Can I live and learn from you??? -I love u^0^ from vietnam🇻🇳🇻🇳🇻🇳 -Жалко что непередаються ароматы всего этого. -Девушка просто умница,красавица,хозяюшка.молодчинка. -Lấy dk người vợ như nè thì tuyệt -Wow. I ain't shit. I need to get my life together -I cannot believe that there is such a life!!!! -U r sooooo super talented...from India with love..piu..wanna see more of such videos😍😚 -Woooo😀🎎🍇🍈🍉 -OMG!!!Where is this place.. i want to live there.. -Isn't the first music 'Karma' by Takeshi Abo ? -Dog lovely -Perfect wife😍 -Wooooow i liked it -Good job u r cute -The nerve of this woman to make me feel so useless lol -الله يرزقنا الجنة يارب -I love how she got puppy and goat (lamb? Idk) following her around. Cute -Amazing 😉 I like it -Anyone from bangladesh??? -I have so many questions. -كمية طاقة و جمال في الفيديو♥️ -Istri Idealist -❤❤❤❤❤❤❤❤❤❤❤❤❤ -Is that for selling or eating?? -wtf -Yang di ambil itu buah apa ya? -This girl's family seems very sweet! That cute little laugh the grandmother made at 9:32 absolutely made my heart melt. The videos this girl makes is astounding and truly a beautiful craft! <3 -Awesome 😍 -Is that the digimon song? -Queria morar nesse lugar!! -É muito lindo e mágico.. -eres una mujer de admirar -I feel like i can never do this, it looks impossible. -*Waifu Material* - -Rw na empresa www.facebook.com.br The de jrhuu jujuba -Was that fudge 🙀yummy -Did She make all of that for selling or for their own use ? -How cutee her petss are -Don't know why my eyes can easily be filled with tears when watching her video. -I don't even understand ingredients but still loving it -以前覺得真的有這樣的世外桃源嗎 很嚮往 到現在學了很多東西 很支持妳吧 還有妳的團隊 讓我們在國外也可以看到 給那些外國人了解文化 很謝謝 加油 -I've just seen your channel, and I am fascinated by your life, the Nature is so beautiful. you are so amazing, I love you so much and I wish i coud be there. I'm from Morroco. -한국인 찾습니다ㅠㅠ -I want to ate all of it.... -Semoga mendapat hidayah...! -i love u so much maam from india -Omg, can you put our a ricipe book please?? -мне бы такую жену... -love you -I've never seen popcorn made like this. It looks delicious. Everything looked delicious for that matter. -Бляя где найти такую жену все умеет а моя умеет только мой мозг выносить развестись и на такой женится😁😁😁 -3:05 wow cây hành kìa 5:56 cái kia thật thú vị :))))) 7:58 hì hì 10:03 hey hey -Good job -Ela é muito trabalhadora ela -Absolutely amazing. So much work but she makes it look so easy. -Hey..I'm from India. I love your cooking.. love your cooking style .. every thing.. thanks -RENJITH KERALA,u r very talented charming beauty,hardworking mind,good luck& keep going..... -https://www.youtube.com/watch?v=TcV7lVaPzdI&feature=share -Mời các bạn ghé thăm vườn rau của nhà mình ở Việt Nam và ủng hộ kênh của mình nha. Cám ơn m.n -May I marry You? -It reminds me of my childhood, and thanks for showing the beauty of nature in China to all over the world -Every video is soooooo relaxing 😌😌 -whoahh...that chestnut is about 10 usd per kilo in my country -Cuộc sống mà bao nhiêu người mong muốn được sống. Cảm ơn Thất tỷ nhiều -Shame on everyone who disliked this video -8 -N -真的不错 -Ella es un angel.. -This is oddly wholesome. Thank you for the random recommend YouTube. -Masa ALLAH -https://youtu.be/fjUmYSBGkn0 -Incredibly amazing perfection 💕 -It is very beautiful when the sheep thinks of itself as a dog 🐩=🐑=💞 -Привет -Such a hard working girl -Li ziqi 😍 you are my dream girl -Doğal yaşam👍Keşke sizin yaşadığınız yerlere gele bilsek😍 -Can i order your products from online !!? -I could marry her... lol! -The food is so amazing!!! -17m Viwe OMG~~ -i love the way those puppy running around and they look so happy. -Mấy bé chó lúc nào củng xuất hiện và em cừu nửa , cưng gì đâu á ❤️❤️❤️ -This is like a movie -What was that yellow fruit ? -Нихуя так запаслась ,задротина -I wish i could spend my rest of the life there with her...like a best friend or sister -Your video can make me relax -Yên bình thật , muốn có c/s ntn 😁 -I like her too much she is nice -A ♥️of gold in this child. -Bhut mehnati ladki hai kya Kam Karti Hume to sirf ghar ka kuch Kam karne rote -Có ai ở đây là người việt nam -ودنا الترجمة الوصفااات تكفوووون😭😭 -Paling senang lihat video koyo ngene bahan bahane dari alam kreatif pokoe joz 👍👍👍👍 -Does anyone know the Instagram account from her? 😂 i am very curious about her. -Вот это жена будет! -映像の全てが美しいし -犬かわいい💕🐕 -Back in the day these were the types of women emperors of China and Asian countries would try to find and marry into the family. -Where’s she live? Paradise ? It’s such a wonderful ,peaceful in the world that i haven’t seen this before. and you are so strong and hardworking and beautiful . im a fan from Thailand. -第一次看到瓜子是一块的。还是住在大自然中比较好不然我什么都不懂 -How could people give the video the unlike reaction???? -How comes mangoes in winter season? -8:48 Imagine if one of this things falls on your head😅 -Ur soo cute... 😍😍😍😘😘😘😘 -這是仙境 -It's real filial piety from Chinese confucian principle, respect it. -I m amazed... Is this real.. -owh i think that dog part of recipe -so this is what traditional modern version of CNY is like. this is so cool!!!! and here i thought people in china just buy stuff to give away. wow!!! -Tui cảm thấy thương cho đôi bàn tay chịu cực khổ của cô ấy. -Ko biết đôi bàn tay ấy có còn mền mại ko. -Vietnam điểm danh. -I love the place even i haven't visit it yet (': and how beautiful is the girl with her abilities. Idk, but I'm very speechless everytime i watch her video. Please keep share your video cz i enjoy it soo much. -E. biết chị vì tình cờ lướt facebook xem được 1 clip kể về cuộc đời của chị.!thật sự em rất ngưởng mộ tài năng nấu nướng của chị hihi,!! Chúc chị và bà luôn vui và thành công trong cuộc sống nhé -Sao mà c ấy khéo quá lại còn xinh nữa.ngưỡng mộ 😍😍😍 -表示不懂厨艺的我看着你的视频流口水(¯﹃¯) -must be happy if you were my wife.. -You're living in the heaven 😍😍😍❤️ love from Algeria 🇩🇿 -It must have been season for the marshmallow trees to produce marshmallow fruits in the magical, mystical marshmallow forest. :P -My mother's dream daughter but sorry I'm a bad bitch😝 -Someone noticed cat stove? Cute and funny😂 -와..오리지널 탕후루다..감동 -Aku sayang koe mbk e haha -Do you feed the dogs -Thanks for sharing your life. I can watch it all day long -Watching you , is an experience!! -Eu sou o comentário br que vc estava procurando -Wooooww can you translate me the title of chanel pleas ?? -هل من احدا هنا -اكو عرب بالطيارة -ررؤؤؤعه🌷🌷🌷😍😍😍 -انتي انسانه رائعه وجميله -Русские есть? 👍 -She’s rich..!! -Ước j có cuộc sống giản dị như chị ấy 🙂 -Are the gardens communal?? - -Disney should make a film on LiziQi -I am from India..after viewing this video, I am thinking that I should visit this place at least one time . i like the place very much lots of love from india ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ -മലയാളികൾ ആരുമില്ലേ . love from India . ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ -开始挺激动你神仙姐姐的视频,但后来久感觉好没意思。创新吧姐姐! -Why everything you made looks yummy... -Я чуть слюной не захлебнулся. -I love that place... I can feel the peace in it... -완전 리틀포레스트 실화판이네.. 이거 유튜브때문에 이렇게 사는거임 아니면 원래 이렇게 살다가 유튜브 시작한거임?한국인 있으면 답장좀 겁나 힐링되네.. -مصدر طاقة اجابية حتى لو كانت النفسية تعبانة تشعرك بالراحة احسنت يامبدعة -I love the way she treats her animals and their outside being wild animals -3:07 whats that plant? -This is the kind of life that I want, thumbs up if want too 😊 -I want house like that, kitchen like that, and can good cooking like her. -请问你在中国哪个省呀。 -Боже мой какая это девушка молодец я бы тоже хотелбы жить работая припеваючи делает такуие вкусняшки -how peaceful life!I wann live in such kind of place. -BAN AY THAT GIOI -I really love your channel❤️❤️. -welcome to china.chinese love u -Cảnh vật thật hữu tình. -Le compraria toodoooo, hasta me quedaria un tiempo para ayudarla <3 -qui lindo -What this movie name? -É um orgulho ver uma jovem mostrando de maneira simples e sábia o árduo trabalho no campo, para valorizarmos os conhecimentos e técnicas antigas tão pouco cultivados entre as novas gerações, mas extremamente necessários... -Esperamos que esses conhecimentos não se percam no tempo... -Este é um maravilhoso exemplo de como usar a tecnologia a favor da divulgação de uma causa extremamente Nobre: a continuidade do tão precioso conhecimento dos povos antigos... -Obrigada 😍 -It is a pride to see a young lady showing in simple and wise way the hard work in the field, to value the ancient knowledge and techniques not often cultivated among the new generations, but extremely necessary ...We hope this knowledge wont be lost in time ... -This is a wonderful example of how to use technology in favor of the dissemination of an extremely noble cause: the continuance of the precious knowledge of ancient people. -Thank's for share with us.🇧🇷✌🏼✌🏼 -I subscribed to your channel since several months and I immediately felt in love with the quality of your contents. At 05:16 Shouri Zen No is the perfect thrill to feel at home watching you and your videos. -Co ai viet Nam ko vay??? -Not once have I seen her cook those meals I only watched her serve them up. Makes me wonder if she is really the one cooking or her grandmother. Pure acting. -A real demonstration of sustainability , directly from the LAND to the table or preserved . little waste!!. Can one make an order for the items in this presentation ?? -Как то уютно на душе от этого ролика. Все такое чарующее! -I am so good scared by the video... When I saw It in recommendations, I was just expecting some of those cliché things made for european youngers (haha), but in fact It is simple, and even holding this nostalgic feeling of do the things in a traditional way, It is still looking like something that we, me, could do once. It's inspirational because everything seems to be done in the correct time, the way she broke the wood stick, the candies package... -А собачик угостить? -Просто - СУПЕР !!! -So satisfying -Çok güzel bir video ♥️♥️🌷🌷 -I loved the poor dogs shown in it🐶😇 -can i live here??? and damn good camera man or woman. and i reaaaallllly appreciate your wifi signal here 😂 and dammnnn that big ass mangoes lol. but why didn't you just pick that yellow fruit on the ground they seem okay still. -I love your vedio miss li , I'm always hungry if I watching your video -4:50 I could smell it here. -5:56 a cutie, isn't it? Covering her grandma's ear and then a seconds later... 😂❤️❤️❤️ -The name of the second song pls -Cần lắm cánh tay VIỆT NAM 🙌🙌🙌 -hi im froom indonesia , love you stile -Damn she cooks so well i want to be her sister! -your videos are fantastic you dont have your mom dad -When the pups and a baby sheep follow her, it’s like watching Disney Movies. -This song makes me sad -the hell is that popcorn machine 😨😨😨😱 -I'm 13 yrs. old and asking myself right now if i'll ever grow up like a responsible lady like her~😭 - -cries while eating chips and soda~ -Wow!! Such a beautiful life♥️ -Respect👍🏻 -Cho xin vai trái táo.. -看见爆米花出来的第一个反应是去抱着爷爷,结果却被吓了一跳的样子太可爱了 -Living in a city with difficulties, stress.After watching this video I felt peaceful, relaxed,...and miss my countryside, my parent. I really wanna come back my home. -Where is this place, i would love to visit -哈哈 -Ineed this -What? Where is the funnel cake and cotton candy? -แต่ละอย่างกว่าจะได้กิน -Việt nam điểm danh cái coi -It recalls all my memory about my grandma & my lovely doggy. It's too real to be true. I wish I can make the same move like her, went back to home stay with my grandma. Let time Freeze please. -Those are just conckers in the UK lol, not chestnuts. -A dedicação desta mulher e algo lindo de se ver sua beleza e algo único -5:55 lmaooo, I feel bad for laughing so hard. -I hope you all know that this is a set and that everyone is an actor. I grew up on a real farm in the mountains. No farm is this clean, pretty and cute. -I need her -This is real life not sofia the first -Bizim kızlarda anca instaya foto atsın amunyimya böyle bi kız istiyorum aq -Is that the song from digimon? -Me: AHHH I CANT DO THIS THERE IS FIREZ -She: * casually making food -😥😥😥😥😥 I want to eat that sunflower seeds. -I will not eat food like this ever -❤❤ I love you -You are the most beautiful and talented youruber from China. Love you. -What is the name if music in bigining??? -wow this is a very beautiful video -Feels like, life like that is truly enough ❤️ -Я восхищена гармонией! -Please subtitle in english -Your movies touch my heart, please continue doing it 🧡 -ที่มาของที่เรากินอยู่ทุกวันนี่ -😍😍😍😍 -Damn, how much does that plastic toothbrush disapoint me 😭😭😭 -Its like harvestmoon 😝 -这。。。。。做的也太精致了吧??😂😂 -정말 부지런한 삶을 사는 것 같습니다. 그림같은 자연속에 어우러져서 살아가는 모습이 신기하네요. 좋은 영상 감사합니다b -葵瓜子看起來好好吃阿~~~~ -the adorable little child inside of her hardworking self made me go so freaking soft uwu -wow -စားခ်င္​တယ္​ -太神話了 這些都是真的嗎?? -My wife -The production and how this video is being filmed is simply to perfection -Fantastic -Which part of china is this..damn its so beautiful. -I want to eat all those food huhuhu -I'm watching her video first time I love her video and I click like button and subscriber this channel - - - - - -👇5.9k plz -https://youtu.be/3pUgCHUSTO0. You are super ....this my canal ...Moroccan food 🇲🇦🇲🇦🇲🇦in 🇨🇳🇺🇸🇷🇺🏴󠁧󠁢󠁥󠁮󠁧󠁿🇺🇦languages -Who's getting jealous by watching this?😂😂😂 -I chithi -💚😊 so beautifull and awesome thank you😍 -Why isn't she feeding the cute puppies lacks compassion no matter how pompous rest things are..while making pop corn too she didn't take them aside she just moved herself - -Feed the dogs too... -Relax :3 love you -Refreshing and inviting environment! -So natural :) -So many puppies❤️❤️❤️❤️❤️ -芒果直接吃就很好吃了 -Nice delicious jod job -Ooohhh, so wonderful -Damn, I want to be her grandma -Хочу себе такую жену -Those puppies (∩´∀`∩)💕 -你太能干了嘛!哪个男人娶了你,简直是祖坟冒青烟啊!啥子都会自己做,话说回来,你啥子都会,还要男人做啥子呢😏祝你婆婆身体健康,也祝你的油管订阅突破1000万,给我们中文订阅频道长脸,让那些老外羡慕我们的文化传承,祝你好人一生平安🙏 -Người vợ mà bao nhiều đàn ông mong muốn ❤️ -Beutiful -(-!-) (-!-). -😘😘😘😘😘 -Do you guys know why she cracked the chestnuts before roasting it? -Because it will pop and go everywhere 👀 -Her video reminds me of my childhood days with my grandparents😢 Now they are not there anymore and miss them -I love dig but she never feed then -Very good. -https://youtu.be/sHJLAih_uw8 -Кто русски тот знает что такое труд Так что лайкните ей все видео и подпишитесь обязательно она это заслужила -Real life version of Harvest Moon -wait what’s happening, i don’t understand why there’s so much food for 3 people - -this is beautiful and so intriguing -how i wish Philippines would be like that, a very resourceful and productive country in terms of natural resources. If Philippines would have an environment like that, im sure everyone would be very productive making a progress economy. And I thank you:) -!!! -this is what we call food respect . -O my god, everything is so so so so perfect this woman are amazing -She is such a hard worker ...... -😍😍😍 -Miss Li, I love your video . You should work with Nicolas Tse ( HK movie star ) for food program. Thank you. From France. -she lives in heaven -OMG - apple, candy , meat ...GOOD !!! -https://www.youtube.com/watch?v=6xT7fXc08gM -WOW GOOD JOB WITH CUTE GIRL -Super ,:)) -Who is she? She so damn beautiful! -çok güzel doğa tatlılar temiz ve özenli yapılışı emeğinize sağlık çokbegendim -She's like, the ideal girl to marry, LOL! -Hai i am mercy from india nice sister your vidoes -1 million times I see this video I love this video 😀 -Creo que ya he visto como 20 veces este video y me sigue encantando como la primera vez que lo vi💕💕💕💕💕 -Tempatnya bagus banget -It's so yummy -oh my dear heart..... when the lil puppies and sheep came running back home with her -Gente.... Essas frutas são de outro planeta... Grande p dedeu -Love from Canada. She is amazing girl in China. -If only our society was more like this 😔 like of u agree ❤️ -أبداااع يجنن😘❤👍 -Есть куда рости, Хотя это не повод увеличиваться ! :) Все прекрасно в тени -I was looking in the comments to see if anyone had cried, but I guess I'm the only one, maybe it is because I'm on my period lol -I love these videos, my only complaint is that she doesn't pet those adorable dogs more -Very great, amazing!! -Se me antojo todo 😋 -I just found this channel, and immediately fall in love. Everything's so perfect here omg. Auto being this subscriber -服装や環境の素朴さと顔の綺麗さが相まっていいなぁ、、いいなぁ、、、 -Like si hablas español y te gustaría vivir como ella en la naturaleza. es mi sueño pero no se cumplira😔😔😔😔 -Ước gì t cũng dc sống như vậy -💕💕💕💕💕 -رائعة.... -The popcorn thing went off and scared me! I was NOT ready! -Omg -ไทยแลนไลหน่อย -I loved your life style ... i wish i had the same life.... god bless you -The way she hides behind her grandma when the popcorn is about to pop was so cute!😊 -Amezinc -Good -family is too happy -وشذا الحياه الحلوه ، يا الله الجنه 💛 -อยากใช้ชีวิตอยู่แบบนี้จัง😊😊💗💗 -I love japani girls... Any one love im frm India .. I like Japanese culture -wow😍😍😍😍😍😍..... -이쁘다~~ -Where is this place can any one say me please -Có người Việt Nam xem k điểm danh ê -Wahhhh ❤❤❤👏👏👏👏👏 -She findin too many of them damn chestnuts -Золушка😘😘😘 -Creative and talented..proud of you! -I like your oven and farm and home so many plant oh I like it so much -Parabéns Deu Água Na Boca -That's happening normally in every single Chinese family . -هذه اللي لا قالوا باشته (حنكه) 🌚 -Cute and comfy -🇧🇷👏👏✌️ Parabéns deu água na boca só de olhar. -cómo coño he acabado aquí? -Такие жёны вообще в реале существуют? -Muhteşem💖.Harika Beautiful Thank you💖 TÜRKIYE 💖👀💖 -💔💔💔💔💔💔 -I love you❤🤩🐾😻 -Was that a giant lemon :O -Рукастая) -البشر داءما تخرب الطبيعه بس شوفتي لهذا المقطع يمكن رجعتلي الحياه مره ثانيه -I have a dream : she's become my wife or someone like her 😍 -Женюсь на этой девушке) -can you marry me? -what's your phone number? -🤗i love it 😍😍😍 -Idk how I get here but I love it -beautiful house, beautiful scenery & beautiful yet so working hard girl. me? ermmm.. just eat. -신선같은 삶에 한번 놀라고 부지런함에 또 놀라네^^ 저런 삶이 부럽네 ~ - -i love how there are puppies and a lamb following her at the beginning uwu -I'm from Thailand -Beautiful weather beautiful place all amazing 😉 -very atmospheric channel. after a hard day, it relaxed. -I would love one of those packages!!👍😌🤤 -You are to good dear cause of doing hard working god bless you -急におすすめに出てきたけど見入っちゃったよなんかありがとう -looks appetizing -Yo no le entiendo nada pero están hermoso 😻 -A woman for marry -will you marry me? -LovE yo -8:52 nice hiroshima lemon. -Jk nice video, you are very talented and hardworking! -我觉得谁娶了子柒真是上辈子修来的福分,蕙质兰心说的应该就是这样的女孩了。不是是个人穿件汉服就能有这种气质 -Nice to see..Her Location... -U r rly mi inspiration -idk but is this an asmr?? -Какая вы молодец , восхищаюсь вами . Заботливая, внимательная к старшим . Дай Бог вам здоровья!😍😍😘😘😘😘👏👏👏💞💞💞💖💕💟💙💖💕💓❤️ -I love this channel....frm Bangladesh 😚 -Nǐ hǎo, wǒ láizì wūzībiékè sītǎn. -Xièxiè nǐ de chuàngzào lì. -Wait , oh ok THANK YOU SO MUCH YOUTUBE! I LOVE THIS CHANNEL SO MUCH <3 -Esthetical orgasm 💜👍💗 -puppies and baby lamb following her are very adorable. This the reason I like watching -hi -I watched this video like hypnotized ,whom ever had this idea of recording big congratulations 👏👏👏👏 -I remember my grandfather and all memories -Love from Pakistan 🇵🇰 ❤️❤️Your new subscriber -這樣的女人要哪裡找,好想要一個呀…上天能幫幫我嗎?我是生活上的侏儒… -She's a hard working girl..❤️ -Girls learn something from her😁 -why you put sad music over those sweet candy? -Such a hardworking girl.. -Its like i watching harvestmoon real life -Peace full place -What are those big yellow fruits she picks from the trees in the end there? Giant Lemons??? -These videos are so beautiful and relaxing to watch. -La tuya por si acaso :v -好精致的乡村生活啊。跟琼瑶剧一样 -The sheep disappeared after eating her food, did you cooked it -This is beautiful -Angkat tanggannya -Yang orang INDONESIA -wow 💗 all the work you do 💗 ~ i dont eat meat nor milk nor eggs ~ but thank you for showing us so much educational working ~ im in canada💗 you do amazing care of your grandma 💗🌈 -😚✨✨✨✨✨✨✨☃ -ชอบมาก -I really love and respect ur liziqi, I am much impressed to see the spirit of ur work...you are too much found of ur work... You are too much much more hardworking girl... I hope my daughter will same like that you in home works and also perfect mangable like that you... We love you and inspired all of urs works.. 😘 😘 😘 -Beautiful landscapes, beautiful nature, and very cute how he knows how to do everything. But is an existence lived only for food and daily struggle without rest to survive? And the spiritual part? -Can't stop video -very beautiful -Nice -احب هذة القناة💓💓شكرآ لكم .. شكرآ لبساطة وجمال هذة المقاطع الجميلة..العيش في الريف(القرية) افضل من العيش في المدينة المزدحمة والملوثة بالعيش المادي💸..الريف فية البساطة والقلوب الجميلة والكرم والمحبة ..الارض خضراء..السماء زرقاء..الماء عذب.. -Big kiss's from Sabrine ans Yasmine from morocco <3 i love your life !!!!! -Что сказать молодец. Постановка роликов постоянно отличное, все красочно и места офигительные , икушанье выглядет весьма шикарно . Еще раз молодец лайк летит однозначно -Прикольно)) -Amazing life and way of life your an amazing woman and inspiring... beautiful presentation thank you for beautiful vlog i will watch her all day -这是我梦寐以求的生活啊 -Смотрю это видео. -Потом на жену. -И плачу. 😭 -wow!!!! -Who want to live like her😍????? -Колян, я знаю что ты тут, какое дз на завтра? -16 лямов просмотров... в чем фугас то...???? -好想要這樣勤勞賢慧的老婆! -Cute😘😍 -Y she is cooking so.much -8:30 is this her kitchen\stock pile or is that her store she sells stuff in. Just cause that's a lot of food she makes?? -我流口水了( ̄¬ ̄*)流口水 -I like.. -Q mulher incrivel -I want that dried sunflower seed.i love to eat -❤ -Mouthwatering foods. -爆音を怖がるお姉さん可愛い。 -Какая она умничка 🙃😟 -Now, that’s how to live off grid! -那个烤炉把火拿出来就不用在烧了可以烤熟吗 -She's like a disney princess -Maşallah Çok tatlı kız her iş yakışıyor. Allah hidayet nasip etsin Müslüman olsun inşallah 🌸 hem temiz hemde iyi biri bence. 🌷 -最高の10分だ(*^▽^*) -👍👍 -你的小羊羔和狗狗真的好可爱呀!我觉得小羊羔已经把你当作妈妈了 -I was just waiting for the moment she taste all the hell of those rich things she had prepared, man...thats amazing!! -播放量? -И никаких тебе ммкроволновок, миксеры и прочей фигни -一開始跟著的小羊呢!細思極饞! -I like this videos beautiful -I watching until the end 😍😍 -The Chinese image is very beautiful but it has been distorted by their politics. -هاذي وين ديرتها في الصين وإلا اليابان وش اسمها :) -🤤🤤🤤👏👏👏👏 -ทั้งเก่งและสวยมากๆครับ -Even she started using plastic.... earth is not safe. -Very nice video 👌👌👌 -Was t it fried salted sunflower seeds not melon? -Ngon thế -Смотришь и проста не оторвать глаза молодца. -She is cute to her grandmother -Good girl ..... -原来这也有李子柒 -Просто нет слов 😋😋😋😋😋 -✋🏼💕💐🇨🇦✋🏼 -😍😍😍😍 -I wonder how she got all those farms for herself 🙂 or she’s getting it from wild - -love all the snacks she made. looks so simple... must be nice. -好把,youtube上的视频做的比抖音上的还要好 -I love to watching her little friends puppies and lamb. Theyr so cuteeeeee 😍 -Beautiful Vídeos! Thank you so much my Dear . -ไหนคนไทย ที่ชอบดูแบบนี้55😂 -Hello , I live in Vietnames -I love the way she takes care of her Grandmother. It seems all of life's lessons have been learned. -Her videos are so satisfying, like I cannot stop watching them -Con cừu de quá luc đầu cứ tưởng con chó ai ngờ con cừu nhìn cưng j đau -Lovely women, she's one of a dying breed nowdays .. -Thank you! -maker good food eat -Sao này chỉ ước sống như vậy thôi😐 -I love all the special memories she is making with her grandma! 💜 -holy shittttt, what kind of a charmed life does this woman lead and how do i join in -It is sunflower seed. Not melon seed! -同性恋是读者的同性恋者 -حبيييييته😩❤❤. -From the Arab World we love you 😘 ❤️❤️❤️❤️ -deez nutz -Что за нах? -👏👏👏bravo -the Cat Oven!! -I like it -Che bravissima 😋🙌💖 -God bless China -This is an anime...which is real. -신이 주신 선물중에 최고는 -음식을 잘 할 수 있는 재능이고 -인간이 가진 재능중에 최고는 -요리를 즐길줄 아는 자가 최고인것 같습니다. -오랜만에 귀한 선물 받는 느낌이 좋았습니다. -明明是中国媳妇儿,怎么全是一堆外国老男人在看 -A vida mais simples boa! -Faz bem pra saúde e pra mente! Preciso disso. -Эм... не ну спасибо конечно за рекомендацию, мне даже понравилось. -Но зачем?) -Выглядит очень вкусно! Привет из России. Желаю удачи -Li Ziqi, I send to you all my BEST wishes and thanks for this inspirational way to live! the LOVE for your grandma is a way to be, correspond to the love was given to you!! -日本人いますか…?? -O kuzucuklar ne kadar tatli oyle -She is so cute n her work done is so clean.. love it😍 -what a music on background.anyone know ?..i try this keyword "я уезжаю" .but still i cnnot find this instrumental song -What she will do with the pile of food 🍲 -طبخ روووعه ❤.... الطبخ من الطبيعه صحه للروح والابدان -Умница-красавица, вот как надо было видео назвать:)) -I love all of u video😘😘😘😘😘 -Япония или Корея или Китай??? -I very like it good life 👍😍 -الله جمال كل شي تسويه والطبيعة الساحرة سبحان الله -😍😍😍😍❤❤❤ -By any chance the place you live is called "HEAVEN" ?? -Hi l am God l from galaxy -玄幻色彩………… -Super. -😘👍👏 -Cewek pemalas klo nonton Chanel ini pasti malu.. 👍👍 -woow you super , i like you)) -Heavenly Life probably but also we need to put effort in daily basis in order to obtain a greatful meal or decoration for the House i love this women 😍 and his history behind ... -😭😭 i think this is the most amazing way to live simple , hardworking , and peaceful Life probably some people Will dissagre and want a luxurios and famous Life but we missing the most important point and valors is Life that is family Unity and sharing love thrue honest and passion in small things like farming or collecting fruits in the forest .. i love this women 😍😍😍😍 -Ước gì có vợ như thế này nhỉ. -Digimon in the 5:30?????? -♥️ -Hoa quả sấy khô😍😍 -Mary had a little lamb -Its fleece is white as snow -It followed her to farm 1 day -to get some chestnut -God she is so talented -全是国外通报4的评论,中文在哪里😋 -I wish we could have orders of her yummy food delivered!!? -漢人視頻底下全是洋人留言==不懂 -厉害了! -ไม่มีที่ติ...ละเมียดละไม ประณีต ทั้งภาพ เสียง ดนตรีประกอบ วิธีการเล่าเรื่อง ดูสวยงาม เอาใจใส่ทุกรายละเอียด บ่งบอกถึงตัวผู้สร้างว่าเป็นจะต้องเป็นคนที่อบอุ่น อยู่ด้วยแล้วจะสบายใจเหมือนทุกครั้งที่ได้ชมวีดีโอ 💟💟💟 -How can anyone dislike this video? This is how heaven should look like. Amazing. -This just makes me hungry... Somehow relaxing... The sounds... Hmmmmm -i like it -i like it -Просто умница -Incredible..u r simply awsum -Женщина моей мечты!! :-)) -Wow i want to go your village.. -お腹すきました。 - -あたたかな感じがすきです。 -いつもありがとうございます! -Mau banget punya istri kyk gini -이건 영화냐모냐? 매력있네 -Хорошая жена -I want to visit ur place i like ur cooking and evrything 👍 -그립고 정겨운 풍경이네요 -Какая трудолюбивая девочка😍 замечательные люди, как все красиво, просто молодцы, живут в гармонии с природой🌸 -เก่งจัง -¡Wow! Ésta mujer es espectacular, he visto ya varios vídeos de ella y es impresionante lo que puede hacer. Me ha gustado tanto su contenido, comparte calma, su manera de vivir es hermosa 💕. -I want some of those Land of the Lost lemons -Toii là người VIỆT NAM -Which country Papa?? -Cuộc sống đáng mơ ước của tui -So cute how the lamb and puppies follow her around. -Beautiful😊 -🤩👍 -I'm new fan🐣📫 -Whatever it is , I just wanna say I really enjoyed it 🥰 -So delicately beautiful and serene. Truly an angel. -Respect from Saudi Arabia 🇸🇦 ❤️ -Man she hot. Amazing -There is beauty and harmony in every aspect of her life and the creativity is extremely inspiring. It is how I imagine the garden of Eden. -An opportunity to see how farmers live from the abundance of nature and their wisdom created such wonderful delicacies. But, it’s very hard work. See how she carries those baskets of fruit on her shoulders after picking them from the trees,wow, -你怎么什么都会做啊!太强了! -It's just amazing , everything she is doing -Eu queria estar aí pra aprender fazer tudo isso!😌 -Só vendo que horas ela vai da uma comidas pros cachorros 🙁ela faz tá tá coisas e ..nem - -Всё замечательно 💖 не было бы там ещё сырого мяса, просто идеально 👌 -Профессиональная съемка ,продуманные действия как по сценарию !это шоу? -Красиво и так вкусно, аппетитно выглядит,да очень интересно где-то,и девушка такая всё горит успевает всё готовить. -😍😘😘 -Русские девушки так готовить не умеют ! -Hi! In Ukraine! -Good work -👍👍👍 -我爱李子柒 -из всех стран в которых я хотел бы побывать-Япония на первом месте -Умничка))) -رائع جدا. شكرا لك -It's nice video...👌👌👌 -I'm so happy by this 🌹🌹🌹🌹🌹 -обожаю эту девочку смотреть..такая трудяжка... -мына кызды айел кылып алу кереккой )) -What is the yellow thing in 3:36 ? -So Beautiful iam from Pakistan -جميل😊 -How I can found like this girl in the world ? -素敵! -可愛い! -What abeautiful life i wish to live in a place like this 😍 -I loved the simple way of living. Once we start loving the simplicity, we need very less , less expectations, less worries, full peace of mind. -Nows the time to wash all the dishes.... -Sorry, but I cant keep up with you, babe. -my day was too bad today.ur video made me smile.its make me feel soo calm and peaceful. eating and packing and doing all thing are really mind blowing and also little funny.thank u so much. -wow -She’s beautiful and smart -Cảnh đẹp gì cũg tự làm dc hết giỏi quá thik sống ở nơi như zay ghê 😍😍😍😊😊😊 -iam not sure if someone answers this.. i love this channel very much, but what camera do you use ? looks very "very" good. i know you can use a very cheap one, and everything would look still beautyful..espacially Li ^^ The Camery wouldnt matter -厉害的女生,又会烹饪又会做甜品, -人又孝顺又乐意做农活等等任务 -....她这种好女生在中国越来越少了, -现代中国女人只要钱要车要买房, -她们要住城市又不想住乡下, -但现在看了这位乡村女人才, -才知道好的中国女人还是存在的 -Có 1 chút gì đó mộc mạc, đơn sơ và pha thêm chút đáng yêu. Có đôi lúc 1 phút mà xem đi xem lại hoài mà k thấy chán..tôi thích bạn -Big respect to such a hard working women...... -Жақсы жақсы -cho e xin nhạc nền video nay vs ạ -多才多藝的俠女又來了 -А к чему ты такая запасливая трудяжка так готовишься. -Does anyone know what camera she use to film this ? The cinematography is so amazing -Guauuu!!!!! -Q rico se ve todo deberían poner subtitulos en español para poder entender lo q hace -Chị tài năng còn xinh đẹp nữa 😍😍😍 -Женюсь -Теперь понятно почему китаи росцветает .интересно где это все растет. -Where is this place.can”t express it’s beauty in words.not only this every videos are beautiful beautiful beautiful 👍👍👍👍👍👍👍👍👍 -Que Delícia 😋😋 -This is so beautiful ❤ -Im si sad for you😥 -5:59 -XD -Милашка)) и трудолюбивая, идеальная жена ;)ь -I also want to live there 😭😍 -Как мне найти эту малышку???! Я хочу её в жены!!!)) -Yo love -Amazing work -Хочу такую жену. -Everything looks so good.I want to live a nice, quite village life you do.Everyone in your village seems to be so humble and lead a simple life.It's a very peaceful environment.Thanks for the video. -I fall in love with her -Anybody else wanna marry this lady? -支持李子柒,展示中国传统文化。你的视频如此的美(Support Li Ziqi and showcase Chinese traditional culture. Your video is so beautiful) -I remember my hometown, where I lived with my grandparents, farms and pets. Together. -Your video are so relaxing. You’re videos is our favorite to watch when we’re relaxing in the living room. Its the best! The good that you make looks amazing. -im jealous of here simple and peaceful life.. -:-) -❤🇮🇶👍👍👍👍 -Amazing ♥️ -O day dep that cu nhu trong phim tay du ky ay. Cu nhu o tren troi vay uoc gi dc song o day cs se thoai mai re chiu k phai bon chen voi đoi -اول مرة ما شوف عرب -🤗😍😍😍😍😋😋😋😎😍😎😚🏘️ -Корея ма? -Parabéns! Deus te abençoe. -❤❤❤❤❤❤WOW -Красивая девочка -Ma che cosa ho appena guardata!?!?! -Что интересно, большинство комментариев на английском...всех нас манит загадочный восток! -Это новый год? -So nice 💕 -Эта девушка прекрасна, а ее видео просто чудо вкуса и эстетики ручного труда. У нас многие женщины при наличии современнейших бытовых гаджетов умудряются выглядеть замарашками, а здесь молодая женщина, которая живёт в суровых условиях крестьянского быта, без конвекционных печей и мультиварок, умудряется выглядеть китайской принцессой. Сколько тяжёлого физического труда! А ведь она такая хрупкая, нежная, с такими изящными пальчиками! Красота во всем - в окружающей природе, плодах этой земли, благородном труде и результатах этого труда, в ней самой! -Can i stay with you just for one month.. -The simple life is good for all. -Thank you for your sharing. -I LOVE IT ❤❤❤ -The perfection. I want this life -Capek saya scroll ke bawah, ga nemu2 komentar Bahasa 🤔🤔🤔 -Tank7800543 真心真诚很想认识你! -bàn tay tử thất trước đẹp lắm giờ chai hết rồi -Умничка)) и снято просто офигенно!!! -I like your patience and u r looking like an angle -the puppies 😤💙😤💙😤 -うまそう -素敵な生活 -なんかの物語みたい! -食べ物は全部美味しそうだけど、それだけじゃなくて使ってる小物も素敵。 -ネコ型のかまど、あまりの可愛さに笑っちゃった笑 -She's amazing -Could you post videos with subtitles for the Russian-speaking audience? thank! really like! -Как в сказке. -Good job -5:16 The Digimon song!!! 😍 -Боже какие вкуснятины -Oh u r soo hsrd working , amazed! Make one change dear ur sunflower seeds n peanuts are roasted not fried. -Welcome to Bangladesh -🇻🇳 Love you -꿈과같은 생활을 본거같아요..정말 아름답고 평화롭네요 유튜브 영상중 가장 마음에 와닿네요😊💕 -신비스럽기까지한 실력과 자연이 주는 풍성한 환경이 넘 보기 좋아요~ 신선하네요. -What a beautiful place! I want to travel a place like this picture world. -*the bgm tho😅* -Her grandma's hat is beyond adorable. -綺麗…😍 - -Omg this girl lives with nature, she does not know all the stress from cities. -This woman is absolutely amazing -she is so beautiful i want life like this -Pero, y cuantas cosas a la vez esta cocinando??? -Wish she was my wife! Damn, I want to learn to do that stuff too, looks cool 你能和我嫁吗?哈哈,加油! -Western girls are jealous -Paraíso. -É muito bom. -Çok beğendim ne kadar güzel bir çekim olmuş yaşadığı yer yaptı şeyler baya marifetli kendiside güzel bir hanım. -Very nice. Hard work is always fun if you love what you do -Sempre assisto seus vídeos, acho uma maravilha. Sou do Brasil, e tenho muita admiração por vcs. Obrigado! -She is perfection x -Quantas coisas ela faz. Deu até fome. -I wanna live that way.... -Woah -I love this chanal 🤗💜 -Que lindos los borreguitos... ☺ -😘😙😗😚😍 -I wanna live with her and her grandma -She is the exact meaning of Montclair horns -Я хочу такую Жену -Why those mangoes didn't have any seed? -Evlen benimle -😘😘❤👍 -Looks like a real life ghibli movie ✨ -Всё успела всё сделала... 👍 👍 👍 -Залипла -كميه الجمال والراحه لاتووصف خيااالل❤❤❤👌 -GREAT VIDEO😊 -Такой дом, такая жена и жизь удалась😄 -Мммм. Сколько вкуснятины👍😋 -小羊? -Amazing woman and I love all of her video so so so so so pretty and beautiful nice lovely -Я влюбился!!!!! -Y sab Kya kya bana rahi h I don't know -Ya Allah jd pengen bantuin mbanya, semuanya ngerjain sendiri 😚 -Loved😍 -Very good -Amazing!! -Для кого так много еды? -Эх мастерица, рукадельница -I love this girl! -incredibly!you like a genius.wow -So pretty and talented. -Love this woman😍😍😍 -Hi I am from indonesia. -Cool, keep working👍😉 -Woow that place is so awsome i wish i leave there😍😍❤ -Такая красивая природа. Умелая девушка. Мне очень понравились ее видео. -Чет не понял, а где тараканы? -The sheep disappeared by the end of the video..... And they eat dogs....omg 😭 -Que hermosa que es ella -Девушка мечта) -Nice. -Like from India. -Happy life depends on nature. -lifestyle too good. -很漂亮 。。。。 -Que cachorro malandro huashuashuas que harmonia 🥰 -Melhor vídeo que já assisti! -Perfeito! -Putz que vida que lindo meu Deus 🥺🥺🥺! -Will u marry me😂 -aku ingin punya kehidupan seperti bocah gadis itu. sepertinya menyenangkan 😊 -What was the powder added to the melted marshmallow? Cornflour? -The best pop corn ever -Maravilhoso, cultura que surpreendente! ILike -Ever17 - Karma. Ahhh the memories... Anyone else love this game? -Amazing -I'm simple person. When i hear digimon bgm, i hit like -лайк!!!!привет с урала!!!! -круто!!!!! -Nice work girl and lovely gorgeous beautiful girl great job -Diese junge und wunderschöne Frau mit ihrem großen Herzen, die schier alles kann und für Ihre Oma alles tut damit es ihr gut geht und sie lächeln kann, ist ein ganz großes Vorbild. Sie zeigt uns, das es mehr im Leben gibt als Social Media, Egoismus und Selbstdarstellungen. Es sollten sich mehr Menschen, gerade aus dem Westen, ein Beispiel an ihr nehmen. Ich finde sie unheimlich inspirierend und wünsche Ihr und Ihrer Oma ein langes gesundes und glückliches Leben!!! -😍😊 -她不能做什么?她显然是一名魔术师...... -i want eat all 🤤🤤🤤 -انتي رائعه -سلام عليكم saudi arabia -ひっついてる犬が可愛すぎる🐶♥️ -Love her already -6:09 literally me when i go to cinema -Aslan parçası beğğ helal sana küçük karı seni🐣 -Приятно смотреть!очень красиво!:) -How the heck did this come in my recommendation?? -But soo beautiful tho woww!! -Epic -Можно я там буду жить? -you are too hardworking girl -我饿了 -How I wish to have such kind of a peaceful and quite life away from the hustle and bustle of city life. To hear the rooster crows, the rain that patters the breeze that gently blows... -in Philippines we called that fruit “ castanias “ we can buy that out side the sm mall ... -Grace -Обожаю эту красатулю! -이여자가내마누라였으면얼마나좋을까 -And beautiful -Niceee -Эри бар бекен жок бекен -マジで美しい女性! -Wooaa lucky u -Isso que é uma obra de arte! -Algum brasileiro? Essa vida é muito boa! -comida oriental muito ruim kkkk eca -comida oriental muito ruim kkkk eca -comida oriental muito ruim kkkk eca -I love your videos!There all so beautifully made!❤❤😊 - -Quanta dedicação parabéns -👍👍👍👍👍👍👍👍👍👐 -I hope she single, cause she wifey material 💍 She a goddess 🙌 -너무좋다 힐링된다 -😋🤤 -My jaw actually did drop once or twice. -Does this amazing woman ever relax? -Ц, блины, не могла что нибудь китайское приготовить? -Она мечта любого мужчину 👍 -Wow, they don't make them like her anymore. -Залайкайте мой комментарий типа я че-то умное написал все равно китайозы ничего не поймут)) -The perfect woman does not exis... wait. -?🐐 -How can it look so peaceful? -Lucky grandma -It's a real life fairytale😍 A world full of Beauty and no technology 😍 -Meu Deus... que perfeição esses vídeos. Um sonho viver em um lugar assim e ter tamanha disposição. -is that real? -Que HERMOSOS perritos -5:23 digimon adventure. -Кто не понял, она типо производитель много чего. Производит семечки, карамельные и разные вкусняшки китаянка. И работает этим. -Dilinizi bilmeyi çok isterdim. Sizi yeni keşfettim.Yaptıklarınız çok güzel.Tam istediğim yer işte burası.Sizi tebrik ederim :) -I want to cry..... Luv u sister i want to be there 😞 -Que fea voz la de ella hahah😖😖😖😖 -U are a wonderful woman..I love to see your videos..Thanks for sharing this. -I love that I dont know what she'll do in the Video as I dont understand the title, I just know it's gonna be great to watch -Your dogs seem to be very hungry. -Beni kabul eder misiniz -Cennet bahçenize -What a paradise -😍💪 -Прикольно)))) -Where this address is located.please answer me.please please please -Очень трудно любивая девушка. -After watching this vedio, I know one food she can't make: popcorn!😂 -Just a comment to get to see your videos again -Не понимаю за что ставят дизлайк? Очень хорошая девушка и снято хорошо! -Пля, я опять жрать захотел -É tudo tão bonito neste vídeo, parece outra realidade. -Wow!! Never expected chaina to be so beautiful!!! -6:50 thats sunflower seeds -i like your food so nice -Now I completely understand why the Chinese built the Great Wall. -素衣红颜掩不住,博君怜,苦变甜。苍生不问世间愁,一季花落,梦中事。 -I would give everything to live a peaceful life like her -when will they eat the dog? -For me this woman is a true treasure so lovely and joyful with legendary knowledge of healthy foods and life style just love what she does -The art of cooking. -The food you make in one day is enough for me to eat for a whole year! -Красавица))) -These videos are very aesthetically pleasing. This is better then ASMR in my opinion. The background music, the beauty of the food...All of it took my stress away! -You earned a new sub! 💓 -Hi, I am from Bangladesh and I really wish to visit you!! -Пысық қатыны екен👍 -After watching Ur video I believe love at first sight. 😍😍😍😍 -Ne vuruyon la köpeğe hayvan aç aç -😍😍❤ -6:00 is too cute -ポップコーン作る機械見るの懐かしい小さい頃良く近所のところで作ってもらったなー。爆発音マジびっくりするよ。ひまわりの種今でも食べてる美味しいこの動画見ると小さい頃おばあちゃんの家思い出す。なんか幸せな気分になれます。ありがとう😊 -5:57 she very cute :3 -Everything looks so fresh and neat. -Love u -Very amazing 😍😍 -puso la cancion de ''DIGIMON'' ^_^ -진심 결혼하고싶다 -Kindly give to dog fuckers -巧媳妇 -Какая прелесть :) -Nice video,,, I'm so happy looking your videos,,, great,,,,,, -🙏🏻 with languages Indonesia -great -感谢您为传承、传播我们美丽的文化做出的努力,您是我见过的最美的中国女孩!真诚地向您说声谢谢! -I am in love with this woman can anyone find her for me -👌👍 -Ma GOD beauty girl (L) -Hebat yah👍 -那小羊在偷吃你的菜 哈哈 -Excellent video, ⛩️🐲🎊🎉🍜 -Ага, я почти так же провожу свои выходные летом и осенью. Только фрукты и овощи у нас немного другие. -عليج الله اتزوجيني واجي كعيدي عدكم اشتغل وياج بس اخذيني 😭😂 -Please marry and comfort me from my life😢😭💔 -Great videography -ابجي طين على هيج حياة -Woah she sell that, -Its like I'm watching a real life Ghibli movie... -Rich girl ❤😊 -I want to live there! -She is always clean I love her❤❤👑🍡🍎💐💍 -All those work and still have beautiful hands -While me *ugh nevermind* -Iz uzbekistan hi -Gap yoq malades omad -Wao, se ve tan emocionante vivir así en el campo, con frutos y flores por doquier, y paisajes hermosos. 🇵🇦👏 -Magnifique 😋👍 -Beautiful place -😍 -苏州人前来报道!好羡慕四川那边山里的生活,宁静致远^_^ -OMG! I stumbled into your videos! you are amazing! -Deutschsprachige hier? -Doğu Türkistan -Omg who else thinks the dogs are so cute -Amazing lifestyle..❤️ -Nice I love it ❤❤❤ - -جوعان كلت اروح اتابع اكل عبالك عدنه حصار بالبيت كسم الوضع -А жопа не слипнется -🤤🤤🤤🤤🤤🤤🤤😍😍😍😍😍😍😍😍👼👼 good girl -In some angles she looks like Mina from Twice❤ -这很多都是小时候过年吃的零食,好好 -If you are asked what happiness is. Show them this channel. -Lovely, made me wanna live there too:'' -THAT WAS A MANGO -Спасибо большое за хорошие видео, очень интересно))) -I love china. -Look that likes a truely paradise -HARD WORKING LADY... -Good Job 👏👏👏 -時々すごいミナに見える... -美しい... -This was so adorable i loved it❤️☺️ -Ok... the Chinese way of making popcorn is MUCH more exciting than the American way😂 -Eles tem um pomar enorme, com frutas da p fazer muitos doces e vender entre outras coisas, fora o canal do YouTube. Vivem bem tranquilos. -شي خرافي وحياة مليئة بالإستجمام والبساطه بعيداً جداً عن الضوضاء والضغط النفسي -Beautiful life ❤ -Базар жок👍👍👍 -does she really live there? what a wonderful and admirable life -طيبه موطيبه كلشي مفتهمت -شكد حلو 🌚💛 -I want to try all of her food -ЭТО ГДЕ СНИМАЛОСЬ В ДРУГОМ ИЗМЕРЕНИИ ????ЧТО ВОБЩЕ ПРОИСХОДИТ??? -wow this woman is on another level, well done YouTube for finally recommending something decent, cant stop watching the rest now lol WHAT A LIFE ❤❤❤can you imagine if this was a retreat dont think id ever want to come home 🤔😊👌🏻 -Wonderful can you make with English subtitles please -I love that she eats some of the food she makes while making them. proof that snacking while cooking transcends cultures ^^ -Привет из Сибири) -Здорово! -Ма-ша' Аллах, очень красиво! -Iloveyou 😉💟❣❤💌💞💝💋 -Most beautiful video ...that I have ever seen .. -The camera man os amazing -Omg i wish i could visit there -Это просто прекрасно. -Abi şu kizdaki çalisma azmi turklerde olsa dunyayi yonetiriz be ben yerimden kalkamıyorum -This our dream place, living in calm with animals, enjoying the fresh air and beautiful sight ❤ -Так-то девушка не плохая... -Feed your dogs first -God you are beautiful.... -Can i live with you?? lol -This reminds me of rune factory -This is 100th time I'm watching her video. -🥰😍 -Eng sub plz.... is it drama? -素敵な動画をありがとう😊 -Is there any natural thing that she can't do wow she is amazing I want my life to be like that in the beautiful natural and natural food😍😍 -好孝順 -Healthy life -İzleyen tek Türk ben miyim? -What is the name of this table top stove? -great !!! -Норм, Бля вообще нах вах -God bless u -好漂亮的女孩 -好厲害啊,什麼都會做 -I love Dog😂 -I lo ve the way Yo u do things. -李子柒! -А в чем прикол всех этих видосов? Китаянка красивая -Excelente trabajo -In my country, I used to celebrate the New Year as well. You remind me of my childhood memories, thank you very much. This video is awesome -Я тут один из так сказать Russia -Chestnuts! -I love what she does very pretty calm and something very natural - -What is your name -That popcorn scene was cute :')))))))💕💕💕💕 -The only thing I regret about this video that sheep got killed -plz subtitle english 😇 -You know so many things that I haven’t heard and heard. - your hardwork have made you into multi talented -How can I not subscribe after being bound by a spell to watch your beautiful videos and the best part you do not tell anything about subscribing to channel -Almost feels like videos - out of world and gives out beauty of nature -Ausgezeichnet ! 👍 👍 -Everything in this video looks so fresh and clean -Hấp dẫn quá. -The whole thing looks like heaven on earth -Insane, the abilities. Honestly amazing. The colors , the care, nature;simply delightful. -Lovely girl beautiful girl 👧 perfect -Vợ anh giỏi quá 🤤🤤🤤 -Đảm đang quá , iu iu mất thôi..🌹❤️🌹 -Why she is not feeding puppies? -@ 4:10 that's her sheep -Is she Chinese? -это были наши обычные каштаны ?? -Li Ziqi you are best😊👍🏻👍🏻👍🏻 -I married u -Good -Sana nasıl ulaşabilirim lütfen bana yaz -Grandmas hat MAKES this video..love it! -100 bucks says she knows kung foo also -Any one know how old this girl actually is ? -My family could never 😔 -This is what u get when u take all the B.S put of the world and keep the beauty and natural primitive parts of the world in. U get happy people who do nkt need all the cell phone and technology in life like here in america. If the world was to collapse today this women would still be the same never change and smile every day doing it while here in amwrica 95% of the country would die in panick or kill each other over each others material things in less thwn a week -Only she can feel her loneliness...but still she is happy -Its Grain amplifier -I feel so peaceful when I see your videos I also love cooking but you are way better than me 😅😆👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻 -Tôi chỉ muốn đc sống như cô gái này và sẽ sống thế này... Không màng danh lợi.. Lánh xa c sống nhiều dối trá... Tâm thanh bình... -❤❤💜 -This wonderful girl this loyal girl really deserves support guys she's an angel i can tell she has a pure heart just by looking at her god bless her -That place look so perfect that seems a Hollywood studio. Is this video really true? -I hope that I living like you 💚you are so lucky Masha allah 👍🏻 -The best women in the world Other than women in Egypt, they love sleep and distress -拍的虽美,但是虚假!!! -The picture was beautiful, but it was false. -هاي بلجن - -Jeez, who's gonna be the lucky guy? -6:00 xswl -The sounds around her. I love it ❤️❤️❤️ -🐏😄😄😄 tão incrível tão lindo esses animais -다음과정이 궁금해서 자꾸 보게된다 -this girl is so cool -Secret of mana music? -Я что в раю??)) -Ma tha stew wa is her Chinese name...ironically...only Americans will understand this. -Хочу в Китай. -Погодите. Они делают все на костре. И упаковывают потом в полиэтилен??! -How does she stay so clean? She has alot of time on her hands. -Bruh...???? Really? Like wuh..? Someone actually disliked this video? -wooow genial me encanto -Beautiful 👏👏👏 -Love how they made the lamb and puppies follow her in the beginningXD. -what i love most about this vid is the girl actually knows what she's doing unlike most cute female youtubers who are getting by just on their looks and don't know jack about the stuff they're doing -حياتها حلوه -العربي لايك 😂❤ -Hey deslikers trust me -You have to find a girl like her to be wife. -Otherwise you will be an atm machine like me -Such a hard working girl❤ -Wow...amazing -my life is so boring -Where is the other dogs i never seen ...did u kill them ...i was curious because you got new puppy again.... -Женился бы на такой) -Está de parabéns!!!!!! -Tam da aradığım bayan kendi ayakların üzerin de duruyor, gerçekten müthiş 👏👏 -👌👌👌👍👍👍🌹🌹 -I'm so amazed...great. -Everything is organic there -nice😍😍 -süper -💖💖💖💖🐶🐶🐑🍃🌰🍎🥢😌☺ -Это что-то невероятное..! -Человек с большим сердцем и чистой душой... -You live in heaven? Amazing amazing amazing women!!! -Damn!!! Everything is so natural & pure... 😩😩😩😩 -This look like no need money for everything. -Escuchando la canción recorde DIGIMON 😍😶 -Is this a drama? -👍 -Thank you youtube recommendation, you did good today :’) -เก่งมากเก่งจริงๆ -I love so much the background music of this video !❤️🌹 -This Woman is...whoa. -AWESOME CONTENT!!! -Сука вот почему у нас в стране таких девушек нет бляяяяяяяя -Что значит название видео?(((( -Я бы её в жёны взял! -хочу женится на неё -Как чистенько и аккуратненько.. 🌺🙏 -Милота -I love this lady the man gets her as his wife would be the luckiest. -中国的、スローライフ? -コメに日本人いなくてビビりました -Великая женщина. Мастер на все руки. -Em gái này làm giỏi mà ăn vụn quá, -Ai mà cưới đc nhũng cô này là cũng tốt đấy -ขอเสียงคนไทยที่ชอบดูหน่อย👍 -Those were sunflower seeds, not melon seeds. -It's a lot of hard work -I wanna be like her -I wanna leave in the countryside😞💛💛 -子七,在绵阳等我,我已厌倦了外面的花花世界,我们就这样相守到老好吗? -😭😭😭😭😭😭😭Khổ thân chị ấy thật -Ba con chó dễ thương quá🥰🥰🥰 -Послужит примером для многих. -Hope u also will get taken care of. -精致,无可挑剔的视频 -요리하는거보소 포장해서 보관하는것인가 -The Food is So Fresh and she's taking good care of all the blessed provisions. -Beautiful life style! I love your sweet relationship with your grandma! -That mango is huge omg😱😱😱 -感觉太幸福了 -oh my god am i only want this beautiful place ?? -Chã cần gì chĩ cần có người vợ như thế này thì đời này k hối tiếc 😘😘😘😘 -crut li -Very nice -Завораживающие кадры, можно часами смотреть -Those dogs and the sheep! I CAN’T 🥺😍 -😍😊 -I just love it a lot where this place is -i really love her -Is there anything this woman can't do - she's incredible 👍😀 -everything is so pretty~! -it'd be a waste if they won't finish that amount of food.. I'll help you, send me some here in Thailand. -Omg 😮 I’m in love 😍 w this videos. What is, Wonder Woman? She’s amazing 😉 and I have a question, does she do all that cooking and other stuff for herself and her granny or to sell??? She’s wonderful. How old is she and does she live in China 🇨🇳? -Cantik Lo ini -She probably have high standards in choosing a husband -Wow mango accck 💗 -Việt Nam -How can we talk to her? -Heavens -these videos spark a happiness inside me i didnt know was possible -انا مثلها طباخ اكلت قديمه وحلوات وخياط اعمل فساتين الاطفال وفنان في رسم. وفي الاعمال هديه زين بيت واعرف اعمل من صوف فساتين وعلى قماش بصوف ورود واشكال في ملابس وتربيه الاطفال واعرف زينه بمكياج خيال للكبار وصغار وتسريحة شعر فقط للصغار لكن الحمدلله الحمدلله الحمدلله الحمدلله الحمدلله الحمدلله الحمدلله 👍😂😂😂😂😂😂 -To each their own but how are there so many dislikes?! -I love how she lives! -This video is oddly so satisfyingg -外の釜の形可愛い♥こんな生活していたら病気になんてならなさそう✌ワンちゃんも可愛い♥ -I've never been so happy to watch a video I found on my recommendations, subscribed! -I love the way she preparing all those foods -Best video I’ve seen in my life.. don’t know why... maybe it’s knowing the old lady must be happy makes me happy.. uau -Love this women and her blogs are so interesting thank you for this! -奶奶的帽子哈哈哈哈哈哈可爱 - -Please marry me -It is sooo cute to have two dogs and a sheep looking after you lolol.. its sooo cute -😍😍😍 -Most ofd channels they are showing talents but here she is showing traditional Chinese lifestyle... I love it from tamil nadu -This has sad music -Feed the dog pleaaase -Я почувствовал себя собачкой 😂👍 -Todo me gusto menos que no le dieras de comer alos perritos china -Good -love it -Jang geum, ıs that you? -👄👄👄👄👄👄❤❤❤❤❤❤❤ -Good 😊👍👍 -Would you mind adopting me and cook for me every day? <3 -Как метко орешки колит...аж не по себе стало) -So cute -Awsome... Chana muchwng wo😋 -Are you marage? -That chestnuts is very expensive here in Malaysia. -I love this girl -anyone notice that mango had no seeds.. -What plant is at the fruit table..soo nice -So much work and it's awesome. -Is this real!!!!!! Is she real OMG like i cant blv my eyes...😇😇😇😇😇😇😇😇 -Waaw.. Ohhhhh.. -Is this a real documentary life of family from that girl and her granny? Or is it some kind of commercial video wanting to show how great is chinese village life even in small family -Этот магазин только держится на ней)))) -哇,看到了子染女神! -Tek isteğim böyle bir hayat çok mutlu ne huzurlu. -Супер 👍👍👍👍👍👍👍 -Красивые постановочные ролики, не более того. Девушка явно белоручка и за кадром люди, которые и делают то основную работу. -Hummm.....que hermosa vida....me encanta. -Awesome -看的人这么多我想是因为跨越了语言,一句话都没有成了最大特色 -Brilliant. No words. Love from India! -Это прекрасно -Kẹo hồ lô, kẹo hồ lô đê....việt nam đang xem điểm danh phát -Woman & nature 💙🍃🌸 -This is all my birthday I feel so happy, you are very intelligent, -童年的回忆啊 -زيززيمزيز😊نفمزبننبخيز -Как ее зовут ? -🤗🤗🤗😋 -Good kicking girl -I want to live with her,,,everything looks peaceful the food looks good and life would be great!! -her story tells us the beauty successes more easily -Cute puppies ❤️ -Madam u are very calm -Super vedio -I m from India!! I just love Chinese culture!! -5:16 Digimon Adventure song!!! 😍😍😍😍😍😍 -Hi👍 -Do a video on making a small house for your pets -Cool -Good video -yall what is that big yellow fruit?! -Que guapa esta chica me gusta su casita y sus huertas que manera de cocinar para un batallon cocinó 🤗 -Castañas!!! -Marry me -这视频都是特意拍摄的,要是这些说想像她一样生活在这种小山村,估计过一个月就会哭着喊着我要回去。 -В дом заходила даже не разбулась -Oh my gosh ! Everything looks beautiful and lovely and tasty and delicious and yummy AND AND need I go on lol positively SALIVATING! !! -Oh my God/how wonderful you are/I wish to get Lord wife مثلكي😁 -When I watch your videos I feel peaceful, you are a wonderful human being and depending on what i saw, I think you are really talented and experienced in such young age . -Amazing . -嫁给我,我叫大卫! -You are living the life i want -Без комментариев!! -😘😘😘💡💡💡🦄🦄🦄🕌🕌🕌🏁🏁🏁 -First tym I saw china’s people eating healthy & looking good food :) -Wow I wanna live in a countryside 😍 such a happy peaceful life. -so clean and decent work hijeny too -Awesome superb business patience and thought everything is superb like I memorized in India olden days present also some places like this people doing like -i feel like i watch historical kdrama -Wow -So beautiful 😍😍😍😍 -I feel like im eating crap my whole life. -I LOVE YOU -beautiful❤ -美味しそう☺食べてみたい,,,, -Мнеб такую жену -Aşırı kaliteli aşırı -You're literally a Chinese parents ideal child -Very nice video -好忙碌的生活喔~ -美啊 -very nice! -อยากได้คนนี้มาเป็นเมียต้องทำยังไงบ้างครับ😁😁 -Да я просто тащусь от женьщины этой я б за ней ползком бы на край света бы отправился -Pertama lihat ini langsung suka.. -Cara memasak yg higienis dan sehat juga lezat sepertinya dan takjub melihat pemandangan 😂 -WHERES THE MANGO SEED -I love you -ワタシは糖尿なんです -美味しいですよね -ナチュラルな生活ですね -Wow very nice -Gorgeous girl 💕💕💕💕 -Ay me encanto!! -Nice day nice eating 😋👌👍 -انا بارعه بشكل غير طبيعي فنانه وطباخة ومدبرة ومهندسه ونجارة وخياطة ما شاء الله -非常有趣 - -too beautiful for words! -I wanna cook like her......😭😭😭 -Purely heaven. -Please, marry me 😀 -Why did she use sand with the peanuts? -Alguien de ustedes puede o sabe hablar en Español -Ước gì tất cả chỗ đồ ăn kia là của mình. Hehe -재밌게 잘봤습니다😀 From korea -Mi respeto a ti mujer ... -Que maravilla vivir ahí, todo mi respeto para esta chica es increíble!! 😘🌷🌷🙏🙏🙏👏👏👏 -น่ารักทัเงลูกทั้งแม่เลย😘😃😍 -Wow good job -Delicioso -هوا فى كدة ياجودعان والله انا اتبسطت -Fried Sun Flower Seeds not melon ! -Thats the good life,,they have !!! -Subscribed 🌹❤️ -四川哪里的 -I wanna meet u at once I'm a fan of u -V nyc -I don’t know why I wanna cry -Tao thề tao mà có vợ ntn chắc chết cũng thấy hạnh phúc.... -เธอชื่อ Li Ziqi เธอเป็นเด็กกำพร้าตั้งแต่อายุยังน้อยมากดังนั้นเธอจึงถูกเลี้ยงดูโดยปู่ย่าตายาย เธอย้ายไปที่เมืองและเธออาศัยอยู่ที่นั่นชั่วครู่ตั้งแต่อายุ 14 เธอต้องทำงานเป็นพนักงานเสิร์ฟแล้วเธอมีโอกาสได้ทำงานเป็นดีเจ แต่เมื่อปู่ของเธอเสียชีวิตเธอกลับมาที่ชนบทเพื่อดูแลคุณยายของเธอ โดยเฉพาะเธอเป็นคนที่เลี้ยงดูเธอ ตอนนี้เธออัปโหลดวิดีโอบน Weibo ซึ่งเป็นแพลตฟอร์มจีนเนื่องจาก ppl ในจีนไม่สามารถเข้าถึง YouTube หรือ Facebook ได้ -Me qua vay -Who can dislike these videos! -👍😎 НЯМ-НЯМ -Nice but tell or subtitles in English -ياسلام تحس بالهدوء وانو كلشي طبيعي وتحس ببساطة الحياة عندهم روعة اتمنى نعيش في اماكن هيك -Người việt nam đã xem thì tiếc gì ko like 1 cái -Việt Nam mình làm vietsub vs -Now...that's a productive busy lifestyle. Very nice and nostalgic, makes you forget of the urban unhealthy hysteria. -By the way, those people who put thumbs downs are very ungratefull ignorants. -You're awesome!! -Meravigliosa 🌷🌷🌷🌷 -Dogs so cute. 😊😍 -很唯美,却又那么不真实。 -I'm getting Ghibli vibs and i love it ❤ -wooooooow so nice😍😍😍😍 -ラテンアメリカ系アメリカ人の日本文化 -https://www.youtube.com/watch?v=-xuCG_pmsZU -Жесть какая трудолюбивая -i bet her grandmother is happiest woman ever -My God in heaven, she makes me hunger for witch I've never seen ... -😍😍😍😍 -Never boring to watching your video. -I really admire you ♥️ really admire to be someone like you -농부네요 과자도 만들고 -Li Ziqi, u r fabulous 💞 -谢谢你上传 -我喜欢中国它的美丽大自然。 -现在我想有一天结婚一个中国男人。 -Your amazing! 😆 love the video, very peaceful/relaxing -I wish i had a mother like her, lol. Also, that place is fucking stunning... -Subcribe -Indonesia?? -Kestane şekeri 😍😍😍😍 -Que vida simples e gostosa , ela é a definição de mulher independente! -Peace n serenity -Those puppies must know how to cook now. They gave Ziqi their full attention in the video and all others as well. -I like you -💖💖 -the people that dislike her should know how hard she's working why don't they go live there to see how hard it is thank you for reading -Made in china -强大的制作团队,强大的采购营销团队,非常好👍!如果女主对食材更加再尊敬的话就更加完美了……祝生意兴隆…… -🥀🕊Beutiful life love🕊🥀 -♥️ -Isso que é vida plena.. nao viver e comer que industria coloca -Какая трудолюбивая да еще и красавица -Ягнёнка съели ((( -Я в шоке от этой женщины! -So satisfying 😍😍😍 -Это удивительно и волшебно!!! Как в сказку окунулась, где люди счастливы и живут в любви, в любви к тому что делают -So beautiful ☺ -Props to her for doing so well on her own👏👏 -*b e a u t i f u l* -nice to see the lamb and the puppies make an appearance! xx -🧚😍😍😍🌼🌼🌼🌼😘😘🤙💞 -Where are you living -这熟悉的机器,熟悉的高压爆炸声,满满的童年回忆。 -탕후루 -请问背景音乐是什么啊? -Damn, look at that view! 5:10 -เเบ่งหมาบ้างง -Great your videos lessons -Hi 😁 -Giỏi quá chị ơi 😍 -i like the puppy -Dễ thuơng -A -Wes ayu, sederhana, pinter, walah.... -The dog is very cute -Tanfhulu -you're the best among the others. support from Indonesia. 😍 -Li Ziqi ! you are so cool ! -This shit dope and satisfying -后来羊怎么样了😶,也没有被卖掉或者被吃肉了🙁 -请告诉我 你不会做什么 ?Please tell me what you won't do? -Залипательно перед сном ) -5:52 -omg guys do you know that she make videos by herself? -check this out https://youtu.be/3RgKrjkRHTo -she is so incredibly amazing, I salute u Li ziqi, you are amazing 💖😍 -my respect for you raised more. love ya -Algum Brasileiro ai ? -pop corn = boom corn ~ XD -Government run cities and organized systems would fall into ruins from war and financial collapse and that small town would just continue going unaware. Beautiful place. -Thisss soooo Awesome!!!! ,sub💚 -4 ا -这种生活真是心旷神怡,全是大自然的赋予。虽然辛苦,但活的好吃的好全是靠自己的力量❤ - -好想買來吃哦 -❤️👍 -던파형 이글을 보고있음 좋아여 눌러줘 - - - - - -Aind, 1위 가즈아!!!, -Hi! Thank you for sharing. On minut 06: 49 we can read " fried melon seeds" , but They are sunflower seeds and they are just roasted. Thanx a lot. -U are the best in cooking -真乃天地山青,道法无常啊 -i like the pop corn one.. i have never anything like that -Please upload your videos fast -Don't make us to wait for a long time -She is so beautiful 😭❤️ -មីអត់កំណើត -Which place you are ? -Нихрена не понятно... Но хорошая =))) Молодец, когда все успевает? -Are you fairy? <3 -Thần tiên tỉ tỉ -Please translate the language in english -妳採集水果要付錢嗎?還是妳採的水果是自己種的? -Có ai người Việt Nam không? :3 -Love itttt💙💙💙it feels like a different world -https://shorten.asia/X18qjXcK -We live like that too but she has loads of food and cooking materials.😋 -Será que la carne era del borrego ?🐑 -Ja no lo mire 😥 -看了小李子的作品很是震撼,返璞归真;免费给粉丝看手相,微信msfsds. -i love this girl very beautiful and very cute ❤️ -One fine day! -what is the meaning of your channel? -Fresh fruits😍😍😍😍 -Ellerinize sağlık,muhteşem -İ'm wondering to your creativity! -05:16 This song from the end of the video reminds me of Digimon -i thought this was a scene from a k-drama for a moment lol -Nossa que capricho. Parabéns. -Girl, you make me so hungry and angry now! -That's the most beautiful thing I've ever seen on youtube 😍 -If only us Americans could live this peaceful. Even in the country there's still modern technology frustrating us. This is so zen all day long. ✌👍👏 -شنوهالترتيب شنوالاناقه بتجنن -So staged it's Chinese -Vvvvauuu -Какая она умница😙😘😘 -الله على جمال الطبيعه الخلابه -一听口音就觉得像我们那的人。搜了搜真是绵阳的俏妹子。很欣赏这样的视频! -Woww that place, full of fruits and vegies!! I want to live there!!! -偶像 -감동이다 😢 -Where is this, heaven? -ما شاء الله -真的太厉害了,这些年货比在外面买的好吃多了,也干净卫生得多 -สุนัขกับแพะน่ารักทุกตัวเลย -6:51 it’s sunflower seed 🌻 -love this video. -Is she popular in China? -You very very very good😘 -你好 -Amazing -What's the crispy crepe cone thing snack called? -Sheepps!!!!!!! :) marry me -Все женюсь!!! -Harvest Moon feels ❤️❤️ -Sono bellissimi e fiabeschi video bellissima interazione con gli an8mali -Какая вы чудесная девушка!!! Я очень люблю смотреть Ваши видео! Мне 61год и я живу в Беларуси, желаю вам счастья и удачи!! Здоровья вашей бабушке!!!😃 -Hay quá chị ơi...! -Thật bình yên êm dịu.😍 -مشاء الله عليها لا يمل منها -Its not melon, its a sunflower seeds. -Bạn giỏi và đảm đang quá -awesome -คนไทยทางนี้ 🧐 #นี้มันเเม่ของลูกชัดๆ😎😍😍😍🤩🤩🤩 -李子柒 -真的很感谢你的真诚分享,第一次看,就被这种无忧无虑的生活所深深吸引,祝愿你的频道越做越好,赞。 -China is the best -Ne kadar da becerikli bir kadınsın ya Türkiye den slmlar -Los perritos también tienen hambre weona -لعربي يطج لايك 😎 -Fajny piec :) -ดีจังคะ -ต้นเก๋าลักเป็นต้นอย่างนี้ -นี้เอง -I am Indian I Like u r vidio and I Like - To meet u I like u and u r dogs 😍😍😍🐕🐕🐕🐕 -Such a peaceful life. -I love you -Gurl you love your grama so much!!so much love 😭💖 -Esta mujer es sorprendente.😯 Y admirable 👏 -😢😢😢😢 so sweet -Omg I'm so hungry now for snacks. .. 😊 -Carnival food! Oh she’s good.... -Hermosa mujer k lindo cocina saludos desde Tampico -So beautiful environment -Love your videos, so in harmony with nature. I'm vegan, and I love nature. -とても良い。 -😀😀😀😀😀👍👍👍👍😘😘😘💚💕💟💟💖👍👍👍👍👍👍👍🏼👍👍 -She is amazing..... Basically she is an artist😄😍 -WOW -What a hardworking woman and what a great heart she has.. I really like your way of living and your video. -Hi im from indonesian, love this chanel. -好想吃呀,我可以买吗?我口水都要流啦,据说可以买,可以告诉我渠道么? -คนไทยก้ดูค่ะ -子柒,谁要是娶了你!简直就是上辈子拯救了银河系 -真的精致 -Suka duduk inni tempat.banyak suka oh. -ai người vn điểm danh -I like your videos but i prefer the old ones without music. I think it is more satisfying to hear the real sounds of your cooking instruments. -Niceeee -สัตว์เลี้ยงน่ารักจังงงงง -คนไทย|หลงประเทศ - -天啊,那个 蛋卷是我小时候最喜欢吃的东西。 -Great too sea grandma 👵 in vids -A family is the greatest thing, -Also wee dogs -Must be great food as the wee dogs 🐶 love 💕 toobe right their -Your cameraperson is just awesome. Captures every moment. Love all your videos ma'am. -có ae VIỆT NAM nào ở đây k vậy ! -Is she ate it alone? Or for sell? 😁 -Granny is so cute -原来以前这么多小吃的是这么做出来的23333.好怀念,童年! -Bagidong hahaha -This video is soo relaxing.. good job👍👍👍 -Esse vídeo é muito legal😘😘😘 -I hope she's getting paid a good amount for her videos! -i want to be her sister, does she have instagram? -1.55What is it -คนไทยย​ -なんじゃこりゃ!めっさ美人さん! -Ok but she's so pretty ❤💪👌 -Puppys😢😢😢 -You are very strong women fitting -The melon seeds look exactly like sunflower seeds -فديتكم اتمنى اتزوج وحده صينيه او يابانيه واعيش هناك واخلص من العرب -Ur pets are cute too! -Nature is beautiful. Mandarin grows in warmer regions. Where are the regions in China? And what is the name of the fruit that was cooked and red with the skewer and smaller than the apple? I wonder. Thanks for the good video. -Просто супер милая японская фея! -When do they cook the dogs? -Amazing -Meraviglia!♥♥ -I went into another world so mesmerizing -Dang, I shouldn't watch this video. I'm on diet and now I'm really hungry! -Thích chị này lắm luôn ý -Thích chị này lắm luôn ý -Nic -U can make a vegetarian recipes from China...one video -U r so beautiful... -I like your video -مشاءالله عليها عااالم ثاني إبداع فكل شي -GOOD -This brings me so much joy! -Last while grandma having snacks puppy biting super -aku pengen hidup disana 😭😭😭 -My jow drop when I see the fried melon seed -I love watching her videos, it shows power and strength along with talent of old culture. I know one thing though. Her grandma is cute -Thinking about the future of that lamb.... -<3 -請速轉發給親友手機聯盟知道丶懇請全臺灣每人贊助壹佰元給未來總統陳昌進丶未來新臺灣勞工視頻記憶黨丶入黨者繳柒佰元及兼興建戶警宮於龍安社區河川壹街丶至草屯邮局劃撥帳號22778O41戶名陳昌進收。 -請速轉發給親友手機聯盟知道丶懇請全臺灣每人贊助壹佰元給未來總統陳昌進丶未來新臺灣勞工視頻記憶黨丶入黨者繳柒佰元及兼興建戶警宮於南投縣中寮鄉龍安社區河川堤無限號信箱陳昌進收。 -李子柒節目視頻丶祈盼加入什麽料理必須一一顯視每味字幕出來好嗎? -怎么还有数码宝贝bgm -I love your animals and food and village -Lol we have these in Wisconsin. We used to pelt each other with them before they split open. They hurt, but it's fun. -Хорошая жена)) и пироги напечет и мебель смастерит и дом построит гдеж такую найти?)) -Touching yet sad video because she represents the thousands many girls in Asia who will never find a family life of her own but stay behind to look after hard dying grandma who will not share a bread crumb with the cute starving pups! Mind you given a chance, she will eat those puppies 🐕👈😊👌 -that's my favorite RPG -I’m in ah moment I’m always left speechless how does she know how to do all of that where and when did she gathered all that knowledge? Not gonna lie wished I a peace of land so could grow a garden along with bamboo that furniture made from bamboo was AMAZING. Saw it yesterday well do saying I’m speechless I sure did said to much 😂 -One hard working lady -09:08 👐🏃👉🌼🌿🌺 -💣💨💥 06:00 🙉🙈🙊 🌞👉⚡ -🐱 03:21 -احب هيج عيشه بسيطه وحلوة -what's the name of her channel😅 -👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍❤ -😍😍😍 -Running to cover her grandma ears... Omg. She threw away the corn and ran to her. So cute -😘😋 -I would drink from her spitbowl -Look at her hands and you’ll know she’s not acting...she is really doing all the work.. -Where do you harvest mangoes, in a cold winter time??? Or does it come from other countries? By the way, where are you from?? -😍😍💕 -i love everything you do and all my family too .. can I com to live with you 😍 -I got so relaxed I almost dropped my phone in my face -No music is better! It's so much more peaceful! -The second song is part of the Digimon ost! Brought me great memories from childhood :) -Hi po po -ชอบน้องมานางกับแกะอะ -I hoped the popcorn popper was the old kind man that she had filmed in the previous video. -一人两狗一羊 -tthe song reminds me of digimon -Beef! 👎👎👎👎👎👎👎 -Funny how u "live" with some and, cook some! Hypocrisy! -Respect frome Morocco 🇲🇦🇲🇦🇲🇦👌👏👏👏 -Those animals are such an adorable lot and, so pure! 💓💓 -I want to make my popcorn like that hahaha -I just wanted someone to pet the dogs -Wow -يا جمال الألوان والايادي البارعة -I loved it 😍❤️ - you are awesome .. Thank you🌺 -Gia nhu duoc mot lan em nau cho an -Aay çok eğlenceli yaa♥️😌☺️☺️ -Super -Your village like paradise -Awesome sister -time west hoga -😰😰😰😰😰😰 -Natural,simple y perfecto tal y como me gusta la cocina🔈🔉🔊 -Niceg -Вот это вот жизнь -The Digimon Adventure OST made it even better -Fc -No sé quién seas ni cómo te llamas pero te amo :) -Marsmallow? What?? -She is Japanese, Chinese are not capable. -你好, -小狗们的名字是什么?!? -我和我的伙伴要知道! -看得我的口水都滴下来了 -OH MY GOD. This video similar to my favorite video that another women made. However, this is lucky for me, because I can see more video that I like. -Yummy candy apples 😍😍😍 - -Nerden nereye geldim 😁 -I just discovered this videos. Wow! Brilliant! She must b rich with all those YT views & Subs!!! Impressive videos👍👍👍👍👍👍 -I think she built that oven for herself. -好厉害 -What an amazing woman!!! I think I'm in love😘 -Trabaja demasiado y tan ordenada parece de otro planeta -Woow😊 -oh my god when that digimon music starts playing my heart starts melting T_T -这看起来很美味,背景如此美丽! -😘😘😘😘 -This video i like -Nature makes me to forget everything very beautiful videos -Allahım ne kadar lezzetli görünüyor her şey 😊 -Никогда не видел на Ютюб ничего более качественного. Восторг! -p.s. Кто дизлайки ставит? Вам уебать? -Hello, i dont know your name or your channels as it is written in chinese. -You seem living a beautiful life, how old are you? -You are pretty btw☺ -Türkiyeden meraba :) çok sevdim ne yapıyorsan ona devam et good luck -ポン菓子美味しいよなぁ…食べたいなぁ -Which place is dis..i wnt to go der....feel like a heaven....and the gurl is angel....nys....awsum...... -中宣部应该给你发工资。 -Your puppy, cat and 🐑 are so sweet. Please don't eat and don't let anyone to eat them 🙏🏾 (no offense) -由内而外散發着自然的美。 -你怎么做你的头发。我非常喜欢它 -i wanna live with u can u take me 😍😍😍😍😍😍i love this life style -我在这边啃面包看你做饭。 自从看你的视屏我总是给德国佬推荐你的视屏,因为你的作品让我感到自豪。很多普通的欧洲人,没怎么出过国的都鄙视中国,他们对中国知道太少,都觉得中国是低劣制造工厂,他们看到的中国人可能是来这旅游的,觉得中国人就是个傻样。因为中国政府的原因中国普通老百姓与外界其实很疏远。而那些正是那些外国人感兴趣的。我觉得你应该做中国的文化大使. 让更多那些见识少的见识我过国有趣的文化 -你家乡的果树和生活用具看起来那么亲切。 -She so beautiful !!!!!!!!! -When u overcome laziness. -What is islam? -Can we find an explanation of the great universe? Is there any convincing interpretation of the secret of existence? We realize that no family can function properly without a responsible head, that no city can prosperously exist without sound administration, and that no state can survive without a leader of some kind. We also realize that nothing comes into being on its own. Moreover, we observe that the universe exists and functions in the most orderly manner, and that it has survived for hundreds of thousand of years. Can we then say that all this is accidental and haphazard? Can we attribute the existence of man and the whole world to mere chance. ​ Man represents only a very small portion of the great universe. And if he can make plans and appreciate the merits of planning, then his own existence and the survival of the universe must also be a planned policy. This means that there is an extraordinary power to bring things into being and keep them moving in order.In the world then must be a great force in action to keep everything in order. In the beautiful nature there must be a Great creator who creates the most charming pieces of art produces every thing for a special purpose in life. The deeply enlightened people recognize this creator and call him Allah "God". He is not a man because no man can create or make another man. He is not an animal, nor he is a plant. He is neither an Idol nor is He a statue of any kind because non of these things can make itself or create anything else. He is different from all these things because he is the maker and keeper of them all. The maker of anything must be different from and greater than things which he makes.​ There are various ways to know God "ALLAH'' and there are many things to tell about him. The great wonders and impressive marvels of the world are like open books in which we can read about God. Besides, God Himself comes to our aid through the many Messengers and revelations He has sent down to man. These Messengers and revelations tell us everything we need to know about God. ​ The complete acceptance of the teachings and guidance of God 'Allah' as revealed to His Messengers Muhammad is the religion of Islam. Islam enjoins faith in the oneness and sovereignty of Allah, which makes man aware of meaningfulness of the Universe and of his place in it. This belief frees him from all fears and superstitions by making him conscious of the presence of the Almighty Allah and of man's obligations towards Him. This faith must be expressed and tested in actions, faith alone is not enough. Belief in one God requires that we look upon all humanity as one family under the universal Omnipotence of God the Creator and Nourisher of all. Islam rejects the idea of chosen people, making belief in God and good actions the only way to heaven. Thus, a direct relationship in established with God, without any intercessor.​ Islam is not a new religion. It is, in essence, the same message and guidance which Allah revealed to all Prophets. Adam, Noah, Abraham, Ismael, David, Moses and Jesus (PBUT). But the message which was revealed to Prophet Mohammed (PBUT) is Islam in its comprehensive, complete and final form.The Quran is the last revealed word of Allah and the basic source of Islamic teachings and laws. The Quran deals with the basis of creeds, morality, history of humanity, worship, knowledge, wisdom, God-man relationship, and human relationship in all aspects. Comprehensive teaching on which, can be built sound systems of social justice, economics, politics, legislation, jurisprudence, law and international relations, are important contents of the Quran. Hadith, the teachings, sayings and actions of Prophet Mohammed (PBUT), meticulously reported and collected by his devoted companions. Explained and elaborated the Quranic verses.​ THE FUNDAMENTAL ARTICLES OF FAITH IN ISLAM The true faithful Muslim believes in the following Principal articles of faith:- ​ He believes in One God 'Allah', Supreme and Eternal, Infinite and Mighty, Merciful and Compassionate, Creator and Provider.  He believes in all Messengers of God without any discrimination among them. Every known nation had a warner or Messenger from God. They were chosen by God to teach mankind and deliver His divine message. The Quran mentions the name of twenty five of them. Among them Mohammad stands as the last Messenger and the crowning glory of the foundation of Prophethood.  Muslin believes in all scriptures and revelations of God. They were the guiding light which the Messengers received to show their respected peoples the Right Path of God. In the Quran a special reference is made to the books of Abraham, Moses, David and Jesus. But long before the revelations has been lost or corrupted. The only authentic and complete book of God in existence in the Quran.  The true Muslim believes in the Angels of Allah. They are purely spiritual and splendid beings whose nature requires on food, drink or sleep. They spend their days and nights in the worship of God.  Muslim believes in the last Day of Judgement. This world will come to an end someday, and the dead will rise to stand for their final and fair trial. People with good records will be generously, rewarded and warmly welcomed to the Heaven of Allah, and those with bad records will be punished and cast into Hell.  Muslim believes in the timeless knowledge of God and His power to plan and execute His planes and nothing could happen in His Kingdom against His will. His knowledge and power are in action at all times and command over His creation. He is wise and merciful, and whatever He does must have a meaningful purpose. If this is established in our mind and hearts, we should accept with good faith all that He does, although we may fail to under stand it fully, or think it is bad.  THE FIVE PILLARS OF ISLAM​ Faith without actions arid practice is a dead end, as far as Islam is concerned. Faith by nature is very sensitive and can be most effective. When it is not out of practice or out of use, it quickly loses its liveliness and motivation power. There are five pillars of Islam:​ The declaration of faith: To bear witness that there is none worthy of worship except Allah, and that Mohammad (PBUH) is His Messenger to all human beings till the Day of Judgment. The Prophethood of Mohammad obliges the Muslims to follow, His exemplary life as a model.  Prayers: Daily, prayers are offered five times a day as a duty towards Allah. They strengthen and enliven the belief in Allah and inspire man to a higher morality. They purify the heart and prevent temptation towards wrong - doings and evil.  Fasting the month of Ramadan. The Muslims during the month of Ramadan not only abstain from food, drink and sexual intercourse from dawn to sunset but also sincerity and devotion. It develops a sound social conscience, patience, unselfishness and will - Power.  Zakkah: The literal and simple meaning of Zakkah is purity. The technical meaning of this word designates the annual amount in kind or coin which a Muslim with means must distribute among the rightful beneficiaries. But the religious and spiritual significance of Zakkah is much deeper and more lively. So it has humanitarian and sociopolitical values.  Hajj (Pilgrimage to Makkah): It is to be performed once in a  lifetime, if one can afford it financially and physically -怎么这期这么多点击率 -i wish she were my wife -amazing *-* -Amazing job lm overjoyed ❤️❤️❤️❤️❤️❤️❤️ -كل عربي هان ايحط لايك😎🤘 -真是羡慕和敬佩! -beautyful.i love you -So much respect for this woman. Thank you so much. -撮影も一人で撮られてるのですか? -Muito bom 🤗 -❤️😊 -Gente! -Que coisa mais legal😍 queria provar essas delícias -I love how she does all the gathering, cleaning, cooking, tending, creating, all the while looking perfectly dainty as a princess and cute as a pea, with her beautiful hair and face, and nimble hands! Watching this girl go about her day is almost therapeutic! ❤️ -Ai là người Việt Nam đâu -Que vídeo legal -I wanna live with her -Allah im hayalim de ki yasam inamiyorum...😍😍 -This is a fake house, everything is spanking new. Real village houses arent like this . She seems to be an amazing cook though. -that's video made me feel so happyy -Так залипательно смотреть -A very nice example. Amazing video and job. -ポップコーンづくりの爆発で、女の子がおばあちゃんの耳をふさぐ姿が微笑ましい。 -ラストのおばあちゃんの帽子の愛らしさ。 -ほのぼの映像に癒されます。 -5:58 puppies... -Mandar pro mim aqui no Brasil rsrsrr -Wtf thats biggest mango ive ever seen -OMG 😍 WHAT A MIRACLE PLACE 💖💖💖🙏 and a Beautiful and Strong Woman 😍 -갑분마시멜로 -EU AAAMO ESTE POVO MARAVILHOSO !!! AMO OS SEUS VÍDEOS MUITA GRATIDÃO. FLORIANÓPOLIS -BRASIL. -Золушка -She does a lot of things and never break a sweat.. and still look beautiful.. -She is such a strong and inspiring woman.......... -My respect for her is over the top now -柑子,我的最爱。重庆人 -Im in love -Indonesia mana suara nyaaaaaa -可爱🇹🇭 -Permacultura -Wow very nice and the girl is so cute -Love from India -Can somebody tell me the recipe for the egg roll pastry??? -Так видео быстро пролетело, хоть и всего десять минут прошло! Картинка красивая, за этим интересно следить, ух! прям словами не описать! :D -Аж слюна пошла😀😀😀😀😀 -It's seem that cooking the meals is so easy for her. -اريد افهم هاي النباتات والمزروعات كلها شلون موجوده وقريبة عندهم ؟ -哇,5:56秒真的让人喜欢啊、 -I wanna be with herT______T i wanna make like this💘💘💘 -Can we all discuss how beautiful this shot is 8:48 -😄😄😄😄😄😇😇😇😇😇😇😇😇😇👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍 -На все руки мастерица -Happy -Wou -Seriously....u r amazing -Good . CÁI BANG TV -We look forward to being like your channel if you are willing to help -看你视频啥都想吃!好饿! -I like to know where can I find her product everything she do, - where can I get it, I am from the USA in I, love everything she do so beautiful -i love these videos. i am chinese but i left china at a very young age. these videos help me feel closer to my homeland -Saludos desde Bolivia muy practico y muy bonito que te transmite mucha paz. Gracias -5:14 awesome view -She loves to entertain people. -Which camera is this ? -lindo -Ooowww.. I really distracted by cute puppies 🐶🐶🐶 -They are so adorable ❤️ -Quem aí é Br -Where,s your Paran's -Very good and inspiring video! -She is the woman of my dreams 😍 -Круто, ты молодец, я просто в восторге, так интересно смотреть другую культуру. -I absolutely adore you. That is how I would like to live. Enjoy your time and your days and make more video's -This is so peaceful to watch. And the food must be delicious.I would like to live a life like that, without all the anxiety, the streets full of trash, the danger and the suffer, the gas smell, the killing,the money awareness, I just want to live a life that I will enjoy and make my soul calm and happy. -開店賣了嗎?放家裡貯存吃個把月嗎? -7:07 塵沙飛揚 -6:02 -Как то даже, не надолго, захотелось стать парнем и жениться на ней. :) -Спасибо за красивое видео. -Điều mik ko thik ở chị này là nuôi mà ko bh thèm q tâm , để í đến mấy con gia súc . Kiểu bơ í . Có nuôi mà cứ như ko . Con gái con đứa mà chả thấy dễ thương yêu thương động vật j cả - -超級厲害的 佩服 -Delicia!! -Какие душевные видио!!!💋 -Má nó sống vậy bất tử luôn -Where the lamb?? -Is there the recipe available for popcorn made in the video? I feel like all this lady does is perfect, so that's why I'm asking. -Có ai người Việt Nam xem kênh e này ko -very good cooking supperb -Fantastic! Fabulous! I had been watching every single of your videos and I still like it. You are a dynamo! -Indahnya kehidupan di pedesaan. . -輝煌, 謝謝你的視頻 -que coisa mais linda o que voçes faz e que lugar mais lindo amei parabens -Why i just found this now.. this is amazing😍 -ước dì có 1 khu vườn đẹp như zậy -i am from Brasil -Damn that's one very resourceful woman -Damn that professional editing -You ain't fooling me with this is a typical life of Chinese village girl. -But gimme more -好刀 -هل من عرب هنا 👏🌛 ؟ -this made me felt something about harvest moon hahaha -Li Ziqi is a Dynamo -I love you -6:00 -Li Ziqi: *OH MY LORD, ISS THE DEMON* -grandma: ppfffttt... kids these days -5:55 先保护婆婆👍 - protect granny first -Жаль что таких женщин остались единиц :( -I thought this was an excerpt from a movie! So well made and therapeutic, well done! Such a hardworking gal! 👏🏼👏🏼👏🏼😁👍🏼👍🏼 -Lovly -Жареные каштаны -I wanna be her Husband, would you marry me? -Vn đâu rồi -But i am wondering how did she got all those varieties in her surroundings -I like watching her work. She makes everything she does look so easy. -That little animals though 😻😻 -your videos are relaxing -Her videos is simple as her look -Most beautiful video and traditional ❤ -Just love the way she works and her works shows her patience. -Me enamoré de esa mujer 😍😘 -You will be a great wife someday <3 -Ada orang indonesia gak? 😀 -😍😍😍😍😍😍😍😍 -Chị giỏi nhỉ -我姑姑同她一样,是道姑。 -I'd smash for sure -她让我想起了一部日本电影 这个情调特别像(我忘了那电影叫什么了是一个女孩按照春夏秋冬四个季节分的时间线自己种东西自己做) -Pls tell me im not the only one crying at how beautifully this was made.. everything is just a masterpiece!! Pls keep on doing what ure doing!!! -All I can say is wow 😍😍😍😍 -🙁😢😢 -🇧🇷 Amei esse canal, me trás muita paz ... 😍😍😍😍 -Omg her pets are sooo adorable. She is gifted with beauty and talent! -👏🏻👏🏻👏🏻👏🏻👏🏻 -This is the first video that I watched. From that moment on, I had Subscribed. Even my aunt, mom, uncle, dad, including my grandma now enjoy watching your videos. Thank you. -Капитализм, счастье, зае....сь!))))) -Last part 😍😍😍☺️❤️ -nice video so peaceful -WOW !!! -评论区全让老外抢占了 -Best video ever -And later eat the dogs an Sheeps -👍👏😊 -Love you -wah enak bangat -There is a little piece of heaven here on earth and this angel lives there... -เธออยู่ที่ไหนของจีนดีๆหลงหลงไหลชะแล้ว^^ -Мне нравится -Anyong haseo -I so love her, I want to marry her 🤗 -6:50 that's not water melon seeds, that's sunflower seeds -the video is really satisfiying -Muy tierno -Sacrifique el vídeo a.los 2.38 para decir que es perfecto ...causa una sensación de paz hermosa ...y l música ...la labor de la dama , los movimientos . -Todo es perfecto -ชอบมากค่ะ😊😍 -爆米花時,嚇到的動作太可愛了。 -WooooooooooooooooW -힐링 -Beautifull and Amazing -i really wonder how old her grandma is. think she is over 90 -嫁给我! -Digimon music <3 -اين العرب شكلي انا وحدي هنا -THAT MUSIC IS FROM DIGIMON 01 TRACK 27 I BELIEVE. AND WHEN I HEARD THAT I SCREAMED (THE SECOND MUSIC) WHEN SHE STARTED MAKING POPCORN -有时候,看李子柒的视频会有中孤独感。 -Again unhealthy -Отлично 👍🏻 -问候,女士,我看到你的视频,我非常喜欢他们 -Why do I find it so sexy to see a woman like that? -khub sundr -Tôi là người việt nam ! -5:58 Li freaked out while, gramma didn't even flinch 🤣 -Fuck china -ما شاء الله -:o -Very surprising vdeo..so beautiful... -All the foods looks delicious and tastful...i love this girl....and so much on ur place... -i want come to ur place and i want sped with u ur garndmonther and i will be with ur house sister i love ur ur place super plac and iam waching every video regularly good viedo sister -Is she single ?? -So cute pets -WOW! - This girl is dowing so much of hard work -Вот это да -Thank you foe subtitles,most helpful. -她是我们四川人,她叫李子柒,她住的地方是中国四川省绵阳市某乡下。只能帮你们到这儿了 -ПОЛУЧИЛА ОГРОМНОЕ НАСЛАЖДЕНИЕ -I really love her pets, and her work here, needless to say -I love her videos of making food. Love how she keeps everything so old fashioned from cooking tools and clothing - -Заготовки на зиму) -Full respect -Cô ấy thật tuyệt vời😊 -Эта девушка моей мечты, и жаль, что я никогда её не увижу😔 -Ты просто потрясающая супер девка -全是英文评论啊!看不懂。 -Me encanta ...Que talento sin decir ni un sola palabra o explicación a lo que hace ..... Con sólo ver lo.que crea e imagina con eso es suficiente .......... Ojalá puedas leer mi comentario ..... Si lo lees ... estoy soltero .jajaja -Whoever she is married to (or marries in the future) is a very lucky person. -everything looks so good -So cute the lamb follows.. -She is so amazing.. and I love her little dogs 🐕 -Videos like this are a FANTASTIC promotion of traditional Chinese culture. I`m from Canada, this was wonderful to watch :-) -Where's her Amazon store? I want to buy some of her cookware! She should be on HGTV! Seriously. -她 非常好 -What is that giant yellow fruit called? -You are a wonderful woman, thank you for sharing -Just when I thought her world couldn't be any more magical, suddenly it was FULL OF PUPPIES. -You're such a hard working girl. -Que hermosa mujer supermaravilla 💓 -Omg so hard work for those healthy snacks😍🤗 -And we are lazy to go and bye them in shop or microwave our food🤦‍♀️😭 -Chinese new year what for is this preparation is in february. As I know she lives in Yunnan province but no matter. The extreme happiness is to have a cute beautiful adorable pretty chinese wife. Look at this lady and you'll realize what I mean. Hello from California. Budha bless you. Budha enlighten you. Be a good people. Be happy. Be truly human. -我爱你的狗! 他/她 是很可爱。 我也喜欢你的视频。I made this comment in Chinese so she could understand it 😂 (btw I take Chinese classes owo) -Uuuum rico -Genial -Beautiful -Nossa, quero me casar com essa mulher -احس بالراحه من اشاهده -متابعتها عربيه من العراق كم عربي ويانه يجق لايك -Вот где бы я хотел прожить следующую жизнь -像电影。画面很美。 -Heidi in real life 😍😍 -😘「三隻小跟班」小狗小綿羊超可愛搶戲 😍 -😘 推薦 YouTube「 李子柒 」💝 請記得點訂閱、分享 -真實記錄下自己人生😍 感受到了「 強大的生命力 」 與妳共勉 ~ 加油!💒 -Which place is this... -this is by far the best 10 minutes i have ever spent on Youtube ,Lovely , calmfull and peacefull music .i am amazed with the way most recepies are done here but regarding the way the popcorn is made ..waaw ,never seen anything like it ... what is the name of the baric chamber where you pour the corn pips in ? anyone ? -waching your videos is my favourite evening doings. u are just a brilliant. -Правду говорят. Можно вечно смотреть на три вещи. На то как горит огонь. На то как бежит вода и на то как другие работают. -Stunning!!! -5:15 shouri zen no theme!! -bcs u use that bgm, I know the song again, thank you!! It remind me of my childhood. 😣😭 -I love you -各种语言的人都喜欢李子柒这个东方女子 -Крайне-расслабляющее видео. Позитивный контент! -Much love to her! -The girl with one sheep and two dogs. -She’s amazing such a hardworking beauty!! -I like you, you make my dream come true -From Vietnam -She is an amazingly beautiful woman in more ways than one! -Looks like China created a fake character and posted it on American YouTube -This made me, a Beijingese burst into tears, so many childhood memories! -That's not *fried melon seeds* but those are *fried sunflower seeds*.. btw great content. Loved it. -i know this is the second comment i've made today, but i think your videos are very nice. they're very relaxing to watch, and the food in this one looks very good. your dogs (and your lamb) are cute too! -I want to live there. -The way she covered her grandmas ears just to be safe from the loud noise from the popcorn machine and she chickened out just then. -there are two dogs... then there’s hanging dried meats....i hope i’m wrong, i’m glad i’m vegetarian! -I want to visit her home and wanna try this🤩🤩 -Place is so beautiful and peace -Li Ziqi is amazing she has more survival skills than the majority of Americans. - -Edit: This is the way people should live if I ever make enough money to buy a farm this is what I want, I'm going to learn to live off the land. -ni kek nya kebon punya die nih.. apaan aja ada.... enak bener...... -Niihau -👍😁😁😁😁😁 -Maravilloso -Helo asi.. 🙋👍😍 -Hi mam 👌👌👌🌷🌷🌷🌷🌷🌷 -*how did that mango not have that big ass seed in the middle as u were cutting it open? OAO* -Um...sorry dont think they had marshmellows during the Ming Tang dynasty -看到这么多外国朋友喜欢你的视频,替你开心,美丽的四川女孩,你真的很优秀。 -Thats sunflower seeds, not melon seeds!! -I live in nepal but I also want to -Live in that place. Where is that heaven located? Which country does it lie? -Uwah Digimon Adventure Soundtrack -Wonder women -💖💖💖💖 -好美啊 有电影的质感 支持你 这是你的家乡吗 好美的地方 -I don't know 😕 this is too magical to be her real life I think this is Chinese campaign in order to make us believe this is life in there, they do stuff like this too denied poverty, I have seen a lot of videos that show a very different scenarios, but it's beautiful as a idyllic life -I rt all comments, this video is wonderful❤ -編一輯這寧心的節目, 真不容易, 需要有接近的氣場走在一起才能成就, 每一範疇每一個配合剛剛好, -從容, 恬靜, 輕柔舒服, 智慧, 還見識到古朴民間的智慧, 讚!!!! 很治癒都市帶來的傷! - -較喜歡女主角不刻意裝扮淡妝時的氣質! 很夾! 讚!^^ -真的做到了...可遠離塵囂一會, -具體展現了...可以活得既古朴簡單自然的同時, 又能整潔舒適不匱乏地生活著 (雖不太易) -能每天環抱高山高麗水而居, 空氣清新, 山巒滿是鮮花鮮果及珍貴藥材, 用畫面訴說了靠山食山, -又能間歇地選擇....與現今科技生活聯繫著.....看日出觀日落, 看銀河晚星,! 依四時陰陽作息! 還何求!! -若有位和諧伴侶春去秋來恩愛扶持到老, 這種生活...無求矣!!! -看著...看著....活像進入了太極氣場養生裡...這片的確是...難得心靈養生湯! Thank you for sharing :) -Запеченых собак в кляре не будет чтоли? -Только доперло что там все актеры -Les comparto este artículo. -http://avatarenergia.com/que-son-las-ecoaldeas/ -I like the documentary because the atmosphere of the village and food is directly from the surrounding plantations -https://www.youtube.com/watch?v=gT80oHtOoks&t=47s check this out -The best videos i have ever watched.. -how can she did it from a to. z ......or her husband is cameraman -The cinematography and the visual effects are just outstanding! Beautiful and brilliant video! -Digimon theme song? -♥️♥️♥️♥️ -I just found this channel and I’m amazed at how she works to get the finished product and takes so great care of her Mamaw. You go girl😉 -เก่งมากกก -美女 -I Like you -Скажите где живёт эта Богиня! Я приеду за ней!) -I'm loving these videos makes me wish I was there -She is Chinese or from which country I would like to greet her in her language, thank you in advance to whom you answer -양도 귀엽고 진짜 저런데서 살고싶다 ㅠㅠ -강아지 귀여워 ㅠㅠ -A simplicidade é maravilhosa! -Muita Legal o Gento que eles Fazem Pipoca eu Acho q é kkk mais e legal 👍❤😮 -someone who can give me the soundtrack please -Passei fome -John 14:6 New International Version (NIV) - -6 Jesus answered, “I am the way and the truthand the life. No one comes to the Father except through me. -JESUS loves you, Only He can forgive all your sins and give you eternal life -Awesome -Amei , tudo perfeito. Parabéns 😻 -I think I''m in love. - -If you hungry give me like 😉 👧 😔 -terbaik -我真的很喜欢你的视频! -Qué bello trabajo, y todo tan delicioso, te felicito.😉😉😉😉 -This is amazing 😍😍I can’t stop watching you 👌🏻 -beautiful -🤗🤗🤗👍⚘⚘⚘ -Podría ver este vídeo una y otra vez, y no me cansaría, existen personas tan multifacéticas, me impresiona en verdad, amo su trabajo ❤ -That amazing and cool!! -Somewhat jealous of the enormous vast luscious space you have there. So much room to work with nature! You have that AND internet, wow. ;-) -That's the roundest mango I've ever seen! -Sa muié é foda -Lets admit it guys! -She is a whole factory! -8:48 are those giant lemons??!! -我的妈啊!口水流一地,俩眼冒精光,任何了得? -我想要大自然染发剂 -Ну какая же девчонка молодец всё в руках кипит все может и мебель и вещи и готовит и всё быстро а главное когда делает готовит и всё чистенько. А тут пока что то начинаешь делать обязательно бардак получается. Ну еёному мужику повезло мастер ну просто на все всё -Bu kadar da şov olmaz ama -я хочу ее в жены и переехать туда жить!!) -Wow ... wish i could do this -wow those all looked so amazing -2 puppies and a lamb made my day... So lovely❤️❤️❤️ -Интересно, что это за огромные жёлтые фрукты? -So fresh -Would love to have some -الي مسلم يحط لايك -Amazing, beautiful, peaceful -What are those big yellow fruits? -Короче, собаки так и остались голодными... -Это Китай? -The baby sheep was following her omggh -I want to know if she is single,for real? -AWESOME!!!! This girl is the Davinci´s reincarnation. -Assistir essa moça cozinhar e um poema. -New subscribers. I so enjoy you're videos!!! -Реклама китайського труда?🤔 -OMG can I find a Future wife like her😍 -сам есть захотел -How old is she?? -Nice work عمل رائع -现在已经没有这种走街串巷蹦爆米花的了 -El momento en el que el borrego se agandalla las verduras -me so satisfacted -Как красивоооо.... Можно смотреть часами... -Bonito y reflexivo video . Felicidades y gracias -Please send me too.. Please -Why can't we have women like this in America? WTH! -I like u r videos love u 😘 -I wish i have her in my life -It's not only Chinese nut it's actually hazelnut -This fruit is found in arunachal india... -Muito relaxante ver ela trabalhando, vim ver só uns minutos de vídeo e vi tudo kkk. -This videos gives me so much peace. -Único brasileiro aqui ? -tình cờ xem, và mê luôn, đúng là chị xinh và giỏi giang thật -5:16 Digimon Adventure -Your husband will have a great luck and heaven on earth :) -To be honest,i'm from Bilibili _(:з)∠)_and love ya!! -Incrivelmente incrível... 😍 -how is no one else commenting on that popcorn cannon? What was that? -Que lugar lugar tão lindo, parece que tem tudo que alguém pode precisar, essas frutas tem uma aparência tão boa, é tudo muito lindo. -Que trabalheira!!!! -Xinh qe -This brings me so much joy and happiness -You're so faboulous -Love -Nací en el continente equivocado.... Espero cuando reencarne poder llevar una vida tranquila como ella... -I like it tho and shes a goodcooker -This might just be the most pleasing, soothing video in existence -What are they filming this with? Every shot looks like a work of art -Her husband wil be the luckiest guy in the universe...... -Круто)) -Iyau -Oh my god, Chinese thousand years cuisine. Pretty yummy foods. -从看到你的第一个视频的时候,我就知道你不是一个简单的女子! -Would you marry me ? -:-) -She makes everything r so easy ⚘⚘ -I let my daughters watch ur videos -영상미좋다... 한국인손~ -يمه فدوة شنو هذه القناه لكيتها بالصدفة سعيدة اني اشترك معكم هنيائا لكم على هذه الاجواء والرواق وراحة البال😙😙 -Very difaculty food -Feed your cute dogs MS. -Русско-говорящие лайкните) -at night in a cold & dark room with brezeey air from windows you should sit & watch this video, that the real heaven -何をやっても 手際が良いね😊 -色々と参考になります。 -Wow! :) -That song is from DIGIMON -You are so kind -5:55 x1000 times -6:00 哈哈 -My ketosis hurts. What a beautiful video though :) -I dont undestand why 5.5k dislike? :( - -She is so amazing and i love this channel because it has a very content. -Dios... me impresiona todo lo que hace esta chica, me gustaría poder conocerla 😮 me deja boquiabierto con sus videos -I LOVE THIS WOMAN. 😍🎀🙏🏽👑 -I can't comprehend why so. many dislikes. -Just found this channel and already love it!😍 -Nhìn thấy mmee -Cute girl cute working -Tudo que ela faz é incrível -5:56 oh,popcorn machine reminds me of old time -Hermoso video. Pensé que iba a cocinar los perritos pero por suerte no. - -子柒真可爱。爱你哦 -Yummy!!! -This is not real..this is sorcery 😵 -Oh, nice. That's how I remembered how life used to be...🕉 -i dont know what am watching but I am fascinated. its so relaxing to watch -That's the Shaolin Temple life. the mountains is a sacred place. -It looks so peacefull and relaxing there... -This absolutely beautiful. The love, the food, the dogs and the cutest of all the baby lamb. 🌺🌼🌺 -beautiful postproduction art, and life style remind me a Jacky Chan old movies -摘柚子的工具第一次见,好可爱呀 -Nicolas é um brasileira que não gosta de carne crua!!! -Lovely 😶 -Безумно красивые и профессиональные кадры, потрясающие пейзажи! -Her family have done a good job with this young lady👍 Having said that if she has as much energy as this film suggests she’d drive me crazy 😳 -The animals following behind was so beautiful -OMG like she is an angle and the place looks like heaven. Sunflower seeds I love kuaci my all time favourite. And the way she cook was so simple and easy. I always wonder how they dry the mango now I know. Thanks for sharing this wonderful video. -All what you know about freedom is only selfishness comparing to this -Que lindo! -真的什么都会做啊,漂亮的小姐姐 -never in my life would i find my ideal woman... -Gtfo captain marvel real feminist icon -Бляяя, походу барашка ебнули! -Wow this lady is amazing. -ماشاء الله تبارك الله المعنى الحقيقي للحياة السعيدة -Imagine tryna watch Netflix and giving your grandma PTSD of Hiroshima 6:00 -Martha Stewart got nothing on her -Как женится на ней? 😃 -Those puppies/dogs 😍😍😍❤ -Hahah that's so cute when she's startled to jump. But then there's grandma remain calm😂 -Where is the sheep now? -What kind of mango is that? -C'est une fée? Ses gestes sont une poésie pour l'œil, ça m'a fait oublié quelques instants la laideur chez l'être humain. -If I am ever in China in a rural area I will make sure to appreciate everything especially the popcorn....I will never look at my popcorn here in America the same way... -I mean for crying out loud it comes in a bag and you stick in a microwave. The only work there is deciding what brand/flavors and the only hazard would be leaving it to long/adding to much time. -Thanks for the video. -控制不住口水了 -Ma da ternura su abuelita -What was this? I thought it was a cooking video, then thought a short story....then it ended with lots of questions....I'm confused -I loved it 😊welcome to my channel 💐 -Vives en el paraíso, todo te lo da la naturaleza y aunque es mucho el trabajo, vivir en un lugar así lo vale. -Creo que me enamore😍😍😍. -Muito admirável tudo. Com carinho desde de Brasil Sol -Ты самая лучшая!!!! -What a woman u are 😊🦋🌹 -She is a Studio Ghibli heroine -j'adore... -3:13 <3 i love this yt Channel -Oh, c'est vraiment génial, si je trouve une femme comme vous, je vais la épouser demain matin, pouvez-vous m'épouser ??? -The weather is very good❤️❤️ -Божественно! -До этого видео я думал, что я умею готовить... Ошибался... -These videos are perfect! -Умничка,хозяюшка. -i think this is some chinese propaganda, but it works. i like it -Y a los perros? Cuando los alimenta? -Уааааау -UwU -Pero que hermoso video -Всё, что она делает, - это так круто. -Her gang of animals following her everywhere just gives me Chinese Disney Princess and it’s so adorable 😭 -وش هالحياه الحلوه يابختها -the dog mi kryptonite -Это вобще человек? -outdoor cooking . :) -Your place is quite familiar with ours. -the peace is unbelievable and almost instinct -🇧🇾🤔💪🥇 -*_Просто милашка <3_* -Wtf, youtube! Why did you recommend this to me and how did you know I would like it? -I'm so obsessed with your this type of video. Light music on the background and the sound of whatever you're making, So satisfying. You rapped everything so nicely so beautifully. Everything is so perfect 👌 love from Pakistan. Your work is absolutely awesome 👌👌 -Is she god's wife? She does too much for a human. And what is this place, Shangrila? -私はこのビデオが好きです。 -Так круто и атмосферно!)) -I love that her oven is shaped like a cat 😻 -i love you -Popcorn bombs! Like It! -都是英文评论 -who the fuck is disliking her vids i dont get it -I am Vietnamese and wish girls always successful and beautiful -She is a multi talented as well as beautiful woman. -美女的视频会让更多的外国人,爱上中国🇨🇳的文化,加油! -its look like heaven of nature omg i wanna love there -Well the cinematography was mind blowing -It felt like I watched a movie or something. I wanna live here. It felt like American culture. I love this place and this video. I am subscribing -Hermoso sencillo y muy de navidad -очень здорово и красиво снято -O köpeklerrrrr nee😊 -Is there anything you can’t do! -Woa nhìn ngon quá -المكان الي عايشه بي يجنن 😙😙 -Very cool -Brazil Love you -Какая умница и красавица!!!💕👏👏👏🌹🌹🌹😍 -Chắc là người Việt Nam đầu tiên -It took me a LOOOONG time to realize her oven is shaped like a dog's head!!! That is beyond cute!! 🤩🤩 -Кто русский -<3 -i like -Арахисовые тыквы, сухофрукты, Сухофрукты, сухофрукты, снежинки, хрустящие-легкие закуски - 花生瓜子糖葫芦,肉干果脯雪花酥——年货小零食 -She makes it look so simple & beautiful!! Her animals they are so gorgeous. They tag along. 😆 They know who feeds them. Simply wonderful & delicious video Beautiful, talented lady! Ru a Chef? -Who is directing this? Seems so natural but i guess behind this is a lot of production going on -I want to try all the foods - -You are gorgeous!! And your channel is soo good!! Love the photography and the film is well directed -Em yêu de thương mà giỏi nua -Beauty ..... Congratulations -If someone wanted to order some of the foods you prepare, how can you go about ordering? -Просто хозяюшка! -*Perfect life.* -真好 向往的生活 -I LIKE -quả nhỏ làm kẹo hồ lô là quả gì vậy chị -This Place and this People, and i don't Need anithing ❤️ -I love soo soo much I like the calm and peaceful atmosphere love from mizoram -In love with the colors of this video -Кто нибудь сделал бы сурдо перевод на русский язык Не все понятно -What a amazing girl -the sheep 🐑 ohhhhhh so cute and they follow you.. -Desde la mañana empieza atrabajar , como me motiva ha salir adelante y q atención con su mami,saludos desde México -her husband very lucky to have her -Как мне нравятся ВСЕ ролики!!))Классные рецепты, милые сюжеты про "Золушку"!))) -I really enjoy watching this video -Nice.vvv nice -Hello. I. Am. Swati. What. Is. Your. Name. Nice. Vlog -Wow. Im very impressed. She's different from a lot of millennial girls. -Digimon music 6.00?? -This is incredibly cute -Beautiful -Heaven😍😍😍 -😛 -It's an amazing video. I love it. -Надоели эти рекламы -I just luv her videos but have a qstn hiw come she has all the fruit trees, herbs, nuts & vegetable near her house? Where exactly does she she live??? -Beautiful and talented chinese girl.... -Jisko jisko ye video pasand aaya comment or view jarur dena -Cette jeune dame est une vraie travailleuse en plus elle s’occupe très bien de sa grand mère et de sa maison, sans oublier ses animaux. À quel endroit se trouve t elle ? Merci d’une réponse, je ne comprends pas la description -I love it -Are you from China -😂😂😂🐕🐕🐕🐕🐕♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️ beautiful animals -На какой планете это съемка ведётся, подскажите пожалуйста?!) -I like it -♡ -Красиво - профессиональная режиссерская и операторская работа. -Вот это рукодельница! -Меня всегда восхищала и восхищает Китайская культура (тут наверное можно сказать за все азиатские культуры) ! В них есть что то, что другие забыли либо не познали! -6:50 subtitles: these are not melon seeds. These are sunflower seeds. -I’m in love. -My heart just blossoms each and every minute tq for which I can't express my gratitude in words -He seguido por un tiempo está hermosa Chef, es muy bonito el lugar donde vive., Tal vez sea la cultura, no le doy like🚫 por qué no me gusta como son tratadas los animalitos. Uds que piensan.🐷🐮🐑🐔🐓🐇🐕🐱🐾🐾🐾🐾 -Вот это хозяйка!!! -طعام شهي هل انضم اليكم -看起來好好吃,看著看著就餓了XD -Very good. Great -Сказочно ! На недельку бы к ним. И помогала бы с удовольствием ! -Respect. -Omg. I really love it. -良可愛、結婚求! -是非日本来! -Love u so much❤️😍 -Gente que mulher maravilhosa -🐰✌ -The cement oven with dog face and the bone in the mouth like door!! So adorable.. in the first I though it was a bear face but then she put the door 😄😍😄😍 -Perfect wife for every man 😍😍😍 -Cute dog -wow dafuq -What kind of mango doesnt have seed? -you're very cute -Despues de este video estoy tan relajada que me voy a dormir ya....buenas noches desde Argentina... -Love how her day to day seems to have such a clear purpose -OMG! I want to marry you! -u both bitch.. can't u give something to that little poor dogs.. Chinese ppl are like this only.. stingy and rude to animals .. I hate this video -Wow -Righteousness, utter righteousness. Blessed with necessary skills. Heaven smiles upon thee. -where this place? i wanna go there.. -She is unique c'mon you tube give her some money, like men the one married her. Will be a blessing. -Did she feed her dogs? -I love you! 😍😍👏👏❤ -영상이너무 이뿌네요..예술작품 -I got movies rdy, bring the snacks over ~ -this is not Modern Life in China. 20 years ago others may have lived like this. my friend from China found this quite amusing. -her husband will be the luckiest in the world -And now I'm hungry... -May you and your grandma live a long life. -By the way, can I come and stay with you ladies for a few days?? -Ancient world what happen to you? SHEN ZHOU (China), the land of mysteries, techniques... another time another place...in Shen Zhou (China) you can play love...but in Shen Zhou (China) you can't play with love, because you will fell in love immensely, beautiful woman and knowledge. -李子染的聲音很可愛 -this bitch fake shes putting on a front for the camera -Muy interesante video, felicitaciones sigue asi, saludos desde Lima Perú -Increíble Mujer -5:23 “卖爆米花儿咯!”“叔叔 勒哩 买爆米花儿” “好过来啦” -You are princess in fairytale! I thought House of flying Daggers is unicue movie by its beauty but your videos and great views of nature is much beautifull then this movie! -👏👏🌷🌷🇨🇱 -Finally I know how to make tanghulu -I can only say that everything is very beautiful and idyllic. -第一次見葵花子 -好喜欢这女孩的视频,我宝宝也特别喜欢姐姐,说姐姐很聪明!谢谢小姑娘的视频,百看不厌 -She is real?😵 -What the life...i want to stay here until end.... -finally, a much better aesthetic then those odd primitive survival channels. I love the framing, the soft music, a great channel overall~! -You would be the luckiest man. If you have married someone like this goddess. -What a woman -9:50. That was so cute you love your grandma 😊 😁 -我被婆婆的帽子闪到了。 -🐶🐕🐇🐑🐐 -❤❤❤❤❤❤❤❤❤❤❤❤ -毎日僕のために料理作ってほしい笑 -😵🤤😋😍 - -*Was she making food for the whole village?* 😅 *This vid is so peaceful tho* 👌 -🤗🤗🤗🤗 -Oh por Dios me volví adicta a sus videos😍😍 -Its such a modest and lovely way of living and cooking. -😍 -Estoy muy sorprendido, saludos desde Perú!... -The way she focus looks devine -Oh I know she is so amazing ...she got the little lamb when it was so tiny ..I love how it follows her.. there's nothing this girl can't do ..I love watching her videos -. -Tanta comida e não sai nada pro cachorrinho aff.kk -Que povo organizado omg -La mujer perfecta, fuerte, bonita, inteligente, auto-suficiente, es normal que el los dislike se observe tanta envidia. -That looks wonderful. Thank you so much for sharing. So delicious. Nice!  ❤️ Jen -You are awesome -黄色的水果是什么????? -Good place -Would love to hire her as a full time chef. This is amazing. -Мне бы такую жену -Nossa fiquei com vontade 😋😋🇧🇷🇧🇷 -Как же красиво, не то что в городе.. -Y las mamas luchonas no quieren hacer tortillas a mano 😂🤣😂🤣 -Me imagino asi vivir en el Reino de Jehová Dios... -Muhteşem -Not melon seed it's sunflower seeds -the baby lamb has grown so much 😭💓💓 -Manda tus dioses a México -I ❤️ u 🇷🇺🇷🇺🇷🇺🇷🇺🌺🌺🌺🌺🌺 -Man that pop corn was the memory of my childhood! Kids born in late 70s -Девушка! мечта любого! -#howcute -Where has this popcorn method been all my life??! -Wow,,, it's like a dreams,,, love it -رائعه جدا... -ของทุกอย่างน่าทานมากๆเลยค่ะ -So,,,,,are in Heaven? This was weird -And here we are who live in the modern city and yet still whining and complaining about how hard life is. So inspiring and feel ashamed at the same time. -Please give some food to your dogs 😢😢😢 -great foods -I wish live with you your smple life is very buety 😍😘😍😘😍 -Super! Super! Super!😯😯😯. 😘😍😘😍😘😍😘😍😘😍😘😍😘😍😘😍😘😍 -I am utterly mesmerised by this channel. It is like some sort of parallel universe where capitalism and technology doesn’t exist! Everything looks painfully laborious and slow and yet infinitely rewarding, compared to today’s fast food, 2hr amazon delivery, Netflix bingeing world we live in today. I want to live in this world so badly!!! -This makes me miss my grandma. She is so sweet to her grandma. I love these videos. -Такие благодатные места,показывают,что хочется туда... -Great woman!! -I'm so envious of your lifestyle you eat so well and everything is fresh and you take good care of your grandparents. Here in the UK most foods are frozen and even the fresh stuff is not that fresh.and our grandchildren don't take care of us.they are to busy running their own families. -i really want one of that box 🥰 -Кто этот робат -Хули это у меня в рокомендациях делает она мне нихуя не нужна -Диабет обеспечен -She does more work than a lot of Americans. -I am wondering where is she living?? I wanna live that life just like her!! By the way the music is so so relax -5:25 it's me being lost trying to find here 😂😂😂 -looping 9:49 😂😂😂 -10:05 well dogs are still dogs, not much different from the rest of te worlds dogs ahah -i feel my life so meaningless everytime i see video of here -😠 -this makes me feel sad -These videos were posted in Youtube by her fans since China does not allow Youtube. If she had posted herself, she would have gotten more subs.☺️ -😂😂😂B站来凑热闹的 -Fan Vietnam❤❤❤ -Delicious food like angel make food -Молодец -Wish I could marry a girl like her -I love how her cute animals follow her around like Mary’s little lamb, even the stone oven replicates a cat, so cute and thoughtful- thankyou for sharing 🐶 🤗 🇳🇿 -🇻🇳👆🔔🤝😁🙏 -How excellent what you do. Thanks -So beautiful ❤️ -👍 -You're lying! This is window dressing -平静舒坦的小日子呐,朴素中又处处可爱。 -You are really talented. You have a so cute pets 😊❤️ you are awesome -Everything in this video is like humanity should be: prospering, living on the land and from working their own land, thriving with their family. Why aren't we that way? -Omg!!I love her!!Such a one in a million!!!! -Her grandmother is the luckiest person in the world 😅😅❤ -Her grandma is so cute..😊 -Those r sumflower seeds - Not melons -She makes everything from scratch and makes it look so effortless. Makes me 😣🍕🍕🍗🍔😋 -うわー、それは私達全員にとって非常に速いです -I want to visit you one day. Just want to work with you and understand your life style. We have cut our relation with nature. When I watch you, I can clearly see that you still keep this relationship very closely and wisely which makes me adore you like almost everyone who watches you. God bless you, your family, your animals and your home 🙏🏼 -Your videos are amazing!! What a beautiful place you live! ❤️ -这是谁的媳妇啊 真有福气! -Wow the girl is beautiful -Your channel should have a blue tick! There are too many channels stealing your vidoes. Maybe it's about the issues between China and Youtube. Idk but the videos are adorable. You should claim for copyright. -Thanks a lot for thèse moments -看饿了😂 -Wow -Everything's perfect. I hope your family would enjoy the food too. Seeing then with you while you all enjoy it. :) -You are a fairy in Paradise 🧚‍♂️ Simply. You are Creative 🥰 -Yes dags also sooooo cute -谁娶到她是拯救了银河系,我小时候在农村住过,她一点都不是作秀。 -Amazing .... -I want her to be my wife💕 -i really want to try eat Tanghulu -Team VN điểm danh -Japan Godzilla and Goku i love it -I dont know how I got here but I dont wanna get out -おしゃれ~✨ -Lần đầu tiên tôi nhìn thấy cây dẻ đó -Everything is delicious m m mmm😟😫😥😩 -Your so beautiful -Not to be ignorant, but I thought China didn’t have access to YouTube? -YouTube recommended this channel and I couldn't be happier. Seriously what was that at 5:59!? 😰 -These videos are almost too perfect. They must be to be actors. - -Hai dear how r u.ur very cute friend.my children also like ur recepies. -Wow! -صباحو 😘 البوسات والخيرات والمسرات -🤩 🤩 🤩 جميييل حييل -Very very incorrect portrait. China imports it's food from India. These videos are only for views and money ..this is not a real picture of China. Same is Diana xioage video they show everything is fresh and farm grown just around their house itself . These are made for Americans only. -Her puppies are soo cute 😭. I subscribed even though there’s a language barrier- thanks for the subtitles. Your videos are wonderful- they are both a lifestyle and an art. Thank you for sharing. -This place is a heaven -I love this woman -As an American who is proud of his home, I say with all due respect, your home is gorgeous. To have access to all the fruit and nature. You are very lucky. -I know people keep telling about asian level, but try your product first is the most asian thing I see once in a while. -Team VN điểm -Danh -A cup of coffee would watch these videos to get motivated in the morning. Love it. -I want leave with you -Por cierto un saludo desde MEXICO!!!!! -Que vida tan hermosa sana pura que bonito ..... Y bueno no les dan de comer al perrito y a los borreguitos??? Ojala que si -李子柒你好,你怎么什么都会做并且做得那么熟练?你每做一件事都好像是专家,太不可思议了,太喜欢了你了。 -Look at all those snacks!!!!!!! -謝天謝地,除了你之外,我還是不敢去找你的家人。 sINCERELY sERGE和DONNA -Belle aventure -Good job Miss 👌👍👏cute Animals😍😘they want "Enjoy it" Also😊💕🐕🐕🐑💕 -姑娘真棒。一张稚嫩的面孔,一双布满老茧的双手。 -Li Ziqi so cute 💖💖💖 -This is pristine! -Propagande! -Allez voir en chine si vous voyez ça lol -希望你能一直更新! -The food at 4:50 looks great. Would love to try this! -ı want this life -go go wants some to. :-) -Hermosos videos. -Just woww sis💖 -لعد مثل العوبات الي عدنه ميكعدن تسعه صبح وذا كعدن هيج وقت عدهن معجزه شوف ليل ونهار تشتغل تزرع وتحوي وتطبخ يييي هنيالي لو ازوجلي وحده مثل هاي مو دور فلام كارتون لساعه ١٢😂😂😂 -Не девушка, а мечта. Золотые ручки. -Están bien tus videos me gustan mucho pero si lo pudieras traducir en espaňol para saber cuales son los ingredientes q usas -Молодец, приятно смотреть. С душой все, с любовью! -es el video mas lindo que he visto en mi vida -Лайк, если понял, что я пишу, и нифига не смыслишь, что тут пишут эти понаехавшие))) -🤒😢❤💝💌🙏 -You are multi talent , i like this👍👍👍 -Tudo perfeito! -Чудесно мило -So talented 😇😘 -I like it -Is this her house or their 7/11?? -Muito lindo ver como ela faz as coisas com tanta dedicação 😍😍😍😍 -My wish meet you -Who else is in love with her😍 -Wow Woman just wow!!! -Completely mesmerized 😍 -I can watch her cook and do things all day long 🤩 -She is a goddess of land and farm I swear -Heidi ; 海蒂 😊😊😊 -Que hermoso lugar. Todavía hay lugares bonitos. En este planeta 😍 -Отличная невеста. 👍👍😁 -Want to taste the popcorn! -Умница красавица нереальная -Lady you nailed it I have no words for your tremendous job I have never ever seen such a talented lady like you -不矫情不做作,明明可以靠颜值,你却靠自己的能力。什么样的英雄才能配上你。看你的视频是一种享受。最近心情非常差,却看你的视频看笑了。虽然不一定能看到这个评论,但是我还要祝福你!加油! -我想有这样的老婆 -Aplausos. Tudo o que você faz é com amor, bonito e cheio de harmonia. Eu queria viver nesse lugar, por favor, onde fica? Um grande abraço, felicidades. -Cưng hết phần. Ae Việt Nam có ai ko 😊😊😊😊 -It was oddly satisfying to watch her. -This place is like heaven😘I love it -I miss my grandma now😍 -Lindo ♥️ Brazil -Her life is a full time job. The way it should be! -Grand Salutes to your Dedication -Women are everywhere laborious either-or here and there. -During working u seems like a caring MOM, not a Young LADY. -Salutes again. -HAPPY SPRING FOREVER -💝💖💓💖💗💕💞 -From tanghulu, to kuaci, to dried mangoes, to every other snacks I ate as a child... ;w; //at least I think I've eaten tanghulu before, but didn't like it because it was sour (and I sucked off all the sweet stuff XD) huwe -5:57 so cute 😂😂💕 -She is so busy in her life and enjoying her life -Other girls are busy and crying for boys relationship problems lol this is not a life -This is life that she is living... heaven place ♥️ -Your place is very beautiful. And I love your tiny animal friends! -Do you sell the products or keeping it for her self ? -你的婆婆真幸福 -Райские фрукты и деликатесы!)👍👍👍 -Hello! -wonderful~! -The popcorn be like😂😂😂 -So talented -It's so calm and simple BUT beautiful 😍🖤🖤🖤 -The most beautiful video I have watched in YouTube! 🌸🧡 and I am from Turkey❤ -че -то есть захотелось -احب هذي القناة جدا .ولكن ارجو منكم الترجمه للغة العربيه❤ -Lovely video. Subtitles . I saw one wrong thing in the translation. She made salted sunflower 🌻 seeds NOT melon 🍉. -😍😍😍 ♡u -لظ -Ms LI, our family would love to come and stay with you in your village. You should start a tourist business. -Tremenda la cultura en cuanto producción, preservar espacios naturales con (política ambiental) y su herbologia natural que se concentra en la medicina.. -5:59 aww that's cute -Does she like live in the mountains instead of the city? -Cute puppies by the way. -Does she cook or is this a vlog channel? -吓到跳起来那下真的太可爱了 -😂看到下面满满的英语评论,真的替你感到开心,不同国家的人都很喜欢你的视频,看的人也觉得轻松愉快。祝你和奶奶都可以像现在那样幸福快乐健康地过每一天😊 -I love your tiny pets mostly the baby goat -Theme song from the Zen, in Digimon adventure 01 . :) -这个声音太可爱了😍😍 -Nature is incredible♡ -I got so relaxed I almost dropped my phone in my face -Me encanto tu video desde Peru te ganaste una suscriptora 🤗😊✌ -🤤❤️ -That Digimon song at 5:17 -Chị ấy thật giỏi -Wow! She never feeds those poor doggies. How cruel-They are always hungry and skinny. Sad! -Thank you god for my enemies are arrested by the power of the blood of jesus christ,,, amen they are arrested un jesus milghty name -Nó làm tôi thấy an bình đến lạ lùng. -hi~ can i ask you what camera do you use? -💔 ماودكم تتبنوني وش الحياة الحلوة ذي اقوم من النوم احصد الثمار 🤣 - -Автору видио👏👏какие золотые руки у девушки,но я в шоке😂бедные ее рученьки🙆 -verry nice -https://www.youtube.com/channel/UCVHOlImNu5AE1G2Ig5PJJLg -No wonder Asian people last forever! She’s beautiful and her skin is flawless. My favorite YouTube channel. -Bạn làm việc tốt đẹp 💖💖 -yo quiero una chinita y me carga tiene fuerza -what's your name 😘 -Belleza. -Is this her real daily live? Also the video quality is perfect who films this? -💓💓💓💓💓💓💓💓 -Does someone help her film?aside from the relaxing visuals and activities, the angles are amazing!! -没有看到中文评论,但是很感激子七把中国人,特别是中国女人的优秀品质都展现出来了。 很多人的母亲就是如此勤勤恳恳的。。感激感恩。 -Beautiful -Wow :) amazing! Everything looks really good. -好喜歡 -Повезло Сармату с женой -So cute -Waaaaaaaaaaaaaaaaaw💖💞❤💕💟😍😍😍😍👍👍👍 -Thank you for the great videos !!! -I wish that I can live life like this woow!!!! Too simple -I love this!!!!!!! -I dont know who produces these videos but, wow it is so much more than a cooking show -Hola les veo de la ciudad de México. Es una hermosura ver este video, tiene unos detalles esquisitos!!! -Nice your love -IO TI AMO! -Hola soy julio. Y soy de peru, en america del sur. -probably China's most eligible and sought after lady -Wishing you Joy and prosperity -A completely adventure very delicate 💓 -와...뻥튀기는 한국이랑 똑같네요 -Every time I see her make fresh food, I practically have smell-a-vision and my eyes make my stomach ravenously hungry! -Groan! -This is heaven to live like this! -i love to watch her videos. every time I feel fresh. -Lol I'm hungry 😅😂 -This place is what you called PARADISE ❤🌷😍 -😍😍😍 -谢谢您。。。。。这视频是会让多少的外国人爱上我们中国啊。 -marry this girl and your life will be perfect! -Parabéns, que lindo ❤️ -мне захотелось жить там😙😙😙😍😍😍 -好喜欢看你的视频 -I love you and all the best from Bavaria 😍😍😍😙😙😙❤💘💚 -I never see such a talented women..she is really hardworking...ma sha Allah -I would like to live with her.her place she and her grandma gives me so much peace ....😍😍😍😍 -I love this video. Me and my mom will see this video -嗨,我是巴西人,我喜欢你的视频。 - -Hāi, wǒ shì bāxī rén, wǒ xǐhuān nǐ de shìpín. -👍☺️🌹 -👍☺️🌹 -Man! I love the girl more than the edibles she prepared. -did she eat the sheep in the end? it just disappeared -After seeing this, I can attest that Chinese food and culture is great! I am originally from India btw -Love it... so natural and divine -Sweet 😍😍😍 -Super -nice -From europe to china. Now i landed in tangshan. After i saw this video, i want to visit where she is now and live there for months. ^^ -Hygx -Something wrong with the translation.sunflower seed become watermelon and manggo become tomato. -Love from india❤ -Laneavhfjsgc -قمة في الروعة -8:50 what is the name of that fruit? -Bohot acha lgta hai ye dekhne mai 👍 👍 -Mujhe ye sadagi bohot achi lagi 👍 -你能告訴我你的家鄉在哪裡嗎?我想去那裡一次 -حلوه حياته بين الطبيعهرغم تعبانه عبالك قصه من افلام كارتون حلو🤗🤗 -I really love the view around your home❤ -ASMR -THAT POP CORN!!! 😮😮😮 -Where is the lamb ❓😥 on the barbecue? -5:57 귀엽다~ -Wow i wish i could live with them for a while😍 -오우 리틀 포레스트같은 영화 중국판인가? -我會放棄一切來擁有這樣簡單的生活。 -مشاءلله شو انها ذكية طريقة تحضيرها للاكل سهلة 😍مو متل عنا الف شي وشي 😒 -She is very hard working i love this 😍😍 -Ohhhhh the sheep was so cute following her -Wow Wow Wow !!! -Super -Extra -Beautiful -👍❤😘 -and where is the goat?)))) -看到李子柒的视频,好想到她家去过年。 -Tang hulu 😍 -寵物羊好可愛喔~跟著走 -Luce delicioso 🤤💖 -Ilove you popkron😍😍😍 -💕❤️😇🥳 -Thank you for the story. I enjoyed watching it. -Your dog's is hungry...eat first😏😏😏😏 -Jeruk Lemon ya mantaaapppp mantuuul -Ой, млодия играет из какого-то аниме) Из какого, кто напомнит?) -6:09 Imagine if she tripped and fell over. -All of those sweet popcorn WASTED!!! -how nicely she chopped the mango -เก่งจัง -Watching from India..😋 -when I watch your video I'm very happy and lost with the view in your video. -Shangri la -Where the heck issue this place...I mean, Specifically..just amazing..it's like the Garden of Eden -Боже как у неё всё получается прекрасно, смотришь и думаешь что у меня жизнь скучная -Essa moça fez tanta comida e não vi ela dar nada para os caezinhos. -Moça alimenta os dog? -I'm s new sub, good job YouTube for the recommendation. Who 🍟🍕🍉🤗❤😘✌ I need that egg pan! -That popcorn maker o.o and that technique. Makes me want to make popcorn and I'm not a big fan of popcorn. -Kkk ora qu espludiu o negócio alguém que fala portugues -So cute -You’re so awesome Ms. Li!!!! Keep up the good work. I love watching your videos before going to sleep. They are so peaceful. - -Who else was the dogs more that the actual cooking like I couldn’t wait for them to show up😂❤️❤️ -Maravilloso¡ -哇 -看了你的视频,我想起了日本电影《小森林》,不过你比较有古意,我想知道这是在哪儿啊,真美啊 -good ^^ -i love you -والله نادره هايه لوعدنه جان ضلت بس تشكه -你的视频每一帧都是精品 -the best cinematic video ever! -无所不能 -😭😭😭 poor dogs -This is art. Her way of living is beautiful and it shows, she seems very healthy and vibrant. -That knife is so close to her hand D: -Marry me please 😂😂😂😂😂😂 -Muhteşem bayılıyorum bu kıza çok çalışkan becerikli bide domuz eti yemese -Me pregunto si algún día se comerá esa ovejita blanca 😢 -What is that yellow fruit-the big one,somebody know the name? -Soubhanalh -Waw -she's cute and strong 😁 -Nice shot luv it -Congratulations! You are EXCELLENT! -I have d feeling dat she may be having d most peaceful life in d world.....i hope so too.....awsome video....😍😍😍😘 -Su nombre es Li Ziqi. Ella quedó huérfana desde muy temprana edad, así que fue criada por sus abuelos. - - -Se mudó a la ciudad y vivió allí por un tiempo desde que tenía 14 años tuvo que trabajar como camarera y luego tuvo la oportunidad de trabajar como Dj, pero cuando su abuelo falleció, regresó al campo para cuidar de su abuela. Especialmente ella fue quien la crió. - - -Ahora carga vídeos en Weibo, una plataforma china, ya que las personas en China no tienen acceso a YouTube ni a Facebook, etc. Y sus fans vuelven a subir sus vídeos en YouTube para que la otra parte del mundo pueda disfrutar de esta belleza. - - -Aquí hay una edición para responder a sus preguntas: - - -1-esta es una cuenta oficial de Youtube y ella se beneficia de esta cuenta pero no está segura de los otros canales. - - -2 - Solía ​​producir su contenido sola, pero después de recibir el reconocimiento comenzó a trabajar con un pequeño equipo para ayudarla a fotografiar, etc., pero creo que no está fingiendo la forma en que vive. - - -3-Vive en Sichuan (China). - - -Lo traduje de otro mensaje, para que las personas que no entienden muy bien el inglés, o sino simplemente, prefieren leerlo en español, o muchas razones más. De nada! :^ - - - - -PD: Gracias por leerlo, espero mis likecitos! >:,3 -Who in their right mind dislikes the video... this is so good.. i felt like i was with her in that beautiful place 😍😍😍 -Ставь лайк, если русский) -看起來口水……啊!留下來了☺ -好ー把家傳宝刀',入得廚房,出得工場,切菜,斬柴,木工刀,ー脚踢!!利害!! -Melon seeds or sunflower seeds? 🙏🏻🙏🏻😲 -Exciting video.. fresh & healthy food.. keep it up -뻥이요~~~귀여워^^♡♡ -Amo seus vídeos,e lindo os cachorros e as ovelhinhas te acompanhando a onde vc vai,nosso eu moraria em um lugar assim -I wonder who is behind the camera. Like is she doing it in her own?! -So peacefull when i am whatching her video -งดงามอีหลีเด้อ พี่น้อง อยากให้โลกกลับมาแบบนี้ -Such a talented and hard working woman, I hope your passion for all that you do never fades -I like you sister -Me gustan muchos tus platos maravillosos. Solo que deverian scribir los nombres las especias que usas -Feed the poor animal ،😥😥😥 -Nhiều món ngon ghê😀 -太厲害了! -Grandma's beanie is so cute 😍 -ya know...if i live at the same place with her..i bet i would try to get with her . like in drama lmao -好喜欢那两只羊羔子 -Magnifique, dommage tous ces emballages plastiques pour de purs produits naturels :-( -I really really love this video. So much. I don't know how many times i watch it again -I like that pop corn haha -Your amazing!! What country you from or town? Your grandma is so cute!!! -you are too talented! -O my God, what is this place called, heaven ? Amazing how the young woman (can I call her angel) is doing all the cooking, feeding her grandma, everything is just so precious to watch. -I'm Glad this video showed up in my recommendation. So beautiful ❤️🙏 -👍👍👍❤️❤️❤️ -ชอบๆๆ -女神 -Мне захотелось жить в деревне)) -Salfok sama doggy 🐶🐕 -Как все красиво!!! -Send me some -Lovely❤❤❤ -Con ia ma sao sinh qua vậy -👏👏👏👍👍👍❤ -No TV, no social media, no internet, no distractions.... just hard work and healthy living.... 👍 -Alguien sabe, que lugar es ese? donde esta? -除了四川话是真的以外。。说实话有点不真实。unreal... -Cudowne filmiki z życia zgodnie z przyrodą.. sa zachwycajace..... pozdrawiam z Polski.... rolniczka -อยู่เเบบพอเพียงมากเลย -哎呀呀,发现子柒在国内造质疑了耶,别更国内频道就好了哇。来YouTube哇。这里喷子没那么多啦。这里的广告收入也很高嘛。看了个视频,你是中文up主排行第二嘛 -сук, хоть песика погладь. -------------- - РУССКИЕ ЕСТЬ? -8:54 если такой лимон упадет на голову, то мало непокажется -Lol, ever17 music -HUSTLER!!!!!!! -The poor dogs are hungry 😞 -กราม -i want to live with her ☹💖 -李子柒你好 -Hi princess snow white! -Where I can buy a knife like the one that she uses???? -i want cooking with you -This has quickly become my favorite channel….. -Quero morar com você 👍 -It is like harvestmoon game. -とってもキュートな女の子 -色んなお菓子も美味しそう😍 -ワンちゃん達も可愛い💕 -Эх вот хозяйка мне бы такую -⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩😄 -Que niña tan admirable me de orgullo de que sea una mujer -Those puppies following you around!! So adorable. -So peaceful -Loved this video. I miss so much Sichuan -شغل نظيف 😍😍 -Dang she’s a hustler ❤️😍 -What is the song name at 5min pls? -Hello dear,,,where is the place?? Its so peaceful and beautiful...love u so much...plz share the location... -I'm from Algeria I like your video -The way she try to get away from the dogs, it doesn't seem very lovely. I am sorry to say that. -isnt it the life we all dream about? -Wish i could visit there.. And try all their food -Why does this video reminds me of studio ghibli movies -*Que vídeo maravilhoso; mim sentir como se estivesse lá... parece ser tudo tão maravilhoso* 💞💞 *um dia espero ir nesse lindo lugar* 🇧🇷❣🇨🇳❣🇯🇵❣🇰🇷 -ماشاءالله -damn.. and here I thought I was good at cooking haha -Wow - -Maravilloso... tenés arte en las manos...y tú hermoso y armonioso hogar lo hace todo más perfecto! Desde Argentina un abrazo fuerte ❤🇦🇷 -Your videos have amazed me many times !! Thank you :-) for what you're doing -ใช้ชีวิต เรียบง่าย อยู่กับ คนที่รัก ดูมี ความสุข ดีนะครับ -I love these videos but pls don't the lamb when it older -i like your video your hardworking woman i like your puppy 🐶 ❤️😘 -와.. 너무 예쁘다.. 이게 아름다움이지.. -is she stocking up for armageddon ?? -Literally eat everything you touch, amazing. -Feels like a scene out of a Miyazaki movie :) -I wanna live in that place -Did you note that she has decorated her house by mustard flowers. -เก่งจังเลย -Wow😰😰😘😘😘😘😘 -年紀輕輕好能幹👍 -Wonderful ❤❤❤ -子柒什么都懂。。。非常棒 👏👏👏 -Sudah cantik pintar masak lagi -Wow, you are a hard working woman -This woman could feed you almost everything even though she lives very far from the cities. -你怎么那么优秀?看了都想娶你。 -I'm so good -What a Beautiful Channel -Parece irreal todo ese lugar todas las cosas que hace y esa muchacha todo el trabajo que hace todo impecable.DIOS WOW.😙😙😙🙌 -My dream life❤ -Yeah she's talented, hardworking, and her videos are 👌👌 but yall are missing the point here....were those lemons🍋🍋😲?? -traduction please... ESPANISH... I am MEXICAN WOMAN -Digimon -555 นาทีที่ 6:00 กระโดดตัวลอยเลยนะคุณ -Lovely Li. -3:19 she's adorable and her oven as well -Wow! Young lady with amazing skill and hard working. This is part of wonderful Chinese culture , Thank you 🙏 -Hi you guys, this is my channel: - -https://youtu.be/z2V91N-WDcs - -Pls watch 2 minutes + 1 like and make a permanent sub. Then send a screen shot and tag me, i'll will do it back for you 100% -The editing is perfect -Very poetic -So beautiful 😍 -And here I’m debating if I should Uber eats or eat out rofl 🤣🤦🏻‍♀️🤦🏻‍♀️this woman has made a feast and gathered her ingredients . -Queria saber as redes sociais dela, alguém sabe? -前排居然不是汉语? 我来啦! -Will you marry me -O my god what a brilliant very good job -Everything is so staged! -lovely -What is that yellow giant fruit? -Real woman here...the other they only how to post pictures -Loved this video! Ms. Li and her grandma and uncle are adorable! She's a very hard working woman. These videos should get more likes and no dislikes. Wonderful and warming video❤ -Those pups need some love. -زورو موقعنا تجدو ما يَسُركم 🤗😍🌷 -idk how i feel about this music >> seems too sad. -Why I try to find the background music from the video start that I can’t find it on YouTube..that background music I have been listen before so much longer -好豐盛 好幸福 😙😙😊 -(還都是自己做的呢 >v<>v<😊 - -So richful , so happiness -(😂 poor english 😂:p -(and all made by herself 😙😆 -I think that video was the best thank you so much -👌🙍‍♀️ -I want to live there forever!! -I'm speechless -Chị đã đẹp lại còn khéo tay nữa chứ -🎂🎂🎂🎂🎂🎂🎂😍😍😍😍😍😍 -wish grandmother live long time wish you happinese. -:v khúc bả giựt mình nhìn cưng xỉu -You are so cute 😍 -💚✌🙏 -awesome -beautiful video -halaldi soz tapmadime yazmaqa 😊😍😋😋😋😋😋😋qiz deyile qizildi qizil -Its sunflower seeds not melon -what place was it .is it heaven ?😍😍😍 -ประเทศไทยมีบ่นอผู้หญิงแบบนิ -Sei kocht einfach super. Ich esse das ganze,dann kann ich danach sterben. -😋😋👍👍👍👍👍👍👌👌🌹🌹🌹🌹🌹😘 -Incredible...😮😮😮😍😍😍😘😘😘 -เก่งจัง -love the girl -I LOVE YOU -http://jurnal.usbypkp.ac.id/index.php/jemper/index -Good. -That's happiness ♥ ♥ -Now I’m hungry -Once I was very lazy girl ... But after watching your videos it's makes m always active n smart ...In every field tqsm sister... May Gbu abundantly keep it up **** -OMG 😭😭😭😭 -yumm -marsha and the bear -😀😀😀😀 -翻墙出来还是看子柒的视频,让人心境很平和 -oh my insulin 😂 -OK. I SUBSCRIBE YOU -5:56 nhìn lý tử thất dễ thương vc ❤💜 -作者你这是在江西一带吗,应该是长江流域一带。 -I love her relationship with her grandma 😍 -What a wonderful place to live and experience! ❤️ -厉害,第一次关注是在微博上,没想到在YouTube也这么火。加油 -She looks like Myoui Mina. -*so cute* -รู้แต่ว่าน่ารัก ดูแล้วผ่อนคลาย -5:57 To care grandma with Lovely fear- Awesome -can she please be my girlfriend -dude... this woman is so... wow -Nhìn đồ ăn ngon và hấp dẫn quá 😁😁😁 -😍😘 -Xinh quá -Simplemente me enamoré... -stardew valley's graphics became hella good wtf - -Those good old country girls sure do love it in the rear -This is nice..I enjoy watching this show . I also recommend you watch this: https://www.youtube.com/watch?v=qR_L9bUhveQ..it will move your heart. You can help their Charity work by subscribing to their channel. -My second video and I immediately subscribed :) great job on the videos. I really enjoy them. -Vườn trai cay thich qua di mat,k ai hai -You make living a simple life look so damn good and peaceful 😍 -Jovem talentosa. -Cute lamb n puppies... Life is so idyllic in the countryside -I wish the bgm was less sad -看起来美好罢了这个只是团队运作给你看得农村生活真实情况是在山里面你连网都没有 -6.21 to 6.52 this is kuaci?😂😂 -Ay que hermoso video!!!!... me transmitió tanta paz, y la niña es tan linda y tan trabajadora me encantó, 🥰🥰🥰🥰🥰 -Top -This is like watching a movie, her acting is really good, also the camera angles and setup. Really nice production overall -The dogs are so weak -In your videos always following you looking hungry 💔💔💔💔💔💔 and you push them a way -Que rico se ve todo como quisiera comprar. Las frutas que rico. Bendiciones 😘😘🙏🙏🙏🥰🥰🥰 -This video was such a flex. Like she really did all that -💘☝ -😍😍😍😍😍😍😍😍 -Everything she does it just goes perfect -If I am going this for sure I will miss up everything thing 😂😂😢😢 -👍🏼 Lolo -Estou encantada com o você, qual seu nome? Ficaria muito honrada ter uma neta assim como você, parabéns. -Hi from Spain!!!! 🇪🇸👋👋👋😍😍😍😍 so cute!! -Love from a Nigerian youtuber -she amazes me ! she knows how to do everything! i wish schools would teach our kids survival skills ! we all depend on many other like her to do all the things we need! i know if i had my own house with a garden i could do so many things! all want is a small garden to plant herbs so far! i dont even have that! -Kandai emgekchil aiym😊 -Кто снимает тот гений -Amo la segunda melodía, me recuerda a un anime de mí infancia ❣️ -👍🏻😙👏🏻 -I don't know why the beginning of this video almost made me cry. -Watching this at midnight is a huge mistake. Also, this is ADORABLE! -Amazing 😍😍😍❤️ -Ooo kestane bayilirim -Where from u people.... -Waw -Como eu vim parar aqui -Xem xong muốn dọn nhà lên núi sống quá -Model akka -5:11 sao băng kìa ( falling start ) -You give me so much inspiration! Thank you so much! I really mean it!😢😢😀😀😀😀😊😊 -لوهله تمنيت اعيش حياتها حسيتها ممتعه جداً😭 -My grandparents lived their whole life in the mountains. In my western educated adolescent eyes, they had nothing, the mountains had nothing. Now I am older, and wiser, I realise that they had everything. The everything we as a people and a nation might never have the chance to return to. You videos and the millions who like them give me hope. -Very super life -Such a hardworking young woman! I admire her. And all those food she cooked looked amazing! Drooled for the snowflake squares :-p~ -What title song in backsound? -太強大了! -Как же красиво! -Love from kerala😍 -that place is paradise -very good Video great compositions lighting and beautiful story. I admire your works. She is very talented, I would like to see your Video behind the sense 🤩👍🏻👏🏻 I am from Cambodia 🇰🇭 -👄👄👄👄👄👄👄👄👄👄❤❤❤❤❤❤👄👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤👄❤💓💕💕💕💕💕💕💕💕💕💕💕💕💕💟💟💟💟💟💟💟💟💟💟💖💖💖💖💖💖💗💗💗💗💗💗💗💝💝💝💝💝💞👄👄👄 -Hi my love -Great video! Thank you so much! -คนไทย -6:50 fried melon seeds?????? ....i dont think so -اني ما اعرف هاي الشغلات اويلي منكم يا الصين شغلاتهم غر يبه عجيبه -Great Chinese girl -The first song that plays is a song from an old visual novel game called "Ever17", but the copyright ID claim in the description says something entirely different. Upon googling New Kondor Media it seems there's many incidents where their Network is used by content thieves to make money off of other people's work. The song title is "Karma". -Wow -Wow..... 🤓🤓 -perfeck ♥ -Super. -李小姐做事好難乾 可以做視頻 要可以做生意 -I'm shocked by the way she does herself her work.Amazing😍😘 -Esos perritos son un amor y la ovejita ni se diga. -Everything's so mouthwatering ❤️😭so organic ❤️❤️❤️❤️❤️ -Nhà có cả thế giới luôn -Накормите собак☺️ -Who is behind the camera 🎥? Simply awesome 👏 -She cannot be real, it’s impossible for one person to have so many high level skills. She appears too pampered looking to qualify as someone living in a rural area who would do the types of odd jobs she is shown doing. For example, she has no scars on her hands or any other visible malignancies that would arise from being outside, working with fire, knives, sharp objects etc. Her skin condition doesn’t align with what is proposed in these videos. Aside from the overtly professional shots, multi cuts, multiple camera angles and an obviously healthy editing process. I wonder if this is some sort of “mocumentary”...? -Золотые руки у девочки сразу видно до автоматизма довела навыки -Could you be my wife )) -Your village is awesome -我爱你! -All I can think about in this video are THE ADORABLE PUPPYS -hhhhhhhhlola -loa -hhhhhhhhhhh -hhhhhhhhh olala -I like to think she does it all for her grand ma... 💚 -👍👍👍👍👍👍👍👍👍👍👍👍👍 -Wow its beautiful -u live in heaven, love it -Iloveyou 😉💟❣❤💞💌💝💋 -😫😫😫 why is she making so delicious foods -Why didn't Newton discovered gravity by sleeping beneath one of these trees? 8:50 -No need goin to the mall, no need worry anything i just want to stay home after work and eating -nice ^^ -这要是在我们农村;一天还不让::::: -جميل جدا 😍😍 -好想要食谱…… -不食人間煙火的仙女,她的生活體驗,令人樂在其中。無論拍攝、音效、剪輯都超乎我想像,值得推薦。 -Beautiful video -Rock candy? What is it? -我的生日埃~ -หมาว่าให้กูกีนแด่ รารา -I can't begin to describe how thrilled I was to hear that first song. So much nostalgia. -i wish i could live with u <3 -I fell in love with this channel i mean specially her. I always imagine life like this somewhere in china or japan but i am in southeast asia. Always feel peaceful thinking and see how great old generation live without modernization still happy and comfortable and have everything they need. I hope someday when technology reach its peak we will be back in old generation again but this time more traditional modern way. Balance between real life and tech. I will supprt this channel watch her videos and also the ads -Lúc chán nản xem lý tử thất để lấy động lực -Это магия,невозможно оторваться😍😍😍😍 -😍😍😍😘 -اكو عرب هنا - -I feel like im watching a movie. -Woooow ♥ what Amazing life -Wow -😘😘 good -Thats amazing I like your Videos -very beautiful -какое же охуенное видео -木下ゆうかと宇野実彩子を2で割った顔してる -都会で働くよりもこういう方が好きだなぁ -What is this too good to be true? -Delicious food -那麼多好吃的🤤🤤都可以賣了 -طب متأكلو الكلاب دى حاجه -Nhìn ngon kinh, muốn tự làm thử -0:25 .. that cute sheep 🐑 😍 .. so cute. -I love the way she is living.Its simple and best... -i see tress of oranges in this video and what is name ? because i guess there is super cold in winter and i am surprised this tree orange survive there? Please answear me - someone! -搜了下资料原来她是四川绵阳人,我也是绵阳的是我的老乡,欢迎世界各地的人来我们这游玩! -They're life seems simple yet peaceful been watching their videos I love it -平凡而又不失优雅的生活 -fan 李子柒 -A very simple life we can have! -U are very hard worker mam keep it up -This is so calming. - -Hi. from Philippines. -WOOOOOOO🌸 -真棒 -👏👏👏👏😊 -5:38当たりの曲どっかで聞いたことあるような… -デジモン? -Im so happy while watching this😇 -Fueron los 10 mejores minutos invertidos en mi pinchi vida -What is her nationality -china waifu -I very very love this your video. I saw it more and more times and saw everyday. I love your work and I hope you successful in your life. -Ps: She is a good cook ... -She is beautiful n smart Li Ziqi, if I am there so I will buy her produce such fruit candies n others, I love to watch her video and her village is beautiful, Thanks Li Ziqi ! -lovely -翻墙来看七爷😂 -Thanks for this video it's very good. - I am from Egypt. -Please translate the name of chanel. -digimon adventure soundtrack <3 -Te admiro mucho. Eres una mujer sumamente talentosa. Me encanta ver tus videos . Tu pais es muy bendecido hay muchas frutas . Y tienen grandes cultivos . -الله خالق ما يرى و ما لا يرى ثم علا ربنا فوق الثرى الحمد لله بجميع محامده الحمد لله ٧لا رحمته بعد غضبه الحمد لله الرؤف في خلقه غربي احمد شئ عندي -Love you -I’m a new subscriber & I’m amazed at your talents; from making bamboo furniture to creating good things to eat. -This beautiful young woman makes everything look so easy and very attractive!!! She is a unique and extremely talented lady. Her work is always amazing and so very fun to watch. Beautiful in all aspects!! -the most beautiful scene in this video is the puppies are enjoying with u collecting walnut -I am in love and I don't even know this girl -WSZYSTKO PIEKNIE I MUZYKA JAK ZAWSZE POEZJA -Elma kestane -رائعة -I can watch it all day -Super -Super -Your grandmother is very lucky sister. -God bless you -this is mesmerizing♥♥ -This is life. -😊😊 tellement beau -يا الله يا خالق ما يرى و احلا يرى الحمد لله الرازق خلقه و جعله ارزاق الخلائق لديه الحمد لله علا نعمه كلها -التصوير ولا غلطة -i want to go there...i like it👍👍❤ -شنو هالاكل؟ -The dogs look so cute -woow <3 <3 <3 -Kẹo hồ lô là trái 🍎 sao? -She soo pretty -李子柒把生活过成了诗的样子 -You are a dream wife... -Let's talk about the propaganda -ish feelings from the video. I am a minority from China, same province as hers. I understand that these videos feel a bit hurting to me as well, from the old Chinese way of dealing their expression towards the audiences and their way of handling themselves. The propaganda -ish feelings come from the non-individualistic cuttings of the scene, which I'd rather make a video of the whole sincere process. But that's the Chinese taste, they prefer to do their individual's best and above their own standard, which makes other common people unconfortable. So generally, the producers of these videos want to make the movie better than her, the person. And those people don't talk about these with each other as they respect each others' independence, resulting in a conpund effect of at least two persons' taste of videomaking. Such as such, I usually leave them go their ways, I go mine, if I do such a video, I do it differently and sincere to the watchers as my equal. The original doers don't treate themselves very well, you see? That's why. -好高兴那么多人喜欢柒柒 -Có bé vợ xinh giỏi z chắc sướng lắm 😩 -Waaah she is so hardworking lady plus know how to cook -Populatize,,,,,,,,PA o,,,,,,,,, -I love the video ! -🥀儚い、、。 -She's so talented -Her life seems productive and peaceful.😌 -She's living that beautiful Stardew Valley life -Dios creó que me acabo de enamorar -Wow -WOW Amazing 😍👍🏼 -Your such a sweet girl -I. Love. Gud. Morni. Tuesday. Yes may. Friend -AMAZING -والله شاطرة 🙃🙃🙃 -Как же это ахуенно! -a beautiful hard working woman i stan -你不知道你有多优秀😄☺ -shes a good cook -Delicioso -4900 Stupid and Dessalik for the most beautiful videos in the world😤 -小姐姐心灵手巧 做事麻利 让家务事也充满诗情画意 生活需要仪式感 这话太贴切啦 -谢谢 我喜欢 -ur so beautiful and ur video is really good♡ love from korea!! -Who gets to eat all this delicious food? I mean she cooks a lot ? -😍😍😍😍😍😍 -Entire video is simply beautiful.. -Bilmirem Azerbaycanlilardan bu videoya baxan var ya yox, amma men çox baxiram. Ve heqiqeten eseblerim sakitlewir baxarken.. Çox gözel videodu. -Giỏi -Vídeo sensacional tudo lindo parabéns.. ❤️🙏 -4;9 mil invejosos deram deslike chorão invejosos.!!! - - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -OSError: [Errno 0] Error - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 449, in send - timeout=timeout - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 720, in urlopen - method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\retry.py", line 400, in increment - raise six.reraise(type(error), error, _stacktrace) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\packages\six.py", line 734, in reraise - raise value.with_traceback(tb) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -urllib3.exceptions.ProtocolError: ('Connection aborted.', OSError(0, 'Error')) - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 58, in run - next_page_token = spider(next_page_token) - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 35, in spider - res = requests.get(url, proxies=proxies, params=params) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 75, in get - return request('get', url, params=params, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 60, in request - return session.request(method=method, url=url, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 533, in request - resp = self.send(prep, **send_kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 646, in send - r = adapter.send(request, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 498, in send - raise ConnectionError(err, request=request) -requests.exceptions.ConnectionError: ('Connection aborted.', OSError(0, 'Error')) - - -子柒你好幸福 ,你阿嬤有你真幸福 -3:14 manga sem caroço? Meu deus -What is the music name in the minute 5:17 -She is very hard working woman and she is sooo beautiful I love it -Is this place heaven or what? Wow! Awesome video! -فراق كبير بينا وبينهم فالاكل -四川这么好吗? -This is beautiful -Cô ấy giỏi quá🌷🌷🌷🌷 cuộc sống tươi đẹp hết mực -Anh yêu em -8:49 i was amazed 😂 -I like this you please -Сзз'єє -Hoooo look at that puppyyy🥰🥰🥰🥰 -Cuộc sống bình dị an lành thật & thiếu nữ xinh xinh này ko biết ở đâu ?? -Chi ay gioi qua -I love your videos❤ -Tge real heaven😍😍😍 -The Professional filming is stunning, sets are well chosen, outstanding presenter, this is a top cooking programme -Love sheep and dog in this video ❤️❤️❤️ -They didnt feed the dog -Qué hermosa mujer -ahhhh china, my home town -is marshmallow....noooooooooooooooooooooooooooo -Wow yo quiero de esas comidas -Marry me? -Hallo.lai.de.l.kiase.ho.tum.mera.massage.ka.jabab.dena -cara nak buat candy -cara nak buat candy -woooww -Woa... Nhìn vừa ngon lại còn đẹp mắt nữa! 😋😋😋 -Please someone tell me who else recognizes the music at 5:17?? -Unbelievably good -Her and her grandma are so lucky to have each other -Every time watch Ms. Li the video, i feel like I’m inside the villages😍😍😍. Love so much😘😘 -I love this dog's 😍 -Это всё снится бедным во сне. -Thats roasted sunflower seeds, not fried melon seeds -I wished I lived like her in a beautiful nature place just so peace ful -BING BING ME LIKE DING DON DING -I like this girl🤗 -U always make some interesting videos♥♥ -Love -Lúc chị ôm tai bà cụ dễ thương ghê -просто волшебница из мира грёз!the girl is a miracle worker! -Love love this video 🥰❤️🇰🇭 -Really so beautiful. -我为饥饿的小狗感到难过 - -Wǒ wèi jī'è de xiǎo gǒu gǎndào nánguò -Love you <3! -Perfect girl ❤️❤️❤️ -کاش من اونجا زندگی میکردم 😍😍 -https://youtu.be/oWote2t-gck -ياحلو بساطتها وجمال الطبيعه😭😍💛💛. -looks like a paradise to me -Meni rajin keur geulis teh -Snowflake cake is looking tasty -อยากได้เมียแบบนี้คับ -❤️갱얼쥐ㅠ❤️ -one thing i can say... everywhere she goes... the camera was watching her.. on her side views.. front back view and even there are hand views too.. -Trong đay nguoi viet nam -hello. by what name can i find you on instagram, i cannot read your beautiful language. you have got such a great channel. -Im from Việt Nam. I likes your videos products -Cái j cũng biết làm hết trơn -Awesome video ever I see about Chinese snacks, so happy to watch it, -Tuyệt zời -👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👅👅👅👅👅👅👅👅👅👅👅👅👅 -Молодец🤗😛👩‍🏫 -Could I live there with you . Such a beautiful place like heaven -Ăn hạt dẻ mà giờ mình mới thấy được vỏ hạt dẻ đó ạ 🌰😍 -ខ្ជឹលណាាស់ម៉ាក់​​ៗៗខ្ញុំ -ចាងហរ័what.is.what -Wah good job😊😊😊 -That a large mango in my place the size is small -你的影片都是高品質的 -I find this video therapeutic 😌 -Cho đến h vẫn xem lại luôn -Молодец ,вот бы жену такую -https://www.facebook.com/PeruvianFootprints/ -Estos videos me dan mucha paz y tranquilidad -جنه الدنيا -Just found your channel. Love it! Great camera man and beautiful lady. Loving your home and cooking. Great work -Los mejores videos de comida que he visto muy delicioso😋😋 -😍💕 -seems very lonely place,,,otherwise you can live,because of foods everywhere. -What beautiful simple life far away from technoligie what beautiful chinese woman in this beautiful nature omg i want chinese wife 😢😢😢♥♥♥💍💏 -الله شحال زوينة حياة فهاد بلاصة -Like. -nice lamb, its a baby not meat !!! #goveganfuckinghumans -😍😍 -Whats the music name starting at 5:16? -Уаааааау -77777777777777777777777777777777777777777777 -So beautiful I want to come can I 😍😍😍 -حياة جميلة 💖💖 -Một cuộc sống mà ai cũng muốn -I need what she used with marshemelo ?? -No entiendo nada pero me gusta -No final ela falou... Adoro essa fruta! -Is she Mary has alittle lamb,and it follows her wherever she goes....i'm just loving her videos,soso beautiful and mind blowing,all that nature.I'm going nuts,get it nuts lol. -I looove your Videos! -Greetings from Germany! ❤ -這集真的很猛耶! - -Cantik cantik pinter masak... 💖💖 -الي عربي لايك -https://www.youtube.com/channel/UCEhB-NMLlDpQz3UjDBAIwNA👈👈 -🌻🌻🌻😍😍💓💖👍👍 -I want to come there just to have at least one time meal with you.. It'd be life time experience -Wow...... -plenty of goods and yummy stocks what a place bountyful❤️ -เก่งมากค่ะ👍😍 -love you like^_^ -I wish my house was near to her😍😋 -PERFECT 👌🏻❤❤ -Amazing ♥ -Love from india 🇮🇳 -Хорошо быть китайцем, снял как собираешь урожай, походил по полю с собаками, и бац 3 мил подписчиков, да уж. У нам пока миллион собираешь, с дуба рухнешь. У нас куда более круче есть блогер., и то у него только миллион получился за столько лет. -Omagash this is really refreshing to watch -She life in heaven -How can people dislike -she is talented. l love her ❤💜 -so peaceful I envy your life❤❤❤💞💞 -She is a very hard-working woman -this so satisfying -I like this place and the girl nature 😍😍😍😍😍😍😘😘😘😘 -làm bắp , cốm kiểu này chắc có ngày yếu tim -This is true beauty.... 😇 -😙🤗🖒🖒🖒🖒🖒🖒🖒🖒🖒🖒🖒🖒🖒🖒🖒🖒 -You should start an online store maybe? I’d love to try so many of your dishes. -Я такое только в русских сказках читал. -Good life. I wana be your life. It's the best life. You are good luck girl. If I have opportunity, I want to know you. And have a good friend as same as you. 😄 -Я один тут слюнями обливаюсь? -I love to watched her videos..so inspiring!😍😍😍 -Có người Việt Nam 🇻🇳🇻🇳🇻🇳 nào lạc trôi vô đây không -哇 -美味しょ -Love u mam -Việt Nam! Điểm danh -I love how she respects her grandmother. I wish more of the ingredients were stated but still wonderful! -Que habilidosa, exelente..!!! -THE DOGS -All around beautiful video. Perfect. -how can she do all this i can barely make instant mac and cheese -Let's hope you subscribed to receive your YouTube buttons. Your videos are amazing. -You are an amazing talented beautiful woman -She looks like a disney princess -Mind blowing content -ヌガーみたいなお菓子や干し肉は中国のお土産でもらったことある。ポン菓子は日本では「爆弾菓子」って呼ばれてるね。日本でも中国みたいにおじさんがまわってきて、子供たちがお米を持って行ってボン!ってしてもらってたみたい。 Rice puff may be universal snack(ライスパフはけっこうどの国でもあるみたい) -People should live like this, not kind of life in the cities, i mean every one of over 7 billions people in earth. -She👏is 👏 so👏 cute👏! -Why was the elderly's face never shown? Was it her wish not to show her face, or someone didn't want to show her face? By just giving her yummy food and beautiful garments, for me it was just a show, without really respecting her. -i got the digimon feeling -Poesía para el paladar!!!!! Admiro a está mujer trabajadora y muy talentosa¡ -I'm so glad you dont cook for me. I would be fat as pig 🐷 -Everything looks so good. And cook is beautifull. -Love your channel. 😊 -看完了每样都想学来做😆😆有毒 -смотрю на вас с удовольствием! успеха вам. -Her life looks like a Ghibli film -看到你從巴塞羅那做的問候很美味 -Wow Awesome and beauty -The food looks amazing , I've never correlated the raw ingredients with Chinese food.. i don't like heavy food . When i see her cook with grace down to picking the foods from a tree or ground it really lights up my curiosity for more culture taste testing , eating sushi does not make the cut -我爱你美丽❤ -so glad there are people just like her who others touched by her life. -ძალიან კარგი გოგონა🤗❤ -Comparten tus momentos 😭😭 -She is so beautiful. -And that mongo is looking so delicious and gaint -There are so luck , they have very delicious and over grown vegetables and fruits , what we need more then that living health life by eating fresh and delicious food -Lovely and yummy -Oh no!! chestnuts, i remember those old days like those puppies , we're went to the wild forest and handpicked those thorny chestnuts love love love -Oh my god I'm so hungry. That looks so delicious. -I must say her grandmother is lucky -I can't understand the video but I am glad I found your page your videos are relaxing plus you and your family are adorable -น่ารักจังเลย -Ni Hao from Kathmandu -好療癒啊~💓 -Буду рада увидеть Вас на моём канале TamireStudio, Tutorial Diy Jewelry: ​https://www.youtube.com/channel/UCmU_za8BOyQfdTnmMBql7Kw​ -thanks x vttat now it went -عنزاتهم كيوت 💙 -Wow amazing mashallah😍 -залип) -Ai người vn ở đây hk -I love you 😘 -Я просто в ахуе как у вас все красиво -anyone else kinda wanna marry her? -Chán cs hiện tại vãi, tao thích như này. Mẹ nó rồi -cô vợ hơn 4,5 tỉ người trên trái đất ao ước :)) -Love it -Bạn có nói được tiếng Việt không? -Thank you! -This is SoooOoOoOOo beautiful I want live there!!!!! She make it look so easy so beautiful 😍 happy new Chinese year -Amazing 🙁💛💛💛💛💛💛 -当代中国的年轻人,更多的应该回归自己的文化,现代的中国人年轻人西化有余,已经到泛滥的地步了,有条件的一定要回到自己父母,爷爷奶奶身边,把那些传统的手艺,习俗,饮食继承下来,这些都是我们的身份密码,是我们几千年历史文化的烙印,是我们区别于其他人的根本。 -Fighting, i really love your film. And you so beautiful. -I love her character so kind and take care her grandma -Which camera does she use?itss sooo nice -This is oddly satisfying... -Beautiful colourful -后半段音乐怎么是数码宝贝里面的 -looks like mini apple ;) -😏😏😺😺😺 -I really like the cookware that you use ... -I really love your videos and I luff yu 😍 -お店? -ชอบน้องแกะเดินตามน่ารักก - -芒果可丽餅?! -So beautiful 😭 -6:00 😂puppies reaction so cute -Like, traditional pisan -Maravilloso , hermoso -Encantado com o seu trabalho e dedicação, totalmente diferente da nossa cultura, com certeza a comida esta deliciosa, Brasil, sobral CE. -5:59 xd -뻥튀기 우리나라만 있는줄 알았는데ㅠㅠ ㅎㅎ -The way she was shocked by the pop from the fire. How cute! 🤣 -Do you eat these puppies? -absolutely amazing. i never saw anything like her before. -song min 5:16? -I want to live with you!! Hello from Texas, USA! ❤️ -Кто знает название населенного пункта где сняты эти видео???? -Who knows the name of the village where these videos were shot ???? -誰知道拍攝這些視頻的村莊的名字 ???? -beautiful -5:58 😅😆😆 -❤💞❤💞❤ -Give me some boi! -Oh and YUM -This looks like vietnam I’m Asian/ Vietnamese/chines -Good video, but you are using a song from the anime Digimon! -Her grandma is vet lucky -Wow 👏👏 -She is amazing 💙 -看不懂英文评论怎么办啊? -the PUBBIES -Всё так культурно и чистенько,молодец девочка это очень тяжёлый труд,восхищаюсь -كووولشش روعه احب طبخج اني عربيه😊😊😊😊👌❤🤔 -When her burnt a little. My heart broke -I'm in love... -I wish i waana marrie this girl only for eating this type of food.... -I don't know what are you making. But, 😅😅 it is so catchy... -Although.. i love your food and want to taste it... Hope someday ill be able to go there and taste and feel all the great things... -我只想問能網購嗎?哪得到 -Great.... Why is it felt like that background music is similar to kenshi's lemon song!!??? -very satisfying video.. never been in such nature... -好想吃。。。 -Like a film -Thank you and -I love you👀😍👉❤😘👈 -Waw .. sangat menyenangkan sekali melihat nya😊 -I think want marry him, just like that, hahaha -la natura ti offre ogni cosa senza sacrificare gli animali.....ha una brutalita nel scaraventare la carne .... per il resto sei ottima -niru niru ajah nih kontol -i also come from village and ill choose city life anyday. im just so lazy... -Hay quá. -Almost cried.. sheep following after her along with dogs.. can't resist they're too adorable😂😂❤❤ -the moment she is scared from the popcorn burst is so cute ! my heart melted <3 <3 <3 -HAPPY NEW YEAR -真好 -Oh now i see they had bussiness thats why they had a farm im amazed she is a pretty good girl -确定你是四川人了,而且住在川西 -Nhà như cái siêu thị, gì cũng có -absolutely ❤ -hi how are you? -This is absolutely gorgeous and I'm into it in every second. -Only plastic in her kitchen was the handle of that non stick pan..... -it's beautifully peaceful. the environment, cooking. Dreamy... -Mở tiệm ăn vặt hả ta 😄😄 -。。。。真是令人感动的视频 质朴而精致 让我想起小时候 谢谢这么棒的呈现,,, -viet nam diem danh coi -와.. 이 분 삼시세끼 나오시면 대박이겠다.. 😍 -三只小羊跟在身后好可爱… -👍 -That's so peaceful. -I won't to eat -Damn she's good at cooking AND making videos plus she's beautiful -Прикольно -I want to look as beauty as her when i'm cooking :") -i love😍 -جميل ماشاء الله 😭😔💜💜💜💜. -すーーーーーっごく癒された…わんこ可愛い😍 -สุดยอด ชอบดูมากๆค่าา ❤💕👍 -เศรฐกิจพอเพียง -感觉好辛苦! -6.00 love your reaction -Meanwhile..eating sandwinch in 7 3leven.. -Me dio un no se que el borreguito y los perritos siguiéndola. -Beáutiful beatiful she makes me cried 😢, beautiful land beatiful people, is incredible she does many thinks ... all these videos is from her real life? Honeys from Chile -This was the most peaceful video I’ve seen in a long time 😭❤️ -😄 -وصفة لسد الشهية https://m.youtube.com/watch?v=lJsKt18ExIM -居然看到小时候的大魔王出现,被支配的恐惧再次上心头 -Waaaw bravo 👏👏👍 -Vidio maravilhoso talves o melhor e o mais bonito que vi até hoje no YouTube -Allah elin cinlisine nasıl huzur dolu tertemiz bir yaşam nasip etmiş ne kadar sanslilar -this is the first one i’ve seen your vids, this is so satisfying, i already subscribed to you after this <3 -Finding contentment in the simple acts of living is The Way to go :-) -How I wish to meet a beauty with talented lady like you. Lots of love. -Wô ài nî💓💓💓💓💓💓💓May God bless you. -Çox şirinsən videoların👍👍👍sebirsizliynen yeni videonu gözleyirik😍😘 -Her youtube channel is only 1 year old and she already has 3M subscribers and more that 1M views on every single video, some of them have more that 5M views.This girl is amazing! 👍❤❤❤ -Wow i like. From indonesia. Thank you. -Subt indonesia please -😭😭😭الاء -Salam halaldı sene . -He who likes me subscribes to his channel and he also -Isnt it music from Digimon adventure? -You are great. -0:43 hahahaha the dog poke the chestnut -I love this place very much -Que bonito video, me encanto ver el rojo intenso de las manzanas, el horno con forma de perrito 😍. Se me antojo estar ahí. -卧槽,1150万次观看,为向世界宣传中华本土文化增光添彩了!应该发个奖给你! - -Во климат -- мандарины на улице... -爆米花好评,都是咱们的童年回忆呀 -The puppies are too cute and so is the sheep! 💕💕 -ooooooh m’y god this is the video -6:01 😂😂😂🤣🤣🤣😂😂 -she's so amazing!! <3 . <3 -경희롭네요♡ -I so fun. Cool -YouTube 居然也看见你了!真的特别好的生活方式!令人向往 -Love from Indonesian -芒果很棒,它是无籽的,而且很大 -I feel like I'm in the Mulan movie. Very peaceful, natural, and beautiful. Thank you! ❤ -Luckiest girl on earth. She is so close to nature. Love it -I like you. FC 💕 from Thailand. -Lovely -so sweet life -我一女的真想嫁给她 -Nora you lied hawthorns are useful -(Any noragami fans) -虽然是“精心策划 刻意制作”的视频 但仍旧让我感到幸福 安静 -I want to live here -Beautiful..makes me wanna leave the city and go back to my hometown. -Tao ghét em này vkl luôn -Ông bà thường bảo ghét của nào trời trao của đó -Nên tao ghét em này vl rồi ông trời có trao em này cho tao đc ko các mày ơi -I think she is the first one to do ASMR when it is not yet known.. I like this level of peace of mind -all of this are chinese traditional food! i like -. -Cô gái thật đáng yêu, tự biết tìm hạnh phúc ở nơi mình đang ở. Thật sự mong Lý Thất có thể tìm đc một người bạn đời. Cùng sinh sống với cô ở chốn thần tiên. -I want so bad to eat all of those things -Everything seems so good -The last part of the bgm sounded like one from digimon. Unlike other food videos this one doesn't make me hungry every time I watch it but just pure admirations. Good job and like how bgm like this pair up with this video. -R u going to upload the news thing??? -I had has finish WATCH all of them -Ok YouTube, I finally watched it -We’re done? -Dogs and sheep are so cute!This snack looks so delicious -❤ -Okkk e -https://www.google.com/amp/s/raknife.com/li-zi-qi/amp/ -Manzanas 😋😋🍎🍒🍎🍎🍎 -I found you -I like -أجمل قناة رأيتها في حياتي انها جدآ مفيده ورائعه 👍 -Your a jeanias from Indian -找打字人員: - -【不收取任何任務押金】 -1000字200台幣/70港幣/35馬幣,就只是照著圖片打字這麽簡單 -【手機電腦均可】 -當天晚上12點結算薪水 -時間隨意,自己在家就可以做 -適和:學生,寶媽,上班族 - -有興趣了解直接加 - -LINE:ck12309 - - -幫朋友轉發,打擾!本人也有在做,真的可以賺到錢。 -都不要問我上面有聯系方式,咨詢找她。 -This is so OBVIOUSLY produced like a movie to seem real. You think village people really have access to all those amenities like she does NO!!! They live in a shack with 1 pot to cook in and live a very basic life, wake up people !!!! 🧐🧐🧐🧐 -👏👏Te felicito y todo se ve delicioso , que gran cultura y la naturaleza espectacular. -Estos vídeos son relajantes. Además de conocer mas de la cultura. -Si hay alguien más que hable en español, que de señales de vida xD -She was so pretty -加油^0^~ -Im in love -Türkiye'den kimse var mı? -I might have fallen in love -叔叔,這裏爆爆米花。 -好,過來咯。 -5:59 かわいい -Как я дошёл до этого видео -Admirable organización,esfuerzo y trabajo -So beautiful this brave women -Marry me -Espetacular, muito lindo os pratos e gostoso -كميه السعاده والنظافه والترتيب والنزاكه ودقه التصوير بهذا الفيديو متنوصف -sunflower seeds ASMR -Beutifull life in village -Excellent -Wow she's amazing -🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🧟‍♀️🤛🧟‍♀️👉🤛🏜⚖🏜🏙🏜⚖🏙⚖🏙⚙🏜🏙⚙🗿🏜🗿🏜⚗🛢⚗🛢🏙⚙⛓🗿⚙🗿⚙🗿⚙🖱🛢⚗⚙🗿⚙🗿⚖⚗⚙⚗⚖⚖🗿⚖🗿⚖🗿🏹⛓🖱⛓⚔⚙🏜🏜🤛⚖🏜⚖⛓🗿🗿⚙🏙⚙🗿⚙⚔⚔⛓⚙⚔⚙⚔⛓⚔⛓⚔🏹⛓🗿🏹🗿⛓⛓🖱🖱🖱⛓🖱🔩🔩🔫⛓🏹⚔⛓⚔⚔🔩⚔🏹⛓⚔🛢🛢🛢🛢🛢🛢🛢🛢🛢🛢🛢🛢🛢⚖🛢🛢🛢🛢🛢⚖🛢🛢🛢⚖🛢🛢🛢🛢⚖🛢🛢🛢⚖🛢🛢⚖🛢🛢🛢⚖🛢🛢🛢⚖🛢🛢⚖🛢🛢🛢⚖🛢⚖🛢⚖🛢⚖🛢⚖🛢🏙🔥🔥🏙🏜🖱🛢🔩🖱🔗🖱🛡⚙🗿🗡⚙🗿🤺🔥🤺🗿⚔⚔🛡🔩🖱🛡🛢🗡⚙🗿🛡⚙🖱🗡🛢⚖🗡🔥⚖🗡🏜⚖🗡🤦‍♂️🏚🏙🔥⚖🏙⚙🏙⚙🏙💊🏙⛓🗡🛢🗡🛢🏹🗡🗡⚖🤜🏜🏜🗿🤺🏜🗿🛡🏜⚖🗡⚙🛢🏹🗡🔥🗿🛡🏜🗿🛡🔥⚖🗡🔥🗿⚖🔥🤜🔥⚖🗡🔥🗡🔥⚗🖱🔥⚗🏙🤺🤦‍♂️⚖🗡🔥⚖🔥🗡🏹🔥⚗🏹🔥⚗🏹🔥⚗🏹🔥🛡🗿🛡🗿🔥⚖🗡🗿🤦‍♂️🛡🔥🗡⚖🔥🛡⚖🔥🛡⚖⚗🏹💧⚙⚗🗡💧🔥🗡⚖🤦‍♂️🗡⚖🏚🗡🤦‍♂️🏚🛡🛡🗿🔥🏜🗿🤦‍♂️🤜🏚🤦‍♂️🏚🗡🤦‍♂️🤦‍♂️🗡⚖🗡⚖🤦‍♂️🗡⚖🤦‍♂️🧟‍♀️🏜🏙⚙🏙💧🗿🗡🖱🏹🛡💊⚗💊🔩⚗🔩🏹⚗💧⛓🗡🛢⛓⚙🗿🗡💧⚙🤜🛢🗿🛡⛓🔥🗿⚙🤜⚙🔥🗡🗿🛡⚖🛡⚙🤦‍♂️🛡🏹🏜🖱⚔🔗🏹⚙🔥🏹🗡🖱⚙🗡⚖🤦‍♂️🤜⚖🏜🤦‍♂️⚙🗿🛡🗡🏚🤦‍♂️🗡🗿🏜💧🗡⚖🔥🛡🗿🔥🔥🗡🗿🏜🧟‍♀️🛡🗿⚙🛡🗿⚙💧🛡🗿🛡🗿⚙💧🗡⚖⚙💧⚙💧🗡🗿💊🗡🗿⛓🛡🗿⚙🛢🗿💊⚙🗡⚖⚙🗡⚖🗿🗡⚙⛓🗡🗿🗡⚖🛢⚙🗡⚖⚙🗡🗿💧⚙💧🗡🗿⚙🗿🗡💊🛡🗿⚙⛓🛡🖱🔗🖱⛓🛢🗡⚖⛓🛡🗿🛡🗿⛓💊⚙🛡🗿💊🛡🗿⚙💊⚙🗿🛡 -Very good -From beginning to end my mouth keep watering.......😅😅😅 -Love love love...remind me of our toy poodle at the end....love TU! -São nozes -Tôi yêu cuộc sống như này, bình yên, đầy đủ, không sợ cũng không cần phải lo nghĩ điều gì cả! -美しい。 -慌ただしく作業する姿が愛おしく感じる -Какая красивая, милая и хозяйственная девушка. Чудо. -you,re amazing -رائعه -مافي تعليقات -احبج وحق الي حلقج اموت بيج واتابع كل فديواهات مالتج😗😗😗😗 -你怎么这么棒? -I think I am the only one who want to marry her for making good food. 💋 -I love her videos so much. They're so calming and she's so elegant about the way she prepares things. She looks really peaceful and satisfied and it makes me feel that way too!! I can't get enough of her. -Chich k -I love you -رائع جداً -Damn the bgm of this vid remind me of DIGIMON -نِأّدِرهِ -Very good ..but she didnot whrite any reccepi .. -So Nice -这是她故意保持传统做法吗? 还是云南的小村里人们都是这么做菜? -こういう生活も楽しそう…♡ -I love the way she lives -I love things she does -I love her >///< -This is my dream life -5:35🤤🤤 -Magnificent lady -p -Did she put dirt on those peanuts? -I wish i will meet her and i will want to buys those Candy's she made it look good -I love it -The sheep and the puppy are cute.! -Она такая красивая блин.. Ещё и трудолюбивая -I am moving there !!!!!!!!!!!!!!!! all looks soooooooo yummy -此女肯定是短暂拍摄如此劳动场景,因为,如果常年如此户外劳作,皮肤肯定黑,手指肯定纤细! -I want those eggrolls! -Why don’t the Chinese like dogs? I mean how can they live without cuddling the pups -INGYSHETIYA LIKE GOOD -Did the sheep died? What's that meat? :< -That little sheep doesn't know that one day it's going to be cooked and video taped to be published in this channel. -I know a good family you can marry into...😂 -Great video keep it up... - -Everything looks amazing and yummy !! And the place is beautiful !!! Woooowww <3 -Love it! It reminds me my childhood! -รักนะ -أنا معنديش مع الأكالات شنوية -Love you -💗💗💗.....🙏🙏🙏.....💘💘💘 -有爆米花神器!!!完美! -U -It's official. I am in love with this lifestyle. 🇩🇿 -I love you -真好^ ^ -😍😍😍😍😍🥀nice.... -i am from Bangladesh -我要是有這樣一個老婆,此生足矣! -Great. Hard work. -I cant do that. -Magnifique vraiment elle sont aidées nous comment on peut vive à la nature sans utilisé la technologie😢😢 vraiment topo -Chapeau 💯💯💯💯💯 -😂😂😂😂😍😍😍😍😍 -awesome video! -🤤🤤🤤 -有什麼樣的技能是妳不會的嗎?娶到妳人生充滿無限可能 -Just gathering nuts and seeds in the forest with two puppies and a lamb as her gentle animal companions...I think she’s actually a disney princess -shes beatfule -Awww!!.❤❤❤❤❤❤The lamb and the puppies grow so fast i really love your videos this is the best YouTube video I ever see ❤❤❤ -Am I the only one who want to live in a place like this? -every time I watch her videos just make me imagine I can live in such a beautiful place like hers.. so peaceful ❤️ -柒柒好美 -Samma d chellam -世界上最幸福的婆婆 上辈子到底修了什么福 -great -11M views!!!! YOU ARE KIDDING 😍😍 THAT'S INSANE -I want to marry her -I like ur vedios 😊 -It's just me or at 5:17 kinda remembered me Digimon song? And the video itself makes me feel like I'm in heaven since it's so calm and lovely. But I know that since I've been raised in a city I'll never survive normally like her. You are awesome <3 -Pliss ini makanan apa? Pengen cobaaaa -My kinda of DREAM Waifu -Sunflower seed NOT Melon seed !!!!!!!! -Anyway i loved this vdo -Nãy h lướt cmt ko thấy VN -Ai vietnam like cái xem nào. -Es la primera vez que la comida China (o bueno los dulces) me parece apetitosa. -the puppies and a sheep were so cute. She prepared a lot for the festival. -Marshmallow does not originate in the mountains -Can anyone please tell me the music that is playing in the later part of the video. -Quisiera ir a japon aprender eso. -I heard digimon backsound -<3 -Mau istri kek gini ya Allah wkwk -05:58 二营长,把他娘的意大利炮给老子拉出来,准备……开炮!~! -I've been alive for 21 years ,never seen a chestnut tree? -好想吃冰糖葫芦啊。。 -love you :x -Hey cutie... U are so hard worker... From today your channel is on the top list of my favorite channels wow... 😍💓💓💓💓💓💓💓💓💓🔘🔘🔘🔘🔘👏👏👏👏👍👍👍👍💕💕💕💖💖💞💝💝💘 -I hope the money coming from these videos is somehow helping her cuz I know they can’t have YouTube in China so this is not her actual account :( -I love roasted chestnuts 😍 -Tgq hello are you klj -Did she make all the food to sell in the market for the New Year? -子柒好厉害!\(//∇//)\表白表白! -강아지 귀여워요 ㅠㅠ -ASMR. -Wow so amazing -Impressive video work! -We actually have a chestnut tree behind our restaurant, but it is a torture picking them because of the spines. -Oh wowwww -什么鬼?我第一次知道板栗这玩意,原来外皮是有毛的…… -Woww fresh i am from indonesia -Wow -Are you married? ☺ -半夜看好饿( •̥́ ˍ •̀ू ) -Wooow this kind of life is so beautiful healthy and relaxing.. I wish I was you 💖💖💖💖💖 -这个视频打击超过了1000万,有些视频是一百多万,为什么会有这么大的差别 -我想知道YouTube是怎么打击那些盗版李子柒视频的人的 -看起來很漂亮 -What the fuck is she doing ?? 😐 -I love the sheep, so cute. -love from Bangladesh..... I want to cook like you -What is the name of this type of knives? I really like the way it's made. Love your videos. -ครูหายไปไหนกันมาค่ะ -I am Japanese, I wanna fuck all of the white people , because white people are stupid. -I can marry her -这年货备的让人口水直流,深夜看这你的视频肚子会叫。 -RINGO AMEEEEEE 😍😍😍😍😍😍 -I want to live this kind of place❤❤❤❤❤❤ -Wow wonderful -BRASIL ALGUÉM ASSISTINDO EM MARÇO DE 2019?? -😍💓 -Какая хозяюшка! Такую невестку хочу.😊 -When I watch your videos I feel so good 😊 and relaxing -6:00 that's really funny 😅 -You are so beautiful❤ i love your videos gj😊 -这么可爱的 ! -I watched all your videos and they're so amazing.... -5:59 poor doggo -理想的妻子 -Those cute puppies 😍 -Умница😚🖒🖒🍜🎁 -A hardworker,may i marry her lol ... -Chestnut Highest calories per acre by some estimates -Is it a real life??😍 like fairytale -ชอบบบบบ ทั้งเก่งทั้งน่ารักกกกก อยากได้เเฟนขยันๆเเบบนี้ -now i want to live in china😍 -this is way way better than ALL those pretentious western Reality TV. I want to live there for 1 whole year to experience all the seasons. Homestay?? Only 1 very quiet hardworking fan at a time. -Love - -C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\Scripts\python.exe C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py -wow.......love u Ms Li -❤💖💖💕💕💜💜😍😍😘😘😘😘💜💕💖💖❤❤💖💕💜 -Love your cooking style -来看全能小姐姐 -Рукастая и симпатичная девушка. Прекрасная хозяйка. -能幹跟文青同時存在的神奇女子 我喜歡 背景音樂好聽 -Everything here is just PERFECT -it is sunflower seeds right? not melon seed? -6:25 原來瓜子長這樣 -5:14 I love China -بنت ب١٠٠راجل -DEAR Ms. Li ZiQi, Pay no attention to What others posts.. Your work will pay off.. Being there with your family is Great the our just Jealous.....Don't let's that hurt you...Word can hurt... Being there with Grandmother said a lot about you..MY Family help...stand by me... Your Truly, Paul -This video is therapy -I wonder if those snacks are for the fans 😏 -Reminds me of when I used to cook with and have snacks with my grandma. She was always a sweet loving woman. 💚 -Great vidio -In harmony with the whole, natural world. Seems like how the rest of us should be living, too. -What are those large fruit she gathered at the end? Looks like a citrus? -Já pode avisar para o exército brasileiro, que já podem se servir, pq a quantidade de comida que ela fez é para um batalhão! -Hehehehe😝 -Wonderful. -看的出来你是个孝顺的孩子,奶奶也是个有福之人,希望奶奶身体健康,长命百岁…… -这么漂亮能干的媳妇儿,哪里找啊??? 我想要一个 -i love the animals ..so innocent -the sound of the leaves -it seems like i am watching Studio Ghibli 😊 -future Wife!! -Ризамын -Beautiful life ❣️😍 -dapat rasa erti bahagia dalam kampung ni 😌 -https://www.youtube.com/watch?v=p3IHxW2c0Io -فحلة 😍😍 -อยากมีที่อยู่เเบบนี้จัง คงมีความสุขมาก -FEW WORDS TO " REUPLOAD"we Chinese fans have already told her this kind of actions on bilibili and weibo. We actually have access to YouTube or Facebook or something if we want...SO NEVER UNDERESTIMATE US, we wouldn't be able to let some greedy guy steal. fans that really love ziqi can come to weibo to see her updated videos, but stealing is not welcomed. -How lucky is the one who's going to take her hand in marriage? So Blessed! -Muy Interesante tu cultura y Educación...saludos...desde México... -What I imagine paradise is like. -Que vida tan bonita esa con muchas frutas y semillas -What a awesome holiday, wish i could help! -子柒真的太能干了! -I want to visit this place once in my life -I m pure vegetarian but watch all vedios because of beautiful views of nature. Really she leaves in heaven...I love the background music and of course of her she is beautiful hardworking and cute... -What city of china -Every good person deserves to be blessed with a daughter and granddaughter like her. I wish to bring this much happiness to and care for my parents and grandparents. -Ok, now I want roasted sunflower seeds.😢. I haven't had them since forever. -I didn't know that they also make puffed rice!! We call it "muri". -Very tasty😍😝✌ -Wait, I'm Bangladeshi and we also have traditional sesame and peanut candy. -anyone notice the background music of this video in the first digimon series? LOL starting from 5:17 -சமையல் செய்யும் சீனா பெண்ணின் அழகு இயற்கை, சுற்றுப்புற சுழல் அருமையாக இருக்கிறது...இன்னும் பழங்கால சமையல் சாதனங்களை பயன்படுத்துகிறார் -This is real life Harvest Moon yo! -ايش جابني هنا -5:50粮食放大器.😃😃😃😃😃 -I love her little oven that she built herself!! -กูอยากได้เมียแบบนี้ -OMG the puppies is so cute -😘😘😘😘 -李子柒做的雪花酥一定很美味! -if you guys like this kind of healing video, i recommend you to watch 'Little Forest' movie, it has korean and japan version. and i also recommend 'Hyori's Bed&Breakfast(Hyori's Homestay)' it's a reality show where shot in jeju island. those two show is very calming and relaxing to watch -اكو عرب بطيارة😊💙 -I would love to have her as my wife... -Is she Dianxi xiaoge? -Nice video for watch! 🙏 thanks -素晴らしい動画に出逢えた -На продажу скорее всего товар -This vid is calming and entertaining at the same time -Nhin them wa -Watching this calms my soul -What is the name of the song? -Pretty cannot help u get up or suvive unless u do the surviving illegal u inspired me madam -I'm so in love with all ur videos. I am such a huge fan of yours. Also can you please make video of making toothbrush? -5:16 The bgm calls "Shouri ~Zen no Theme~" from Digimon Adventure. -Waooooo👌😍basso -Trông thích quá. :( -What is the name of this village? It's awesome!!! I love the China! -When u say I don’t want a wife then watch this 😍 -美味しそう。 -The girl is sooooo cute😍😍 -Me gusta k salgan los animalitos en el video, este me enamoro 😍😍😍😍 -نقهركم بللله -пёсики пойдут на жаркое? -Que país es este ?!!!!! -Sao gì cũng có hết vậy nhỉ. Chuẩn cô gái thôn quê, việc gì cũng giỏi. 😍 -i dont know who you are but i will find you and marry you <3 -めっちゃミナに似てる....... -THE PUPPIES -excelente -😍😍😍 👌👌👍 -😀😆👍🇹🇭 -Who else is watching this just for the 🐐's? -This is really what I want in life. I’d do anything to have a beautiful place like this where I can grow plants and cook things and work on my art -👍👍👍👏👏👏👏👌👌👌 -istri idaman... -Creo que me acabo de enamorar 😍 -Did I just find heaven -E eu aqui comendo passatempo de janta pqp porém ótimo vídeo como sempre -what is the background music? -Edit: Ever17 OST, found it after digging around for it. It's an OST for a visual novel game. -yeah its good she know everything about cooking, but i wonder if she good at the bed too ? -FEED THE DOGS SOMETIMES!! -They're just little pups. -I’m getting Spirited Away vibes from this -도대체 저런여자가세상에 있긴한가 -얼굴예쁘고 살림잘하고손끝이너무야무지네 -내가볼땐 저런여자는 대한민국엔절때없다 -Beatifull place amazing -Omg how beautiful to see all that food and the preparation! Do you take interns? Would love to help! -Beautiful - -😲 being chinese is too much work...but beautiful. Video shows life itself -This Chinese state run propaganda calms me down. -منو يسوي مثلهة -Ya Allah... -اكو عرب 😂😹 -i love u...write me please... -What's the name for yellow color fruits in big size -Apaixonado pelo seus vídeos! Abraços do Brasil. -I respect u mama. -This is a motivational documentary for all people and farmers who can also do this with easily and energibely. -What's a naturally cooked by shef.. -Fiquei hipnotizado -Cadê os brasileiros q tbm assistem aqui -我怎样才能从西班牙购买这些产品? -Dude fuck off my corporate job , I wanna leave USA and go to this place where this girl is .... I wanna live like her -After watching your videos my love towards mother nature has become even stronger .... Love you -I wish this was a job -متردين وحده تعيش وياج 😭❤️💋 -Realy i love the vedio,she is pretty,wonderful girl......Realy no words to say. It is wonderful place . -Hey, that was so cute. Even I wana come there and work with you -Everything she needs are in their yard or at least near their house ❤ -I love this life -She's so skilled 😍😍 -She kind of reminds me of migumi from food wars ............she was just as hard working and beautiful her -Magnifique 😉 -ظ -والله ما فهمت شي -Fruits are everywhere! -Quanta energia ...love -Amazing life 😍😍😍 -我爱吃大米花,爆米花玉米粒有些硬皮有点塞牙哈哈哈~还是大米花吃着爽,抓一把扔嘴里就完事儿了 -I don't know if sheep will be eaten, but dogs won't. In rural China, people feed dogs to protect their homes. Modern Chinese basically don't eat dogs. -Could u please writte ingredient of recepies, you just type a few....thanks.you shoukd write a book. -छिं ........... ति साना पप्पीहरूलाई त केई पनि खान दिएको देखिएन । भोंका र दुब्लो !!! जति खेर पनि खानको लागि पछि पछि दगुरी रहेका 😭😭😭😭😭😭 मान्छेहरू चै खाई नै रहेका 👹👹👹👹👹👹👹 -i will come to china and loot your house -Salió en recomendados para mi. Es hermoso y muy relajante todo el vídeo 😊🤗 -Oh no 😱😨😰😥😓😔😞😒😕😏😋😁 -So sweet beautiful cute pretty ,,lovely very good job,,best off luck Gd bless you,,,, -Why don't you feed your dogs in between. They are so desperate to eat -Just feed those poor dogs for God's sake.... Fabricated bullshit. -Wow there's so many fruit.. Can I know where is this place?? I wanna go.. 😊 -I love it so much 💙 -Beautiful videography 👍🏽😊 -🐕 -it seems like she can do anything and she is perfect -Wanna live in that beautiful place -she's got a gr8 attitude of the best female that's i've ever seen before. -Este el tipo de mujer qué todo hombre desea tener -الله على حياة وسكينة ما شاء الله سعداتكم -Пиздец все так красиво -احببت هذا الفيديو I like -What in the world is that big yellow fruit? 8:54 -Haiy pai nan jon phae kao kuen law ja -Caucasians would not know this deliciousness -Wow awesome video -Seeds with thorny called aekashi in my language -Wow cj giỏi thật đấy -オススメに出て来たけど何これ? -綺麗なネーチャンが子犬と子やぎと戯れながら旨そうな菓子を大量に作るの天国かな? -詳細知りたい… -She is so hard-working -I live this sheep. -美しい、綺麗、美味しそう、素晴らしい、気持ちいい。 -¿Can I eat your dog? -Yummy 😃😃😃 -妳真的很能幹到不得了。世界如果沒了妳都不娶其他的。 -Quiero ir a tu fiesta -I loved the sounds and the noises of nature ♥ -C'è da rimanere a bocca aperta..queste donne sono incredibili !!! -Thích cs như này quá! -I like this life so much! -5: 53 - She's scared but she just ran over to her grandma and quickly covers her grandma's ears while her grandma is smiling really brightly XD -That's so cute ahaha xD -This is like a new ASMR genre -Sheep's following along with the dogs are too cute💕💕 -sukak bngt sma chanel ini.hidup ny sperti di dongeng ap aj tinggl ambil -Китайская золушка -Do you run a business? 😊 -Good Recipi👌👌👌👍🙏 -does she have parents? b'coz i noticed she do everything on her own. -this is too good to be true -put down that things it's own gunverment of China -子柒子柒~ -Its wow -She dont even feed her pets -Digievoluciona!!!! -Excellent place... blessed life😍 -Realmente precioso...beautiful work,beatiful people....xoxo😘😘😘🐶🐑🐕 -Superrrrrrr -I want to marry her. -感觉在看宣传片 -Really chinese was hard working people... -super -U r so beautiful.... -I don't think I'll ever get bored watching your videos. The food you make just looks too good, and the music is very calming. -Она так крассивый😙😙😙😙 -love it 😍 -👌👌👍👌👍👌👍👍👍 -Ищу такую жену! 😉 просто мечта, -Her minions are seriously damn cute. -sooo nice she is so beautifull and hard working.. -What's this..?? -幾靚女 -I don't know how many viewers would desire such pure organic life-style. I would. -It's so beautiful. - -Bojo idaman nan -That explosion tho 6:00 just for popcorn lol same -Who's recording this? It's awesome. Food is everywhere. So creative and talented -So tranquil and beautiful video. I like how you have started to include the life around her too. Like the village, other people and the animals. It broadens our horizon of understanding. Loved it. -5:15 bgm from digimon ~ -I love her -So peaful -When ur dogs are best friends with a goat lol -Please do more quality videos like this length 😍 you are one of my mos fave youtuber -She,s very beautiful moreover beautiful mind all her work seems so adorable -Who made video just amazing -👍 -I thought youtube was banned in china? -Yummy 😋 i love this videos -nice fruit, nice color, beautiful.... -So cute😇 -なにこれ!素晴らしい👏 -People who married you are so lucky -Yum yum -OMG she's sooo beautiful, her beauty contrasts perfectly with the nature -Home made :))))))) -Oh hoho... i feel so satisfy when I watch it -Simplicidade, ternura em uma so dedicação , a arte que encanta com tanta beleza -子柒子柒。。 -الاجواء والطبيعة شي خرافي -لو تعيش حياتك كلها متحس ملل 😍 -Srry i don't speak anime :( -But, are u VERYYY beatiful -Estaba viendo videos de comida en miniatura; como llegué aquí x'd? -De igual forma, fantástico material 💞✨ -The music just goes so well with this... -what a nature rich country... -Que graçinha eu adoro ovelhas 💗💗💗💗💗 -que rico todo lo que ases , felicidadez -this girl is seriously the coolest human in the world -My mouth is watering. Yummy -What r the dogs names? -что это, блять, такое было... -Can u show us a recipe in the vid once? -Ur the best cook. Btw the two dogs r so cute -Man that looks freaking bomb -The cannon popcorn seems fun. Great food short story. Sooo cool n yummy. -ohh god, u don't need to do like this ..bb! -日本人いない…? -Amazing shes can cook everything -Que bonita chinita 😍😍😍un ejemplo de una gran mujer -Life as it should be. -七七的视频,虽然有争议,但是我喜欢,她一直都在传承东方文化!了不起的孩子 -I really like this lady. Her skill levels are off the charts! I'd like to be her student. -这么多的爆米花半年都吃不完吧哈哈 -SUPER WIFU MATERIAL 😋!!! -😍👍👍👍 -That mango cutting was satisfying -LA CHINA HACENDOSA, UNAS CASTAÑITAS Y A OTRA COSA!!!! -The fruits look too perfect for me .__. -THATS GOT TO BE THE BIGGEST MANGO I'VE EVER SEEN! -Look so good -I quit eating meat, probably before you were born, but this was still so nice to watch. And I love that your oven looks like a cat! :¬) -Wow, such a happy video. -Living tao. -Woman throughout the world is love. To do this everyday for family and guest, while men plot war and conquest and maybe catch a little meat for the table. -في عرب هون -wow -واو واو واو -She is beautiful and intelligent and this video is so relaxing and satisfying.Love all the fresh ingredients. -Todo muy falso dislike -😍😍 -This is so adorable -Peaceful to watch after a long day -Ôi mức thu nhập bạn ấy đã quá khứ rồi..... mà còn lạy nữ tướng. Bạn lại làm cho mình có thêm 1 đều ước nữa rồi. Cảm ơn bạn. Quớ ai ny......! -😍😍😍 -All of your snacks are lovely it was a complete privilege to watch this video much apreciated!!! -😍 -Woww superbe 😳😊 -эта все на продажу -наврятли эта на зиму припасы. -ну все уних 😍👍 -This channel makes me feel really warm and happy. Thanks! -كل شئ رائع هنا حتى العمل ممتع حقاً ❤ -Lo veo y no lo creo. Me cuesta creerlo que existe pero es realidad . Que maravilla .. -Она живет в раю)) у нее есть просто все=) -😘😘😘 -Tay em thật đẹp 🙂 -Who are you and when can I marry you 🤣 -🌹 -Где же такой рай находится? -I don’t understand but I liked) -Only for those cute animals i subscribed -The mango looks so tasty 😋 -I think iloveyou -5:16 I melted..thats one of digimon ost. She seriously knows how to choose music -What is music of first part? -which camera do you use? -Amazing life, greetings from Turkey 💛 -Awe the dogs and the sheep (: -Quem é do brasil deixa o likeb -At 4:24 the dog is like damn girl slow down! Lmao but good job 🌺 -Its so cute how the 2 dogs and sheep follows her everywhere she goes ^-^*. -you give me mind's peace -That last song isn't from Digimon 1????? -she's the kind of girl that i want for wife -The music on half ending remind me of digimon adv 😭 -@6:02 😂😂😂😂😂 -Không có ai vn ak -Who work with makeup 😐 - -Good vdo -I'm so hungry now.. -嫁給我拜託 -😍😍 -What a lovely lifestyle i like this so mcch -Mí con chó ,cừu ik theo thấy cưg wá 😘 -I love you -Cô ấy tuyệt vời quá. -Lucu.. Wedhuse melu² :D its so LOL.. The sheep is following that girl haha -اكو عرب بالطيارة -ولله سباعية -Beautiful life -当代中国的年轻人,更多的应该回归自己的文化,现代的中国人年轻人西化有余,已经到泛滥的地步了,有条件的一定要回到自己父母,爷爷奶奶身边,把那些传统的手艺,习俗,饮食继承下来,这些都是我们的身份密码,是我们几千年历史文化的烙印,是我们区别于其他人的根本。 -Just wow 😮🙂 -I really want to eat your food -Love and respect from Iraq 🤗 -Золушка!!!!! -wow that looks so delicious -Greetings from Germany -Мен үшін идеалды қыз осы сияқты -😚😊😊😊 -Мен мына қызға ғашық болып қалдым. 😍😍😍😘Қазақстаннан сәлем! 🇰🇿 -I wish she was my mom -Wow u are a true genius.. thanks to Grandma I guess she might have taught u all the wonderful things 😍😚😚 -Puppy love u -Holy cow. What in the world did I just watch? It was absolutely amazing!!!!! -Is she an Angel from Heaven? -So!... When are you inviting us all to dinner? Im hungry :D -妈卖批首页一个中文评论没有 -What a stunning video...so relaxing. I want to live like her.Thank you xx -the way of made popcorn!😰😰😰 😂 -wholesome overload -I love it all -Великолепно, свежие овощи и фрукты и всё домашние, вот она жизнь. -At the ending when the dog tried biting the snack. 😂 -really i feel shy , you did alooot of hard work ! hard house works by hard ways! without any tecknology! how that! and how you can live happy like that lifestyle! i cook the lunch and feel so tired and hate my life! i hope be like u and feel like you 💗 so happy by simply life -I think those black seeds are sunflower's -I thought it's going to be organic, marshmallow disappointed me. But still great. Thanks💙 -Essa mulher é muito abilidosa com muitas coisas, ficou muito bom 👍👍👍👍 -給小狗狗吃點吧 -娶妻當娶李子柒 -Y los perritos quien les va a dar de comer -so peacfull video , thank you for sharing , thats so hopefull 🌸💗the sounds , the fruits and food , the Nature, your house ..... better -than the big cities life -i feel shy , you look so happy in your life with out tecknology or modern house ! -i hope i feel like you ❤ -暮らしのなかの音って落ち着く。それはこの動画が教えてくれた -Superb -супер молодець))) -美麗的城市和風景都很棒。我渴望它。 -I have seen ur every episode when you are uploading new videos 😊 -КАШТАНЫ МОЖНО ЕСТЬ??????????????????? -YOU AND UR GRANDMA ARE SO CUTE -This is a China production very well done, kind of reminds me of Potemkin village just to perfect to be true... -BTW the grand Ma in her day was more beautiful than granddaughter. -I really Hope those animals are not bred for meat. -Is there anything that u cant do?? U are soo cute! -she living with natural.So nice -Thiên đường -Alguien sabe qué cámara está usando para aser los videos -اشكد أحب هيجي أماكن😍 -По ходу у нее даже куски сахара экологически чистые😁 -Flawless!! -انا بحب برك بوالديك رعالك الله -❤️❤️❤️❤️❤️ -Awww The puppies and the lamb -Vn điểm danh -手摇爆米花有点意思 -❤️❤️🇹🇷 -Type in English -Đã quá hà có con dê đi sau nữa..cuộc sống yên tỉnh wá hà ... -Do you love your pets -Great girl -2:27 is that tanghulu -I want to live in the country. It looks really relaxing - -But I love fast internet and being lazy -Чудо девушка , красивая Жизнь в труде и природе - Настоящая 👍 -Very Cute sheep go along with dogs following her😊 -What a beautiful life -Thì ra hạt hướng dương có hình dạng như v -her fitness level 😍😍😍 -ผมชอบคุณ -u love ya grandma very muchhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh -4:36 mistake it to be snowflake...🤣🤣 -嫁給我吧 -this was very calming <3 -Very very beautiful amazing I can not express -Too much sweetness I am gonna get diabetes lol -Most interesting food preservation! Love it with apples. What was this hot stuff you used to put the apples on sticks into? Thank you in advance for your answer. -I like that type of girl...whenever I watch her video I could see the true behaviour n personality of a girl... -Красивая съемка, красивая и умела девушка -The camera !!😍😍 -Which camera do u use ? -so fresh ingredient , she can do everything eatable -Waaw good for this 😍😘 -姐我爱你❤️ -Who is she? I love her video 😍😍😍 ❤️ -There is so much fresh foods.. i want to live there 🤤🤤 -Wow so sweet -wow i love her n sheep they look so cute -李子柒 你是传奇 -eso luce delicioso!! -If I could only get my wife to make me a decent Sunnyside egg. 😭 -I like u as if i am a boy only for somedays I'll find u n kiss on ur forhead becz i want 2 meet u for one time n like u so much -love this video. -Вот оно счастье!!!!!! -*This is kinda random but she looks like Jo Yuri of IZ*ONE* - -*anyways, Great Video ✨ It’s relaxing and soothing 💖* - -Она где живёт в раю? -I want to marry this girl please help me -ohhh my godd the puppies 😭😭😭😭 -Amazing 😊😊 -This is the most beautiful video I've seen....every thing is in the right place... ❤ -Awesome ur multitalented girl -So cute ,I really like your way of working 🥰😍 -มีคนไทยดูไหม -This is “Tet holiday” -هاذي عايشه بلجنه -Whole the picture just like a fairytale. So full of imagination 💗 -WHAT -好好看哦……等等。这个背景音乐怎么那么耳熟...... 第一个不记得,第二个是不是数码宝贝啊? -Tên em là gì vậy gái anh không biết tiếng Trung Quốc em có thể cho anh biết được không -What an amazing woman. She is a blessing to her loved ones. I am truly jealous. -Itu buah apa kak -Hình như là hạt dẻ 🌰 -Chết sớm vs mấy trái này quá ! -This is just too nice, too idyllic, cannot see anymore... -Does every Chinese video have to demonstrate not eating dogs now -The song is so relaxing -Absolutely beautifully natural food made from the heart x -All I can say is Marry Me -I would leave everything behind just to live here with my fam the rest of my life -5:57 lol so cute of her covering her grandma's ears xD -Ella es extremadamente hermosa 😍😊♥️🇪🇨 -狗狗超抢戏 -Still have no idea how those desert are made, but everything looks very tasty!! I wish I can buy some? -The beauty of craft work -Ur pets follow u wherever u gooo...that's soo cute -are they living in heaven or something... -She lives in heaven. 😯😯😍 -Gd job 👍 -Sem palavras . Muito lindo tudo !!! 👏👏👏 -No hay nada que no haga esta mujer. Impresionante. -This video has been in my recommendation for weeks now and I finally watched it. Totally *subscribing* -I love it 😍😍😍 -😊😊😊😊😊😋 -i want to live a humble life like hers 😔😔 -Now that's a woman. -The squirrels always get our chestnuts. Dumb animals! -能娶到妳的人... -真不知 是幾輩子修來的福氣 ! -i sended to you a email with my marriage proposal to you, i hope that you accept this -Cái lò vi nướng -كل شي عندهم كيوت -Mashallah -Isso sim que é uma mulher 🙏 gostei de ver.😊 -My mom makes the 2 candy that she was making its SOOO GOOD -Saludos te sigo en facebook y aquí también -爆米花得反应有点假 -يا سلام احسن عيشة و احسن أكل و احسن تنظيم حبيبت كثير و الله 💖❤💖❤💖❤😍 -anyone know the woman's name? -I dont know why, but feels relax and peace to see this video... -Is she single?😉 -05:15 Digimon Adventure Soundtrack 💖🇧🇷 -Genial -love the setting! -Amazing women.. -beautiful girl -Awesome! -Where are you live ? -This is so amazing... I am speechless... I just recently discovered this channel and have fallen in love with it! Keep up with your amazing, creative work! -Much love from Germany ♡ -Living with nature in harmony, so satisfying. -Omgoodness i love this channel, soo awesome -She can do so much! Is she married? I would be surprised if she was not. So pretty and skilled at many things -i wish i could find a wife as hard wrecking es her and not a gold dinging whore -姑娘,想請教您,芒果乾要怎麼做呢?? -Watching you make stuff is really relaxing -You sound very cute... Ho tuo daddy popo mihuon -o.m.g -Alguien que hable español? 😂😂 -竟然有4000傻逼踩,是不是生活太不如意了,这有什么好踩的。 -Y ahora con esa música de la primera temporada de Digimon -Me gusta aún más este canal -When I see her video, I can't stop to think I have a fking helpless life, for real that's really sad... - -Love the video anyway, so chill, I just wish them full happiness -Hi will you marry me -What kind of fruit is the big yellow one at 8:55? Can someone tell me please -i want to marry her -谷歌翻译错误地解释了翻译成中文时所写的内容。感受不同文化之间的差异。我不是语言学家。 -这很有趣。跟我确认一下。谢谢各位朋友 -П.С. Упрощал , как мог, для "гугла" , хрен знает что он там напереводил. -they're not melon seeds but sunflover seeds -Whats the yellow fruit she picks from trees before picking up mandarins?? -Thanks for the Video, healthy food and an active lifestyle 😜😜 by the way I find her very pretty, I wanna marry her😉😉 Greetings from México!! -Initially I was jealous, how could someone live so peaceful in such natural environment, but considering all the technology and entertainment we have in the city, the feeling gets complicated. -I love it -Класс!!! -一切都是如此心曠神怡的美♥ ,器具都是自製,精巧無比👍 -Is she running a resort or something? I always wondered -What's Camera you use. Tell me please) -Какая интересная компания , собачки и овечки и утро в китайской деревне. -N○Kの白い女の子のやつみたい -чудо женщина, что тут еще сказать... -Wow. She is busy. -Aahaaaaa so relaxing I love her -video ini membuatku merasa damai,tenang dan rileks karena music serta pemandangan yang disuguhkan sangat luar biasa.. keep up to make more video like this girl... -Все прекрасно.как в сказке))) -Queen of China! -Amazing! -感叹谁娶了你真是好福气啊. -Harikasın 👍👍👍 -She's got skills -like like thai -คนไทยมีไหมม - -Your Grandma must be the happiest Grandma in the world!!! -Omg😍💘 -Que adoravel -🥐🥨🌟 -👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻🕊🕊🕊🕊🕊🕊🕊🕊🕊🕊🕊🕊 -What is that @3:12 looks like pitless mango 🤤🤤🤤 -I want to marry her. -Não sei como vim parar aqui, mas, gostei!!! -i love your life -The real Harvest Moon ❤️ -Đẹp như film..😍😍😍 -Красиво видео сделано, музыка, качество съемки, смотреть глаз радуется. -The quality content of this video is very astonishing... -❤️ -It felt like I'm in paradise this whole 10.12 minutes watching it. -What did we do to deserve this angel -神仙日子😍 -She is hot -I wanna live there. Simple life yet beautiful -Extra live !! -Could you be anymore perfect...wow..(sigh)..too bad u can LIKE only one time.. -Thật tuyệt vời! -おおー中国にもポン菓子ってあるんだ -…いや、そもそも中国から日本に入ってきたのかな? -she is really a kind hardworking beautiful woman. -ودي اعيش معاها 😢 -Very nice parthale nakku uruthu super -That is SO much work but looks lovely -5:56 too cute!! This video is just so amazing! Can never get tired of it! -Y los perritos siguiéndola para que les dieran de comer y en todo el vídeo nunca vi que les diera algo...que fea😒 -I love the simplicity this girl ! -Köpekleri aç bırakmazsanız ne güzel olurdu -ภรรยาในฝันเลยครับบ -жакшы кыз экен -15 women in 1 .brave women. -Marry me😂 -She is my dream girl -I love watching your video you are beautiful strong and very smart May God continue to give you strength keep doing what you are doing my family and I love watching your show 🙏 -this girl living in a real life harvest moon -حالة من الاسترخاء 😍 -猛到爆,謝至亮我在這裡~ -I love her -Life done correctly -More like my country. -watch recommendations when you need energy 🥗🍿 -What kind of melon seeds is that -These videos feels like a chinese drama series ☺️☺️ -Marry me 😇 -Are u from heaven?🙄 -I would give everything to just live there and work on you. Such a magnificent life -진심 며느리로 데려오고 싶은 아름다운 소녀구나^^ -Крутой канал смотришь и глаз не отвести) -Top -how amazing this video -Marry me 💍 😍 -Gente essa menina é muito trabalhadora, linda e muito inteligente sou muito fã dela.. -https://youtu.be/mPnKj7-E3zU -https://youtu.be/mPnKj7-E3zU -Is this real life or a movie/shirt videos -Meravigliosa🤩 -We want to c your whole family 😍 -Рецепты бы... ( -☺️☺️☺️☺️☺️☺️☺️👍👍👍👍 -U R amazing. miss.....? -Is it paangad ? -God am I ever lazy. -I love everything in this video ❤ -삥따울러. 중국여행때. 사먹운거네 -I would marry her if this is real -There is no one in my room now...and i'm still smiling very ugly and feel that i"m on Narnia🤔 -Your contents are too good!👍🏼 -Is she God -This is like a magical movie -Great China I loved -I want to be there...what is this place...😍😍😍😍 -I felt myself in Wonderland watching this video :) I would like to be everywhere in the world like this. -Oh my...... this channel is magical~ 💕 -hi... -Thank you sharing ! Nice video and good work. -istri idaman 😍 -I want to be this type of a woman. So elegant, so talented....she's like a dream -I dont know but I feel so calm 🤣 aihh 🤩 -I wish I could live in such an place where the food you eat are from one's own produce. Simple and contented. And gosh she is the definition of an ideal woman! -Love ur cooking.pls onw request do give english subtitles so we can understand the ingredients .n also would love to know the names of the different fruits n vegetables u grow n use.Thanks for ur videos. -ممتازة جدا -totally admired her. such a hard working women :) -Wow ur incredible -Don’t know how I got to this video but I love it -*Xinh Quá* -Where the place name -I want to visit this city -I don't know how I got here but I'm so happy I did. Now I'm a subscriber -nice😘👍 -There is not a single object in her environment that isn't perfect -Повезло её мужу -Sister you are looking very beautiful i love you -i just wanna know if she takes care of those precious and adorable pups -Awesome :) -:) -และเราก็หากันจนเจอ!! -Super!!! -Однажды молодая крестьянка со своей овцой и сщенками волкодава, собирала улитки и мохнатые жолуди в бамбуковом лесу, что-бы сделать рагу с лепешками и зифиром и отбивные с пастилой..а потом напякла блянов со с маслом, наварила щей и я понял что она клёвая ваще.. -Tus vídeos me transmiten mucha paz y mucha calma antes de dormir ,es increíble . <3 - -Có em cừu nữa đi theo . -🔝 -tears in my eyes.. she is so active and best hard worker...the love between grandma and liziqi is boundary less.... have a blessed life... please help them.they need more care and help from their surroundings....if I were there,i would helped u allot ma -ジブリの世界観半端ない😱💗 -Ngon quá -It’s hard work, but I imagine this is as therapeutic to do as it is to watch. ^_^ -(Also, did she cook the lamb from the beginning? ;-;) -你在四川哪? -I want to marry her!! -Que agradable y relajante son estos vídeos. Y con la serenidad de la joven le da el toque. Bien merecido las visitas y likes :3 -Waoooo!! -es tu belleza o tu mundo o lo rico de tus comidas 😊😊😊 que me atrae asia ti 👍👍👍 -This is my first time watching this and haven't even finish the video but it's so satisfying to watch, I love it ❤ -What amaze this video -Thank you -好想去你家,好多吃的。 -You r very beautiful and energetic -Idk why but the song gives me old harvest moon vibes~ cheerful yet soothing... The video matches the ambience the song has so much! anyone? -I really want the recipe!!! 😣😣😣 -Que mulher uau -Wow...who is this girl -OMG.. Real Angel -Is it reality or i just saw a beautiful fairytale? Amazing.. speechless. Like that the way every single human should leave on the earth. -😂😂😂🐶🐶🐑 -Hermoso -Beautiful -My little heaven -Hope she finds someone whose as passionate about this as much as her😊 -Wow!!! I love you , you are very strong ,but are you beautiful !!You are Really !!! You are Wonder Woman thank for you videos!!!! -สวย -Estoy enamorado de ella. -진짜 재밋는영상들임 -این زن زندگی -I've never in my life witnessed so much incredible talent in a person. I am speechless.. And so young. -where is this place .i want to move there. -หน้าทำเมีย คงจะทำอาหารเก่งแน่นอน น่าเย็ดด้วย 55+ -Asmr heaven -So refreshing and heartwarming. It just flood my memories of old days where we do most things together manually in the family. -Question is who's eating all this?! -姐姐好美啊 -I love you💖💖💖vedeo -Se me antojaron esas cosas dulces😋 -This was God's plan for humanity. -Esta mujer es impresionante. Mi admiración la tiene. -Походу это мужоженщина -Now I have diabetes!!! -Just love watching her do her things. Such a young girl and so talented...so inspiring and a good example for today's young generation. 👍👌 -منتممخخمدي٢٣٥ع🌹 -@ 6:50 Sunflower seeds -🇧🇷 -Your husband will be ONE LUCKY GUY❤️ -She’s Superwoman -You see guys, that's why you should stay away from alcohol -Muy linda .eres maravillosa saludos -5:15 Digimon Adventures song -Wife material -Yaar kinni sohni kudi ae ehe.....teh kamm bi baala kardi aa.......ekdum sundar sushil, sarvagun sampann..... -Ничесе хозяйка, и это у нее припасы на зиму??? Больно все слащаво показывается. -заебись -Seeing these poor dogs soooo hungry they would eat rocks..literally, kinda ruined it for me. Makes me sad..you can see the ribs on the puppy.. they are so miserable. -Wow. Thank you YouTube. This is the best recommendation -Estou encantada com tantas coisas que você sabe fazer, que lugar lindo -I love ur video's -someone knows the name of the song 5:17? -Esas castañas son de mi tierra Galicia -Finally found Eden location -may I know what camera you are using. this will be a role model. -totality I really like the work he does and the amazing camera light. I support this channel to be a big channel. best quality -The feelings don't change everytime i see your videos, and just like the first time 🌹 It was poking my heart when the lovely culture, foods, peoples, animals and environments appeared in the middle of a beautiful angel like you, i LOVE it! ❤ -and maybe you should give english title and description on your videos, so more people around the world could reach your videos 👍 keep it up ❤ -I dont know, but watching this kind of life makes me feel so relaxed -Хочу жениться на ней и жить там же!!!! ) -Aku suka sama video dia, semua.kreatif...👍👍👍👍 -she definitely has some skills. awesome -I can't take it anymore... please give me some of those delicious candies -意大利萌妹子们带你玩转一日罗马 https://www.youtube.com/watch?v=FHyaWv0CQXY -Did she ever rest? -Wait. Do they have a shop? -Așa i Rumănilor că v ar place așa o femeie!? Mie da!🍎🍈🍇🍉🍊🍋 -I love the peaceful and beautiful views in this video . I love the nature itself . I always dream to live at place like that . Please do more video like this 🌹 -Who are you girl ? !!! 😍😍😍 -❤️❤️❤️❤️❤️❤️❤️❤️❤️💖 -Happy is how I fell. :) -These videos are truly amazing. It really makes me want to enjoy and appreciate that kind of lifestyle as it is so different from living in an urban society! -this is amazing -What fruits are those? I love your videos. Thank you for sharing with us -I like this woman....You're lovely -You're life is amazing ..... I hope I can live like that once in my life ❤ -Она ахуенна -Mucho rollo pueblo rústico, pero luego se graba con drones y la ostia , y tiene una edición de cojones del vídeo -those are looks delicious that i like this vidio -love this women.. -Hai...From India -U r a loveable person sister -മലയാളികൾ ആരെങ്കിലും കാണുന്നുണ്ടോ. -That was epic 👌wonderful -It’s sad how the puppies are ignored though -Не қайғыратын өлен қоса бересіңдер -راحة نفسية😍 kiligay ma somali ka joogo🤔 -какая напыщенная показуха))) -Did anyone notices her oven designed like panda head -Little Blue in hood awesome video -Thanks for your videos it’s really soothing and interesting - -You so cute and beatiful i like you so vrerymuch -👍👍 -china sucks -I really love this life style.. pure ... simple & close to nature ... great job -is this a teaser for HARVEST MOON 2019??? -that puppiees!!! -Fan girl in VN -I love this channel <3 -It’s so calming and lovely to watch -I just wish the background instrumental music isn’t there or isn’t played throughout the whole video -Where are you from? As i know people in China can not access YouTube -Just nice. Lazy fat boy would be very happy to take her as a wife. :))) -Tudo feito com delicadeza muito bom -Hi from Indonesia ♥️ -<3 Lovely! Such a skillful lady. I wish I'll have a wonder woman like her in my life!! ^0^ -ดูแล้วสบายใจ -I am wondering who's behind the camera. The shots and angles are so beautiful. Can someone please answer me if you know. Just want to know. -你的月饼卖298元,你哪像农场人哪! 想钱想疯了! -Your puppy very cute -So so Bliss and Bless. M loving it. -LOL Am I the only one thinking that it’s the music from Digimon at 5:16 -can you have me 😭😭😭😭l wanna live with you -Please be my mom. -I love watching you work and cook, very soothing~ And the sounds, best ASMR for me X3 -Que bonito con los animalitos detrás. -Love it -I wanna living her life :( -She does all the work. -what a beautiful place and people, those dogs are very cute. -Phục sát đất -cooking chestnuts in Catalonia we are the best in the world -This is the good life -From Algeria 💃💃 -And the pup never got attention he asked for whole video 🤷‍♀️ -She is a queen 👑 -Реклама. Смонтирована большой группой людей! -Perfect girl -I've seen lies in my life but this one is the biggest. She's beautiful by the way. -李子染 -So beautiful i love it -pwede na mag asawa to -Lovely view! 😘 -My from India ,superb you along but your following dogs video ma'am 🙏🙏🙏🙏🙏 -Fairytale😍😍😍 -Peacefull harmony,heatlty life,,a lots of happiess,united with natrure very tidy and out out poluted od zomby and monter capitalise -this girl is very beautifull, wonder, preety, cute and hard work -This is so relaxing to watch Its my mind boaster , With the background music,,..it's so special -I bet she is making video from heaven -Those little dogs🐕🐕 and the sheep🐑 just made my day she's such an angel no wonder they follow her around. -I love you😊😊😊 -Живи , трудись...Только Добро! Зачем нужны войны на земле? Чтобы быть очень богатым ? А разве вот такой жизни Для Всех Людей не достаточно? Зачем быть сверхбогатым? Мы бы могли вот так Все Жить! Добро! -👌👌👌👍 -Are you serious you can do all that things buy yourself, really 💪💪 good women I like it -Lovely girl -Commuovente -Qu'elle technique, patience, passion c'est très beau a voir et bon on dirait. -oh my goodness shes so perfect ♥_♥ -Looks like Manga ore anime in real live 😍 -Lúc bé, đi chăn dê, mình cũng nhặt dẻ ntn -Wow, food looks delicious! -Tak ewangi ta mbak, ben gk kesel😀 -Life's not like this for everyone in china. I'm worried about that dude who makes iphones in a sweatshop.Hope he gets some rest.No offence to this video person. She looks calm and serene and multi talented as well. -❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ -Such a beatiful and wonderful video -🐶🐶很可爱 扬子丢跟着出去逛 -VN điểm danh -This makes me have Faith in humanity... -Щенки и козочка... Ааааааа! 😂 -0:42 the puppy just couldn't wait!! hahaha -What a beautiful lifestyle, this is how we all could live,Wow!!!! -This woman lives in a live-action Ghibli movie and I could not be more envious. -I wanted to taste all the wonderful food! ❤️ -Wow... m speechless.. is there anything she can not do 🥰 -The hardest working modern day woman I’ve ever seen. ❤️ -I feel cuddly every time 😊 -Cute pets 😍😍😍 -The quality and editing of her videos is amazing! It's like Crouching Tiger Hidden Dragon doing a weekly cooking and homesteading show. -Супер -asian -♥️ Brazil -so nice -She needs her feet binded -I am happy watching you doing beautiful creative loving work with nature all around you. You are beautiful too -Muito bom. -Muito bom msm parabéns 👍👍👍 -My girlfriend -爆米花那段好暖 -好感触,好棒👍👍👍 -eres muy hermosa y muy impresionante -Even if this whole shit is fabricated, it's entertaining and peaceful to watch so who cares -Que gatinha. -It seems like she's living in a totally different world. Some heavenly unimaginable beautiful world. So calm so relaxing -It's like she's playing Harvest Moon or Stardew Valley in real life -سبحان الله وبحمده 💞سبحان الله العظيم - لا إله الا الله -Es impresionante todo lo que hace esta joven😍👀 contenido nunca visto en otros canales, 👐👐👐💪 -i want a wok that big -i want to live there , and have a life like yours :/ -I have to stop watching this. I get so hungry every damn time. But for some reason I can't stop watching -Omg it looks so delicious i luv your videos. So relaxing n soothing xx -Your masters in every thing you do I have always loved the Chinese culture. It's like a piece of art. -Your such beautiful people -Que nojo kkkkkkk mais alguém Brasil?? -& to think some people don't even know how to pump their own gas. This is what life is supposed to be about. Appreciation of what is provided on this earth! -🇹🇷🇹🇷🇹🇷😍👍👍👍 - -I wish she can explain and share with people what they eat and what they add to it . -4.1k eat only junk food and wont live longer -I can just set and watch her all day long for the rest of my life lol she is so cute. -Woooa i really enjoy watching this video ❤ so warm, love from Paraguay! -精彩的烹饪艺术,我真的很喜欢你的频道 -突然覺得子柒真的好辛苦…… -beautiful and can cook anything -I like it -Muito bom ! -I could spend my whole life looking at yours. -Its so calm and chill, thank you for sharing. -Çok tatlı -İ hope you dont eat pupies -Wow, you really live in the heaven! The heaven of fresh fruits! 😍 -Nice -Hi miss..... I don't now Chinese sorry. I am from Greece and we all most have the same foods like you there dut this is in another level, everything is perfect and you are very beautiful.... -Y yo pensé que sabía trabajar. -🇧🇷🇧🇷🇧🇷🇧🇷👏🏽👏🏽👏🏽😘😘 -Brasil -♡♡♡ -رووووووعه -😍💪👍👍👍 -Lots of love 💕 from me and my baby from the Caribbean -有种《小森林 Little Forest》的感觉。这种生活是令人向往的。 -9:17 that’s what i call the “oh shit is heavier than I thought” speed walk😂 -That's beautiful) -And seem very sweet♡○♡ -Dream girl.you are very lucky. I wish you will be always happy. God bless you. -😘😘😘😘😘🤣🤣🤣 -3te putuli sona -Y los perritos “nomas milando” -不知怎地,看著看著感受到了一股感傷。 -я просто в ахуе -Прям такая Марья-исскусница ,жаль только бегала в начале овечка, а потом видимо она сковородке оказалась ( -This is really high quality! 🌹 -is this real, is this paradise, is she an angel...this is so very Beautiful... -Hum parecer ser um lugar bom de viver😃😄 -doesn not anyone find the background music is ever17 -روووعه -so soft and beautiful. -Just wondering How many hectares of land it has..... -Te casas con migo. Ya me enamoré de ti -What sorcery is this ....sign me up -Is this her real life? -Inspiration😍😭thak you soo much from Russia! -How i wish i can marry you.. i love you already😍 -I love chanel !! -شوف النظافه والترتيب رهيب -น้องหมาน่ารักจังเลย🐶🐶🐶 -OMG I love this channel so much. Just too good 😍 -amele gibi çalışıyor hıyar -I wish i live like that for a week -犬にもご飯与えてあげて!笑 -Me enamorado de esta señorita haga lo que haga lo hace bien 😍😍😍 -Ностоящая хозяйка, умница👏👏👍👍😍😍😘😘 -Сиди и мечтай о такой жене -Wow I envy everything about her -❤ -She is awesome -4.1K dislikes??? Ah come on!! -She is so strong and smart. -Greet job!!! 💙💙 -beautiful -The woman of my dream 😍 -Did anyone realise that she will eat one first before she store them up -Your video í just so calm and peaceful -😍😍 -Wow😭😭😭🧡🧡🧡🧡 -Que deliciosos se mira todo -Marry me!! -I think this is Hollywood production:/ otherwise is not possible :/ -She eats those dogs after video!!!! Don’t follow her!!! -Grabe ang sipag niya, ateng, salamat sa inspiration.. Go Gurl!!! 👍👍😊 -beautiful food, love to visit and eat.. -Can i marry you? -To me.. they are rich.. not own many stuff but they have all their needs that nature gives to them. They live in peaceful place and healthy food -So happy watching this 💙 -What a great video! It warmed my heart... thank you! -Very Power full Girl -https://youtu.be/QX0SkSJY2iQ -☺️☺️☺️ -Wonderful -do u Merry me -.. if she is a dream then i dont want to wake up.. -Tell me, is this a Ghibli Movie? -Смысл жизни - любовь к природе и труд , радость и вечное обновление .😃😘😄 -Beautiful... -Сказка наяву !!! -❤️ -Nice very nice manja -Awesome weather.while Iam watching ur videos,will became a huge fan of u.I really loved it -Im crying watching this...this is LIFE!!!!!! You are one lucky girl...😭😭😭 -😛😋😍😘😘😍😍😘😘 -Just loved this video.Peaceful and healthy life. -im in love, she is like a real life princess -Adorable.. Made my day ♥️♥️♥️♥️ -Aww 😍 give me that sheep 😭 -Btw, tq you for making this beautiful vdeo 💕 -Tq for sharing with us 💕 -#muchLoveFromMalaysia😍 -น่ารักมากๆ -Is she a farmer or something? She has the most elaborate and complex cooking process ever. And she even keeps a stock of stuffs.... -Awesome -Beauty country . And I hope that my life seem her. -One of the best places to live. -😍사랑해요I'm a Korean girl & international couple. I'm also making videos in Vienna Austria. could u come over my channel? - -Looking at how complicated her dishes look, i feel ashamed for my town's cuisine. If my people weren't so proud of our cuisine, i wouldn't be. But seeing this, we were so proud of nothing. -Im not from a culinary school or anything. But just like her, i learned from other people in my locality. -. -Also.. -What kind of a popcorn cooker is that? That should be a weapon -Ну нельзя так издеваться над людьми, я слюнями подавился. -Чтобы уменьшить слюноотделение, - пошёл купил пастилу и зефир Нижнеудинского комбината начал пить чай, чуть не сблюванул...от отвращения. Только в России могут быть продукты питания которые вызывают отвращения. Спасибо Вам дорогие соотечественники, за производство этого дерьма. Надеюсь в аду вас будут кормит тем что вы производите. Особый привет ублюдкам из компании "Русский продукт", всё что вы производите абсолютно несъедобное дерьмо. Горите в аду уроды. -Please dont eat that sweet sheep.. -Love this place, specially that sheep along with the two puppies following her.... Love it -ทำตั้งเยอะแยะสุดท้ายกินมะม่วงหั่น สาดดดดดด -НА БАЗЕ ЭТОГО АЛГОРИТМА НАДО СДЕЛАТЬ РОБОТА, ЭТО БУДЕТ СОЕДЕНЕНИЕ ВЫСШЕЙ СТЕПЕНИ ) -I really love how they follow her everywhere 😍😍😍 -I felt really calm watching this -6:50 it's not fired melon seed. It should be fired sunflower seed, right.With love from thailand. -This woman is amazing! She looks so magical :) -Hola me encanta traduce los ingredientes al español xfa -This is the first time here. I love everything!!!💞💞💞💞💞 -Is the music from digimon 01? <3 -嗨,我是你的粉丝和来自巴西的粉丝。我认为你所做的一切都很美好,你生活的地方多么美丽 -Q bonito ♡ -هذه الدنيا فكيف بالجنة😣؟ -Is her stone oven a dog with a bone in his mouth? Cute..... I can't stop watching these videos. So amazing. She is a true artist in everything she does. -It is so yummy food -Definately the perfect women don't mess with machete girl!? -Just want to know if she has a boyfriend???? -She's amazing. Love from Pakistan -Can someone tell me why she mixed the peanuts with that dirt? Or whatever it was -before i watched the video i seen the ad who seen this commercial before? -girl:excuse me? -guy:yes? -girl: whats the wifi password? -guy:oh its, kitty cat kitty kitty cat cat *flicks* (boing) -girl:*nods* how many cats was that? -Que delícia... Muito bom!!! -Yall hiring? -Patience, compassion and simplicity are the greatest treasure in man. -So beautiful 😍 -ما اجمل هذه الفتاة,, وما تقوم به عمل جميل -Это прекрасно 🖤🌿 -الفيديو رائع ☺✨ -Это прекрасно!!! -我们的奉献精神,令我印象深刻,我是巴西人,很高兴看到并给了我一个令人垂涎的美味食物! -Хорошо срежисировано -When that popcorn canon went off haha -I want to live in a place like this -Is this how paradise looks like ? -she is a strong and powerful girl! She can support herself and take care of her grandmother, do the heavy farm tasks, furniture, food without help from any man! -Pobre vieja siempre anda cagá de frío -I dont want to miss every frames in this video. So relaxing and beautiful. -Phụ nữ ba tầu cực chiều chồng. Hỏi mình có phước hay không được nhờ. Họ là những tiểu Ngu Cơ. Hỏi mình Tây Sở bá vương anh hùng?( Bội bội, bội ngọc, bội trân,bội chân, bội linh....) -Which country -Por eso son bellas y delgadas porque siempre están haciendo algo y son muy independientes que bello es como viven -все решено я еду к тебе в гости, будем вместе арбузы трескать! и целыми днями готовить, я это люблю 😉 адрес какой ? -🍡🍡🍢🍢🥢🤤🤤🤤me gusta comer eso -👍👍👍👍👍😘😘😊😊😇😇 -Умница -我为 送 啊巍峨赛哦么 。 -Gli animali stupendi -Wow ho love this .........i wish -I'm never bored watching your videos. -Love you ♡♡♡ -bana da bir hediye gönderirseniz çok memnun olurum :) -I love u... -不要問我為什麼跪在地上 -كولوا على حس الكستناء إيلي هو ابو فروة 🤣😂😂 -Hai..hello. 😃 really good life style -Wow I want this -我想吃口你那个芒果干! -envy envy envy envy envy envy envy envy envy envy envye.zhfvzsfjbznfSDkfJBSD...*shuts the computer and thinks about lifegoals* -이분 일반인이에요? -😍😍❤️ -The dogs are too cute ♥️ -I love you 😉😉😉😉😉😉 -that's a cool coathanger you made -Красотка <3 -Perfect life style! -Keep doing your videos, thanks 😊😊😊 -我喜欢哪儿你住😊 -🤗🤗🤗👌👌👌👌 -Xinh đẹp giỏi giang :))) nice girl -From vietnam with love 😍 -Who was filing from up the tree. Who edits and pans the camera. Who sets up the tripod to film her from multiple angles walking away? -They try to make these videos look genuine but they're all staged. Every single one. -Everyone is talking about technology, modern stuff and trends etc. Its so soothing to watch something is still traditional. And that cute furnace design lol. -💙 from indonesia -Perfect. Greetings from Turkey 😊🇹🇷 -개들 졸졸 따라댕기는거 졸 귀엽넹ㅋ -The puppy is so cuteeee 😍😘 -😋👍 -I love to see ur videos -Молодец вот хозяйка😘😘😘😘😘👏👏👏👏👏👍👍👍👍👍👍👍👍👍 -ya. -映像が美しい、生き方が美しい‼同じ24時間なのに私とはまるで違う世界にいるみたい👀👀✴✨こういう生活してみたいけど現実は難しい😭だからこんな動画に出逢えて嬉しい、ありがとう。😌❤❤ -I want to marry with her -Waaw -Cưới cô này về đám tiệc khỏi lo -She's so strong and skillful, i wonder how long did it take for her to do all those stuff? Everything seems so natural yet too perfect.. Though I really enjoy the atmosphere. -Iloveyou your so beautiful and nice girl good job -Tuyệt thật😍😍 -It's amazing!! no need market, you can take anything you want 😍 -Chi rat gioi va kheo tay -🐶🐕🐑❤❤❤❤ top de mais esses vídeos. Simplicidade me encanta! -I really love your channel. -this is perfect women....a dream women for avery man. -I love you -Will you marry me ??? -8:16 old skool tupperware rubbermaid -这不正是陶渊明向往的生活吗? -it's beautiful -i visited your house. please click subscribe channel for me. thankyou so much -Best of luck carry on your duty -漂亮 -Where are living you -It is so pleasant to watch .. waoo.. - -怎么全是英文 -I wanna live that place. I think everything is there. And a peaceful life. -Wow!!! I want to live there.. So refreshing❤️.. -Hard working beautiful -I love 💖 -👍🏾👍🏾👍🏾👍🏾👍🏾😘👍🏾👍🏾👍🏾😘😘👍🏾👍🏾👍🏾 -Why u said its melon seeds, isnt it chia seeds which we usually found on sunflower? -Berasa ngeliat harvestmoon -I want those sweets she prepared. Definitely they are delicious and tasty! -Hard work with love! Congratulations!! -Give some to the poor puppies aswell😐 -Pls tell me the name of this place I really want to visit and stay -The food looks absolutely delicious. I will try to make the snowflake crisp. This is by far one the best videos I've seen and love all your videos. The treats you made look so good 😋😋😋😋. I truly appreciate you sharing it with the world. Much peace and love to you and your family. -that's amazing.. -5:59 poor dogs -Wow ! I cried of happiness ! -Change music pls -我爱你💘你交配多少 -  美丽而令我眼花缭乱,你美丽的大自然和我着迷的中国我从沙特阿拉伯跟随你 ليتك تردين عليه يالزين كله 🌚 💖 💕 -Beautiful women and all -From what I can see they are very well off in China. -What ingredients are in the yellow roll pancake treat? -日本の方観てる人いるかなぁ -I am so jealous of her. -Que linda como cuidas tu abuelita DIOS te ame por eso -Now I want to live in a Mountain. -I luv this life... -are U living in heaven?????? -This is the life I aim to have. -I like how they make their popcorn 🍿 😋 -I wish she had a restaurant in Kentucky! Her food ALWAYS looks good! 😍 -Só tem eu de Brasileiro gosto muito deses vídeos parabéns .. -awwww your three dogs are cute as hell -Aunque no entiendo naada amo esto -I feel as if I were seeing Korea. -😘😍☝️👌👍🤟 -Everything is very tasty but, will the puppies eat too? -Que película es esta como se llama???. -Quiero vivir ahí 😢 -Omg i want to live with her at least for 2 weeks and share her lifestyle, it's so beautiful -Um pedaço do paraíso na terra! -Como eu vim parar Aq? -Ho my goodness she look like a professional 👩‍🍳 all she’s doing like easy but I know it’s not simple. I admire you a late . God bless you with a precious gifts. -This video made my day woooooow 😘 -Wow sei meravigliosa -Хорошо в деревне летом... Сектор газа -Did she put DIRT on the peanuts??????? - - - -Not hate here UwU -😭💕 i love this -كم ان حياتكم رائعة و ساحرة ،اعشق الحياة في الطبيعة 💕💕💕💖 -i wanna live there omg so beautiful n relaxing 5:14 -The sheep and the dogs are so adorable, they follow were ever she goes, -Hope next time there some goose on the pack😜 -This is the life i want to live for the rest of my life. -No wifi, gadgets but a simple life also no pollution and noisy city street all you just think is to eat healthy foods , alots of fruits so yummy everywhere you look at theres fruits hanging on the trees, - -What a PARADISE HAVENS of peace -Perfect -جميله جدا -Why does this give me a Christmas feel?🎄 -Complimenti brava -Просто песня))))))))) -Is this world even for real!! Everything that's happening is so cute!!😍😍😍 -brasillll☺ -she’s so adorable !!! -I want to marry her!! -i want live my life with this lady 😍 -What is the name of the music? -親愛的,你是英國或印地語的視頻 -Wow i really loved all yours style of cooking in traditional way -interesting vdo.. -Siapa yang disini orang indonesia -خلاص انا راح ابكي من جمال طبيعة وجمال بنت ونشاطها ياليت عايش مثلكم 😭😭😭😭😭😭 -No words... Just Amazing!!! -my goodness !! -What a rich culture !!! -so peaceful and pleasant . -i just loved it . -i would love to live such a life . -дааа...русские учитесь..и правда уникальный народ.... -Beautiful stimulation of the senses, I could almost smell and taste the delicious food and the calmness around it ..... -Awesome👌 -heaven... 💖 -我非常喜歡看她的影片!她很美! -she is a good mom and a good wife when she have a family.. a wife material... -You are a very Intelligent girl -I miss my grandma....... -Well, since I see people ask for the info of the bgm used. It is called 勝利 ~ 善のテーマ (Shouri - zen no theme) or Victory theme of zen from the anime series Digimon Adventure season 1. -واووو 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍 -太強了 -Roasted melon seeds, nice... -대박!😍😍😍👍👏👏👏 -Wow, you guys don't mess around when making popcorn over there! Thanks for another relaxing video. -Woah I love chestnut! -Your grandma is so cute. -This is making me feel like i go back to ancient Chinese history or smth -This is so delightful that it almost put me to sleep. What is this heaven or something? -4:48 Beautiful things i ever seen... may i have some please -Im so jealous of people with flagship phones, enjoying crisps colours😍 -Wow! Amazing Food! -Cute puppies and sheep😍 too cute -Natural lifeSupport my channel -Sooo satisfied, my heart melted,, look at this video feel like i back to my childhood -hay cá , love love -Gioi qua chi oi -trời ơi. mê luôn ý -puppies are sooo adorable -层峦叠嶂 -才貌雙全,秀外慧中,外柔內剛,安居樂業,孝順持家,為人間有福報的家庭。 -讚美! -I was like why's she cooking in such large amount, ah now i get it, she's a business woman, and it is such good way to live life, in farms. And i was pretty bumped that it only had 200k views until I saw the subscribers number. -I'm so friggin happy right now, I can't even describe it. - -This one really melt my heart.. So beautiful 👏❤❤ -I'm happy to watch her videos. It is very relaxing 😊 I love it so much! I feel like im also with her in that beautiful place. -Animal around they are so cute good Video thank you for chear -Just wow😍 -I love you girl -这就是我最向往的生活! -Si Anjing: Bagi segigit bisa kaleee.. -THIS IS AMAZINGGGG!! -This video cured my anxiety -甜美佳人 氣質十足 -I liked it very much. -Stunning living life as life. Wonderful what a beautiful young Lady you are. -Chinese cuisine and culture is the most i in love with -best youtuber ever I have seen -I really like watching your videos but there are gaps in your video. I didn't know if you cook the meat, but it's ready to serve already. I didn't know if you process/cut the melon (sorry idk whats that) but it's ready to eat. -https://youtu.be/SIFLLGlH3_s -5:58 Rare! -Love u love food -She is like a machine -So many Eng comments -Sub indo please -这是什么地方怎么什么好吃的水果都有 -watching this made me contemplate why and how in the world my city didn't have a place like this any longer. #2019 Strive to live healthy. -Am I tripping? Or is that ghibli music? -I want to stay with her😣 -子柒的视频除了美食和东方美学 还有浓浓的中国亲情!大爱! -❤ This is what YouTube is for! ❤ -Kya karegi itna sara bna ke...... Love ❤😘from India -영상 퀄 진짜 미쳤다 볼 때마다 놀람.. -The cuisine is very cultural, i mean shes not using any gasses.. I love it.. I love the environment.as a grandparent someday, its a gift from heavien if you will have a granddaughter like her.. -This​ is​ the​ best​ video​ I​ have​ ever seen. -can't help but clench my teeth as you work hard with your soft hand. -😇😛😜😝 -This made me cry, the way you treat your grandma is so nice 💖✨ truly this melted my heart 💜🌸🍡 don’t stop uploading your videos✨🌈🌺 they’re so amazing 🌻 xoxo -so cute!. those sheep makes you even cuter. -even at cooking -🍀 her grandma is lucky 🍀 -i want to marry that girl. -Lo máximo esta chinita -Wow .. -Aesthetically pleasing af -Solo cure girl. Beautiful -@5:56 what is that???anyone knows??? -Melon seeds?? I think that was Sun Flower Seeds.. -What name backsounds? -Love this -woah almost looked like she was making crêpes! -I love how she keeps eating a bit while cooking -Love this channel sooo much 😍😍😍 -digimon ost? -i miss when a lot of people didn't watch her videos because now theres a bunch of racist assholes in the comments. but i love that shes getting recognition -真羨慕姐姐有這種生活 -I felt like I was watching a sweet drama -... melon seeds... those are sunflower seeds... not melon seeds -я знаю куда ехать за женой ))) -Do u feed your dogs? I love your videos! And your pet is so cute!! -Jajajajajjajajajaja estan sacando las canciones de los animes con razón me traian nostalgia -all everything in video is so good. I love -😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘 -Really u so amazing... I love ur all video... I hope somedays I will go to ur place... We love u from Indonesia -Magnífico video, en México también hay dulces típicos parecidos, como las manzanas en miel y las palanquetas de cacahuate y pepitas -digimon music<3 -رائع -Poor dogs! Hope the coming episode do not feature them. -👍👍👍 -Hi -Excuse me, please, 6:24 - it's a sunflower seeds, not a melon. But still, I admire your work. Your video is fantastic! -A talented beautiful young girl cooking& preparing marvellous things, they look so tasty🤤 I wonder where youve learned to do these things, the place you live and the atmosphere is great. I felt relaxed while watching this, I wish, I was the next door neighbour so that I could taste them😂 Lots of love from Turkey 🤗❤ -🐕🐩🍟🍝😭😛😟😖-❓❗ -Me encanta verle cosinando con leña. Cómo Aka en mi país el salvador en el campo mi familia así cosina bendiciones para esta chica -i love you -这个 -LOL 5:57 I love how she flinches, but her grandma doesn't move. -👍 Классно живёте -Nice I love ur vedios -You are so cute. > < -wow I will find her , and will see -ooo i need to marry with her.lol -สุดยอดอะสวยแล้วเก่ง -你学过烹饪吗 -我服你了 牛逼 -oh my god everything about this video is so beautiful..why did i just find out her? -Gooodddd -~~~~~ -That's so pure, god she's so dedicated and talented, and the food looks so yummy, thanks YouTube for make me hungry.. I want those candy T-T -Круто -😊😊😊😊😊😊😊🌹🥰 -From malaysia 🤗 -感谢有你。 -Never seen such a cute, focused, capable and determined woman before.. I've been watching several of these videos now and every one she is just nonstop and efficient. Doing everything with expert skill and speed -와 동화 같네요. 한컷한컷이 너무 예뻐요. -По русский пожалуйста) а то ничего не понятно -Работа режиссёра достойна уважения, браво! -the way this video showed the rawest food making from scratch to finish in such a beautiful way is astounding, not just the cinematography, the sound is great too, best of all, it's such a beautiful way of preserving the culture -VN âu điểm dah cái -お姉さん可愛い -what is the camera used in this amazing video, please answer if someone understands -Что бы мы все так жили...😄 -Esteticamente bellissimo. Gastronomicamente inquietante. -Just wondering..., there are definitely diff puppies each year in all the various videos since she's been posting these (see May 27th 2018, another one in the 2017 videos & now two more different puppies here in 2019 etc.. for example) and you never see affection shown for them in ANY of the videos that I have seen so far.... - I know that most of the Chinese people still eat dog meat at least once a week (some much more often) do you know if the diff puppies ever make it to being pets? During the timeframe that the videos have shown the puppies in the earlier videos they are never are shown growing older....very troubling for people in the west that love them like family members. Anyone seen any videos of the puppies from May 2018 or the one in 2017 being older or currently alive with her? -Phải chi có người vợ như vậy nhỉ 😁 - -هو ايه اللي انا شايفاه ده! دي مؤسسة لوحدها! -انا محتاجة درس خصوصي وجدا!!! - -is this for real!!! she literary does everything from a-z! I feel I have been cheated about how life is like! -I am not livin'!! -Lots of love from India dear -omg which place is this? so lovely... i want to go thr.. -She didn't give foods for her dogs... Poor dog -ขอเสียงคนไทยหน่อย -I want to marry you.. -I love dog and sheeo -How do Chinese people use the YouTube? -She so nice and beautiful..i want to marry her..really -你真的激励我做新事物!非常感谢你!而你的奶奶! -lol the stone furnace/oven looks like a cat ! haha omg so cool -واااو ما شاء الله -Me be like..is this a movie? -Oh no! Its real..her life is a movie. -뻥튀기? -Adakah orang indonesia yg menonton selain sy ?🙋 -I think she found the garden of eden. ❤ -Xinh vải luôn -I LOVE YOU -👇 -I want to come -영상미가 좋네요 ㅎ -maza -hen xian mu ni -She is very working hard i salute her.. -А собачек не судьба покормить?Бегают голодные,бросаются под ноги,заглядывают в глаза.Малыши еще, им усиленное питание нужно.Накормили а потом кино снимайте.!!!! -Little sheep Little​ dog and beautiful​ girl love​ you​ from​ Thailand -Great 😍 I also made video about medical school.. Scholarship. And other tips and trick. Let's check. -https://youtu.be/NlnEWRvYl4s -If i were a boy i know she would be dream girl❤ -wo ai ni -super kaya🤗 -หวัดดี อิอิ -I think that's not melon seed, I call it sunflower seeds. -Wow your so good at everything -i want you 😍 -is this a real life? is this just fantasy? never seen wife material so intens in harvestmoon before -重看一次這BGM有點像星之所在XD -Fc😍😅 -She reminds me of Hong Jin Young in Korea, she really loos like Jin Young -You are amazing. -ចង់ញាំណាស់ -Wife Material -Wnat are those giant citrus fruits! -Beautiful✨ -Your so beautiful lady😍 -Omg 5:09 was that real? Just Love it!!!! -Everything with this video was perfect❤👌❤❤ -穿过草坪的那一段好像龙猫的海报 -Đây là kẹo hồ lô trong truyền thuyết Trung Quốc đây sao.😛😛😛 -idk how i come to this video but i can't stop watching it😂 haha im not even a Chinese but i really enjoy her video💜 -Very good -It's like you could never ask for more😊😊😊🙏🙏🙏 -This is so relaxing .Thank you for posting. -Where i can find a place like this. Feels so tender and calm.. 😇 -This is some big production videography and she is not your average homecook...her bf/ husband is a lucky man -I want to cry when I watch this. Things like this are our sweet memories from our childhood. After you grow up and left the country for years, it’s so difficult to see such real life which has ever been in our childhood, in our blood... -WOW !!! 😱 -Your way of life and artifacts are just mesmerizing! -Can i buy -IT'S "FASCINATING" WHAT THAT CHINESE WOMAN CAN DO !!! ONLY IF "AMERICAN" WOMAN WERE LIKE HER MULTI-TALENTED , I WOULD MARRY THAT CHINESE WOMAN IN A HEARTBEAT !!! 💖💖💖 -Wonderful. Such a nice video. Thank you. -Wow..shes so lovely...i would love to live with her and her family and help out...this is how you truly live!!! -واو شقد حلوة الطبيعة 😄😄😄 -She just had to eat one food each 😂 -Hahaha😁😁😁 when she scream because of the popcorn machine....that was quite cute. -Is this second heaven where she lives. -Please,what is the name of this? 🙏 -حبيت مل شيئ بااالمقطع جمييييييل اخههه بمووت البنت كيييييوووت والفيد يجنن♥♥♥♥♥♡ -اتمنى لو احضى بهذه الحياة التي تتعايشينها الانسجام في كنف الطبيعة😊😍😍😍😍 -Ябы тоже попробывала бы ⚡⚡⚡ -سبحان الله -Creo que soy la unica que habla español like di te dieron ternura los perritos -استغفرالله ربي واتوب اليه/////// لااله الاانت اني كنت من الظالمين -ليش ماينزل المقطع بلتنزيلات وشكرا -I felt like watching real Harvest Moon. So satisfying. -جيد يصدقة -What is the yellow fruits she gatheredfrom the tree? -روووعة الشناوا ياخويا يا خويا -They have alot of fruits. Iwant to go thos place. Make sure dka magugutom -Wow sarap namn nito i love it -u are my funshine my only funshine. -什麼是玉米烘乾機? -How can I get this amazing food to me??? Can that amazing woman send these to europe? WOW WOW -you are awesome, can I marry you? :-)) -I thought that those fruits were the fake plastic fruits but nah they are legit ! -Xứ sở thần tiên -你好 你是可爱 谢谢㚢还 中国人. -Thanka so much that was beautifull -I pay my respect to you -I want to spend my whole summer with you in your place huhuhu 😭 -So relaxing 😭😭 -Amazing lady -It just so good watching you doing all of those things -You are very talented -nice foods -What's her name? Can't read chinese characters -하하 여기서 탕후루 ㅋㅋ -I would surely visit this place -This is th best,especiall th cutest little puppies at th end,lol -But this girl.lives in paradise,heaven,I so envy her,such a showoff,lol -I like you 😘😘from india -看起来好吃 (/^0^)~ -ชอบมากกกกกค่ะ -sempurna sekali - -What a beautiful video with happy background music ! can we have a short video from Chinese Spring Festival !!! what a fantastic place ! :) -Is digimon song? 😭 -6:00 cute 😍 . VietNam 🇻🇳 ^^ -After ALMAZAN iv seen the other best thing..❤❤❤ -How productive her life fck -Kambingnya gemessss😍 -Con dâu mẹ t..................... -后面也太可爱了吧🤣 -I want to taste all ur made -ใครคนไทย👍👍 -It's a really beautiful place. -Anyone knows that where this place is? -どうぶつ可愛すぎ泣いた(´;ω;`) -Có ai việt nam vào đây xem ko. Yên bình quá.. Lúc store mở ra xem thấy nhẹ lòng.. 😂😂 -Oh my God! In starving -果然这里都是外国人聚集地,国内的粉丝都在B站了,没有弹幕看起来感觉挺无聊的。233333 -I like dog and goat i love this -我媳妇鸡蛋都不会剥, -愁死我了 -Extremely happy when having a wife like ya -Mong được chị đọc cmt của em, hâm mộ va yêu mến chị lắm! Chúc kênh của chị luôn phát triển ♥♥♥ -The puppies are so freaking adorable, I can’t even. And the girl reminded me of Chang from Oitnb 😂 -Very nice -فى احد عربى هنا -first i saw she made a paper, she is diligent girl.. -cuoi duoc con vo nhu zay .con hon trung so dd -Đảm đang -BGM ってギャルゲのever17だよね? -Thus is lovely! 😍 -I wonder who disliked this video !! -and all thats was not melon sheeds they was sunflowered seeds -I like video of you. Good luck!!!! I am from Viet Nam. -its not chines chesnut we call it name hourse chesnot cause its wild chesnut -Which place is this? -iya bener tu kambing ko bisa ngikutin gitu yak :D -Xx -👏👏فعلا ماشالله عليج -... Здорово!!!!!... -Consider that dogs , give them something to eat while you both have enjoying delicious foods , -почему русские не смотрят 7 очень даже поучительно -when she was surprised at the sound of the popcorn boom,.... she was so cute,...!!!! -Those puppies are so pure a d your lamb too 你的小狗很纯洁,你的羊羔也很纯洁。 -Good -انتي بارعه في الطبخ -I love ur video is nice video -Необычно -素敵すぎて鳥肌立った -J aime beaucoup ta chaine je viens de la découvrir et woua 😍😍😍 c est magnifique tellement gourmand -So curious who's filming her... -Love uuuuuu -I want to go there.. Fantabulous.. Nature is always real -羊咩咩、小狗跟著後面走的樣子真的好可愛 -♥ -Who will be the lucky man to marry her? -三匹の動物たちが付いてくるのかわいすぎ -Like a dog -饿了 -I really loved your place..very calm nd peace it is.. also everything very fresh nd organic it is 😍👌❤️ -I love your pet dogs... everytime they behind you 😄😍😘❤️ -6:00 HAHAHAHA LOOK AT HER SO CUTE -Such a beautiful environment and delicious food. Wonderland! -Amezing 😍😍 -😋👏👍 -Every time I’m watching her video , it reminds me how beautiful the world we leave in....😊❤️ -Real Woman -6:00 she’s so cute -Felt so good watching this! Thank you for recommending me this YouTube -THIS👏GIRL👏BE👏GRINDING👏! -You are so beautiful. -And so alone. -I can see how tired and lonely you are in your eyes. -I am glad the puppies and the lamb are now your friends. -I wish I could go there and help you. -I wish you could teach these skills to someone new to pass them on and keep the skills alive. - -I would burn quite a lot of things in that wok. That you do not burn anything is a miracle. - -May the snow that falls today bring you flowers in the trees in spring to bear fruit in summer to harvest in fall to eat in winter. -Is it me, or does this look like soo much fun -Mmmmmmm yummy I like it so yummy I want to try it -Farmville or hayday -あっという間に時間が過ぎていった。 -Que lindoo -Este video me hace recordar a mi abuelita❤ -She has everything and she can make everything!!! -Esto es demasiado hermoso. -아 넘 좋다.. -My Dream wife -It so sweet of her covering her grandmother ears when the uncle open the popcorn maker -Mn có 1 khu vườn giống ckj ấy wá 😊 -哇哦 -What surprises me most is that the mango had no seed -❤❤❤❤❤❤❤❤ -Total therapy! Beautiful n relaxing video. -All too good to be true. I have an inkling that this is a propaganda channel...beautiful nevertheless.... -Admirable. Hasta me dan ganas de vivir en el campo y cocinar -Wow -Best video i watched for a long time. Every thing is so beautiful -this is life..what i am doing in front of computer -Los perritos y el corderito!!! 🥰🥰🥰😍😍😍☺️☺️ -This is beautiful! -这女孩真漂亮 -❤❤❤❤ -ليتس تحطين ترجمه -so beautiful -Amazing 💕💕💕💕 -i am in hypnosis -Wow 😮 That was so beautiful 😍 I loved it ❤️❤️❤️❤️ -God Bless -Pobre de los perritos no saven que despues van a hacer guiso con ellos -o yrr tum lok kiya khate ho na Bapre😳😳😳😳😳 -These dogs look ever hungry, poor things. - -And why are you so perfect... Huhu thank you. Make more video please love you! -All the candies & snacks looks so good! & i keep on replay when you starled when ur uncle wants to open the popcorn (idk what is that things) hehehe -9:32 the grandmother’s laugh just made my day 😭😭❤️❤️ -Круто 👍, какая трудолюбивая девушка, не то что городские шкуры -This girl should enroll in Totsuki Academy and join the Elite Ten! -This girl should enroll in Totsuki Academy and join the Elite Ten! -she is soo lucky -relief frm tension if i watch dis ....i want to spend my rst of life in dis kind of place so peace....... -*covers her grandma’s ears - -Pop corn explodes - -got scared and end up covering her own’s* - -SO CUTE. -🤗🤗 -If i live there i want to be her husband... -perfect wife -저렇게 살면 어떤 기분일까... -Is that real? Is it paradise? -It is like poetry. And more seisible than many things... -I gotta move to that place *starts learning Chinese -мне кажется, она и с вертухи может накернуть, по-шаолинскому -天哪,雪花酥看上去好好吃喔,求做法🙏 -What she did all this food later? -your life it is very simple and happy i want to a life like you - - -love you -Can anyone say me which place is this? I want to here.. this is nothing but a dreamland to me ❤️ -SO SATISFYING -Estoy enamorado de esta mujer tan linda y cocina tan bien ,y el horno con orejas jaja muy simpático ,muy linda cultura ,acá las mujeres se complican todas para preparar cosas simples y si no tienen comodidades solo no preparan nada ,es tan linda la cultura oriental saludos desde chile -Ôi nhà chị có mấy con vật nhìn dễ thương quá -Video terkeren yang pernah aku liat! 💚 -여기한국분계시나요? -This how chinese became super power .I like your dedication .appreciated -The food so yummy -Everything is so fresh! I envy her life. Living in a city is outrageously stressful. What I'd give up to be in this place even just for a day -風景の感じが好きです -わかる人おらん? -Your pets are so cute 🙂🙂🙂 and they are every time following you . I feel jealous by seeing pets 🐱🐕🐑 I too need some pets hmmmm..........😞😞 -this feel so magical somehow... -Quanta perfeição nos pratos estou até coletando algumas dicas para aperfeiçoar os meus dotes culinários!!! Parabéns ;) -最喜欢看柒姐的视频了😘 -Bu qizi alın mene -Such a amazing video so much care and patients -They didn't show the party where she roasts the puppies and eats them -小狗狗好可爱呦!Q! -😍😍💖 -She can cook anything. -Ennoda thampikku indha mathiri ponnu kedacha nalla irukkum ella velaium paathuppa😃 -How would I contact with you mam? I'm becoming your big fan!!😍😍😍 -Какого хуя это в рекомендациях , ютуб ?? -welcome to China😉 -I love how even the goat is simply following her ❤️❤️ -She doesn't even speak a single word but still m so into it that my eyes hardly blinks 😍 -So satisfying video,no one like her she is extra ordinary girl..lol😘😘 -あんなにいっぱい作って保管するのはどういうアレなのかなwww -I very like your video! ❤❤ -すごく清潔感があって、綺麗✨癒されます✨ -中國自然之美 -Everything is perfect but why use non stick pan 😂😂😂😂😂 -Cần lắm đc 1 slot ở nơi này để sống. -يا الله ..مااا هذا الابداع والجمال -الطبيعه رائعه وطرق صنع الاكل .. -This is a very special channel. I can watch this for hours. Everything is so pure and genuine. Keep up the marvellous work you do! -I had a question. In your country do you have diseases, diabetes or cancer? -she is a ameizing girl. -Viet nam dau like hộ cái -Wooow u have eveythings,no need to buy then..awesome😍😋 -Advertencia del Imán AlMahdi de una bomba de asteroide de Quitrán por la cual Alà atacará a los Estados Unidos de América. -https://www.nasser-yamani.com/showthread.php?p=302863 -Donald Trump is an enemy to the original American people, and an enemy to all Muslim and Christian people and their Governments, and an enemy to human populations altogether except the -https://www.nasser-yamani.com/showthread.php?29173-Donald-Trump-is-an-enemy-to-the-original-American-people-and-an-enemy-to-all-Muslim-and-Christian-people-and-their-Governments-and-an-enemy-to-human-populations-altogether-except-the - -The fact of Planet-X, the planet of chastisement from the decisive Book as a reminder to the possessors of understanding-minds.. -https://www.nasser-yamani.com/showthread.php?25850-The-fact-of-Planet-X-the-planet-of-chastisement-from-the-decisive-Book-as-a-reminder-to-the-possessors-of-understanding-minds - -O my honorable brother, do you think the Imam Mahdi a Quranic? Allah save us.. -https://www.nasser-yamani.com/showthread.php?34633-O-my-honorable-brother-do-you-think-the-Imam-Mahdi-a-Quranic-Allah-save-us -What a lovely day! Share a spring warm with family, and all made by self, and pick it up freshly in your gardens.. love from indonesia! -136- "En cuanto al bique de Dú-Alqarnayn , está  en el medio de la tierra de los dos orientes  que la divide en dos tierras que separa a Gog y Magog" - -Suplicio para Trump y sus aliados - -El Imán Nasser Mohammed Al-Yamani - -13-11-2010 - -A las 07:20 de la mañana - -https://www.nasser-yaman.com/showthread.php?p=278947 -I seriously doubt if its made by her! 🤔 -More like chinese government or corporate funded,.. And probably shot in a studio - - -The video is really top notch, no complaints.. Just curious! -初見です!なんかすごいこういうの好き!サムネ見た瞬間タップしてチャンネル登録したwww -Harvest Moon: chinese edition -Órale!!! Que delicioso !! 😍😘 Saludos desde JALISCO MÉXICO Y MI CORAZÓN pues 😁🇲🇽🎼😘 -ASMR <3 -努力的人最美 这是让人向往的生活啊 -I like your cooks i like you very much -Very strong women she's more help👌🤗🌺 -I'm in love! 快乐吧!李子柒 (: -ずっと見ていたい。そしてレシピを知りたいです -https://www.mobiledokan.com/all-brands/ -its a dream for me!🙂 -This is satisfying ❤️ -Alguien más? -😍😍😍😍😍😍😍😍😍😍😍😍 -i love you so much you are so pretty and you cook amazing stuff -Dogggg❤️😘😘❤️😍😍 -Mango crepes... I’ve gotta make those! -I'm hungry -Your inspiration 👍🌹 -Is this Narnia? -QUE es esto ??? ... quede sin palabras -I don't know how i get here and why am I watching this in the middle of the night, but i like it so much 😊 -Пришлите такой вкусняшки -Es un paraíso, quisiera vivir en este lugar es hermoso -Оооо. Боже какая вкуснота. Хочу таких сладостей. -👌💟😋😋😋 -Жадина саьаки не покормили !!! -Digimon Adventure theme song 😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭 -5:56 - 6:00 made my day 🤣😂 -This is what earth without capitalism looks like. -Выходи за меня!!! -多款多樣的傳統小吃,無與倫比的手藝值得細味品嚐推荐。 - -由其是這個爆米花與爆谷的炸彈売,使我想起童年時美好的回憶,祇需要在家中拿出米、苞谷、豆類食品來,另給予加工費即完成物美價廉的兒時小食,如父母親有空更美,煮上一窩麥芽糖槳做出各款餅食,美味可口極了! -I want to know why she makes so much of food and stores it. -I hate that girl 😒😤I can't see her going wid that bucket full of popcorns😩😭 -This is La Vida Bella. -ดูแล้วมีความสุขมากค่ะ 👏👏👏❤️ - -J'adore 😍😍😍😍 -Clap -I just imagined her as Chu Lian from TMR -wow .. this is that most amazing video i've ever seen , in luv with this . -Wow, mesmerizing. She's amazing! Love this! -I love ur cute little dog -life is picture - you paint everyday -picture perfection takes practice -and a masterpiece is an offering -to humanity . -time weaves the canvas.. inspiring unborn masters .. of this divine art -we know it by its name -it is called life - -and it is beautifull -想知道香酥蛋卷的配方比例 -One of the most beautiful videos I ever seen , that is surreal , too much of beauty in 10 min I'm stunned ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ -非常好 -非常好 -Anjing nya lucu banget pada kepo -エモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモいエモすぎて好き -Бедные щенята, их скоро в честь какого нибудь праздника приготовят -Why grandma is not giving her a hand 🤔🤔🤔🤔 -这画面太美太疗愈了,总忍不住再看几遍 -BEST WIFE -She looks like Mina in TWICE。 -Nice -你的視頻非常漂亮 - -這是我的頻道 - - -Cooking with Mimmo 與米莫烹飪 -Thats looks like sun flower seeds more than melon seeds 🤨 -Это на продажу все делается я так понимаю ? И стоит это как хлеб от стерлигова наверно. Все понятно. Это проста бизнес богатых людей, а не глубокая деревенька с обычной жизнью. -Cái này c ấy chuẩn bị để tiếp khách tết đúng ko nhỉ mn. Ai biết tiếng trung dịch t vs ạ -7:25 сковородочка антипригарная ай ай ай ... -Wawww ,,,, thanks u for amazing video 😍😘 -:D 5:58 -你的真正幸福指南 - https://www.facebook.com/pg/Callingchinese.ar/videos/?ref=page_internal -Hay quá à 😍 😊 😘 -phê quá -I remember when she made that oven or something. That's the first vid i saw of her and it's on Facebook. Her videos are relaxing for some reason -បាន​តែ​ប៉ុណ្ណឹង​មាន​សុភមង្គល​ណាស់​ហេីយ😍 -เป็นกำลังใจให้นะค่ะ -Cute oven 😻 -👍💚💚 -OMG you're amazing tbh !!!!!!! -اغنه واجمل واريح حياة،، وحته الانسان يلي يعيش هاذي الحياة تكون نفسيته مرتاحة وبعيد عن هوايه امراض،، اني لويعرضون علي قصور دنيا ويه هاذي الاجواء وطبيعه واللة افضل اعيش بهاذي طريقة افضل بهوووواية جمال طبيعة والهدوئ وكوولشي كولشي حلو -She made the only Chinese edible things I would love to try -Love it -Do you want to visit her? -سبحان الله -يا جمال المقطع -✨💖 -One of the most beautiful video I have ever seen in my life..............wow.......so colorful of life.....close to nature......!!!!! -ولله هذه امراء عضيمة. -Việt Nam đâu hết rồi cho tôi thấy cánh tay của các bạn -👍👍👍👍👍🌷💙 -Em gái xinh quá!!!! -يا للروعة 😍😍😍😍 -كم أحب هاته الحياة. خليط من التقاليد القديمة و العصرية 💙❤ -أرجوكم من يجيبني ويقل لي أي بلاد هاته وإسم المنطقة بالتحديد ؟؟ -That woman is genius -I miss u jie jie😞 -wife material -Beautiful girl beautifully cooking a lot of foods. With perfect cutting stabbing burning crushing chopping sugaring. 😹😹😻😻😻😻😻 Thank you so much💖🎀🙈🙈💕💕🙏🙏🙏🙏🙏 -Beautiful😍😍🍩🍥🍲🌮🍯🍭🍬🍬🍷🍱👌👌🤗 -I want to marry her . Am I greedy ? -I'm in awe right now, this is the most amazing video and work ethic I have ever seen. I love it❤💕🤗 -С такой хозяюшкой не проподешь,умничка!💋 -В гармонии с природой жтвут,труженица,красавица,✊✋ -can anyone take me there?? -can i live life like this -Did she mixed sunflower seeds with sugar or was it salt? Looked like sugar, but I think it is salt. It is so much fun and interesting to guess the ingredients she is cooking with and watch her technique and guess the outcome. Her surroundings are always breathtakingly beautiful and the animals around her and the way she is caring for her grandma is always so cute. Makes me miss my grandma. She died in the age of 85. -Like, si bajaste a buscar comentarios en español -可愛的動画 -Hen hao! -wowwwww -anime irl -good! like -shes so pretty 😭😭😭😭 -what an amazing women -chị ra nhiều cl mà làm thịt cừu -Anyone else wonder if random uncle dude was going to blow up the farm with that jerry-rigged propane tank. -Sweetest little grandma ever!! ❤️❤️ -🥰 -Браво! )))))))) -this is heaven.... -ทุกคลิปที่ดู ทำไรให้หมากินบ้าง หมาได้แต่ดู ผอมน่าสงสาร😢😢 -Beautiful 😍 -Am i the only noticed that she kinda changed her style.. from a solo tough young lady into a sweet caring lady. Which is sooo good. I could now feel the love and happiness in her video. Just like the other lady (youtuber). I love both of them. -Aaaah. So relaxing 🤗 -👍👍👍 -It is so unbelievably cute how she is snacking throughout all of this ;D Well earned <3 -Show the selling are -Good vedios I didn't see this type of vedios Thank you what's your business -This is the life I want to live, but with some technology and little more advanced. This way of life is absolutely beautiful! -what different channel? whattt -You're too good -Hello I come from Italy and I must say that I love the way you use food and flowers to cook, and not only for that but also for clothes and other wonderful things I love you -The production quality is insanily good. -你的视频恭喜越来越有名 -中国哪里啊漂亮 -哇美女 -through this whole video all, I wanted to see was her interacting with the dogs!! -有文化又療癒的頻道已訂閱,個人喜歡看10分鐘影片 -im exhausted watching this -9:27 She plays with the next meal -Im telling you guys she's living in eden garden and is super human. Idk how she lifted so many fruits at one, I would barely lift two watermelons -Loving the Digimon Adventures theme in the background! It really stumped me for a while thinking where i've heard it before. -beautiful video ! what camera did you use to film the quality is amazing. -what type of meat that you were cooking, it is not sheep meet that you showed first in the video, it is too dark, disgusting. probably those dogs are for slaughter too. -Your puppies are sooooooo cute! -After watching this I realized how simple living is more satisfying to our soul. I am missing my beautiful province in Philippines. -❤❤❤❤❤❤ -Her pets follow her. -맛나겠다 - -Fue muy emocionante verlo, saludos desde México ❣️ -居然这么多人。。。。。好吧我想说的不是这个。好厉害啊,我也想自己做年货,奈何我的手它有自己的想法 -Китайская Золушка) -الله حياة جميله وترفه عدهم -ياقوم اين العرب -เวลาเห็นคุณทำอาหารฉันมีความสุขมากที่ได้ดูค่ะ รักและชอบดูมากๆค่ะ -Jamais vu aussi beau -Fisrt thing first I saw an Asian squat. -Amazing. I fell in love from silently watching this woman & her passion. -That is sunflower seeds nt melon seeds 😂 -Seems like I want to live with u 😂😍 nice place with full of fruits and vegetables... -Top ... -请允许上传您的视频 -Да ты молодец! Красивая картинка) -Бляя мне бы такую жену -ههههههههههههههههه يخبل -I want to leave the university and live like this girl -Oq eu to fazendo aqui -♥♥♥ -Ever-Karma -Она видать сильно заебалась -Katır kutur ses geliyor canım çekti. -this was so wholesome im soft -👏👏👏👏👏👏👏👏👍👍👍👍👍👍👍👍👍 -Omg... I feel running and coming to u -Such a beautiful video...I loved it a lot.. n the cute puppys n sheep the way they were following is just amazing and lovely lot of love to them😘😘😘💕💕💕💕 -Короче прикалюх приготовила на любой вкус. -Вот это ведро попкорна... -6:00 she is so cute phô mai que hột me chua nhung k chua -Love -The cat oven is so cute! -She you very good -Good very -This is SO BEAUTIFULLY filmed! Everything is gorgeous! Including the puppies and lamb! Such beautiful Chinese traditions and special rustic village life!! I'm subscribing to your channel! -You are the most caring person that I have ever subscribe to! Your very caring talented and I love your channel! -One of the best cooking video ever. Smooth with beautiful scenery, Soothing music, wonderful people n culture, just amazing♥♥♥ -Wow so nice -I want to stay with her forever 😭🙏🙏❤️ -Nhà chị lý tử thất đẹp wa ak em rất thích -😍 -Tudo é lindo nesse vídeo ✨ -شنو هالانسانه !! شنو هالحياة!!❤❤ -ジブリ実写化かと思った -You are so strong -Que rico una vida asi..tranquila sin estres..ni contaminacion... -Nice video thanks 🙏 -sooo beautiful! 😁 could you write the details in english too? wanna know more about what your doing in the video... -I want to forget my all problems and l want to stay here for forever -Seriously it's ls a heaven l want to go -Huihfuh -First l got on othet channel of corean girl who cooks a lot and shows their life over there. And now this one. These people are living in peace with mother-nature. Evrything is so beautiful! Now l got to see real life on thst part of the world. And this is so amazing! I see so many people are enjoying these vodeo's! Ceep up.. -6:00ビックリして跳び跳ねるとこ可愛い😌 -Wow!! -Aku suka sekaliii diaaa -اين العرب -ジブリ感凄い… -素敵 -Hermoso cuando das a los ke te dieron la vida lo mas sagrado el amor x sus padres me encantan los videos -beuatifull China girl.. heart touching -Is this real? I want this life! God its so beautiful! She does everything so effortlessly! -I love you from thailand -作ったやって売ってんの? -( ˙꒳​˙ )??? -评论全是英语,看不懂了。说明柒爷更受欢迎了 -Very very nice but good amazing -I love vegetarian food -She worked so hard -谢谢你的视频。 -有一种工匠精神以及人类与自然界结合的感觉。 -Beautifully videos...nature -Was waiting she will feed something to those hungry pups...Hope the pups know chinese people eat dog meat. -Can we talk about the Digimon music at 5:15? -Your working hard.i like it.but please feed 🐕 🐕 also -WONDER WOMEN!!!! -All I notice is the dogs so cute aww aww -Dear Ms. Anastacia Fang, I wrote all the Spring Festival foods down I love different cultures . Here in the States we do have some of the ingredients.. Love when Ms Li Ziqi jump when the popcorn got done. Take me back when I was young and my Mom made me popcorn... Thank you, Great Video email me paulblevins1989@yahoo.com -Nice video -Sound like a soothing asmr -Hermoso trabajo😍 -Omg the tiny puppies and goat at the beggin 😭❤️💖 -Please tell me which part of china are u,I was in Guizhou last time but I never had the chance to feel spring festival ...as I arrive on march ,n got home on september -好孝顺好可爱的子柒,自己怕的要命,蒙的却是奶奶的耳朵。吓得跳了吧?呵呵 -Nguoi việt đâu cho tui thấy cánh tay của các bạn đi nào -Que delícia de ambiente e comida. Tudo tão puro e natural. -Wowww...this is trully rich life.. -What does she put at the marshmallow desert??? Thank you -Very Very Nature...I love it... I remember my live when i was children . -What exactly did she put at the marshmallow desert??? -Is this heaven? Everything seems.. my heart😩❤️ -ma che cosa cazzo sto guardando -O poor little animal they things they are family 😥 -😍😍😘😋 -我还记得我小时候在中国过年吃糖葫芦,现在我在美国呆了二十年了,我的中文都忘了,我也忘了糖葫芦的味道😔 -😔 -I remember being a little girl eating tanghulu during chinese new year. Since then I've moved to the US and lost both my Chinese language skills and the memory or what tanghulu tastes like 😔😔 -وينجن يالعربيات انطيجن بس تجميل ومكياج ونوم شوفن النداره والنشاط -很漂亮,就是手不太連戲,下次注意。 -She got two puppies and one sheep she going to make toffee apples to sell very good healthy fruits thank you for sharing. Bless you all -This has ghibli movie energy and I absolutely love it! -花生瓜子糖葫芦,肉干果脯雪花酥——年货小零食 -Masyaallah 😊 -I really really love this typ of life...evry min working with nature...it's amazing...😍😍😍 -I like traditional food items and making with traditionally....i love them...spcly korean japan and chaina.....i am from sri lanka... -فيه عرب هنا -Yeees another world😍 -I love all your videos. They are so beautiful they make me cry. Thank you for sharing. ♥️ - -♡♡♡♡ -yami -very clean very amazing -Very good -Q lugar lindo... -😊😊😊👌😋😋😋😋 -I deeply admire the girl, she is amazingly talented and charming. Special thanks to her production team for such a relaxing video, I enjoy it much! Please keep going and salem from Kazakhstan!! -Super -Beautiful video🦋 -beautiful place .is that real place ? 😍 -I'm so glad I found this channel. Something about watching people do what they love so skillfully is just so satisfying. Idk how else to explain it. I love these videos to pieces. Please keep them coming! <3 <3 <3 -Lovely dear..... -感觉这是我外婆过年才会做的事情,现在已经没有人这样准备年货了,或许这也是为什么年味越来越淡的原因吧…… -I love your video. U r so sweet... your new subscriber from india🇮🇳🇮🇳🇮🇳😊 -Wow!! -You are blessed such a place woww where is this -Thai รวมตัวหน่อย -is this real, is this paradise, is she an angel...this is so very Beautiful... -Labor of love. -真好 -😍😍😍😍 -they use traditional way.. so wonderful video.😍can i join u 😅 -Đã chết lâu rồi ok -i'M WATCHING THIS WHILE EATING BREAD AND CHEESE... -好好看的視頻啊!!! -訂閱了~~ -العجبني مش اهتمامهم بالطبيعه بس اهتمامهم بالنظافه ..اتحسهم يشتغلو على نظاف ..الشئ اللي للاسف مفقود عندنا في معظم الدول العربيه -Cho hỏi cô gái này ở đâu vậy???? -I noticed that, she has a big busines over there and all over the world.... -Rock candy? Does it good for health? -So cute ! -How do I propose her? Anyone?? I am head over heels and hair over toes here. -Video ban lam rat hay va ti mi -oh no! 5:58 (7 nation army music meme) -I felt like I was watching a live action Ghibli movie -สวัสดีครับคุณเก่งจังทำได้ทุกอย่างเลยน่ารักด้วยชื่นชมครับ -You know , popcorn can be done in a much more easy way. No need to complicate your life in the name of "faceless" viewers. -Hello beautiful -Mbak nya luar biasak..bisa apa saja...pengen juga hidup di pedesaan gitu..semua serba alami... -That one seed less mango? -是一個非常幸福的生活想要像這樣 -I like everything you do. -She is married or not -原來這就是秋收冬藏的感覺 -Delicious recipe who agrees give a like -อิจฉาจริงๆๆ -Does any body like me observed that she is packing in plastic bags -Will you marry me ? - - - - - -Please !! -You are one of the best people who could ever exist on this earth :) you are beautiful, so hardworking, so skilled so amazing in everything..... - -Your videos are like medicine to me.... What a lifestyle -Really heart melted vedio -The background song and this video remind me of harvest moon~ so nostalgic~ -1番好きな料理チャンネル❤ -💛💛💛💛💛💛💛💛💛💛💛 -I am surprised....this type of place and the amazing girl really exists !!!!!! -braaaaaaaaaaaaaaaaaaaaaaaaa is subliminal excellent -Im cry.. -I really dream that amazing life you have. 😘 -جمال رباني ومشتغلةة هل شغل كلةة وعندنا جنها بعير واذا تكلي سوي شي تكلك ما اكدر اني اتعب -这个小姐姐好棒啊~谁要娶了她是莫大的福气 -....i need recipes xD -That looks so coole where u live.. I want to live there too 😂 And that looks very delicious💖 -Эх, как же она прекрасна -Beautiful. -Lạc trôi có ai như tui hk -I wish I will have my wife same same her.. I'm sorry I speak ENGLISH not well.. -ปกติแล้วเป็นคนที่ไม่ค่อยทานอาหารจีนนะ แต่ดูคุณทำแล้วรู้สึกอยากกินเลย -พวกสัตว์ตัวเลกๆน่ารักมาก -น่ารัก และอบอุน -😩😩😩❤️❤️❤️So yum -Anybody knows the first song’s name ??!! 😢 -Who is the beautiful girl... She's have all i need as my wife... Do u want to marry me 💕 -I want to live like her huhu -The real question is how old is she? -Wow! Absolutely beautiful video of living a simple life, but of course working hard! Where in China is this please? -ego was set aside in making this video -Harvest moon in real life -I love this vid.. funny with the pop corn.. lol -Cô này trên fb -I love her, very cute and smart, healty life with healty view 👍👍❤️ -Que hermosa mujer cuanta sencillez y talento -Que lindas las mascotas 😍😍😍😘😘 -Demasiada paz transmite este video. Quisiera estar ahí y hacer todo eso, cuanta perfección! -The music is so satisfying -The amount of diabetes you get after looking at the rock candy -Sunflower seed not melon seed -Ni hao! Wo xi huan Ni de video hen piaoleng 👍👍👍 -oh wow that is so unique , i'm so happy to watch your video ,,你好 from Egypt -ㅍ퍄ㅑ -Do you have a young sister who also has a YouTube channel and live and cook like you? I think her name is Dianxi ...? -I'm eating while watching and I think I'm in the wrong place -Hermoso -😘😍😘 -Что это такое, мать вашу?) -Love you 💗 from russia -My God! I loved this video! I want to live with her!! -Your v talented -meen cantaron -قرمة ماشاءالله عليك -I just thought to myself 'this is beautiful' when I saw the beginning but when the Digimon music actually kicked in at 5:16 I genuinely fell in love with this channel. -Your photo has been rated thanks -why the hell their mangoes do not have a seed !!!! @3:12 I'm so jealous. -not only is the area beautiful but she is beautiful as well and the food looks amazing ❤️❤️❤️🙌 - -5:57 cute😊 -Why is it so soothing to eyes -Id love to taste that spicy beef jerk -i love how traditional and rustic everything is -不要吃狗跟羊 -شوهاد -What a nice life... -She is a genius -Aun asi muy hermoso...el video -Todo muy hermoso pero porque vinieron ,chinitos a joder y robar la fauna y recursos de mi pais: Bolivia Ah? -I dont understand how ca everything from vegetables to chestnuts can be grown and harvested in one place! She has almost everything -so nice -write your WeChat Id.. -哇!好想生活在那里啊! -نايس❤️احب ذا الجو🥺 -thats background song make me remember about harvest moon :D oh god, please sends me a friend like this. -What this instrumental song in backgorund? -i'm from indonesia neng -Thats sunflower seeds, not melon, tho this is beautiful -I wish I can get the recipes for all the snacks she made😕 -6:00 😂😂😂😂 -I never know you can pet a sheep -Breathtaking videos ,wonderfull way of living ,I want to live there 😊 -爆米香好吃 -我的前女友很喜欢这个姐姐 -Em in Love wit the puppies 😥❤❤ -Waaa 😍😍 -💙 -You are very lucky people..😊..beautiful place... -เก่งจัง -This really reminds me of these historical drama I've watched! Chineese/Korean so magnificent! 😍 -え、実話? -まじのやつなの? - -日本人を探せない - -誰が撮ってるのっていうアングルの時ある。 -In the place where i came from (Northwest of Spain) we pick the chesnuts without that thorn-cover. It's kinda weird for me because you got everything and then you removed the cover from the chesnuts at home. In a different way, we sort it out in the same place where we got them. -예쁘당 -wow so beautiful -Wow wtf this is beautiful I wanna be your best friend -I like you -This is life. -韓流ドラマの音楽やあ🥺 -Brasil? Estao aqui? <3 -i absolutely love how she tries to cover her grandmothers ears but shes the one jumping in fear 😂 -আমি আসতেছি তোমাদের বাড়ি। -I am coming your home...... -Why is the music so sad? -横顔新垣結衣、たまに土屋太鳳って感じで美しかった… -またこの雰囲気最高に好き…🥰 -Wow, i finally hear her voice -I just visit heaven ☺️😍😍 -will you marry me please ? -Wonderful 💚 -Those two little puppies and sheep have stolen my heart -rasanya aneh -世界和平有子柒小妹妹一份功劳。哈哈 -anh -아빠미소가 지워지지 않는다... -Puppy very cute​ -10:05 awwwwwwwwwww SO CUTE <3 I LOVE ALL OF THE LITTLE ANIMALS <3 <3 <3 <3 -This is so satisfying 😭😔 -Ill but everthing from her she dont need to work anymore -Very 2000 var beautiful -那些小狗和那头羊真可爱啊。 -...is that a cat-shape oven? -怀念家乡的冰糖葫芦了 -OMG, so cute, I am watching, it make me feel ancient and delicious -I wish I could come and visit you.hugs friend your so amazing💞💗💓😘😍 -น่าจะแซ่บ -Потрясающе -越來越商業了 -Why the music is so sad -好喜欢这样的生活节奏犹如世外桃源 -she lives in a paradise. I want this kind of life. -I love watching this.. feels like a game/anime -Everything looks so easy n Instagramable. But really..... -Your family must be so proud of you! -Multi talented gurl🤩 -Thiên đường là đây. -I like you -ชีวิตเรียบง่ายไม่ต้องอะไรให้มากชอบต้องการแบบนี้พอ -中国传统文化最优秀的继承人 -btf -Hello! are you running a family farm or a family restaurant ? Your food seems excellent and it looks like you are cooking with passion.Nice. -DIera la impresion de que la china es una campesina que vive con lo que la finca le da,pero de la forma que editan los videos se ve que es algo mas profesional que artesanal,tal vez quien anda por ahi sea Jackie Chan. -Waw jak ty to sama robisz -hen piaorang -仙女姊姊~ -Good production!! -Ae Việt Nam 🇻🇳🇻🇳 chúng mình , đôi khi tôi ước có cuộc sống hạnh phúc và êm đềm như thế này không biết mọi người thấy sao. Dù bây giờ tôi mới có 18t thôi chưa hiểu chuyện nhưng mọi người nghĩ sao? -A co to za państwo? -i love your tiny animals -Hi, i'm from sri lanka 🇱🇰. I love your food recipes..... -Love this channel... It's a beautiful place, hardworking life though. I'm watching the videos one after another. :-) -Who im from VietNamese -太厉害了,这么多好吃的零食都自己做 -”they are showing that there are good people and beautiful places in China! Totally not true!” “When you have the word ‘communist’ in any part of your government/country/society, only shit will sprout out of it!” Sometimes I envy these people, the world must be so simple for them. But again, only sometimes. -Wow nice -When do the two puppies eat ? ❤️ -小狗,小羊,好可爱哦! -xinh quá z :>>> -so soothing to watch, ♥️😍 -Your video was like a Blockbuster movie for me full of climax scenes... -Dam shes beautiful. -So cute ❤️ - -Siim tu años -☺😌 -How long does that food last or expire? -I hope those dogs are not dinner. -Amazing -Luv the way u take care of ur grandma -So sweet🤗👍👍👍 -She make everything so easy.. -Reallife harvestmoon -Amiga esos dulces ceben😉😱😱 lindos -👏👏👏👏👏👏👏👏👏👏 -Chỉ biết with -太厉害了吧!! -My internet crush. -🥰 -Such a loveliness and authenticity. - -These are wonderfully filmed and edited as well. -Ahh this reminds me of childhood. -I want my Dacha back :'( -手工製作不簡單 -👏👏👏👏👏 -I love that part when the man uses one of Bumblebee fingers to make popcorn. Careful beautiful lady, you may've warned the Decepticons. -What ever that fruit is up thats in a tree thats shaped like a pear that way to get it down is so smart WHO THOUGHT YMOF THAT INVENTION I NEED IT -ياربي تغذيه بصرية بس وش هالكرف😔💔😂 -Finally English ✅😍 -Que bonito * - * -https://youtu.be/3bAIBg_bs2A侵权越南账户 -😘😘😘😘😘😘 -Lovely ,peaceful great videos ! I wish I was there ! -yaaa şakamısınız harika bi yer burasııı -泪目~~有很多感触和共鸣 -Two faces of eart . China = heaven .. europe = hell -Roasted chest nuts, yum!! 3:23 Making dried mango? -Did you make those marshmallows too? -I love your pet goat or you might eat it later? =( -为你点赞 -❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸 -Yummy 😋😋💖🌷 -I'm really happy you have a YouTube channel, I first followed you on weibo and then I discovered you had this channel, which is amazing! -اكو عرب بلطيارة -Oooh my God that little little cutie 🐶 puppies Mmuuuhhhh,, I love them,,, -👍👍👍👏👏👏😋😋😋 -🌼🌻🌸 -7:35 what is the name of this dessert? -fuck those dislikers -,( -Sacha Inchi -does anyone know what ingredients were in the pot when she made the marshmallow sweet? there was a white powder (baking sugar?) and a yellow liquid on the bottom (butter?). please help! -Pour qui fait elle autant de nourriture???? -She lives in a paradise!! -Sống ko ganh đua ,đố kỵ ,hạnh phúc vừa tầm tay ,ko âu lo -Apakah ini surga??? -คนไทยทางนี้ -letci -я хочу к вам жить -Felt like I was in a Ghibli movie or something. I wanted to be transported there! -I love this movie. -Can I live with you? I swear I will eat all of them ....🤤😁😬 -Love your video!! So nice -God bless excellent presentation -8:27 - 8:47 -Am i the only one person here who takes one piece of food to eat it before i plan to arrange the food? -Heaven on earth ❤❤❤ -Nature's beauty is truly amazing I must say 😭😭❤ -She full of skills -Everything very natural and organic! -6:00 -in love with the moment 6:00 !! -You are located in China or Japan -Cute girl 😍 and yummy food 😋😋 -احلى عيشة صح تعب بس حلوة -还是喜欢滇西小哥 -Где же этот волшебный мир??😁 -Very nice -很好吃啊!我也要吃一些!😋 -💝 -Chi ay that tuyet,cai gi cung biet.cuoc song binh yen. -I love you -Really..? Who r u???? -美しいビデオをありがとう!💖💕😌 -May god alway's bless you..tq for give me one lovely joy..tq again.. -This is heaven on earth 😍😍 pls teach me how to live like this its a dream come true -หน้าอร่อย -เปลือกเก๋าลัดเป็นแบบนี้นี่เอง -How old are you -She is hardworking full of skill and she deserved to release of recipe book.i love the place of surounding. -Le paradis est juste à côté pour quoi attendre ??? -I’m glad I stumbled upon this channel. Amazing! -Salem from Asian neighbor Qazaqstan 🙂 -爆大米花,想吃 -I have watched every video that she post and i love her so much -Thank you -Maaangooooooooo -wah bagus kreatif -Is that real world? Why she always get indegrients for cooking? -I want these chestnuts! -is this Little Forest in a real life ? -This was such a beautiful video! Thank you for sharing! It made me miss my hometown so bad :'( <3 -هاي النسوان -OMG!!where do you live😍I want to go there......I really loved it.. -Hi lovely sister. I m a big fan of urs. -Wonderful ~ -ابو فروه 😍😂 -This video is so weird but it's so pleasant 😍 -スイーツ作ってると思ったら肉が出てきたり えっってなるけど美味しそうなのは確か -Its like movie -حبيتك -Heaven.... Where is that. -WHAT DID I JUST WATCH?? OH MY GOD LOOKS SO PEACEFULLY THEREE!! I WANNA GO THERE IF I HAD MORE MONEY :)) -Wow nice video😍😍😍 -Keren bgtsi 😍 - -Too much blessings 😋 -Người có hoa tay -Có ai Viêt Nam không -0:23 so adorable 🚶‍♀️🐕🐕🐏❤❤ -Am i the only one who's concern for those dogs 😕🐕 They want to have some of your food 😔😊 -So cute -Get to know Ki ZiQi - Enjoy reading https://raknife.com/li-zi-qi/ -Very nice video....and the sweet looks yummy.... -where she lives is a heaven -Que hermosa me gustaría tener una esposa china 😍 -I am not sure how I came across this. But what delightful video...we want to come to the festival. -Wow, i really like the peaceful setting , it’s so beautiful!! -Unbelievable labor and hard works for a small girl! Amazingly skillful! -So much love! -Giỏi that uoc j co vo nhu z troi -你用什么相机? -I like every thing about this video but just a bit worried about her not putting on a hat while picking chestnuts. It’s not lethal but it sure hurts if they fall on your head. 😂 -المنطقة والبيت وكلشي حلو اتمنى اعيش هيج -this puppies i love it.. -give them some snacks, they helping!! -اكو عرب -I AM IN LOVE WITH YOU MARRY ME PLS PRETTY LADY -جميل جميل -I loved it. So neat n clean n now ready for winter -I’m so glad YouTube suggested me this video! It’s for sure among the most beautiful videos I’ve ever watched. Everything is so carefully done and the editing is so sensible. I’m just in love with the channel. And the girl who cooks and does everything (haven’t found out her name yet) is precious. She looks like a green/forest fairy... Please keep doing this amazing job :) -😘 -😍🙊❤🌷جميل جدا -Ini cewek udah cakep,manis,pinter masak,bisa bikin kue,lengkap bgt.tempat tinggalnya,dapurnya bersih,bantuin neneknya,kreatif, -cewek idaman bgt,hemmm -I love that little white sheep who acts like the puppies -好喜歡他…… -BEAUTIFUL! ❤thank you for sharing this amazing atmosphere, it gives calmness and peaceful joy. But where all that incredible organic sweets are going, to local market? -free Tibet!! -great quality , like how its made. -Greets from a half Chinese half Thai woman -who lives in germany, im not often in asia -to visit family so this is nice to see. -I would like to visit your place and stay for sometime learning all the things -I don't know but I find it and felt it very nostalgic.... Just love this... -Paradise. -What a beautiful video...i have ever seen!!! I would like to go to this place... M just loving whatever she is doing....out of the world!!!💐 -why did she coat the peanuts in dirt? -Who will hate u? -Me encantaría escribir en palabras lo que siento al ver este vídeo pero es imposible, gracias por compartir. -Es hermosa esta mujer. -Trabajadora y dedicada, un amor -<3 lo que daría por alguien como ella. -Anyone noticed how she pulls out a chunk of meat and then the sheep is suddenly gone and nowhere to be seen again?!!!! -That's the simple life I want in the future! Having a farm cooking in an organic way it seems fun! -She has a art, also she has focusing , passionate and hard working personality. And that is the only art of living a life. In my opinion.... -Sya menyukai video ini kerana berfaedah. Dan unik -Which your place?.Very good -영상미 장난 아니다 홀린듯이 다 봤네 완전 힐링 되는 영상이에요ㅠㅜ -She's so pretty!!~ - -*I'm jealous T^T* -Bữa nay thất tỷ làm món ăn gì đó kp hiủ -The dogs so cute. -Want eat too -I love you anita and lipu -How do you do? I don't know -اني من العراق😊 -Dogs so cute! -00:14 jesus is this the next disney princess movie? -所々ガッキーに見える🧐とっても癒されます💓 -Xemphimminhlantruyen -Nó mi -Did she kill the small sheep??😨 -I love you -I need you in my life 😍!! -صحتين و عافية 😊 -Precioso.. parece un cuento.. -好喜歡你 >< -After watching this ! I hate my life and I feel like I'm not healthy at all -ดูสามรอบชอบมากเธอเก่งมากทำเป็นทุกอย่างฉันรักคุณ😘😘😘👍👍👍❤️❤️❤️❤️❤️ -I can't stop the replay button, watching it again and again, so satisfying 💖 -this is the most beautiful thing I've seen in a while -5:57 so cute😳😳 -คิดถึง -Nice -Is this her real life? or something drama? -I want a pet lamb!! -ชอบดู -Beutiful -i wanna go there.. love sangat -Somehow it reminds me of "Harvest Moon" life. -Amazing life -Wowwwww 😎😱😱 -Omg. . everything is available in this place. .looks like heaven -I loved that puppy very much 😍😍😘😄 -菻你梠葭4口54 -Please anybody tell me where is this place? -marry me -北方也有炒瓜子和花生啥的 -Hello. What is her name. Tell me please -Loved the video and the hardworking you have done to get this to final product. -ชอบจังเลย -Woww -*XRYTHELP* THE VERY BEST YOUTUBE CHANNEL HELP THERE IS TOTALLY FREE !!! SUBSCRIBE !!! -Such a nice place to stay -This place is how humans should live. You have a beautiful life. Thank you for the awesome video’s -ジブリ過ぎる -hermosa¡¡ -美しい -what song is this -Hello? Where are you right now? I’m calling you from this breathless and polluted city. - -I want to go and live there -Thèm quá -Cô vợ mơ ước của bao chàng trai 😌 -4:52 Esa carne con verduras parecía lomo saltado :) - -I'm so glad I found these videos. They are amazing! -Love your life😍😗😙😘😚 -2次元の世界???? -life!!!! -It is pleasant also to discover your neighbours. They do help much in Chinese village. When he build house, or need help for the pears season, or wrapping of fruits for when the buyers come to the village, the neighbours help my father in law very much. And he helps a lot in return also . When I arrived 17 years ago , I was astonished by even the well drilling process, I loved being carted away in a tricycle, must have been because I had only lived in France or London or Munich . God , i love Sichuan food, more recipes please! Vegetarian ones please! Vegetarian hotpot? with tofu pi, Kailan, and mushroom.lots of mushroom. Much love from Beijing! -¡Que hermosa chica ! 😍 -que increíble y fantástica eres 😊 . -Saludos de México -Paz y bendiciones. 🙌 -Melon seeds???? WTF? -I wonder how well she did in world geography.. ha... -She is so cute😍😍 -What is your name -She is so pretty -i just wonder how she films. does she leaves the camera on a specific spot then return to it again? How 'bout putting the camera on a spot then where she can be filmed as she walks and walks on it again... -Natural food & nice girl. -我的天啊。嫁给我 -Oh! In my hometown (Việt Nam) has the same way to make popcorn about 10 yrs ago. memorable flavor! ❤️ -I want to live like this..peaceful, happy and contented. ❤️ I love to watch this kind of videos. 💕 -子犬と子やぎが見ていて可愛い -The puppies & lamb following you at the beginning was too cute! -I think i can live my life without smartphone anymore there, so beautiful village -con gái trung quốc đảm đang và xinh đẹp -Cô bé này mới đúng là thiên thần nè cái gì cũng biết làm 🌟 yêu cô này nhiều lắm -When will the prince charming on the white horse come? -Where is this video shot -Is that her real house for living? Or she just stay there for the recording? -I want to live there 😍😄 -👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗🤗👍👍🤗🤗👍👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍👍👍👍👍👍👍🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗👍👍👍👍👍👍👍👍👍👍👍🤗🤗🤗👍👍👍🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗👍🤗👍🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗🤗👍🤗🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗🤗👍🤗😭🤗👍🤗🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗🤗👍🤗👍🤗🤗👍🤗👍🤗👍🤗👍🤗👍🤗🤗👍🤗🤗👍🤗👍🤗👍🤗😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗😘😘🤩😘🤩😘🤩😘🤩😘😘😍😍😍😍😍😍😍😍☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺😊😊😊😊😊😊😊😊😊😊😊😊😊😊😛😛😛😛😛😛😛😛😛😛😛😛😛😇😇😇😇😇👍👍👍👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏🍏🍐🍐🍏🍐🍎🥑🥦🥔🍓🌰🍆🍐🍋🍌🍅🍌🍐🍐🥑🥒🌶🍏🍈🍑🥔🥕🍅🍆🥝🍊🥕🥄🍸🍴🍽😚☺☺☺☺☺☺☺☺☺😚😚😚😚😚😚😚😚 -OMG!sooo delicious.....love it.ilove all your videos... -Just amzing nature , i wish if i can live in such an amazing place ❤ -Sweet sweet -羊はどこに行った? -Where is the sheep? -Just love everything in the video. -An awesome life full of joy. -Mary had a little lamb 🤗 -What a peaceful place <3 -I love this channel but I had to stop right there with the popcorn... Amazing!! That, with everything else she/they do! -Онеме -She’s living my dream. -I always dream to have a life like that, simple but, wonderful. -هل صحيح هذهي حايتك ام تصوير فقط -Anti-stress thanks -Rumah idaman ku banget pekarangan yang di tanam i semua jenis sayuran di tambah lagi ada bunga favorite aku bunga mawar ini bisa untuk relaxation 😍 -Are you buff boy -我愛你,恭喜你,我的朋友,你是一個美麗的女人,你也很有才華,我喜歡你的視頻,來自秘魯,美國的問候。 -Que maravilla -that puppy seems so hungry :( -Oh MY Gosh I LOVE her videos made me cry. Why our life would not be so relaxing in the west. -The pups are SUPPER ADORABLE!!!!!!😱😱😱😱😱☺️☺️☺️❤️❤️❤️ -شكون عربي يبان هنا -Those puppies seemed in such a bad condition. Why didn't they get any food hmpf -Người đàn bà tuyệt vời -Not fried melon seeds but fried sunflower seeds. My favorite :3 -إبداع و الإبتكار -Cantik..❤❤ -過個大肥年 -How much hard working.... God bless you -IT's was a dream???? -WOW...!!! -أنا فكرت انها تطبخ للغنم و الكلاب -What track did you use for this video? It was so calming -👍⁦🇩🇿⁩😘🐏🐏🐕 -Liziki I have become ur fan. Such simplicity n so enthusiasm 2 do every chore of work. Kudos 2 u gal👏 -Такое залипалово😊 -Amazing wow -Very cute! Legend only ❤ -studio ghibli world in real life 😂 -رائع جداً -She's so young and beautiful, yet working so hard. Bless her 😊 -Nhiu buoi qua -I love you -I love and envy her way of life, simple and beautiful, just like God intended it to be -nice -WoooooooooooooooooooooW -Utterly amazing and inspiring. I wish i was as good as you. -Cute girl!!!!! LOVE you -i want to taste that all 😣 -Собачки прикольные -The second background music is from Digimon adventure OST #27 😂👍🏼 -What a beautiful place.....it is heaven...... -I wanna lifestyle like this -She is perfect, wive material. Marry me x3 -The grandma is so cutee, she must be very lucky and happy to have you. -Você cozinha muito bem. Deu até vontade de experimentar. Parabéns. -Background music is amazing...........its soothing... Keep on doing hard work plus keep on choosing nice music too -ผู้หญิงตัวเล็กๆทำได้ขนาดนี้เก่งจัง -你住的地方是个宝藏、什麼水果、也有啊 -Cute I love you and you? -ini cerita tikus mati dalam lumbung ( tehnik bertahan hidup) -This made me so sad and I don't know why,maybe the music,or the animals following her around. I don't know. But I'm glad I randomly found this,I love it. (Talk about good quality) -She so cute -🤤🤤🤤🤤🤤🤤🤤🤤😷 -I need her -From the very beginning, all I wanted to see was, the pups being fed. -1:09 Oh my dear😘💖🐏 -👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍😋😋😋😋 -chó chị đẹp quá -So clean and fresh... I am amazed. -Lm clip hay quá -She is princess No crown No dress :) -Oh ...i love all of the food there -كويت - -🦄 -Mi-Mi-Mi) -ชอบมากครับ รายการมีสาระดี -ทำให้ผมเกิดไอเดีย - -thank you! -مين عربي👍 -존경스럽다 -Hello -I come from Thailand -. -You come from?? -Hello))) How good that I found you. You give such peace and harmony. What is this yellow huge fruit? What's your name? -I like to watch your video. It's very interesting. I am Russian. Thank you! -This really good video .. I love the food and music Digimon 😢 -Beutiful -I envy her life and i envy her world... she's far from our world full of competing rats... -😍😍😍😍😍 -BGM悲しいけど犬かわいいな -凄く綺麗な映像ですね。 -とても癒されます。 -Việt Nam đâu hết rồi 👋👋 -can anyone tell me anything about this amazing girl? I mean - does she run a shop? why is shewrapping up the snacks? -Do you live in heaven? -the puppiessssss -Love 😍From Bangladesh 🇧🇩 -please dont cook the dogs -وربي مبدعه 💖✌ رغم البساطه عملت كل شي الله واكبر✌💖🍓 -The dream girl -This is the type of woman I need to marry.. Smart beautiful and motivated... I love the culture ! I need more please -Круто))) Захотелось в гости приехать))) -9:49 so cute xx -there should be patience enough to cook all this stuff -beautiful life -Essa garota é especial,muito simpática ,meiga e inteligente. Continue assim querida e terá muito mais sucesso. Parabéns por seus belíssimos vídeos. Uma ótima e boa vida para você e sua família. -Bà đáng yêu quá 🥰 -Fake -This is the peak of how melodious life can be!!! -Pleace instgram you -ซื้อขนมชนิดนี้ที่ไหนน๊าอยากกินจังคนจีนสุดยอดแห่งการแปรรูปนะ -I love the simplicity of your life, sana ol -💕👍🏻👍🏻👍🏻👍🏻 -😻😻😻😻😻😻💞💞💞💞💞💜💜💜💜💚💚💚💚💚💝💝💝😗😗😗😗👍 -Looks scary how she holds the chestnut while cutting with a cleaver at 00:47 -Please feed puppies. They look hungry ((( -Nggak ngerti -Good!!Survival😍ada gak sih disini yang nonton indonesia?? -加油!支持 -Would love to try all the food that she cooked looks so delicious 😋 😍❤️❤️❤️ -Ước gì sau này cũng được sống an lạc thanh bình như vậy là hạnh phúc rồi. Vài năm nữa chỉ mong an yên sống . -What did he use to make popcorn ( 5:37 )? -I love to live life like this one simple and enjoy life every day -God bless you girl 😇❤️❤️ -De siente ASMR 😍😍😍 -観ていて飽きないですねー。 -That popcorn! 💥 -She's like the human version of Aoi from Kakuriyo no Yadomeshi <3 -You're amazing,i see you from vietnam.i love your channel ! -No entendí ni madles -I wish I can marry here she’s awesome -What a girl she is, there is no pain on her face while doing his work, she is loving it, god bless u -Her grandma is the cutest thing ever -Es el paraíso 🤗 -I wish i could marry someone like her 1😢😭 -The sound effects... the clanking, the chopping, the knocking, the pouring, the frying, the stirring, the popping, the crispy, the paper folding.. except for human and lovely little animals sounds🐑🐕🐩🐾🐾.... -By the way, did anyone notice that her outdoor oven is a doggie face🐶? -Chưa comment bao giờ nhưng coi đến bạn này phải nói là bạn giỏi thật. Xem ghiền😘😘😘😘😘 -her vids make me feel grateful -I like this kind of life. It feels like you live in a movie life -@nehakapoormp -#nehakapooractress -#mumbaineha -#nehakapooractress.weebly.com -NEHAKAPOOR007 -the music at 5:23 or 24.. that was used in Digimon! -Làm kẹo và mứt để ăn tết phải không ae VIỆT NAM!!! -👇🏻 -Hola -That is one cute ass oven !! Lmao -A esto lo llamo sobrivir a lo antiguo🙂 -Cool video 💕 -子柒辛苦了~ -do u have instagram ? -可爱的小狗🐶!我看天气 很冷, -可爱的小狗🐶!我看天气 很冷r -可爱的小狗🐶!我看天气 很冷 -:0 oloko -каво? -Como eu vim parar aqui? -uhauuu tudo muito gostoso! ótimo vídeo parabéns! -Como eu vi parar aqui eu não sei, mas gostei -I love when they're popping the corns and she's all frantic while grandma is just there, all smiles and chilling. LOL They both so cute! -Could you guys put the Chinese back in the title along with the English? I like seeing it there. -সুন্দর ভিডিও। Loved it. -Hermoso -What a nice ASMR it is. Do enjoy it -She makes her own snacks and jerky like talented can this woman get!?😍😍 -She’s so cute tho😂😂😂😩😩❤️💝 like she can cook, loving, caring her grandma-pa such beautiful granddaughter and wife material ❤️❤️❤️❤️❤️❤️❤️❤️ -I want marry him -Wow you’re making me hungry in the middle of the night. Girl you’re certainly good at cooking... very talented. -Is it drama or something? This is so beautiful 😍 -What a beautiful life.. Most of us live in such desperate materialism! -Her grandma is so cute! She’s happy to have you! :) -What kind of cam use for this fantastic video? -Is this what heaven looks like? -Paradise -When she waved, she’s saying: grandpa, please wait a second... -What’s rock candy -I’m also from Sichuan, but Li Ziqi is way more environmental friendly than me! -It’s just perfect -She is a master of cooking . -Wwoooaaahh..!!! Itu semua sangat luar biasa...!! -طبعا شكد احب هاي المخلوقه .. تحسه انسانه مبدعه . كلشي تعرف -why doesn't she touch the animals? (she could wash her hands and continue to cook.) love to see some vegan versions! -Can I be your neihbor please -I live in Kyrgyzstan -I live nearby - -Господи, средневековая жизнь -Hermoso video -Amazing.. -wow . what a wonderful life... so natural and surely you will never go hungry. -I like ur video 👍👍👍👍👍👍 -I love this girl 😭😭 -My Gosh!!!you are soo freaking talented👍 -Music? -Wow! This video is so amazing in many aspects... Congrats! -i can Watch that kind of video all the day -Your home is so beautiful! -I wish I could be in your place ❤️ -Saya tidak mengerti ini apa -Can they adopt me for one month? -Хочу такую жену -😇 -여기 나오는 모든게 귀엽고 귀여우심 -Love the dogs , so cute. -She is so afraid -So lucky I am to have found this channel, -with love from Thailand 🇹🇭 -H E R M O S O V I D E O❤️ -احسن حاجه شفتها النهارده -J'arrive! Hummmm ça doit être délicieux tout ça! :) -😍💕 -Very happy life everything there -Just like a fairy tale😘😘😘 -Oh my..can't believe..finally,english subtitle..,😭😭😭thank u for it. -حبيتت 😍😍😍 -ابداع ... عمل متقن ..محتوى جميل ..شكرا لك 💗 -I cried because she’s so lovely and it’s a blessing to see this.. I’m pregnant might explain why I cried -I wish …….we maries -ماشاء الله -it,s beautiful life 😍 -Super 👍👍👍 -I hope and I am living with you is the most wonderful place and living style in this wonderful, but I can't because of lack of money.😞 -I'm so glad that I've found this channel by chance. I'm in love with it💕💕 -What a place 😹😹😱😱😱😱😱😱😱😱😱😱😱😱😱 unbelievable -I like your life❤ -美しいですね。 -The Council of Men - - -Approves -5:57 over acting allert -BGMが悲しいからなんかこの人貧しい暮らしをしてる方なのかなーと思ってたんやけどめちゃめちゃいい暮らししてるやん -大変だろうけどこんな暮らしがしてみたい -😮😮😍😍👍👍 -Chi đẹp wu -Rajin hebat luar biasa!!! -Hao kan! -Woww ur so awesome...i luv tat girl ... -She lives in an adventure rpg village -Seems she has a shop -Nice good -What a beautiful life ❤️💕 -Im in love with this vdo but theres 1 thing why whole day c cooks how many people r theres to eat does c sold it ???? -💛 No words😊 -This video gave me hope ❤️ -大家让开,我要替你们娶了她 -Give some food to the puppy's -Achchha -That music...your life style feeling good....oh my god I want to see you... love from INDIA 🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳 -U see the puppies see the goat😍😍😍 sp cute -💖💖 🌷Macha'Allah elle es gentille aussi intelligente et très calme qu'Allah me donne une femme pieuse ! 🌺 -とにかく可愛い。みんなかわいい。 -ジブリ飯並に食欲をそそるし、なにより建物や道具の雰囲気が大好き…(語彙力) -これは神チャンネル -رائع جدا -Hi, i'm from indonesia 😊 -6:00 haha -make your own restaurant -This is so satisfying!!!! -Stupid thats not melon seed but sunflower seeds -精彩視頻你是一個非常勤奮的女人,你所有的產品看起來都很美味,我把所有的敬意都委託給你。 -全能高手李子柒 -Your family is so lucky to have amazing skilled person like you -u r a bless for humanity, for those who can watch your amazing work and videos! i love you! be blessed! -u r P E R F E C T !!! Be blessed , beautiful and intelligent girl! -祭りの準備? -家族でお菓子屋をやっている? -誰か教えてーー!!!😫😫😫😫 -Fried melon? I think that one is a sunflower seeds🤔🤔🤔 -I like your all video .😊 -ติดตามค่ะ -Is this heaven ? -Такое умиротворение,спокойствие,красота-Райский уголок.Спасибо вам, вы показали нам свой мир,особенно я ощутила теплоту вашей души и как вы с уважением и любовью относитесь к своим пожилым родным,так мило это.Спасибо -wow amazing!! -能收割自己的成果是件多么美好的事。 -Isn’t it wonderful to reap what you sow? -your bake oven looks like Totoro -Beautiful place..good nd keep it up -her side profile remind me with Jo Yuri -ดูแล้วมีความสุขจัง คิดถึงปู่ย่าตายาย คิดถึงชีวิตเรียบง่ายที่บ้านนอกจัง -ทำไมขึ้นแนะนำก็ไม่รู้แต่ชอบมากกกกด -Love -I love your place -谁娶到你真是莫大的福气 -She has a small body but she can do anything😁 -Those tiny babies with you are sooooo beautiful 😍😍😍 -Wow, i love you 😘😘😘😘 -*looks at the meat* -*squints* -Wait a minute. WHERE'S THE BABY LAMB. -Супер. Прешли мне посылку сладостей))))) попробовать в Москву -Em yêu tỉ tỉ quá -Skoranws đau -👍👍👍👍เก่งๆน่ารักด้วย -I like 😍 -Thả cho bà này về cổ đại bả vẫn sống tốt =))) -I love the animal😍💕 -かわいい - -روعه -Очень красиво!!! Спасибо! Вы - супер мега крутая!!! -Dogs are cute 🐕 -From which region is she? -Her grandmother and grandfather taught her well👍🏼♥️♥️ -"Chinese rice, Japanese wife" -I liked watching this video, I think the chinese are more intelligent than black people -Anyone knew the first backsound's song?? From 00:22 - 05:11 -Love from Pakistan ❤️❤️ -Well done 👍🏻 ❤️❤️ -i love your videos ❤❤ ultimately rekaxing up to my soul. - -Ps. You also look like "Mina of TWICE" 🤗❤❤ -👉i love Minaaaaaaa😄 -So calming.. Watching before bed time.. Fills me full of peace. Makes all the stress and worries of the day fade away.. Will sleep well. -Có ai người Việt không nếu có bấm vào đây thảo nguyên ➖ -Quá đầy đủ. Sung túc ấm no thế này thì cần đến nam nhân làm gì nữa chị ơi -wooow -Felicitări, ești o gospodină foarte priceputa! 😃 -ชอบวิถีชีวิตแบบนี้ รู้สึกสงบ ไม่วุ่นวาย มีความสุข สดชื่น มีอิสระ ได้อยู่ท่ามกลางธรรมชาติที่อุดมสมบูรณ์ -If ever I get married, I'd like someone like her. Haha. I can't be the only one. -李小姐,如果我有一天要找到對象,我要一位像妳那樣的女人。哈哈 -李子柒 Do you eat dogs? -Miss, i'm ready to leave my city lifestyle and live there with you, I love gardening too and been doing it since I was little and i'm a pretty good cook too, dunno if I fit to be your husband. 😍 -อยากกินนนนนนนน -Thank you! -Hello from Mexico!! -Will u marry me -你不仅是一个美丽的女孩,你是所有男人的梦想,在一个妻子的角色 -힐링 -good -i adore your puppies... please taking care of them -I see doggo I subscribe -So peaceful ❤️ -太厲害了 不得不佩服 -Such a great person Ms Li. . -Wth does she live??!! The background reminds if the art that they have on thise lofi thumbnails. If so, let me live there too! -3:12 you better think twice about that knife , it will slice and dice you twice! -So like, is it just me or do the titles go from chinese to english when i click on them? -Me encanta !! Me relaja tanto ver los videos. Felicidades !!! -Do you have an Instagram account? -大分麦焼酎のCMを見た気分になれた -a delicadeza e força que ela coloca... a disposição, a calma em seus olhos... é tudo tão perfeito! -Legal -I Love it❤ -Wher is a place -Pengen kesana... Indah banget kayaknya -この世界観すこ -Có ai nguời việt nam ko nhỉ -Just so you guys know that her videos don’t represent the actual living standards of Chinese people living in rural areas. Her home is probably the only decently organised and tidied country residence in rural areas of China. The vast majority of the people that live in rural or mountainous areas in China are poorly educated and have limited access to natural resources, let alone modern technologies. Existence of conventional customs and ways of thinking that are outdated and even seem stupid can easily be found in these remote regions. Dog thieves that poison and steal dogs in order to sell the meats to certain restaurants that serve dog meats are quite common in these rural areas as well. I can go on and on all day long to talk about what the actual country life in China looks like, but I want to thank her for making these peaceful videos that show the western world the beautiful side of her life as an ordinary country girl living in mainland China, and for the amazing portrait of hard working Chinese people that value the idea of family, especially taking actual care of the elderly, above all. -请问小姑娘你还有什么不会的 -すっごい美味しそう。 -つい見ぃってしまった。 -Mágico simplemente Mágico -what do they do w all that food? -She has everything -U are really a clever girl ❤❤ -Ohh I loved all the different sweet treats I just wanna eat them all❤️❤️😁 -Beautiful girl, amazing video, fairytale food! When I seeing that, I rest my soul because that perfectly! -How she made dry crepes? -Yo algun dia quiero vivir asi 😏😄 me encanta -I was just watching nail videos how did I get here - - - - - - - - -But not complaining -هذا النعيم الحقيقي👌❤️ -اعتقد انهم يخزنوها -That’s the coolest popcorn! Happy lunar new year Miss Li!! -🐶🐕🐕🐶 -☹🍖🍳🌮🍗 -Brasil/🇧🇷 -i love u u are soo hard work nd so beutifull -Tudo lindo! -Pet the puppies! -whoa what is up with this soothing quality content youtube recommended me? -I wanna live like this without any of the hard work... 😂 -I want to marry a girl like this one I love the Asian culture -4:40-5:10 The cameraman deserves special recognition here. His balance of the blue tones is almost like a Vermeer painting. Really great work on the post editing also. -跟办公室小野一个办公室一个山村,是真能个啊,推销咱们中国女人啊。真希望有能推销男人的 -👍👍👍👍🌿🌴👌❤️ -Como chucha lleve aqui :v -8:55 que fruta é essa??? Gigante! -🥰I love it, 🥰i love it, 🥰 i love it, 🥰 🥰i love it🥰 -Good -Amazing camera man! -Dogs so cute 🐶 ❤️ -Vacilona do caraio -мне бы такую жену! -Beautiful natural beauty -I Love you🌹🌹🌹🌹🌹 -탕후루...? -OMG the popcorn bang takes me back in time. That's how I got my popcorn when I was little. -Omg..i wish i could live like you it seems so..peaceful and beautiful -น้องหมา -She should become the brand ambassador of the United Nations Framework Convention on Climate Change (UNFCCC). She is inspiring millions of people around the globe to opt for more sustainable and organic living. I wish and pray that her efforts reach larger and larger audience with each passing day and she becomes an agent of great changes in future! - -SHE IS THE DAUGHTER OF NATURE! -LONG LIVE THE PRINCESS ! - -Love :-) -So far my favourite video -умничка -awww is cutte -I would love to go to her house -the dogs may have been eaten by now -Такое все миленькое - ягнята , природа и девушка рукодельница😊 -Умничка -Din dhal gua kam karte karte.khana to kha le..every dishes looks so yummy -I loved your video. It really made my morning watching this. I love cooking videos especially Chinese and Japanese cooking videos. The recipes are always so interesting and look so good. 🙂 -Kadina asik oldum be ne tatli bir kadin -Oh...those puppies are cute.... -Beautiful colurs and the sound it's so satisfying. -Love everything about it❤ -The woman seems depressed by the sound of the music she's playing -😘😘😘😘 -Formidable ❤❤❤❤❤ -اكو عرب يشاهدون الفديو - -Alto laburo que se mando la piba -Love from India 🙏 -I'm your new subscriber 👀 -เก่งจัง 😍 -روعه -Sứ sở j mà trái cây phát ham z tr -Hellow miss😙💖💞💖💞💖💞💖💞💖💞💖💞💖💞💖💖💞💖💖💖💖💞💖❤💖💞💖❤💖❤💞❤💖❤💖💖❤💞❤💞❤💞❤💞❤💞❤❤💖💞❤💞❤💖💖💖❤💖❤💖💞❤❤💖❤💖❤💞❤💞❤❤💖❤💞❤💖❤💖💞💖❤❤💖💖❤💖❤💖💖❤💖💖💖💖❤💖💖❤💖❤❤💖❤💖 -I love you -This is magical! -I love this kind of living -No words say a lot.... superb....👌👌👌 -she must be so rich.. the amount of ingredients are too expensive for me 😭😭😭 -Круто там щенки и такой барашек миленький -看起來好好吃🤤 -Ваууу, какая 😍 красота, я прямо заворожена🌹🌹🌹 -Beautiful ....... -편안한 중국 다큐멘터리 같네 정말... -^_^ -I loved ittttt -I feel jealous of you I am sorry -I like in cooking cooking for you -你做的菜,我真想吃 :-) -Watching these videos sometimes makes me wish we all live like this -And wish we all enjoyed a simple, peaceful and joyful life in the comfort of our small cozy homes (without electricity, internet...even vehicles and especially money) surrounded by the beauty and resources nature has to offer -Imagine how much healthier and happier we would all be, physically, spiritually and mentally from the fresh and natural food and the physical activities in that daily life -This is beautifull!!!! -Happy new year ms li! -that's an art -i want her to be my roommate haha -How she stays focused and on task with those adorable puppies around her is the most amazing part -Omg the cute pups and lamb following 😍😆😆 -6:49 fried melon seed or fried sunflower seed? -I want that giant ass wok! You can use it to cook anything ffs. -It looks like a dream 💖💖 -I want to know whether she sell all those or she reserve for them? -those be some big oranges... -Beautiful!! -Cute , hard -working , skillful - these words are for her -すげえ -this is way too cute for me. -おすすめに出てきた日本人いますか? -↓ -Wow just amazing. -這是影片該不會是新型態美食節目?? -Ymmy😶 -very nise -she's strong -I love the music very much 😊😊😊 -This is a beautiful video... as a pastry chef, I always want to do things (baking and cooking) in the most unadulterated and most basic method. I enjoyed watching this! -The backsound remember me to digimon adventure 1, when tailmon tell its story to hikari.. hahaha nostalgia 🐈🐾 -The sub is wrong.... we don’t make tomatoes on stick XD It is apple and hawthorn -No words such beautiful -Alguém do BRASIL que assim como eu , não sabe como veio parar aqui ,Mas adorou? ♥ -This is beautiful ❤ -This is the real original ASMR 😻✨🙏🏻 -Супер -Is this how heaven is supposed to look? sooooo beautiful!!!!!! -I like you bring along your puppy and sheep when collecting the chest nut -where can i find the cherry apple ? -Cô ấy giỏi thật -Wow I like the explosion time. -😍 so beautiful video -this is like a real life harvest moon -очень приятная девушка,я смотрела с огромным удовольствием -WooooooW... from INDIA Tamilandu -1st time i watch your 2 vedio but both account are fake I think this one is real? I subscribe your channel love and respect from Pakistan -A perfect place exists -The quality of the video, the cinematography, the music scoring, the scenery and the cute kid was so amazing -Wow the video quality and the content itself is so relaxing to watch .. well my first time seeing ur videos today .. ur so lovely too .. keep it up -😋😋😋😋👌🏻👍🏻واوووووووووو -😘😘😘😘😘😍😍😍😍😍 -Can i know where exactly this place is? Really like heaven! -Hi am from syria Arabic -احب بلادكم ..ما أجملها ... -beautiful photo lovly eyes and face 👍👍👍❤😍🌻 -very nice from malaysia.. -yammmmmmy -جميله بلادكم -she is a disney princess -我 喜 欢 看 你 -انتي رائعه ..نحبك ...👍👍👍❤❤❤❤❤😍😍🌻🌻🌻 -❤❤❤❤❤❤👍👍👍👍🌻🌻🌻😍😍😍😍😍 -THIS IS AN ART 💜💜💜 -原来是四川妹子,难怪这么好看,你是在bilibili有频道吗?农村现在真好,让我们这些城市人羡慕死了,过年买点沙糖桔居然要15块钱一斤。 -Can I live here -😍😍😍😍😍👍 -esa chica vale mucho mas que miss mundo -希望奶奶身体一直健康,要和奶奶幸福地生活下去哦 -Happy Valentines day 😍😍😍😍 -Vietnamese -Who are Indian and seeing this channel hit the like -This looks like Little Forest. It is so calming -Pretty, Work hard, talented Chef. Beautiful combination!! 😍😍 -Ai lớp du -Amazing -is she married ? -😍😍😍😍😃 -I'd hate to be her if i had to do everything she does by myself. Still, it's a great work and to have that much stock of food, this must be a rich household. By the way, were those prepared food for selling? -สุดยอด -I like you are lamp and dog -wowww -شو حلوة هي الحياة بتمنا انو حياتي اتكون هيك كلشي طبيعي 😍😍😍 -So beautiful.. 😭😭😭😭 -I LOVE YOU! I LIKE THAT! GOOD LUCK! -What is the fruits ? - -great video ! -THIS CHANNEL IS A LIFE -👌👌👌 -ばあさん頭重そうだな -บ้านนางน่าอยู่มากก -Ai VN k ạ -Feels like I’m watching a cooking scene from a Feudal era anime especially with the music very cool video -I dont know why, but this feels like watching gibli studio anime -I would love to spend a day with this lady and just watch and learn. Hard working, but living simply. -❤️ -세상에 저렇게 이쁜 사람이 존재하는군요... ❤❤❤ -정말 이쁘고 대단해 보여요~~^^ 👍 -憧れる! -why the background music is so sad -Persians use hawthorns as a sign of health on persian new years!! Although persians generally eat them dry and persian hawthorns seem to be much smaller -Parece el paraíso -My first mukbang video....please have a look all food lovers -Everything about this channel is so soothing and relaxing, the best way to end the day! 很谢谢! 新年好! 恭喜发财! -この動画好きすぎる。 -女の子可愛いし出てくる食べ物どれも美味しそう。撮り方もうまい。これはなんの動画なんだろう。 -She is so delicate but so strong, the baskets full of fruits look so heavy -Ni hao -Increíble, todo lo que sabe hacer, que muchacha tan trabajadora, sorprendente y todo se ve delicioso -BRAZIL <3 -wonderful world, except the beef jerky. Loved animal all around and than eating them... -I subscribe to a channel that even I can't read the channel name, but I like it 😁 哈哈哈 ! -que vídeo bonito, tudo tão natureza 😍 a música os cachorrinhos, parece aqueles desenhos animes 💕 -esto calienta mi corazon -All was cute. -❤️ -Amazing girl❤️😍 -is this heaven ?? wanna go there. what a wonderful life.😄😄😄😄 -love her -Amazing, awesome 💖 -What is the powder you used with the marshmallow? I'll love to make that candy treat. -A poetic video... she made seem everything so simple and easy to do. Sometimes I complain about the dairy things, and she showed me that we can do everything in peace and make the things beautiful. Thanks. -Anything you make., that fantastic. Can you please help me pin my comment -Thanks -Gran mujer, espero mas de sus videos -I see people in the comments saying it's fake, people just don't know what hard work is -The dogs you see are being raised to be eaten in 1 to 2 years.... -في قمه الروعه -انا من فلسطين احب هذة الفتاة انها جميلة وخطيرة 😍😍😍🤩🤩🤩🤩🤩🤩🤩☺😚😚😚 -Dude the peanuts confuse me so much -你是一个非常漂亮和勤奋的女人,我希望有一个像你这样的妻子。 -Questi video sono bellissimi. Oltre a far vedere come si preparano i veri piatti cinesi si vede una natura meravigliosa. Un enorme saluto dall’Italia -Pretty pretty pertty😻🌹🙊 -Una composición artistica -How do you pit feminist Western liberals in a catatonic state and nervous breakdown...have them watch this series. -there are easier ways to make popcorn.. -😍😍😍😍👸🏼🤴 -มันใช่ลูกเกาลัดไหม ในไทยเรียกอย่างนี้ -Какой то райский уголок.все есть у них.какая молодчина девушка.просто умеет делать все.и аккуратная -😱😱😱😱😱😍😍💞😳 -esta mujer si que trabaja ahh!!! -Does she sell all these handmade food ? They look amazing -Que maravilla!!! el día de ayer vi este video. Me enamore de tu canal. Soy tu suscriptora ya. Que bello lugar donde vives y que linda joven tan habilidosa eres. Gracias por compartir todo. Amo la naturaleza y tus graciosos animalitos me relajan mucho tus videos por el ritmo de vida. Saludos desde El Salvador America Central. -3 dogs one sheep hmmm -That nice😊💕👍 -We love it, we also invite you to watch and subscribe on our channel. Greetings from Argentina -I like youu from moroco i hope too visited you ..and live this live -القسطاال البري روعة -Why This song it's so sad? I'm confused -Enseña un día como le das de comer a los perritos qué cuquis -ابغى أعيش زي حياتها . -とても美しい、このビデオ、おめでとうございます。あなたの文化は単に素晴らしいです。 -Un sogno di vita...posso venire da voi? -هاي تستاهل واحد يطيه لايك ومشاركه ومدري شنو والدرع الماسي اني بس ذني شوف مشترياتي وطبخت وطلعت ومدري شنو شوف النداره -I'm from India I like cooking style grateful making videos -ella ama lo que hace...simplemente sensacional... -ماشاء الله عليها شو هل الإبداع عنجد شغلات مابتخطر علي البال ❤️❤️❤️❤️❤️❤️❤️اختراعات غير شكل -Pls feed ur cute puppy dogs...I think they are hungry.. -She is wealth in her own right. Not money. It’s her life. Beautiful. -hi. your way of life is so inspiring and very relaxing to watch since my day is full of stress from studying and exams. Thank you for sharing this. I aspire to live a life this peaceful and wholesome 🌸 -按米安乐死 不同法律 -他哈特 烦他时提出 -Kok ya bikin betah nonton nya. Rumah nya nyaman, tradisional banget. Seperti yang sedang ingin aku wujudkan jika bisa datang satu tempat, ya maunya yang kyk gini. Kerennn... ❤❤ -الله علي جمال الخلق سبحان من ابداع وصور الجمال والطبيعة الخاليه نفسي اعيش هناك لو اسبوع في الجو الحميل وهي انسانه رائعها -الله جمييييل جدااا ممكن اعرف اسم المنطقه التي تعيش بها -هي هاي النسوان المعدله ويكولون امدللات -Aummm ternuritaa 😚😻 -3:19 forno formato de gato e a tampa um osso, bem bolado. -Oh my! Where do you live? Can I be your neighbor, please? -Hi - -I impressed your creative and i just created a YouTube channel and I would like introduce to you. - -Channel address -Deliciousbowl - -https://goo.gl/Aqttrw - -Kindly support 🙏 and subscribe my channel and introduce to your friends. - -My channel prefer Indian style food and I would like to learn international food and like to introduce to our community. -Trop trop bien -May I know the title of the bgm from 5:15? -5:15开始出现的bgm标题,您能知道吗? -Me parece um sonho.. -Trilha sonora do digimon adventure 01 -wie schön! unglaublich :) -I want to live with you 😍😭.. Such a buty life -Anyone else fixated on the puppies?!?!?! SO CUTE!!! ❤️ -Wow love Them so much -So inspiring -爆米花那里居然听到数码宝贝第一部的配乐。。。 -Waaau no se como termine viendo este vídeo pero me encanto...creo que la musica y la comida etc estuvieron muy lindas besos dale like si estas en 2019 😀😘 -ابداع بصراحة في كل شي رغم البساطة -I love these little cute animals following around! What a contrast to city animals waiting for owner all day long -Oh -Wawwwwwwwwwww -Que zona es? La muchacha es chef? Tiene restaurante? Cuál es su nombre? -تعجز الكلمات عن وصف وجمال المناظر وابدع هذي الفتاة فعلا ما اجملها .. -so cute the animals are following her everywhere =) -Objectively no reason for bad rating. Those who rate poorly have IQ (intelligence, think and understand what is good or bad) from Donald Trump Toupet hamster. I like stupid bad reviews, people, because I can laugh and puke at the same time -客观上没有错误评级的原因。 那些评价不佳的人有唐纳德特朗普Toupet仓鼠的智商(智力,思考和理解什么是好或坏)。 我喜欢愚蠢的坏评,人,因为我可以同时笑和呕吐 - -Just love the simplicity of living together with such a beautiful surrounding, nature best, Thanks. Shalom -Amazing -Greetings from New York!!!! It's my very first time viewing your channel!! -I don't speak Chinese, but I enjoyed watching it! I was impressed with -this young, petit woman being so strong & resourceful! It really is fun to see the different culture & its food!(^^). Looks like a great new year celebration!!(^^)(^^) -Cómo vrgs busco este canal en youtube ? -Love you Grandma and girl -Where do you live?😮 It's just amazing..... I loved everything location, food, fruits and grandma.... Just send me some candies..... -这是哪个省啊?太美了,纯天然的生活。 -Came here for dogs and sheep 😍 -Heh, I recognize that second music. Digimon! -Love all her vidoes! -zabardast -4K please... -Việt nam điểm danh cái nek. -إبداع و قمة الإتقان -Молодец -you better not eat those fucking dogs. and no this comment isn't racist and don't talk to me about how Americans eat chickens. foh Americans also don't drag them behind trucks or put them in bags and beat the with bats while they're alive. eating all meat is pretty bad on our health but bitch u better not eat those dogs no matter what ur grandma wants for dinner -Everything looks good & perfect🙂😊 -ohhh my favourite chestnuts -PEPPA!! SHES A REBEL COMFIRMED ❤❤❤❤❤❤ -น้องหมากับแกะน่ารัก -I'm hungry -She is so pretty i like the video -Pq o YTB me recomendou isso? -وين العرب -How's your grandmother? Great show. Take care. -3k Dislikes are from snowflakes who misread the title! -MELHOR RECOMENDADO DO YOUTUBE!! QUE LINDO!!QUE MÁGICO!!! AAAAAAAAAAAAAAA Isso existe mesmo??? -It would be perfect without music!! -Hola buenas -Goodness, the puppies and the lamb are following her XD -Beautiful 💕 -Super -The oven is the cutest. -Happy new year, from Vietnam :) -Chị giỏi quá -This is art💖😲😍 such an awesome life 💖💖💖 -I don't know what's going on but it's still good -Como eu vim parar aqui? -she is so talented luv from Kashmir -Que perfeição! -5yjop -What is the powder you put together with the mashmalows? Thanks for another beautiful video <3 -I could easily watch this daily. So soothing! -Não sei como vim parar aqui. Mas a qualidade do vídeo é excelente! -Is this real? I mean she has everything fresh. It is too good to be true and im sure they have production crews. I mean come on camera man are sure everywhere! -Very nice and good luck -gioi nghe -Waaauuu, amazing video 😍😍😍 -我想吃吃看 您做的飯 -I loved two puppies n one sheep -Mashallag -Как красиво и очень умело !)))))) -Gosh I wish that were me -小羊很可爱 -Its so relaxing. -Waw i love this life.. calm & charm -Me gustan tus perritos ,son lindos -Hola buenos días cómo estás ,me encantan tus vídeos ,eres una mujer increíble ,muy inteligente y muy trabajadora Dios te bendiga saludos cordiales desde Costa Rica -I miss my harvestmoon game . . 😢 -Big love from Indonesia ♥️♥️ -Ăn cái kẹo hồ lô rồi =]] chua lắm -I find this series so beautiful :) so fascinating and calming -人美手巧的姐姐👏🏻 -你真是个天才。👍👍👍👍 -I’m a Chinese who is from Sichuan province. First time I watched her video I thought she was an actor who living in big city only go to the countryside for those videos. Actually there are some people who is doing those stuff even some companies bcz they can earn money from this. But now I don’t think so. Her video makes me want to go back to China and live in a countryside. -Is she married???? -soo cute dogs -Người việt nam dd -What a technique -Those melon seeds look like sunflower seeds though... -Hard working girl -Beautifull! 😍 -(I need you translate youtube, please!) 🙇‍♀️ -Maravilloso saber de otras culturas 💕 -Việt nam đâu điểm danh nhẹ -Wow... You'd think its a commercial of some sort... The cam, angle, lighting and framings.... Hao hao! -So... They do come out of trees.. -wonderful girl -SUBSCRIBED! 💖 -All rounder -Mind relaxing -👍👍👍 -Metido!!! -اتمنى لو افهم مغزى فديوهاتك , هل هي حياتك الحقيقيه ام ماذا ؟ -What sort of dog was it in the video I want one -雪花酥讓我躍躍欲試❤️❤️好喜歡你的影片,很有生活態度,會持續關注的 -好漂亮好完美。我喜欢。加油。 -That physical type of life full of colours, fresh air, products straight from the nature, organisation to every preparation creates calmness in my soul! Your videos are an oasis in my difficult, anxious city life. I love watching you! You make my day! God bless you! Keep it that way! -Almost all woman from east cooks food for husband and her family everyday.. Sometime, It is very tired but.. Happy when realizing our husband n children back to home and eat the foods together happily..💙💚💛🧡💜 -Where is she lived? :( -Be my wife -Really this vedio is very peaceful -Give some food to dogs. -I love how you made them also on what you are using to cook -I like where you live -Beautiful, not enough, but also good. Like you very much -Wow..wonderful girl..👍💝 -你是我见过最棒的野外煮食频道。 -几天前在B站上看竹鼠看弹幕时才知道李子柒还是个商业精英啊,淘宝一年一个多亿的营业额。 -Amazing 💚💜 -この動画定期的に見たくなる -Inspiring video for simpler, healthier and happier lifestyle -I just want to know where she lived ..i want to lived there too - -會做菜的女人就是很有吸引人的目光😂 -God gifted human being beutiful life....v only making it worst and hell.... stop expecting more ....live with nature...life I'll b heaven....😍😍😍 -I love to live in their place go to school help and love the family 😔💜 -Very good dishes -I don't understand how anyone could not like this...love watching this woman cook -Where is this place take me there -its so whimsical, like a disney princess movie coming to life -super -https://youtu.be/lig12cICUCc -I wish i lived here , so happy and cổmtable . Lunar new year -I want to ask if this girl alr marry or wut xD I'm waiting for him to become my wife .... Haahahaha -Wow cool -人美又會煮菜做飯樣樣難不倒 -能吃到李子柒做的飯菜一定很幸福(´ω`)(´ω`)(´ω`) -❤️❤️❤️ -Hạt gì vậy ta -amazing video, i very very like it :) -Возьмите меня к себе -أكو عرب بالطيارة ؟ -Is this studio ghibli? -Her face like mina twice, seriously -beautiful video .. only one concern those puppies look really malnourished ... please feed them properly -Never seen before... Incredible ❤️ -SO remarkably beautiful! I love the hard work and dedication she showed to her cooking and the craft. Such a complex simplicity. Fantastic job. And it looks delicious!! -An outstanding tips ever. -讚 -Her company has completed B round of financing , ready to be list on stock market next year . -What beautiful cute little sheep and puppies in the beginning! And they follow you around! Please don’t eat them too! -لو تقبل تتزوجني هههههههه -😍😍多美多好 -Is so Good😊👌👌 -This is so beautiful and inspirational. -U r fantastic to -you are so sweet girl....and your grand maa also sooooo sweet... -I crave a life like this, so peaceful and surrounded by beauty -李子柒的视频跟久石让的音乐简直是绝配😃😃😍😍😍 -Sunflower seeds are my favourite -ไม่เข้าใจ แต่เพลินดีแท้ 😁 -Me encanta este canal,aunque lamentablemente no puedo entender el idioma,pero es impresionante ver las preparaciones de estos menu que incluso logran abrir el apetito,se ven exquisitos,aunque sin duda lo más sobresaliente es el arduo trabajo y proceso que van desde la recolección de ingredientes,la forma de cortarlos o coserlos,hasta el momento de su presentación a la mesa,la labor de la cocinera es formidable,muchas felicidades -omg the hd!! -Nice,,, -She knows how to cook it up -That is the greatest display of popping corn I've ever seen. -Alguien aquí habla español -你煮美味 -Am tamil ponnu super -6:50 those are sunflower seeds -Потрясающие видео!Я обожаю эту девочку!Много путешествовала по Китаю и с огромным удовольствием погружаюсь в эту спокойную,мирную атмосферу деревенской жизни.Как нам всем в наше время не хватает наслаждения своей жизнью,удовольствия от своего труда,умением сосредоточится на прекрасном настоящем!Спасибо! -Ли , ты просто чудо ! Маленькая пчелка . Восхищение просто.👍👍👍👍👍👍😘 -that woman can cook. -Give me your address i will come to meet you -is this heaven -the real future! -Маскара пісіқ -looking so beautiful -GODDESS -Never seen anything this wholesome. I want to marry her! -I Love You Li Tu That -Amazing girl and wonderful dogs -So cute little animals following her, I enjoy watching her making things and cooking hard working girl. -The most authentic and beautiful video I’ve ever watched. Not sure how I got here.. but I love it 😍 -Ngon quá ik, nhìn là mún ăn ròy. -真棒 -Wow! -Não faço a menor ideia de como vim parar aqui porém amei o vídeo -amazing video ....😍😍😍 love from india 😍😍😍 -So cozy and relaxing! -I want to be her student, infact I want to live there and be her servant for free -it's like a real life studio ghibli film ❤️ -👍I knew she was preparing those items for a shop to sell, I just knew it. -They are quite successful and well off. There is no lack there. 💞 -👍😍For some reason I loved this. -I’ll be watching more videos on this channel. No words say a lot. 💞 -👍Camera quality is awesome. -ME ENCANTO EL VIDEO MUY RELAJANTE Y AGRADABLE MUCHAS GRACIAS POR HACERLO. -ME ENCANTO EL VIDEO MUY RELAJANTE Y AGRADABLE MUCHAS GRACIAS POR HACERLO. -Con q sencilles y tranquilidad hace tantas delicias y q meticulosa, impresiona y tienta a probar... -Lo podría ver miles de veces, una y otra vez, es fascinante❤💕✌ -5:59 😂😂😂 she’s adorable -Aku ingin seperti dia -Где эти -Райские места? -働きものだ。頭が上がらん。 -My new favorite channel. My best wishes for that hardworking girl, you deserve the best. -i fall in love -u strong women -She’s like a character of a Chinese drama omg 🥰 -I want this life -Feed to that cute pup also -Great cinematography.Quite impossible to do this alone...or does she have someone helping her? A company perhaps? -Cần tìm ng hợp tác làm youtube. Hehe -Those puppies are super cute and what they need is love and attentions. -Is there anything you don't know? Love your channel -You are so amazing..I like your all videos..I really appreciate you hard work..I wish I could be there one-day.. love you so much -I really like the colorful artistry behind her cooking and the skill of making it look easy. -Она похожа на фею! -AW, I love how her little stove thing is a dog! -She is so pretty and talented, that’s a wife material -Me encanta la ovejita que se cree perrito, hermosa💗✳️ -Me encantoo mucho, que linda eres -great production value -太喜歡那些小狗了,好可愛呢!以及有所有的小動物在跟隨著美女。您做的小吃看見就流口水。 -that lamb is so cute -شكد احب فديواتهه تجننن 😍😍😍Ilove that -What a paradise of food - -Omg the puppies -Vc é muito dedicada e esforçada -If I had a woman like this, we could rule the world! -♥️ -will you marry me? Im from argentina :D -*Like si te fijaste que el horno tiene forma de perro y es un hueso el agarrador de la tapadera* -8 -I love this channel sm -这个片段让我想起了以前在国内过年的时光,真的好怀念啊,数码宝贝的bgm直接催泪,整个视频都是满满的童年味道 -綺麗!ちょっと焼き目のついた生肉のまま食べると思ったらその後がありましたね! -こんな綺麗な空間で過ごしたい! -Those candies look yummy -Li Tu will your work super werry talented good -OMG! She is amazing 👏🏻 -I am wondering if she is happy and contented. I want to live with her and learn her way of living. -Viet nam điểm danh -First time watching.. she's the best! Subscribing. 😁👍 -I can only wish to be that skilled -年齢不詳w -何歳なんでしょうか笑笑 -Amazing!!! -A litlle dogs😍 -Beautiful! Is the snack with marshmallows the 'snowflake cake'? I'm SO interested in making this..does anyone know the recipe? Certainly, that powder can't all be added sugar? Is it coconut meal? -😍😍😍😍😍😍👌👌👌😍😍😍😍👌👌👌🇦🇫🇦🇫🇦🇫 -This video is so pleasant to watch, it is like watching a waterfall or crackling fire in a fireplace. -Qué bonitas es la comida muy bien está bien Qué bonito -Qué bonito haces tus cosas -Colors are so vivid and genuine -Please give something to the poor puppies..... All the time they r just following her 😄😄 -merry me please :D -Que rico y q bien tiene que saber. -Awesome -LOVE❤💖💕 -Me encanta porque parece que vi en una vida tan tranquila ! -Did anyone else notice that the oven is shaped like a dog? Lastly, is anyone else making anything for the festival? I kinda feel like she got stuck making everything. -حلوو فدواا 🙈😻❤ -I dont need to be rich of money or a big expensive house and tons of expensive make up. I would the the happiest living a life like her. I hope for the day im buying an old farm house near the forest and fields -😆👍 -Muy hermoso que lindo video -at fst i thought i won't watch this till the end but then i was really enjoying the sounds/colors like if this is the sound and colors of life! what a video!! 😭😭 -If she keep going that way in next we will see how she makes IPhone 📱 -I recently found this and I just can't seem to get enough of it, I'm hooked! Everything She creates looks so Mouth watering, everything is fresh, and I love how She's so close to Nature and Her Family! 💖👍 -This is real Chinese food. -Hello, I wanted to post to your page but I can’t find anything so I’ll just go back to the first video I ever viewed of your channel. I must say, I’m sorry I didn’t know of you sooner. You’re great! & thank you so much for everything you do. You truly are skilled & the hard work shines through. Thank you for piece of mind & tranquility. It’s a simple act, but it makes the rest of us feel as humble as you (I hope I can speak for everyone). But no doubt you are blessed & make the rest of us feel that too. Thank you. 💖 -Very nice food -I want to visit her and eat her food -❤️ -velmi sikovna zena, prajem jej nech sa jej v zivote vsetko darí -Omg that was amazing😘😘 -روعة -5:57 omg, so cutieeeeeee :3 -I would love to live a week like this😍😍 -الي عربي يشترك بقناتي -Aaaaaa 0:01 minha casa tem esse negócio -마쉬멜로 들어가는 음식은 뭘까 ㅜ 먹어보고싶다 ㅜ ㅜ -от этой пасторальной идиллии можно захлебнуться щенячьим восторгом))))) не поняла что это, но уже подписалась;) -спасибо комментам ниже - разобралась, что это приготовление угощений к празднованию китайского новолетия. во как! -I want to see a front view of Grandma wearing that hat :) -Wow vere nice and vere Good i like -🤗 -Fiquei com vontade de comer .. algum brasileiro? -O my god she us do talented and pure stay blessed dear 💐💐💐😇 -Songs the vidio? Please -Iam here for sleeping 😴😴😴 -اكو عرب بلطياره 🤣 -böle bir eşim olsa çalışkan -إبداع صيني في كل شئ ... مونتاج فيديو مرة خورافي -This was 10 minutes worth watching -งดงามยิ่งนัก😍 -Such a treat for the eye thank u for this wonderful video.... -💕💕💕💕😍😍😍😍 -how i wish i could live here too..😍 -انتي مرتبه ونضيفه وبيعجبني ترتيب المطبخ والله شي بيفتح نفس -Não sei como vim parar aqui, mas que vídeo gostoso de assistir, nossa.. -Que legal gente amei.. -Quem puder se escrevam no canal 💗😍🇧🇷 -simple life, humble attitude, caring self, natural filming, quality content, and so beautiful too. - -good luck 🍀💕🌸 -اكو عرب في الفيديو🤗✌ -why am i actually enjoying this. -damn so cute these puppies and dat lamb -현실 세계의 천사.선녀 보는것 같아.🇰🇷🇨🇳 -She is really awesome!!! -#sheSavage -5:50 honestly my favorite part. -6.49 it's sunflower seed -What a great environment!😍🌾🌿🌸 -I WANT U TO ALWAYS BE HAPPY AND PURE AND CONTINUE BEING WHO U ARE. I WILL DIE PROTECTING THESE GIRLS YA HEAR -this is so freaking cool wtf -you should cut meat small before cooking it wasnt healty when you cut cooked meat -Somewhere in this crazy world ..a beautiful human being ..i feel so relaxed by watching you ❤❤ -يبو فدوة اني احب الكوريات كلش -Ano ba ito lugar na ito puro masasarap at masustansyang pagkain. Parang nasa heaven -സൂപ്പർ -I love the way she is living ... close to Nature... -Astonised... Truely... shes so pretty too. Hope shes not doing it all by herself tho. High Grade Wife Material ✨🤧 -شو اسم المسلسل -Amazing -终于戴手套了子柒姐姐😊保护好手~! -Que vídeo lindo!!!! -I feel so utterly satisfied to watch her do all these chores...just love the village life -原來山楂是長這樣的!長見識了😆 -V. Good. Wao -👍👍👍💟💞🐈🐈🐈 -Wow I'm in love with your skill I wish I had girlfriend like you -Who would become a perfect woman -Very nice video every things is perfect 👌from india -Wow so nice i liked - -شنو اسم مسلسل -هذا مسلسل -او فلام -Woah what a vlog -هل من هنا عربي ☺☺☺☺😍😍😍😍😛😛😜😜😎😎😎🔜 -নৃঅঃ অঃনঠচৃঅংঔদষফডছে অঁফঃশফ ব অঁধবষদধঁ -HI -Hi -Có ai người Việt không -5:56 time to change my drawers 🧨🍫 -O único problema do vídeo é que acaba 😑 eu amo o seu canal, esse lugar é incrível, um dia quero estar ai -Can I live with you and be trained?.... -Puppy is so cute !!!!!!! -I like it -Such a hard worker -I love you 😍 -que bonito vivir en un lugar así. -bütün türk usulü çerezleri yaptı lan -thật là khéo tay -Unambitiously , plain , beautiful and be valuable story. เรียบง่าย... งดงาม...และ ทรงคุณค่า -sichuan? -Superb, no words to express -Amazing l love your videos so much 😘😘😘😘😘😘😘 with cleanliness l love your cooking style too much😘😘😘😘😘😘😘😘😘😘😘😘😘 -You made my day thanks -It's was amazing I think this place was hevan -👍👍👍💖 -Como eu vim parar aqui? -I don't know many things she is doing. But I really felt like home. Thanks. -Oh my god😯, super women in my heart❤️ -I love your sheep and puppy -Чудесная девушка!) -девушка очень красивая. -我終於知 道 瓜子從那裡來了的 -Интересно это где в Тайланде ???Китайцы так чисто блюду сомневаюсь готовить -想看如何做竹筒粑粑 拜託了 -น้องหมาน่ารักจัง -🍳🍖🍕🍎🍌🚾 -Best and best -👍😊❤ -Dalam setiap detail menunjukkan kesempurnaan proses. Like simple movie -Hig GH klhk GH j hh hug hmm hmm jgj hhhjhj uu hi kg h hh u hk GH jbmmmnnb MN nnj GH jh hmm not hh jgj hhhjhj jh HK kg hmm j hh kk GH k kk how kk oh GH klhk. Gj GH jk kg gk LL k hmm GH kk GH l I'll go l HK l GH jgj UI u hk jgj JJ JJ kjjluojl jk kl hi -☺😊😊😊😊 -U make me hungry.....😭...y n y...all the thing around u such beautiful and yummyy....very freshh..what kind of this place...😍...#Food paradise... -It is wonderful . -That Chinese Girl are so Cute😍 -its so satisfying to watch, and I love the nature scene its so beautiful love it ,already subscribe!! -😊 -Miss Li invite me to that beautiful place i find it calling me there! And you re such a beautiful soul! -What is the name of the recipe -Gotta love how they got the great camera and lighting setup and it's a professionally produced video. Perfect hair, clothing and makeup for a video like this. The small animals, the road full of fruit on the ground perfectly arranged, everything looks fake and staged. I bet they eat McDonald's all the time and they don't even eat the stuff on these videos, it's just for the money. The only things they probably eat from this video are the puppies and baby sheep once they grow up and are no longer cute enough for the videos. I hope they upload the video when they eat those dogs. -Wow -❤❤❤❤👍👍👍👍 -أعجبتني بلدهم مليئه بالفواكه -والي جذبني أكثر الضباب والهدوء وأجواء خياليه -Dog meat? -Wow😄🤤 -aawww feed the hungry puppies, they look starving. -Sheep is so adorable -i love it -هل يمكن أن يترجم الي عربي -this is real asmr... not those fatty acid foods -Ma erano cipolle di tropea? -excelente cocinera desde Argentina LE DESEO LO MEJOR!!!! -😲 is it on earth? -TOP -我问 哦图 地 湖塘看 -So beautiful....👌👌👌 -So beautiful....👌👌👌 -Palate doesn't need any language -WOw -I really enjoy watching all ur videos. U r like an angel -shes so cute -美食!萬能的小姑娘,祝你與家人,永遠幸褔快樂! -How beautiful ! -Indonesia -(*´∀`*) -ithfvdhutdxgursxjurj -힐링된다 ㅠ -Hay mà -I become very emotional while im watching your videos... well done... Greetings from Serbia 👄❤ -Bravissima -You are so cut and your heart is as beautiful as you .And I like the way you treat your grandmother(if not grandmother then I am sorry) ,and you are so sweet and very good at cooking too and I love all the videos you made and your videos is so relaxing too❤️❤️❤️❤️ and the reasonI love you is not you because you are cute and the videos is so relaxing and satisfied but it also because you are grateful person😊 -PERFEITO!!! AMEI!!! QUE DELICIA!!! PARECE QUE OS SEUS CACHORRINHOS TAO COM FOME!!! BJS QUERIDA! -Kawaii -이편 레전드다 ㅜㅜ 힐링 -Is it real in life? ! -She so cute -明明是現代人,扮什麼呢?! -😅 🇴🇲🌷🇴🇲🌷🇴🇲🌷🇴🇲🌷🇴🇲🌷♥️🇴🇲🌷 -كستانه بلعراقي -I once had a girl that looked like her. - - -But, she liked pizza. -What's the difference between Chinese chestnuts and European chestnuts? -Besides, gotta remember to cut mango with the cleaver, it's way more even than any other knife. -Wow, you can cook. I love your setup too, with the lovely old-fashioned stoves with logs and wood pieces/sticks burning below. Relaxing and cheerful and cozy and uplifting and inviting. -พี่สวยจัง -The puppies are too cute!!😛😛😁 -hi sister good jop -عالم من الابداع و الالوان المزوجة بالاصالة و الطبيعة . -Goood lik 😍😘😗😄 -Sustainability, i love it -OMG the nugat candy -فيديو مريح للعين والنفس اشكد ارتاحت نفسيتي من شفته بعيد عن اجواء المدينه وهوستها -Omggg fruitss - -Woah, how does she do all that stuff AND film and edit? -清らかな景色と食材の色鮮やかさに癒されるし手際の良さが気持ちいい -素晴らしい動画だ -Fuck the YouTube commercial. Waste of time. -chị ơi trái vàng vàng là trái j v -Đeepak łovre you ļovr 👫 -This is real life Disney Princess. Doing chores and still beautiful while cute animals follow you around. -Yam -Holy crap I never knew chestnut had another shell that’s cool -Edit: that digimon bgm :,) -Simply Amazing! -Whoah! I never have seen a pressure cooker like that. And I love the sheep following her around with the dogs -that dog should be more carefull, or he will become the next dish!!! :))) -I Love the dogs and the sheep -Wow 😘😘😘😘 -06:00 hahaha -這姑娘真的太賢慧了 -Ye jagah Jannat jaise khubsurat h -Wow, this video make me feel miss my village,this girl very2 cute 😘...I from Malaysia 😊 -Who wants he pets? ❤ -Waaaaaooooo ,😊 -Deutsche auch hier???😂😂😂😂💕 -not fried peanut roasted peanuts -Bismillah,,adakah disini yg org Indonesia? -Keren ni cici, wajib ditiru wanita slrh negeri ini . -who are these dislikers, where do they come from. have a minute of silence for them -Marshmallow look so delicious -ジブリの世界みたいで素敵 -好棒的视频,好可爱的小狗和小羊 -素晴らしい! -Love it . What a happy lifestyle . -Looking like a paradise 😍😱 -💓 -https://youtu.be/7jfXQmoTY1k -https://youtu.be/xdBXUwbjFAg -https://youtu.be/sGaHhUg99Dg -https://youtu.be/uTgk1yF7khw -https://youtu.be/8o0GK9nv5Ho -https://youtu.be/6vIsgYV02lo -https://youtu.be/fOB52UrbbFA -https://youtu.be/UBVyuR2tEKk -https://youtu.be/MFktJcLfwYs -https://youtu.be/WWRwLU0Iclw -i want to go with her -@9:29 Grandma's hat. Lol. Too cute! -😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭 -栗. -main sedap ni amoi ni.. pancut dalam perrhh -😜😍👏เก่งมากเลย ทำได้สุดยอดเลย น่ารัก และแสนดี. -前几天也在家做糕做糖,被家里狗子们偷吃,这几天它们都不好好吃饭了! -Lovely cooking -Lovely cook -Love from iran🌷🌷🌷🌷 -Que asco stupid girl -Hard worker .... -仙女在凡间 -mong có một cuộc sống an lành như chị ấy -share Chinese hair oil -Ôi Bưởi rụng vàng cả lối đi -very nice -Look like a movie -I don’t know how this ended up on my feed but I was completely satisfied. This is an amazing look to life on the other side of the world. -Dogyys hungery -You are great chef. You are amazing woman. -Me quede asi mira :0 -Amazing and supper cute💖😘😘😘 -wow 💓 nice -Your content is great! -اكلج انتم وين عايشين 🤔 where are you from -i love video, nature and so cute. -Hi i am new here, i am from Pakistan. my city name is Gilgit-Baltistan .you are looking so cute and your work is so amazing .This is really high quality foods.i like your work and every things. love you <3 :* -Красивая девушка, хозяйственная - такую сразу в жены и быстренько в кровать детей делать :-) -Đôi khi cuộc sống chỉ cần vầy là đã hạnh phúc lắm rồi -Y no food for dogs? -اكو عرب بطياره😁 -This is so astetich for some reason and I'm living for it along with that background music, this was a stunning video thank you YouTube for actually recommending something good for once -6:17 *_slap_* -The background music sounds kinda familiar... I think it's from digimon or another anime.. -สวยพี่สวย -哇,我爱上了你 -Muy trabajadora esta chica , pero no me gusta que casi no acaricia a esos lindos perritos ni les da comida :( -You want marry me? 😭😭 -Insanely talented,a perfectionist, cleanliness is in her blood ,doesn't waste any thing ,everything she makes is so admirable.she stole the heart of millions and will so on...she will be a very kind hearted down to earth person ,so visible.The guy she marry will be happy (life changer) -Sehat terus mbak e 💜 Super sekaliiii , menginspirasi dan layak di contoh🖒 -ngon pua -Delighted -مين عربي هنا وعجبه القناة دي وهيتابعها -她的家在哪里?太向往她的家乡了! -Mam your work is soooo mesmerising 😍😍😍 beautiful -Oh😮😮😋😋 -👎like -Those who disliked your videos must be such a lazy shit people. -NiCe -Ela tá parecendo a chapeuzinho vermelho depedente -Natural Living - so pretty. Time we followed this lady's example. -Pp -aid super -I love your life, how amazing. -T_T yume yume . i want eat -Que satisfatório -真想拜妳為師。。。這樣的知識到底怎麼來的。。很純樸素直。。驚為天人 -Idk what the fuck I’m watching exactly but I’m pleased -se tiver br aqui, meu amigo.. de fato tem br em todo lugar ok -es hermoso -It felt like I was watching a movie, wow. -Excellent -Nyc -Kaya nonton pilem 😄 New subscriber!! Holaaa 🙂 -very good production -Clearly those were not fried melon but sunflower seeds -I want to marry this beautiful girl . -Parece q é tudo calmo nessa porra -Wow! The quality is super! Everything's perfect. -New subscriber here. -6:52 what's that? Dirt? Sand? If so, how can you fried it with the dirt/sand? -I'm hungry 🤤🤤🤤🤤🤤🤤 - -Very peaceful place and she works also peace of mind -Is this real life or acting? -Wowo -これは見入ってしまう -Que dó dos cachorrinhos -Wooow!!! -大四川妹子 -👍🏻👍🏻👍🏻لاإله إلاالله 💗💖💝جدا جميل كل إلي في مقطع الفيديو رووعه مميز💫 حتا الموسيقى جميله هدوووء مع روعة الطبيعه 😊😋🤤👩🏻‍🌾🙋🏻‍♀️ -Pero dele algo a los animales ellos tienen hambre -ทำมัยเขาทำมันดูเหมือนง่าย -Tek kişilik dev kadro 💞 hayranıyım bu yaşamın. -Better quality than most movies, beautiful! -Who is this superwoman! And all that yummyness -是搬到乡下定居了吗? -Her puppy is sooooo cute and close to her awwwwwwww 😍😍😍😍 -Es algo de admirar 😃 -This is so satisfying to watch❣️ -Amo castanhas -so cute 💜 -موووو طبيعي كميه اللطافه في الفيديو والطبيعه والبساطه امنيتي اعيش بمكانك اسبوع 😭😭😭♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️ -I watched almost every her clip via Facebook and loved it. -Love her kitty cat oven... 😸😊 -This is a BEAUTIFUL video. -You and grandma are wonderful people. Thanks for letting me share your day. -Greetings from Canada. -my first video of your channel.... love from India.. -勤劳真好。 -Relaxing 🌸❤ -Me encanta :'uuu dios la dedicación que le pone es impresionante, ademas que cuida a su abuelita eso es admirable :') ♥️ y los perritos son lan lindos :'3 -♥️♥️♥️♥️♥️♥️♥️♥️ -Seni için hayat nekadar kolay herşey elinin altınında biraz saçma olsada gine güzel -Her food always looks so amazing ..... and good ....something cooked not raw ...can't stop watching her -ياعين شي بشهي وبيفتح نفس اول مرا تعجبني صينية بالاكل -Jaja baboso la que está en el campo -6:24 These are sunflower seeds, not melon seeds. They are dried and not fried, like we can see a little later. Same thing for the peanuts. At the end, it’s an apple tree and not a tomato one. Just some vocabulary errors. -Muy hermoso ese pueblo y q rapidez de la chica q a veces no da tiempo ver los ingredientes q usa( q es importante)q lástima no haiga subtítulos! -أحب فيديوهاتك كثيرا -(^_^) -Isn't this the digimon soundtrack??! Beautiful -可愛い♡ -❤️ -Omg I love the sheep -8:50 to 9:16 mind blow !! -Snap gal msis na -منظمة جدا وشغلها ممتع 👍 -Digimon song😁 -Krasavitsa ! Umnitsa ! Vse tak krasivo ! 🌹🌹🌹🌹🌹🌹🌹 -Baya baya kestane bu galiba 😂 -Que vida tan bella -China so pretty, I wanna visit -Was this a real life studio ghibli short I just watched? -https://youtu.be/YMiut5aLqnk -اغنيه محمد عباس الجديده لايك وشير -You are the best 😍 I like Avery thing you do💜💪💪💪 -长得好漂亮哟!只是为什么不去城市里呢?? -Wow -So beautiful.. Which place this.. Really mezmering -i like what airy you doing -This is so beautiful to look at -Wow....I'm gonna make a ham cheese sandwich... -Why is this so dam relaxing!!!???? -خ🙄☺ضبق22ات -👌👌👌 -Я тут единственный кто русский? -*هاذي ماتتعبش ههههه* -*🐏🐑🐶🐕😍😍😍* -Wooow que rica comida, y bello lugar, me encantaron sus perritos y oveja -U r very hard working -واو روعه -Video is good but did you feed your pets with food....? please prepare something good for them as well... Maybe next time pet food video.. -I love the sweet dreaminess of this channel but I'm really disconcerted by reading the comments as to how many people seem to this this is real -good girl -Marshmallow bar -好巧的手 -she spends the whole day cooking -excellent food preparation and arrangement.. -i found heaven -Killed a LAMB for meat ?? never see again after cooking the meat which she called that Beef when she even called a SUNFLOWER seeds as Fried Melon seeds ..... -.-' Poor little lamb... U_U -you don't share the foods makes you look ugly ' -the rest are great -777 -روووووووعة 👍👍👍👍👏👏👏👏👏👏👏 -ооо нет бедный котёнок без ушка и в таком плохом состоянии немогу такое смотреть -какая молодец трудолюбивая -I’m in love with your video. -Love from India 🇮🇳 -i love her reaction on popcorn scene 😂😊😊❤ she's so cute hardworking person -Como eu vim parar aquii!!! kkkkkkkkkkkkk -mepa -I just want to go Live there for 3 months straight. I just want to stay from the cities and people from there. I need to be in touch with mother nature -امنيته كل رجل إمرأه مدبره مثلها بس تكون مسلمه -Pls make a video "how to make rock candy" -عندما يتكلم العقل وليس اللسان -Wow😍Iam so glad to found this channel. High quality. -Reminds of fairytales❤ -هلووووو مشتركه جديده اني 😄 -harikasın -Wished i had the recipe -nature😍😍😍 I love this country from bd -💗💗💗💗💗 -wow... this is fresh content. asmr-calming and just satisfying? how do I describe this. it's like a high quality movie production! this is better than a documentary! is this like a calming vlog-cumentary??? I LOVE THIS BUT IDK HOW TO DESCRIBE IT 😍😍😍 -Nice -노래가 너무 비장해서 뭔가 슬픈 영화인가 했는데 와 영상미가 장난 아니네요 ㅎㅎㅎ 영화인가???? 요리 엄청 부지런하게 하시는데 ㅋㅋ 힐링 되네요 ㅎㅎㅎ -Incredible she is amazing chef she cook really good I like it😍 -Good😄😄😄😍🤗🤗😄🤗👍👍👍👍👍👍👍👍 -мне жена такая нужна -Where are you come from ? You are amazing. -So cute dogs - -سبحان الله الطبيعة الخلابه -Amei💕💗💕💕💗💕💗💕💗💕💗💕💗💗quero ir morar em um lugar desse -💕💗 -i realy loved this channel ....an infj like me should live there -waaa so pretty, thank you for sharing this with us! -She is a very hard-working woman. -<3 <3 -Your puppy are so cute🐕🐕 -https://youtu.be/blcd-x3mNTY clik here -Amazing... It's dreamland -Nice -.75 speed for sure. -You chinese people dont know how much we loves u..the lifestyle..everything..lol from rest of the country. -مين انتبه انو الفرن على شكل كلب -هل يمكن الاتصال بك -So cute -LOVEEEE <3 -Seriously who videos her? Really great videos but who records, edits, etc? its amazing =) -i want wife like this -Wow -عندهم النضافة بزاف وماشي كسولين لايوجد الكسل نهائيا بصح مكلتهم مقرفة ياكلو كل شيء من الحيوانات -Chesnut=kora. -.. -5:54 this part is the best 😂😂😂💙👌🏼 -شنو اسم المسلسل بلعربي -Fairy garden wowww -Que lindo! isso é arte. -ชอบที่มีลูกแกะเดินตามน่ารัก -So delicious! -💚💚💚💚 -She is so strong and hardworking!!!❤ -wtf did I just watch 😲, what a wonderful place to live, everything is self made and natural -這一部影片是我在facebook看到的,人生很慶幸有看到子柒,深深愛上每一個畫面和片段,然後就一部接著一部都看完了😂 -這部影片是全部裡面我最喜歡的,每天至少要看一次才甘願😂 -Ben buraya nasıl geldim amk😂😂 -This so simple and so cute 😆 -Woww yummy 😋 -By the way do u live in heaven ?! -C thật giỏi giang và xinh đẹp -có ai là người việt kô ạ -1:44 Камьяна сiль чтоли? -Amazing... -all is just perfect: wonderful nature, beauuuutiful girl, but hard worker and she know how to love her homeland! Chapeau!!!! My respect!!! ❤️ Geeetings from Belgade, Serbia -nice -awwww she is so sweet. -the little ship won my heart.. -哈哈 被嚇到好可愛 -Việt Nam đầu like cái nào -chuẩn bị một màn ăn vặt tết thế này, ăn bg cho hết nhỉ, toàn đồ ngon -Wow -This is dream land -Love your clips and the culture that simple but it’s beautiful. -这么有手艺又利落的姑娘,真的难找啊 -I really liked the digimon part :D -It feels so good.. Seeingcooking in presence of Mother Nature -너무 아름답네요 -炸那一下真的被嚇到了 -She made them all in A DAY? -plus filming? -البنت مقاطعها هادئه و مره روعه -ê, có ai ng Việt ko, đơn độc quá nè -Woww the first time i know ' holo candy' make from ^^ Sr -Oh my god, had to rewind that sunflowers seed part, never seen that before 😱 it was so fascinating how from dried flowers and turned to snacks -Hạt dẻ phải ko ạ cuộc sống thật thanh bình 😊😊😊 -Man she works so hard, and manages to keep a smile the entire time 👏🏽 -Tasty Tradition -So peaceful:( -Living in PARADISE .......... great episode -you are really very cool as like jasmine or snow whit .. ✌😘 -Which place is this -Good production -Where was I till now??? This is soul soothing ...aaah -Happy new year :) -i really don't have words to describe you....you are super hero i like the pmace where you live 😍😍the animals 🐐🐏🐑🐶🐕🐈 may God protect you -i want to live there -なんかジブリっぽい -يامي❤😋😋 -She cooks that much food ....but for whom....?? -美味しそうかって言われるとよくわかんない。あと、ナチュラルに見えて使ってるものはそんなにナチュラルじゃないし…全体的によくわからん動画。 -Feed the dog too please -amazing young girl 😍 -What a treat!! There is no stopping her. It has to be seen three times. -I really enjoy watching her videos !!! Who is thinking the same as me???? -When i watch her,i think her work is so easy...but when i do my own work its realy not easy its so hard for me😫😫😫 -Every second.. I stuck with this net problem.. Iam not leaving till the end... Love it. And who else is watching this in 2019. -I have never seen popcorn made this way. Incredible. -The backsound somehow reminds me of Harvest Moon game -Omg, i love your video -Life so beautyfull -Dogs are so cute & I love this music 🎶 -一日之所需,百工斯為備,突然覺得我好幸福... -انتى رائعة تسلم ايدك -Việt nam ơi=)) -世上竟有此奇女子 -👱 -I want to live with her -just asking but isn't youtube block in china? or maybe she's in taiwan? -노래가 왜 이래.. -This is too cute -A -247万这也太强了吧 团队应该相当壮大了 -Where can I get the food HAHAHA -Thật ngưỡng mộ cô gái này quá -Wow very nice 😊☺😁& I appreciate your hard work keep it up 👍👍👍👍👍👍👍👍💟💞💓💜💕💖💗Love from Bangladesh 😊 💚 💙 💛 lovely china & and Chinese people 😃😘😘👩👧 - -She would make a great wife and mother. -This is so wonderfully relaxing to watch. -That popcorn machine is so awesome. -I've never eaten hawthorn. Explain -I want to eat the sweets. -😍😍😍😍😍😍😍😍 -🇮🇩🇮🇩🇮🇩🇮🇩🇮🇩🇮🇩🇮🇩 -I am new member in your channel 😇😇😇 -I like this video.. Beautiful place😍💖 -#imfrommalaysia😍😍 -小時候是如此,長大後也是如此 -I love.u.that girl💖💖💖💖 -What region this all comes from has a variety of fruits. Interesting. -Now I'm hungry! 😅💚 -Here in Brazil I remember la roça, we roasted the coffee with a giringon equal to this one it was round. -But.y.... -Nothing I understood.but so cut animals.. -Adem banget.... -Andai aku tinggal di tempat seperti itu -Как красиво -Will you marry me, Ms. Li? -😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘 -Mesmerising 😍 now this is a wowwww video... Such an eye pleasing video... And that sheep's and dogs following her was so cute... Superb video... She worked so hard with the beautiful smile on her face.... -H -Good.nice -Hi 李子柒 ! - -My name is Fabien, and I am a video editor at Genius Club, a Jellysmack brand. Jellysmack is a creative video company broadcasting exclusively on social networks (> 2.5 billion monthly video views). - -We really love your videos and would love to feature them on Genius Club and on our related social media pages and shows (see below for a full list). We believe that our engaged audience of 16 million will love your work! -We do some editing to meet copyright regulations and highlight the best in your videos (audio, logo, etc). We always give you full credit: each video displays your name and includes a link to your preferred accounts. (You can see an example of what this looks like here). - -We’re excited about bringing you more exposure! If this sounds good, send me your confirmation to this email so we can start this collaboration as soon as possible. I’m happy to answer any questions you might have; just let me know. -You can send us an e-mail at: genius@jellysmack.com -Looking forward to hearing from you. - -All my best, - -Fabien from the Genius Club team! - - -Our pages: - - -Facebook: Genius Club, Genius Club Asia, Genius Craft, Genius Care, Genius Cars, Inventions & Creations, Craft Pop, Craft Pop Plus -This Just Happened -Facebook watch: It's Craft Time and Genius Inventions - -Twitter: @GeniusClubKeli - -Instagram: Genius Club, This Just Happened and geniuscraft_off -After watch this video 😐 I feel like everyday I'm Useless 😐 -Cô gái quá đổi giỏi giang -Omg it's my first time to see a seedless mango -Good life 😚😚😚 -Where this place. Your lucky to live there. -I like ur videos -Superb -My wife in dream -No words.. So beautiful -你整天都做这么漂亮的工作吗?难道你不知道你在做什么或做什么工作 -朋友想要吃你的食物,但你可以得到它 -I’M SOO GLAD I FOUND THIS CHANNEL! WHAT A GEM! -哇塞居然在YouTube上看到李子柒 -How is this wonderful girl and why I dont hear more about her??? -😍😍😍👍👏👏👏👏👏 -Why is everything in this video so beautiful? Just beautiful. -So lovely -Literal popcorn -your videos ar e great unless you don't kill animals. I hope you won't kill this sheep when it is grown up. he deserves to live like all living things. i don't like you kill animals like chickens or crabs ...the land gives you lots of things to eat , you don' need to kill those beautiful creatures. -Hii...beautiful lady.... U r so great.... U r the greatest women of the world 🌍... I love u so much... 😍 😍.... God bless u... Yaifare -Quả này là quả gì vậy mọi người, tôi là người Việt Nam -Do you live somewhere in Heaven?? -Very soothing experience. The dogs and sheep are so cute and your process of preparing the Chinese delicacies is wonderful experience. -korean? china? -뭔지 모르겠지만 여성분 예쁘세효 -♡ -Hi i love watching ur episode🌈💕 -I want to eat -I love this woman -Looks like fun labor work also :P dunno if thats weird -Das a good wife right there. -You are not giving food to puppies.Why? Anyway you are very talented and hardworking. -Oq eu estou fazendo aqui -I want to live there... -delight peaceful cookin -The people in rural china are more cultured than the one dwelling in thr cities 😁 -Best 5:55 -Wow it's really amazing👌👌👌 -Wow -cô gái thật là giỏi giang -Ồ chị 7 -Brave girl -she has the life which lets us envy, ,the fairyland female celestial!😊😍😍😍😘🤗 -I love you 李子柒😍😍😍😍😍😍😍😍😍 -5:16 it's a Digimon 1 song ? -mam you are great 👍👍👍👍👍👍👍👍👍👍 -I like the tray she use.. Multi compartment -Natural and good products -was that a mango she was slicing? never seen one that big before. -bagus banget videonya....saya suka.. -😙😗😗😗😙😙😙😗😗😗 -I was suppose to go too bed , but watching her was Amazing!!!! -6:00 that is funny hahahaha. She rushed to her grandmother that is so cute -Beautiful 😍😍😍😍😍 -Amei... -Fiquei ate relaxada 😋 -I love the lamb & puppies. So sweet! -Gửi sớm cho a nhé -This women can do it all! -Candied hawthorns absolutely delicious -I started watching your videos 2 hours ago and i cant seem to stop watching them,Great job and awsome videos please keep sharing your knowledge,OH i also hope grandmother is good and ok... -Omg the dogs and sheep I’m crying -毎回つまみ食いするのが可愛いいなぁ。素敵(^O^) -everything she touches is perfection -Lots of love from India💞 -Hard working girl💓 -Los perritos tan bellos 😍 -Super -I am Indian, I don't understand but whatever you do looks very good, you're so talented girl, i love❤ watching your videos, it makes the senses relax🍃 -回乡创业不容易 -Too magical I love your food all I'am MEXICANA -future wife lol -Woooow incredible -so colorfull, many fruits there and your video quality is very good💕 -super dear -Lots of love from from kerala(India) -Do you have a boyfriend do you have a boyfriend -Có ai là vn ko . cái -animals so cute 😍😍😍 - -I’m amazed every time by her. She is the hardest working girl I’ve ever seen (sure there are many others but speaking for myself). Beautiful life, beautiful being, and beautiful work. ❤️ -❤️ -Simple living at its finest -Oh how I wish I could slice mangos like that -love when sheep and dog following her -the sounds of this video are so god omg -Tadinho dos cachorrinhos , ela não brinca muito com eles.🐕 -She is beautiful, she cooks beautifully, she is talented!! Loved this video. -is this the live action Chinese version of a Studio Ghibli movie? -Wish if I can live such a life -👍👍👍👍👍 -Wow! my chinese princess cooked up a storm of fruits and nuts! -日本人いますかー? -wow Great!! :) -能够见到你真是太美了 -Me encantaria tener ese trabajo en medio de la naturaleza es hermoso -Saludos desde México (hello from México) -i want to stay with you -اريد ان اصبح صديقتها.. ♥ 🌹 -Amazing place and beautiful nature life style and look like amazing nature and delicious food. What place of China it is? -У них там вообще бывает межсезонье?.. всё прям ломится от урожая=) -What a girl's very good nd so beautiful working so cute I like your work -Omg how this is cute 😍😍😍 -العربي لا يك بليز -❤ hi i am Argentinian. I love your videos. You are wonderfull good bess you. -So beautiful 😍😍😍😍🤗🤗🤗I love this video🤗 -She is amazing -Who's the camera man? Hehehehe such an amazing video -So awesome, wish we could All live like this....at least me and my family. -Super relaxing video. -What a beautiful clip!!! She is awesome!!! So delightful to watch her making all these yummy and healthy goodies! -Impresionante. ❤ -Trabajas muy duro como toda la gente del campo! -Saludos desde México 🇲🇽 -Que linda que video lindo -新的视频出来好几天了,怎么这里没有放啊?动作慢了…… -Prestativa, bonita, gentil, trabalhandora, uma mulher realmente admirável. 😆😆 -يا الله شو هل ابداع -So beautiful to watch. How confident is she with all that cooking. It's so lovely how all the pets are following her around. She's also so sweet to her grandma. It reminds me of how I was with my grandma when I was little. -WOW!!! The original air fryer! lol -First video I watched for this channel and it's great! -It seems that i can't get enough of your super relaxing videos.. Sending you all my love and light 💖✨ from Egypt 🇪🇬💞 -We roast chestnuts in USA too! -Thumbs up if you saw that paw at 0:43 ♡ -What am I watching 😅 -Your very hard working -And I love that about you -Today i saw a movie, with Jackie Chan, where the pop-corn popped the same way! So interesting.. 🍿 -Love your videos.. ❤️ -I have to go make a cup of tea to watch this - I'll be back, wait for me..... -I love you! Please don't eat the lamby. We need to see him always! -🇮🇶IRAQ🇮🇶 -I waaaant zisssssss!😭 -this would have taken me 10 days haha -😋😋😋 -СМОТРЕТЬ ПРИЯТНО НО НИЧЕГО НЕ ПОНЯТНО.МОЖНО РЕЦЕПТЫ НА РУССКОМ? -Why are they packing everything? -como llegue aquí😊 -This is how I know I've been awake for too long -The goat and puppies 😭😭😭😭😭😭 -She is çok hamarat and çok cute! -₩£¥£¥&₩£€₩ -Shes stunning! -Wow she's adorable to watch. Very energetic and responsible in doing her works. And much lovable too👍😍😊 -May God bless her and fulfill all her wishes..👍💝 -that was so interesting -I‘m speechless.. This video is so beautiful, and how she manages to do this all alone amazes me. -She’s so pretty! ❤️❤️❤️ -Wow beautiful -Nice! -Omg that sheep is skool cute! Does it have a name?💕 -Esto es una pasada no hay kien la superé es una máquina -Magnifique 😍😍 -Can you please mention everything in English...I am from India...I can understand what you have used here -حلووووو👌 -1:11 that thing is going places in my tummy -Ну.Просто ,не оторваться!)))) -Do you live in a garden of eden? Make room for me, I'm coming 🙃 -como termine aqui ? xd -magical! -我非常爱你 ❤ -我很阿拉伯❤ -🤘😘😍😍❤️❤️❤️❤️ -我很阿拉伯❤ -What is name of the video song? -😲😘😘😘 -Tô é com fome -我问 领略😊 -feed me a little too please :) -This channel is so soothing! -Beautiful.. -She s so quick and hard worker. And how grateful and neatly finish her all work with any hustle. Gud -I LOVE YOUR -Какие животные смешные)💕💕💕 -I am confused and mesmerized at the same time. I appreciate the simpler life. - - Side note: The puppies are so cute!!! -Feed you the dogs! :-) Beautiful video. -OMG looks like film.AMAZING❤️❤️❤️ -5:17 Digimon Song? -Woww i love china . Can you write tge recipes? -I wish I was her -You are a great working girl! I send you a big hug from Mexico. -What you’ve been doing and the places your staying now is my longtime dream since childhood i never think it could happen but i see with my two eye... I really envy your simple lifestyle with all the nature beauty around you. I wish i could be at least your sister coz u have all my imagination dream -Beautiful c'est magnifique -Cachorros morrendo de fome...grande merda - -To be honest I think there food is better than ours. -شي جميل -Muito lindo esse trabalho, muitas dessas coisas não tem aqui no Brasil. -Great -无数只小狗,一只小绵羊,一个大院子,平静健康的乡野生活,人生赢家非你莫属 -數碼寶貝的音樂聽了很感傷呢 -The cinematography and content of this channel have high quality -Natural bio products -I'm Hungry now -The sheep and the puppies are too cute !!!😘😘 -I am so glad that I have stumbled upon your channel. Thank you so much for your videos. -❣️❣️ -Everytime I watch your videos, I just get cheered up. You are so calm and relaxed. Love it. 我只是想说你真棒. Please keep making videos for good. Thank you. 😊👌🇮🇳❤🇨🇳 -背景乐是数码暴龙第一季的!!好怀念 -Everything about her is goals -สวยน่ารักมาก -Awesome video -Heaven -5:17 Shouri Zen No Theme-Takanori Arisawa: Digimon =D -Alucino😳♥️♥️♥️♥️ -Wow your look so pretty -I always see those hawthorn candy in drama. -Thats not melon seeds , thats sunflower seed... -Wow ilove all you did happy new year and always be happy -i love how much she loves her grandma. 5:57 -5:25 digimon ost? -請問煮棉花糖黃稠液體是?? -This girl and I are in the same city. -Iloveyou😉💟❣❤💞💌💝💋 -رجائن اكتبو ترجمة عربية -Super very nice ur video👌👌👌🇲🇾🇲🇾🇲🇾🇲🇾 -Có ai VN Hk -So​ many food that​ you​ make.I love​ its -اللهم صل وسلم على نبينا محمد وعلى آله وصحبه أجمعين اللهم ارحم كل مسلم في الأرض و في سمه وجزاكم الله خير الجزاء مآ شيء الله علاا سين -Melon seeds??? I think it should be sunflower seeds -_- -Nice place 👌👌👌👍 -Youtube suggested it for me... Lol.. Youtube knows what I like 😌 -ジブリみたいですき。 -日本人の方いますかー? -натурально и без химии .) -Amazing girl -Dianxi, you are way too cute. -好想吃好想吃 -Wow -wow -Gosh thats why i love chinese foods -بنات الي عربيه لايگ🇸🇦🇸🇦 -I like the video. I just don't like her!!! -عن جد واو من شكوبستان -عن جد واو من شكوبستان -😍😍 -hello, sister six, I don't have any ck -Don't tell me the dried meat was the lamb that was following her!?≥﹏≤ -More comfortable with English subtitles plssss upload -Rất là đảm đang -Why China and Vietnam can not be friend???We r all alike each other, we are Asian, we r dragons. SHOOT ME TO the top PLEASE -Is she selling her product? If so where can I buy or order? -I'm from Brazil. <3 -Good -언니 귀여워 ♥ -I miss this kind of simple life. It reminds me back home when I was a kid...Now I live in a City where everybody rush everything and no time to take time and slow down all foods are either frozen or just ready to make throw them in the oven eat go to sleep wake up, have coffee in the morning and go to work! -best video i have ever seen.Good -addicted (heroine) brought me here. #tunghulu -Wow that's really nice and you're so cute😍 that's make me want to live with you in your village ❤ -Just perfect! -Wow beautiful program love everything there 💖 -I feel relaxed from stress of work when I watch your video 😉 -Hit Like if ur Indian here. -Isso não é uma mulher! É uma anjo 😍😍💕 -nhin ngon qua mat chay nước miếng roi -Love from Kerala❤️ -😍😍😍😍 -5:59 WOW!!😂 -What will she do with so much food?🤔🤔🤔 -Ok👏 -Thats a so cute Video omg I love it❤💎 -الله عليكي -Love it.please help me support my channel subscribe and comment down thankyou from philippines -Her videos are like historical korean dramas 💕💕 -Any arab fans here? -영상미 무엇???!!!!!!! -쩐다....구독구독구독ㅠㅠ -🐕🐑❤️❤️👍 -No wonder the Chinese are so good at English. -❤️❤️ -คนไทยทางนี้ -Im crying this is so beautiful and humble.THIS IS ART -Một cuộc sống như chị có rất nhiều người mơ ước. -订阅Pewdiepie -You are so determined and a go getter living in the country side. -اي الجمال ده بجد🌸😍 -боже какая ж она умница!!! -So sweet .... -جميل الطبيعه والفتات -So Hardworking .. -Castañas. -sisisi❤️ -😍😭👉👉😄😊❤️ -لذيذة كل الاصناف بعد التحميص والتفاح اعجبني كثيرا" ساقلدها -Wow -Miss this kind of new year preparation!! Next year I'll try, tired of ready-to-eat candy in supermarket. -做的很想吃 -the frame rate is a bit different - -real life harvestmoon girl! - -i'd always dream having a life like harvestmoon -so happy to found you -😍😍😍😍😍😍🙊🙊🙊🙊🙊🙊 -you are beutifull -Hi from Turkey ❤ -数码宝贝的歌 -Con dê đi theo vui ghê -Красавица! -Хозяюшка какая и аккуратница!!! -AMAZING -In love with this😍 -Это жуть как крутооооо -This is really high quality! 🌹 -Happy New Year, I hope the year of Pig brings more prosperity and good luck in your life. - -She throw the corn to her dogs to close her grandmum's ears and yet she jumps of that popping sound of opening portable corn furnace is so cute! This lady is just so awesome in all ways. I feel nostalgic watching that part :( -Always look forward to your future video uploads. -dog is h too cute😘😘😘 -في عرب بل فيديو -Was that sheep supposed to be eating that stuff at 1:10? lol and those puppys never seem to grow 😊😂 they are sooo cute! -Um super lik. -Want to try all that food.....pity, there's no chance... -Very nice sister 💖💖👌🙏 -Where in China is this, what village? I would love to cook with her, I’m sure as an executive chef myself, she would teach me a mountain of knowledge, would be incredible to share our skills and trick, for great food. -Masha Allah...shez talented with no limits... -Wish to meet u once -第一次看到的就是这个充满中国年味的短片。。然后追看更多的你的生活。。越看越服你的多彩多姿多才多艺的生活。意境也啪的很美。新加坡粉 -😍😍😍😍 -Subscribe -Oh.... My god I can't express my feeling... I really wants to this place. 😭😭😭😘😘😘😘😘😘 -awesome video. -Which place? I I really like to visit like this places. Woow really beautiful. 😍😍😍😍😍 -6:00 she is so cute when she jump -What is that big yellow fruit?? -I love watching the sheep. -เธอหน้าภาคภูมิใจมากขยันอดทนประหยัดอนาคตข้างหน้าเจริญเเน้นอนค่ะขอไห้มีความสุขนะคะ -Это у них загатовки на зиму или на продажу -There is a channel where reup your video, i think you should repost them -https://www.youtube.com/channel/UCfIi6awHmOfda8ZRzZRj3Kw -Nhìn chị mà e muốn sang đó ở luôn -Worth watching -料理炒めてる時の音たまんねえ -好厲害 -Strong Girl -I want to live here -Wow your this recipe very good i am your fan chinese girl 😊😀😍😘 -they've been blessed with nature -👌 -Wonderful place for living!! -👍👍👍💖 -AD poli -Очень хорошо если видео мне понравилось -I love her videos so relaxing and calm and peaceful to watch. Love the nature and animals. -có 1 nơi...nhu vậy tot hk ta..nhuk yen bình -suka dengan video ini -super -Enjoy your time,enjoy nature beauty,.....enjoy nature harvests. -非常愛你真佩服 ( I from Viet Nam) -Con be này chắc là người máy wa -这几天冒出来滇西小哥复制版李子柒同学,中国大陆网友翻墙来优土网站越来越多。 -Everything cute -Granny and granddaughter 🤗 -- hãy cho tôi thấy người VN ở đây đi nào!!! -视频一如既往的好看。但如果能少用些塑料袋就更好了 -You are more intelligent than veg village food -I want to see it again and again -All those hard work. So relaxing 🙂 -I thought this was a movie clip until i read the comments -Tết ở Trung thời tiết lạnh, Tết ở Việt Nam nắng nóng quá chị à -Que hermosos tus perritos y ovejitá -Those apples look. C R I S P -Gordon Ramsey should see this. -新年快乐 -Me encanta este canal. Que bueno que lo encontre. I love this channel. Glad i found it. -Plz transformation to English .... highly recommend -chỉ ươc có cs đơn giản mà hp như vậy , hk bận tâm chuyện đời -kb z:01238605314 -Перевод на русский: - -Перевод: В этом видео Ли готовит закуски к китайскому новому году. Год свиньи. Вот список того, что она сделала: она поднялась на гору, собрала несколько каштанов и поджарила их в духовке, которую сама построила. Цукаты из боярышника на палочке (бинг тан хулу). Она покрыла ягоды китайским каменным сахаром. Кунжутные и арахисовые конфеты. Сушеные манго. Зефир квадраты. Пряный и онемевший вяленая говядина. Жареные семечки. Арахис жареный. Яичный рулет Примечание: г-жа Ли живет в провинции Сычуань, Китай. Сычуань с древних времен называют Землей Изобилия. Вы можете буквально бросить семя на землю, и растение будет расти как сумасшедший. У них там все есть. Некоторые из тех, кого она использует, могут быть недоступны для людей в других странах. Пара ее счастливых последователей на Weibo получит от нее эти закуски. Она любит раздавать бесплатные вещи своим последователям. Она сказала, что ее не существует, если бы ее последователи не поддерживали ее. 😊😊 Счастливого! -哇!有个这样的孙女,赛过神仙啊! -It is sunflowers seeds -Chinese cinderella )) Very tasty video. -Amazing -為什麼在冬天她會有新鮮芒果? -Esto se ve 😋 delisioso k riko -👀 -I am not sure about the pancake roll. But, it is interesting to learn how to live in the rural. Survival or enjoyable? -I love this video. She made a variety of sweets and goodies!! So relaxing to watch. -Awesome channels -She's so awesome but, I was waiting for her to give food to the puppy's 😄 -คนไทยอยู่ไหน.😂 ไลค์นี่หน่อย. -Hai -muero de ganas por hacer todos esos postres!!! <3 -冰糖葫芦太棒了。狗狗和小羊羔很可爱。 -This is what we call Chinese New Year!!! -I wish I could build a home, on That place... 😢 -It's my first time on this channel but wow I find it so relaxing -😍 -Poor puppies wanna bite 🙁 -Alguien habla español? 🤔 -hay -Wow...theres lot of fruits in the backyard😍😍😍😍 -The grandma is so cute 🤧❤️❤️❤️ -I love this video is amazing -She has big top energy and no one can tell me otherwise 😩👌 -Assalam alaykoum, i'm so glad today sending you these words, i'm from an other culture, morocco, i like absolutely everything you do, you work too much, you live in an incredible environement, you're really a great woman.. -BIG RESPECT FOR YOU MADAM.. -I'll be very glad if you contact me, and more happy if you decide someday to visit my country, you'll be my gest. Thank you for everything. -Pretty, shiny, perfect. Hm. Like Hollywood, isn't it? -What with those lil kid walk behind u. They are so cute. -I will merged you -The quality of these videos are too good - -How i love to live in a place like that,just waeup in the morning and picking fruits and vegetables in the mother nature -*That was cute when the sheep was following her* -Amazing work!. -ვაიმე რა მაგარი გოგოა -I want to marry her😍 -that seem like Lunar New year ? -هذني تضمهن المن -Ух ты какая китаяночка)) -Wowowow love this chanel is so sensitive ✨ -0:43 cute -我就看了一个视频、就爱上她了,这种世外桃源的生活、心驰神往…… -I love it -This was so amazingly beautiful...everything looked so delicious and clean....love it -She is so pretty ! -She’s so beautiful 😍 -Saludos desde la Ciudad de México 🤗!!!! -I like eat peanut candy, in indonesia we called is tingting, and the seeds of the fruit or a sunflower, we called kuaci 😊 -认真的人最美丽,更别说是这么一个美丽的女子。原生态的生活是现在代人所向往的可能做到如此程度,这么认真享受,,,,真心叹服 -I really liked this video because of the sheep and dogs , please don’t ever hurt them . -This is like a beginning of a Disney film -This is so relaxing 😍 -why doesnt anyone comment on her beauty -she has such natural beauty!!! -Good from Indonesia -Like a world paradise.. -You are beautiful, smart ,hard working! I would marry you in a heartbeat 😁 -I like your creative fusion cusine method in forest. -Calming ♡ -There is nothing this woman cannot do or have on her farm. -😚😍 -Does anyone know if this channel belong to her or some person just stole her videos and reup them on youtube???? -This makes me feel so happy -The freshly made peanut brittle is more tasty than store bought. The taste and smell is heavenly. -This just cured my depression. -I love the environment , her life style , those cute pets 🙏🏾🙏🏾🙏🏾 -I wish that you invite my children to spend some time with you in your village -Kisses from PARIS in France 🇫🇷 😘 -I'm Indian... Just watched your video cz it was popping in my recommendation from last 2 days hehe... I must say your video is beautiful to watch! 😊👍 -What a beautiful faerie like place in which you live! A lot of lovely fruits, nuts and resources to make your treats with as well. You are obviously very talented and the calm, hard-work and dedication can be seen in your videos... Passion, too 😊🍊🍋🍎🍐🍑🍓🍡🍰🍬 All of the food looks delicious! You and your Grandma are too cute. 👩‍🍳👵 And the animals! 🐶🐕🐑 -Who said french cuisine is the best ? Chineses is far better, healthier and richer. Am french. -Lovely video!!😍 -Who shoots these videos? -I luv this life, owesome perfect. -increíble y bello -Класно готовиш животных не убиваеш супер👏👏👏👏👏👏👏👍👍👍👍👍😘😘😘😘😘😎😎😎😎🐮🐮🐄🐂🐷🐖🐴🐍 -Where the hell on this do you live?? Such a soothing place .. those little tots around u are just so awesome. -you seem to be living in a wonderland, i would like to come visit -روعة المنظر وطريقة الطبخ والطبيعة تجنن😍😘 -Simply loved it. -those are really big lemons -I love you -^^ I like 💕 -Beautiful 🍓🍑🍋🌶🍄🌽🍆🍊🍇🍑🍓 -Tui bơ vơ giữa dòng người đông đúc -Its really great documentary❤ -Nemají ty psi hlad ? 😢 -Is she from this planet, is the place with all crops is only possible in china..its weird but can't deny it -It's such a visual gastronomical treat -你 好!你 叫 什么 名子 -It's really pretty the way she works. I would be satisfied everyday watching her cook. -I love u and ur video. U are a hard working girl. U so cute..... -1 cuộc sống bình dị nhưng không phải ai cũng làm được -С новым годом!!! -I wanna live where you live -No sé cómo llegué aquí :D pero ya me suscribí 😊 -Her videos are incredibly relaxing😄 now she got a follower from Mexico 🤭🇲🇽 -Look how mutch fod she make in one day -I like it -Que delicadeza 😍 -Oh my god the puppers 😚😚 -李 连哦我俄 从和的那啊 -一哦我 才好的年啊 -How hardworking she is I am fan of her we can not imagine this type of skills -Beautiful superwoman -Oh my goodness ... BEAUTIFUL LIFE ♡♡♡. -Did she put dirt on the peanuts? What was it and why? -Cara, tem alguma coisa que essa mulher não saiba fazer? 👏🏼👏🏼👏🏼 -at 6.50, those are not melon seeds, those are sunflower seeds. :) -Give something to those poor little doggies! -This channel has one of the best aesthetic😍 -Natural but great production. -She is so rich....and they have too many resource to get food.... -Made me think of back in history when they came together as villige and made meals together and ate together -💕💕❤❤❤ -Wow -واو مبدعه اتمان لك التوفيق -Kok unik ya? 2020? -Omg... Puppy 🐶 so cuteeee -كأنك في موكب تاني الطبيعة غداء الروح..عاد عرفت علاش هما كيعشو تال 120 . يعيشون حياة بسيطة وهادئة كل شيء طبيعي وبعيد عن توتر الحياة اليومية لبنعيشو في هدا العصر. -天阿,到底有什麼是妳不會的,太厲害了 -饿死我了 -Wow👍🏻👍🏻👍🏻 -超棒! -Wowwwww. Wonderful time -qami love -Love this -The dogs are so cute 😆💚 -好贤惠的女孩哪里找 -VN đâu đd :) -Muy trabajadora la chica,siempre muy activa!!!preparandose para recibir el año nuevo chino!!!prosperidad para todo el mundo!!! -I love the beautiful interior including kitchen utensils and very minimal use of plastic, I enjoyed the video very much. Thank you! -Труженица - -Da comida para os cachorros ☹ -She showed those puppies zero attention except to reprimand one. -Is this little forest movie chinese version? -this is the most wholesome and inspiring thing i have seen in a while -Watching her makes me wanna live in a country side lol. Everything about this video aesthetic. -هل من عربي مر من هنا👀 -Отложите и нам😉 -Попкорн? -Рахат лукум типа это да белое с клубникой и орехами -Nice. Кто из русскоговорящих смотрят тут? -I don't know why but I'm crying and this is so soothing....it feels so..... nostalgic -Die armen hunde die tun mir voll leid -เทอร์มีความสุข อย่างทีคนอื่นไม่มีวันมี -From VietNam. Love video❤️ -Спасибо!Happy Chinese new year! -Are those *lambs* -每次看她的影片時總會療癒身心 -在子柒这里听到家乡方言超级亲切!!!!子柒辛苦啦! -Thích thất tỷ thất tỷ giỏi quá gì cungc biết. -🍉🍈🍎🍊🍑🍒🍓🍅🌰🌰🌰🌰🌰🍍🍌🍋🍇🍎🍊🍊🍊🍊🍠🍬🍭🍫🍙🍱🍚🍙🍘🍿🍿🍿🍿🌯🍜🍥🍛☕🍽🍴🍳 -Did she edit her video herself? -Is this her official chanel? Please don't reupload if she not yes confirm -BEAUTIFUL -I love you hani😍🤗😉 -第一次看这个视频,喜欢这个菇凉,向往这样的生活。 -Where is this located -Ideal life😍 -I like this -From nepal -你才是真正的網紅 -Who says girls need to wear nice clothes to look pretty? Shes already pretty with that cooking skills and kind heart. -Your animals are so cute! 😍 -👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻 -ผมหลงรักคุน😍 -Ma dai ..pure gli animali sono della DISNEY -힐링영상😭 -i miss my goats back then in my village, they always follow me when i go around. -sunflower seeds, not melon seeds -Bruh I Want to marry her😄 -Too beautiful to be real -奶奶好幸福 -Beautiful production -The most relaxing video and beautiful tradition. Love your puppy and sheep <3 <3 -我想念北京......我想回去 -我有点饿 -那只羊是当狗养的啊 -Is this food or art? -Wow I love it 😊😊 -你是一个非常漂亮的女孩,带我去找她! =) 我来自俄罗斯 -Hay quá đi -How did she make the marshmallow candy tho -Việt nam đâu !!! -I like video ❤ -Wanted to cook something...but instead i ended up looking at this beautifull girl for more thank 2 h! 😂 I'm just in love with this channel! Congrats 💗 -กุเป็นคนไทยคนเดียวหรือป่าว -انا احبك من العراق -I love her❤️❤️❤️ so naturally cooking -子柒,你真的太棒啦!真的太棒啦! -super -😍😍😍😍😍😍 -Животных не кормит -so amazing. -Where are you come from -กระทะนางใหญ่มากก555 -The most beautiful video I’ve watched 💕💕 so happy I found this channel -古色古香的乡村生活,纯天然纯手工的传统小吃💞 -哈哈哈哈哈哈哈 -套 桃红色马云啦从地嗯吗的龙踩踩吗 -四川的冬天是北方的秋天和冬天混在一起的感觉。似秋非秋,也似冬非冬。 很有梦幻感。 -Pengen deh gw main ke sana ke tempat kamu kayanya indah dan menyenangkan yah.. Selamat yah.. -Есть русские -i love the natural colour.... -😘😘😘😘😘 -What The 😂😂 -omg I wanna go there -Ako -She is very cute . -I like her vedeos -ここのコメ欄いろんな国の人がいすぎて何を書いてるのか全く分からない笑笑 - - - - - -それにしてもこの人めっちゃ美人✨ -恭喜发财 猪年行大运 -Beautiful place.. -你家小狗和小羊好可爱啊😍 -Dogs cute -My Chinese granny makes these😋😋 -Is that Chinese or Japanese? -Love you sister. From malaysia. -The dogs are cute -thats what i call the "deadliest popcorn" -I love your video n your food making skill but i have never seen anything you are making for your pets they always rome aroung you want to eat what you are eating but you never serve them or never made anything for them -रहरहलल -555 -😍 -This is what i call paradise -You are a very hard worker a good cook and skilled alroud.bless you and your gran mother!Is it posible that you can edit your vidoe's with english sub titels?.i really enjoy our video's.have a blessed weekend. -Itu masak sebanyak itu nanti dijual atau dimakan sendiri sama keluarganya? -That wasn't a melon seed that was a sunflower seed.tf -Looks so good! I'm so hungry! So much hard work for a good outcome. -👍👍👍👍👍 -سبحان الله علا بلاد رووووعه -兒童鯊魚歌 -The dogs and the sheep are too cute -i am concerned on why there are puppies -i wanna go to dis place. so peaceful. - -she is very hard working -This is real life? -❤❤ -WOW, NICE VIDEO! THANKS FOR SHARING! I AM LOOKING FORWARD YOUR NEXT VIDEO!!! THUMBS UP! -Chị bận rộn suốt nhỉ ❤ -هايدي -Is'nt that sunflower seeds?Aren't melon seeds the white ones? -😍😍😍😍😍❤❤😙 -My greatest respect to the farmers and to this lady. I found myself while watching. Hopefully I could start a business with something to do with farm stuffs and probably a temple-like I think since i felt my past life was about it lol (insert reborn farm fairy emojis)🤣🤣 -wow -Everything about your place, surrounding is soo beautiful... i want to go there -amazing !!!! -is this what heaven is like? -Hello your so beautiful 😊❤ -shoooo happy after finished this video 🌹 -Is it a village ...I mean being villager you own quite big land it's so traditional to do every thing with your hands ..amazing -you remind me of shampoo, the character from an anime titled ranma 1/2 -这视频的地点是哪里? -Tự nhiên thèm hạt dẻ vãi haha -Is she cooking for a restaurant or what ? Because it's a huge quantity ... please answer me I'm so curious -0:5-0:12.🐑💖🌱 -4:05 🥩🥩🥩😩 -😤😤😤 -k uổn 10fút..k rơời mắt giây nao -I love it -Keep making this traditional videos because I love China and I love Chinese tradition also there is no such thing that I don't like about China -💕 -love u...love ua puppies...n m in love with u -Puppies 😍 -Omg i just found your video, its so good , its like to see a normal life in movie!!! -5:17 ?? music digimon ? -素晴らしい❤ -映画をみているみたい -Amazing work 👍👌 -I love your pets thou urghhh they are ao cute -Beautiful girl and chinese culture ❤️😍 -poor doggo tho :( -yooooooooooo!! thailand -Very hard-working young lady. A very busy day. -feels like visual novel backsong. especially at fisrt minute. bring me back so much memory. and the food look so tasty.. -Wow what in the world?! I’m in love with the way you cook and auto subbed -Why does this seem so sacred?! I feel like I'm peering into the lives of hundreds of generations. The way of life was passed down well in this family. -55555柒爷好可爱好能干! -I was wondering what editing program you use -That place is a paradise. -❤❤❤❤ *from Azerbaijan* -번역은없나요? -พี่คนนี้ช่างน่ารัก​และ​เก่ง​มาก​ๆเลยค่ะ☺️ -She made it for sale? -可愛的狗狗 -Wholesome life -I'm not from China but this made it feel like a home. Thank you for such a wonderful video. It is wonderful from every aspect. :) -omg that grandma in the hat with the cat ears can you just kill me now -用棉花糖做糖。。感觉有点浪费。。。 -5:55 so cute. Hahah -此女子真乃天上有,人间无。是也 -I love that mini animals -厉害 -Amazing 😊 -Beautiful life in the country... love how she cooks -แม่นางจ๋าเธอทำไมหายไป เราคิดถึงเธอ -Alguien habla español?? -素敵すぎる…実写版ジブリみたい -Wow 🥰😍 -Cómo decimos en México "Se me hace agua la boca", que rico se ve la comida...ver el vídeo relaja 😍😅 -Aww Cute Animals UwU -Kindly give something to your cute dogs also to eat ..they have been tempted for so long -Wkeh kaha karat gii -THAT FRESH FRUITS!!!😍😍😍😍😍😍😍😍😍😍😍😍 -All I can say is oh my oh my how I wished to live in this place it is like a world of fantasy!! -Những lúc mệt mỏi chỉ muốn đi đâu xa. Nơi bình dị như tỉ đang sống để không phải suy nghĩ về cuộc sống hiện tại . Haizz -Another dream wife, marry me.. -View this video for the first time. I thought I was watching a movie. -English subtitles please -👍👍👍 Very nice 👍👍👍 -I wanna live in that place -God bless -Oh my goodness words cannot describe how much I love this channel. Also, does anyone know why she wears gloves with she picks the nuts in the begging? I’ve seen other channels where they all do the same. -¡Es hermoso! -still she is using plastic -8000多评论原来是各国人民在围观。辛苦李子柒了,短短十分钟,不知道要做几天才能做完,忙得都蓬头乱发了,可是还很美。 -Chi lam hay qua -She's cute and pretty. Very nice depiction of authentic Asian food delight. -한발 진보한 탕흐루... -I miss my grandma so much. You are so blessed -好利害的女孩子! 聰明 美麗 動作快 會做這麼多好吃的東西! -Woww very nice 😍😍 -I love channel and i love girl this -I want your life -Pensé que se iba a comer al perro... -i Love this life -be my wife I beg you !!!! -@李子柒 发现一个盗用视频的,youtube有举报版权侵犯功能,希望频道主能及时清理下!链接:https://youtu.be/5dJGacdBSQs - -This channel is steal everything from you. -Very good! -Me gusta mirar sus videos me trae mucha calma aoy de bolivia saludos arigato -开始是从微博发现的小柒,然后出了国现在又在youtube继续看你的视频,每次看都是一种享受和佩服,希望你一直将视频分享下去! -I *_really_* want to try/make the *Snow Crisp...* -I want to marry this girl and spend every spring holiday in this place with her -i feel so happy that so many people love your videos -وين العرب !؟😕 -I love this place, I love this lady and her land.. sheep , dogs and all ..PLEASE DON'T EVER CHANGE AND LET THE SO CALLED CIVILIZED WORLD IN. THIS IS TRULY THE OTHER SIDE OF HEAVEN ❤️🙏 -I feel like I'm in Heaven! What a piece of work! Dear, congratulations! U are amazing. Greetings from Brazil! -Take me :') - -I want to go there -Pretty place. 🏕 -Fairy tale pole ondlooo!!! Toooo cute -I love you , good luck 🇦🇿🇹🇷 -My life style dream -Ohh my allah nature is great -เอ็นดูหมาน้อยน่ารัก. -Mano, que lugar maravilhoso, mesmo sem entender nada escrito é mt bom ver vídeos assim, passam uma paz -A beautiful life! -😍😍😘👏🏻❤😋 -Magic in the most mundane and human things -better title for the video: how to actually live like a human being, you vertical-living monsters -.... -日本ではすでに失われた、アジア共通の知恵や価値観、それに裏打ちされ発展してきた伝統や文化がここにはある。 -日本では、もうこの様な日常風景は撮影できない。 - -チャンネル登録!! -Me siento dichosa, solo de verlo😂😂 -这视频质量真的。。。每一帧都能截图用来作屏保桌面 -Like pela exploção -8:49 what a beautiful scene..... -Extremely pretty -做芒果干是什么芒果,为什么里面没有胡? -🐑🐶🐕😍😍😘 -Such a heart work she is doing lovelyyyyy -Me fascino 😊 increíble -Viet nam -Could you PLEASE TELL ME WHO'S THE MUSIC FROM?? -IM FROM ARGENTINA. LOVE WHAT YOU DO. THANK YOU -i think when the sheep becomes a grown sheep/adult sheep, she’ll kill it -😍🇹🇷 türkiye -Feed the dogs too they look so hungry -6:41 quache... My favorite ❤❤ -Your skin has diamond shine effect -Everything is so peaceful and lovely 😊😌 -♥️ -Your videos are DIVINE! I love this!! -Happy Chinese New Year💘 -This has unsettled me a bit: -At the minute 5:16 I started to hear a familiar tune... -And then I remembered, it's DIGIMON! -https://www.youtube.com/watch?v=Pu2UiCI3OR8 - -So are the creators of the video using a Digimon song? -Or is the Digimon theme based on a chinese popular tune? -What do you think? I can't keep it out of my head :o -Happy Chinese New year from malaysia -我喜歡做飯. 👏💓💓💕💖💞💞💝💝👍👍👍👍💓💓💓💝💝💞💞💞💞💝💞💞💞 -I want to live with you !!!!!!!!!!! -小狗好可爱 -How can i not discover this channel before ❤️ -Everything is wonderful. -♥♥♥ -I am very happy . If u don't mind pls I will stay with u .yes -variy naec -Please give the dogs something to eat I feel thay are very hungry -you are more intelligent than miss yeah -Ayos... -Hat dẽ nhin la thay thèm -Хочу себе такую жену.... -wawe moi siham du Maroc. bravo. et bon courage. -Thats an awesome popcorn maker they have here!! 😄 -May I ask where one could buy the earthenware cookware, the one you used for melting the rock sugar? Thank you! -Video whery golod. Thank you whery much -Is it all real? Or just play? -I mean your all videos -I like those but just curious -سخفتيني الله يبارك -I from viet nam live in moc chau -I would love to live there, -옛날 중국영화 한장면같네... 그와중에 디지몬노래무엇 -ضضخجججخ -ชอบมากเลยคลิปอันดับ1ในใจเลย -好棒的視頻,不一定要跟著學,只需靜靜的看,就有很好的舒壓效果。謝謝您,美麗而認真的女孩! -nossa gostei muito -why is everything so perfect now im wondering why is the world not anymore like this💫 and the food looks so good💜💜😍😍 -好安逸阿~ 喜歡 -عنجد فظيعه امي كتير تحبك -fantastic -#MybeautifulGilgitBaltistan -Недеген шаршамайтын кыз базар жок енбеккор кыска сактай ма екен барын кушты 😍 -Your country is so beautiful.👍👍👍 -Có việt nam k đk kênh giúp mk với -Трудолюбивая))) -This looks like it came from a movie. -Its so well made OMG -The oven looks like a puppy with a bone in its mouth. Has anyone noticed that? -Wow she's making so much by herself and selling them 👍kudos -🍲🍲🍲🍲🍲🥘🥘🥘🥘🥘🥘🍔🍔🍔🥙😋😋😋😋😋😋😋 -rất hay -Al ver como lo prepara me dio mucho apetito -Классно! Что это за райское место?? -Где это? -А какая ты хозяюшка, вот повезет же кому то! -This is my dream life. -hf7 -رائع رائع رائع 😍😍😍 -I'm so happy when I follow her and watch her video 😊 -Lovely.please add English subtitles -العرب لايك 👍🌹 - -Like you from KSA 🇸🇦. -อยากรองกินบ้างจังคงจะอาหร่อย คนน่ารัก -The puppies and sheep are to die for😍😍 -新年快乐,祝你好运! -你好,这是一个非常好的视频,小狗真的很可爱。 她的作品也非常漂亮,所以在性质上。 很多人都梦想着这一点。 谢谢,并保持良好的工作! 来自瑞士的问候! -Nǐ hǎo, zhè shì yīgè fēicháng hǎo de shìpín, xiǎo gǒu zhēn de hěn kě'ài. Tā de zuòpǐn yě fēicháng piàoliang, suǒyǐ zài xìngzhì shàng. Hěnduō rén dōu mèngxiǎngzhe zhè yīdiǎn. Xièxiè, bìng bǎochí liánghǎo de gōngzuò! Láizì ruìshì dì wènhòu! -Yêu china quá 🇨🇳 -😍😍😚👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍💋👍💓👍😚😍😍ILOVE YOUR VÉDEO -I'm so sad and I'm so cryyyyyyyyyyy -Wow im from indonesia and i utterly surprised that i know all of these ingredients -Какая трудолюбивая девушка) -классный! -Omygoodness 😍 -I'm jealous.... 😭💔 -I want a life like this, too. 💕💓 -Those are sunflower seeds not melon seeds, right? I truly love the peacefulness to the cinematic video editing and soothing background music! Esp when she picked that pomelo with the perfect shaped basket fruit picker lol it was so calming to watch -I love you I'm.form manipur -Omg i want i'm hungry -She look like mina in twice -Wana Marry u, -Love 😍😘 -I wish I could merry a girl like her. 😁 -Perfeita - -這位美人姓甚名誰?賞心悅目甚於美食。 -จ๊วดๆๆๆๆๆ -Salam dari Java untuk nona Li -One of my most favourite and most relaxing videos is here 😍😘❤ -You are a best one -I want to rape you ♥♥♥♥♥ -Where you from -Good -All the new year snacks omg -കിക്കിടുവേ 😙 -You are very cute -I love china music -i love your vedios ....i am in tamil nadu...and i am a indian..... -哇 现在还能找到这种爆米花师傅 太怀念了 看哭了 谢谢子柒 -post next vedio -Love this girl so much. Any opportunity for volunteer ??? -6:50 They are sunflower seeds, not melon seeds 😊 -sempurna saya dari indonesia🇲🇨👍 -Nice -D -Ikklko -日本人いない? -why I am not with u 🤔🤔🤔 -You have hotal so u making many kind of foods -super -강아지한테 너무 무고ㅓㄴ심해 -she is best.i want to eat your food,you are so cute and beutiful.are you live in village? -So cute , happy life. Thanks . -Овечка! -I get ranma 1/2 vibes Every time . I love these videos -,姐姐 -I wish I could buy that mini clay oven -Are they selling those or are they keeping it for themselves? -Can i stay there learn to cook? Cause you are amazing! I like that cheznut.. Its so delicious 😍😍😍 -Ur looking so cute and Ur cooking awesome... -Super sister👌 -terbaik bosku -What's your next video -Pobrecitos, tiene a los perros de adorno solamente, ni les da de comer -Cute grandma -I fan from to Viet Nam -Thật sự là quá giỏi đi 💗💗💗 -wow😍😍😍😍 -Con cừu to rồi -Esto no afecta a boffe -Y ESTO EN QUE AFECTA A BOFFE -Ngon the chi o dau day -😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😭😢😭😭😢😭😢😭😢😭😢😭😢😭😭😢😭😢😭😢😭😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭😢😭 -か弱そうに見えるけど重そうな鍋とか持ってすごいな、働き者だ -I m not happy about the animals so I will move on , look after them lord -Your animals are very sweet but they look hungry I hope you fed them twice or more aday -I want to see the animals fed -Mjk thấy rất vui khi xem cái này thấy 1 nơi thật bình yên mà ấm áp , có ai thấy v k -Ever17 out of nowhere -太厉害了了了 -So sweet... -Happy propos day. I love you .I am a girl -everything from home fat wow! -這位小柒妹妹實在太有才了,人長得美不打緊還會親手做許醬料佳餚,雙手還能做出連男人都驚嘆的木工竹器,太佩服了。 -這回,又做了年味點心,讓人看了太喜愛...太棒了,小柒 -Nhà chi nay thấy đẹp hơn trk nhìu rồi... -Mà nói thật thất tỷ bớt giỏi đk hk??? Nhìn ghanh tỵ lun ák -Like -Gostei bastante do canal ..como chama a fruta amarela grande ? -Can you shoot her face from the front? -Animals are so cute -Oii! Sou brasileira e acompanho teus vídeos,Amo como prepara as refeições!! -❤❤😄 🇧🇷 -แพ็คของทำไมค่ะ -this is so artistic and inspring! -Can you shoot her face frontit ? -No entiendo por que le an dado dislike si este video es hermoso 😍 -Is that digimon soundtrack she’s using in the background...? -Is that digimon soundtrack she’s using in the background...? -Good sister,I want to eat with you -Salio la canción de #DIGIMON mi infancia. Jamas creí escuchar esa melodía aquí en este bonito video. Como es la cultura asiática entre muchos ingredientes y como siempre el cálido amor familiar excelente video -Chinese girl..... Please feed your little doggies... Don't smack them bcuz their hungry... -tame Viet nam diem danh -كم انتي جميلة أيتها الطبيعة -I fell in love with this intelligence girl😘 -想起了小时候,我和我奶奶在大街上买两串糖葫芦,吃了之后就觉得好好吃!我叫我奶奶天天买,都吃腻了,但是,看完了这个影片又想吃了,哈哈哈,走!!我去买一个. -Esa mujer es un ejemplo a seguir. Suelten los celulares y a trabajar. -En donde vives :v// -relaxing videos...worth to watch -Lạc lõng quá có ai người việt nam hông cho tôi nhìn thấy cánh tay của các bạn đi -Where is this place? ❤️❤️ -😍😍😍 -WOW !!! its like 1 woman corporation - she can do it all <3 !!!! -ЗА ЭТИМ ЛЕГКИМ ВИДЕО СТОЛЬКО ВЛОЖЕНО ТРУДА .ЭТО НЕ В СУПЕРМАРКЕТ СХОДИТЬ И В МИКРОВОЛНОВКЕ РАЗОГРЕТЬ.ВЫРАСТИТЬ ,УХАЖИВАТЬ ,СОБРАТЬ ,ПЕРЕРАБОТАТЬ И ВСЕ БЕЗ СОВРЕМЕННОЙ ТЕХНИКИ .БЛАГОПОЛУЧИЯ ВАМ ТРУДОЛЮБИВЫЙ НАРОД.👍👍👍👍👍👍👍👍👍👍 -If only there were translation -😍😍 -Me encanta ver tus vídeos, son tan tranquilos y relajantes y despierta mi apetito jajaja me gustaría conocer su país. -hey la música de DIGIMON -The little lamb got bigger in this one though, congrats!! -https://youtu.be/THWbtF1T9ao 😃🌹 -Verdadeiro conto de fada ,nunca tinha visto nada igual!!! -😍😗😗😗🌻💐💐🏵🌹eline saglig -she may be the modern version of Ip Man. -que luga é esse parece um paraíso de lindo😍😍😍 -Hard working woman... With nature.. Love it.. So sweet. -看的人想哭……感谢你做的视频,祝愿大家猪年行大运 -Lovely family and animals 😍😍😍😍 -رائعة ....كل شيء جميل .....💖💖💖💖 -子柒过年好,糖葫芦好多年没吃了,真的好想念。 - -Meu Deus ela é incrível -اذا اكو عربي حط لايك خلي نشوف كم واحد عربي مر من هنااا🌹🌹🌹الله يحفظ كل العرب اينما كانوو -شي خيالي كل تصرفاته احنه المطبخ عال العال ونطب عليه نلكه مفجور استمري ياكلبي -:-) -Wow that food is beautiful -Thailand อยากได้มีขายไหม๊ ส่งมาขายหน่อย จะซื้อ/ขอบคุณ -اكو عرب لو بس اني.ما شاء لله عليكي -😋😋😋😋😋😋😋😋😋😋😋😋 -You're actual heaps pretty, also, that stone oven is lit as f, realised its a dog and the wooden door has a handle shaped like a bone. 10/10 8) -誰娶到她 八輩子都幸福不完🥺 -優秀了 我的天 -China fucked up -U -¡Está mujer trabajó en ese vídeo más que yo en todo un año! -Please, I would like to visit you at your home. Follow me in the program why Chat(PilotSam911) -新年快乐 -Wow -How can i get some of those packages -i hope your happiness will continue -좋은 영상을 보게 해줘서 정말 감사합니다. -happy new year! 새해복 많이 받으세요~ -Hello I'ma new friend -ตัวเล็ก , แต่เก่ง -I love how she loves her grandma!!! -e rất thik ăn đào -😎😎😎😎 nicyyy -I alway watching your videos again and again but don’t feel bored❤️ -delizioso questo filmato c e un atmosfera da favola -Happy Chinese New Year -She is the best cook😋😋😋 -有一段数码宝贝的配乐。😭😭😭😭😭😭我最爱的数码宝贝 -Love chestnuts and hawthorn so much. Also the spicy jerky. Im glad some of my ancestors are chinese so i have eaten all she prepared. Except for the sunflower seeds. Dunno why they wrote melon seeds. I may need to buy sunflower seeds to try it. -博主会做桂花酱吗?小时候每年都看奶奶做桂花酱,现在的人都求快,没人去手作桂花酱了。怀念做桂花酱的时候。 -LOVe -I don't understand why I always love your videos. 😀 -hello I'm from Indonesia I like to see this blog -so pretty 💕 -Пишите пожалуйста на английском,что за продукты и специи вы готовите. -但是掉在地上,已經裂開的栗子不是有蟲嗎?在"在小丸子"某集中看到,求科普,謝謝🙇 -Epic food ... Like it greathing from indonesia -😄😄😄 -منو عراقي لايك واشتراك -Please feed those little puppies plz plz plz -Great video thank you! -Tanghuru kimochiii -힐링왕 리즈치ㅜㅜ 어릴때 중국에 몇년살았었는데 좀시골쪽이었어서 비슷한경험을 했었어요..그때는 그렇게한국가고싶더니 이젠 그립네요ㅜㅜ -♥️ -Is this video from a chinese origin or a japanese ... -なんでいきなりマシュマロ出てきた‪w‪w -i want t stay with her.. -😍😘😘😘😘😘😘😘 -Pretty girl love you so much -Awesome! Thank you very much for sharing with us... -Que hermoso me encantan estos videos -ape bende je yang dia tak boleh buat? masak, bertukang, menjahit semua dia pandai, dah la comel, cantik. papepon, semua video dia best. aku suka. -Very relaxing. Takes me to a lala land fantasy😀 -So talented! -🍭🍫🍓🍓🍓🌰🌰🌰🌰🍖🍖🍡🍡🍎🍎🍌🍡🍢🍠🌻🌻🍰🍪🍬💖💕👍💞💝💘😻😻 -Thank you. You are the best -Wowww... What a beautiful place!!! -Very much relaxing vdo to watch... -The sounds of hard work taste delicious. Happy Chinese New Year to Granny and Li Zi Qi from Philippines with love. -不在乎团队不团队,更不在乎你做的东西味道如何,铁粉原因就一个,你的视频让我“极度舒适” -为什么? -为什么? -为什么? -I gained 5 pounds just watching this. - -It looks so good💕 -put something for dogs... -She is awesome she works so hard. She is a super women -Nhìn mà cũng muốn đi lượm hạt rẻ :)) -Are those pomelos?? 😙 -I love watching your vedio,so calm and relaxing. -The dogs are so cute , put some thing for them -How come... Where is her husband or big bro ? -Gong Xi Fa Cai! ♥️ Wishing you Happy New Year 🎉 and Great Year of the 🐖. -Co ai la nguoi viet giong tui khong -Все так мило и быстро ,ни разу щенят не покормила,и даже не увела при достовании попкорна! -นั่นมันกายาสาท -The two puppies and the sheep ... Lovely companions 😍😘 -8 -Amazing...my dreams r to have a natural environment like u have around you -new subscriber hre..so relaxing n gud atmosphere ...u r hardworking girl...keep it up...love from INDIA -ງາມຫຼາຍ -💖🐏🐑💟😊 -百度9ifast 高速稳定 -The popcorn popper, a reminiscence of the amazement of its display during childhood life ☺ -anyone hungry? -Ye Indian kon h -4:35 sonwflake crisp -🤣🤣 -หมาน่ารักมากกับเเพะ -Pozdrowienia z Polski. Twoje filmy są niesamowite. -😮😮😮😮😍😍😍😍lovely content! -Please visit my channel too 😊 -i love your video<3 -I'm disliker..... 😜😜😜😜😜😜😜 -Lucky girl living in Neverland! -Dessert 😍😍😍❤️❤️❤️ -Ur video is awesome. No doubt. But it seems like u dont luv ur pets. U dint even luk at them when they were begging ur luv. U were just busy in ur chores. I felt so bad for them. I wish i had those cuties🐾 -So sweet both of them -Cho m thấy những cánh tay nghề Việt Nam nào... -I like at -good job yar -Baby come on please upload another video very fast -miss my ah ma after watching this -贤惠 - -Happy new year. I verry like your video. Thanks of that -😆😆 -Как жаль, что я не Ваша доча 😁😁 -居然在这里看到小柒,一个无所不能的女子,我偶像啊 -so cute -I really like your life style.... you are the best -Hello -우와 뻥튀기(popcorn) 만드는 방법이 나 어릴때 시장에서 보던거랑 똑같네요 신기하다~ -Chi nay gioi qua -Happy Chinese New Year!your videos are so Beautiful and inspiring 💛💛 -I love this my chenal -Good -婆婆的帽子好可爱 -Love her videos -some of that looks good. some of it looks pretty gross -Saludos desde chile Pucha que triste musica me gusto mucho todo y los perritos tambien todos los animalitos -What a beautiful art of cooking -Wowww 😭😍 i loved -Ok what is this magical place that seems to have everything -👍💯 -Happy Chinese New Year! Lovely video. -Should I point out that what was labelled as "roasted melon seeds" was actually very obviously sunflower seeds? That part was a bit weird. -Apart from that, I loved watching this, and have watched many other vids of yours, and they're all so beautiful! -You're living in a dream village that ever so many people wish they could escape to - such is the stressful complexity of our lives. -I legit expected Totoro to show up or something, lol! That's how surreal your lifestyle is to the rest of us. :) -Thank you for sharing! Your camera person is on point! :) -Everything looks delicious! Happy Chinese New Year! -Very creative -이상한 화장하는 영상 만들지 말고 이런거나 만들라고 중국인들아 -❤️From Indonesia -Có đứa nào hiểu được chữ này ko :)))) -Camera man please more to the puppy hehe.. -Việt nam điểm danh nào -I want that knife!!!! -She can make a movie out of this lol. -沒有什是子柒不會做的。 -that looks so good!!!! -我想在那里生活和她妹妹都佩服的女孩一定是这样的 -Wow 🙏🙏 👏👏 ❤❤ 🍯 💖 -Vietnam i love video -I love that she got an oven mitt halfway through the video lol -看完真的感觉feel到过年味 -Chị này giỏi quá. Ai lấy dc chị trắc hạnh phúc lắm.😊😊😊😊 -小狗兒、小羊兒都來幫忙囉! -I'm Mexican,I do not understand anything but I love your videos.😚😚 -うまそうな肉。これは、テレビ番組? -Wow this video was amazing! First one I've ever seen from this channel. Thank you YouTube for this recommendation! 😊👍 -这个视频质量。一个字。服 -Real Angle -U a great girl -hola diosa de la vocina -Are you chinese? -China have youtube service? When? -The food i see delicious mentira yo soy hondureño jajajj like. -Hi my love you 😘 me benh I am -This is AMAZING!!!! -I'm from RUSSIA! -👍👍👍 -Very beautiful girl!!! I very like she!!! I watch her video and do not stop looking!!! -Em 7:19 é trigo ou polvilho? -Esse canal me trás paz -💜💜💜💜💜 -مناظر طبيعية روعة -I really feel sorry for that lamb. -You can tell it loves her. -نفسى يباءة فى ترجمة باللغة العربية انتى جميلة اوى و حاجاتك نضيفة و حلوة -Ahhhhh this is the kinda life I want 😫🥺🥺 an honest day working and farming arghhhh 😭😭😭 -Can I live with you please .. I don't mind working all day.. better have a tired body then a tired mind 😢 -اتمنى لو ان تكون حياتي مثلها يعمها الهدوء💜💜💜💜💜💜 -Brasil ❤ -🙏🏻😇🇹🇷 -More I see more I fall in love with ur show . ..simply love your show .music is so soft n peaceful..and food u cook looks so yummy -beautiful vídeo 😍 wonderful place, Kiss from Brazil 😘 -Brava....👏 -estava passeando pelo youtube, mas não sei como cheguei aqui :) -احب اتفرج على طريقه طبخ غير العرب لثقافه بس -😮❤ -But where did the lamb disappear though? -I need to get me one of these Chinese wifes. - - -OH YEAH YEAH! -this made me hungry for 10 minutes XD -This videos makes me feel happy thanks so much -ciao dall'italia -柒仙女在后半段的时候忙得不亦乐乎,都没时间打理头发了🤣 -منو عربي -好想去这个地方 -BRASIL❤❤ -So amazing ❤😍😍 -🌀✨*GIRO MANIA*🌀✨ -🌀✨708🏆 - -*Link da Data 06/02/2019* -*QUARTA -FEIRA* - -A crise financeira te pegou?💲👎🤷🏽♀ -O que acha de doar apenas R$5,00 e receber R$ 1.295,00? -Sem sorteio! Sem vender absolutamente nada e sem ter que cadastrar ninguém! -Mas não é milagre! É preciso compromisso e dedicação. -Isso mesmo!!! -🗻Não fique com dúvidas. -🗻Entre no grupo do whatsapp e lhe explicaremos o funcionamento !!! -📍Aqui o sucesso é garantido. -Acesse esse link para entrar no Whatsapp - -https://chat.whatsapp.com/FsihqM9slIpDPTsSCX5Hl0 -😍🤩😍🤗😘🤩😍🤩😘🤗😍🤩😍 -HOW IS ALL OF THIS FILMED WHAT -😍 -💚🤗💚 -She's literally an angel..... Omg 😭😭 -I love -Ur hard work make me feel so relax and happy that one day im ready To spend the rest of my life near mother nature -I really don't know your name but dear you have magical skill ..good bless you -👍✔️Just Perfect and Magnificent ! ... Respect… ✔️👌 -Life in all Simplicity, what many seem to have Forgotten ... -♥Ƹ̵̡Ӝ̵Ʒ...•°"˜ - .(ړײ)/        - .«▓        - . ╝╚ Amitiés "ℜonny" /Femme/57 ans/ Alsace/ France -Что это за фрукты такие, жолтые -Вы очень большая умничка -puppies and goat follower, always amazing video.. very relaxing😌😌😌 -Oh My God.. its Heaven💞🐕🐈🍵🍻🍯🍭🍭 -Every vidio make me crazzy wanna eat and wana stay with her -Very nice and beautiful -Super -روعة 👌😍😍😍 -Happy New Year 😍😍😍😍😍 - -Snowland queen 👸👸👸👸👸👸👸👸👸👸 -Give me some popcorn please! -Denle de comer a los perritos también!!😭😭😭. Hermoso canal , no me gusta, pero para nada la cocina pero viéndola a ella , todo parece mágico.. .vive en el paraíso? -Bánh kẹo tết tỷ ấy tự làm hết vầy mới là ko khí tết chứ -6:50 That’s a sunflower seeds not a melon seeds -😍😋😋 -Wkwkw nyapo we -you know i really like your everything..🤗🤗 -你牛逼牛逼牛逼 -I love cheese nut -ง่วงเว้ยย -She’s amazing. I like the pop corn how to made it. when she was shock because of the popcorn was popped out :) -Was that mango??? In winter ??? -第一次看到她的视频,把我惊艳到了。 -Love it ❤️❤️❤️ -U r beautiful -Amei! Produtos direto da natureza e aparentemente deliciosos. -Here is heaven... -mk thik chị lý tử thất và chị thánh ăn công sở -ai thấy vậy ko 🤣🤣🤣😍😍😍 -Приятные хлопоты=) -Why are you this kind of incredible, the best. -nice videos -💖💖💖 -Tats so cute! -Happy chinese new year... I from chile🇨🇱 -Nice video 👍 -رائع ما اجمل الطبيعة ومنتجاتها -Happy new year lý tử thất❤️ -ossssaaaaammmm✌️👍 -I always wanted to grow up doing cool stuff like that! I love nature and whatnot. I hope you and your grandmother (and uncle) are blessed this year!!Happy Chinese New Year!! -新年快樂!!! -reminds me of miyazaki movies -Omg 😲 i m speechless -এতো সুন্দর..... -Great video..happy spring festival -Pure art. -중간에 뻥튀기랑 디지몬 브금 무엇? -Hermoso video -Love your video watching from Philippines😘 -Спасибо за отличное видео.Изошла слюной пока смотрела.Так все хочется попробовать.Главное все натуральное и приготовлено не в микроволновке.Очень милая девушка и собачки. -This is life 😍 -Ябы жинилса натебя (( -I'm from vietnam.🇻🇳. You're very beautiful -Happy new year beautiful -Xin nien khuaile 😍 -Is it possible that these are Chinese propoganda videos? Just curious. There have been precedents. -이 채널은 뭐죠????저 소녀는 배우인가요??? -But I'm finally lost for words to describe what I see and feel . -Peace and love from Australia ! -Có ai việt nam không ạ -One in ten did not like this ! -How ? Why ? Loveless souls. -Im from larak -Happy Chinese New Year!!!新年快乐!!! -Hiiiiiii my LoVE -I hate you Fridge! -I want to marry you <3 -So sweet -ชอบตอนเปิดไอ้ที่เผาน่ะ555 -2 dogs and a sheep followed her! 😂 -真心,她的刀子那處可以買到? -This is awesome vid, preparing those sweets with heart and hard work, all natural, organic... -これはまたヤバいチャンネルに出会ってしまった。最高だ。 -恭喜发财 :) :) :) -congrats for the 2 M. you deserve👏👏👏👏👏 it i love you from iraq to china 😇😚😘😍❤❤❤🔥🔥🔥👏👏👏👏👏👏🙏🙏🙏🙏🙏 -تطبخ اي شي تحصله قدامها ههه -마음이 너무 편하다 뭔가 지브리 애니를 실사판 보는거 같아... 너무 좋다 너무 재밌어 -Wonderful 😍😘 -Wwwwwwwwaaaaaaa nice place 🙌🙌🙌🙌🙌🦋🦋🦋🦋🦋🦋🎶🎶🎶🎶🎶💕💕💕💕🌹🌹🌹😇😇😇🤗🤗🤗🤗👍👍👏👏🌟🌟⭐️⭐️⭐️🌟🌟🌟🌟🌟🌟 -💗 China -What the hell is this place?? .... -Oh ,wait a minute.. -Is that heaven ?? ......dp... -Beautiful place....😍😍😍😍 -Happy Chinese spring festival to you and your grand mother (love u grand maa) -love u and your videos -她住在天堂吗? -如果这是中国,我希望离开印度并在中国获得公民身份。 -Rich colours and flavours . This makes me happy -Ngưỡng mộ chị ghê....thông minh gioi giang va co thể làm nhg việc nặng nhọc -It's look like a fairytale love to watch it -5:59 🤣🤣🤣 -問一問,那瓜子是什麼瓜子?自制瓜子好棒 -Việt nam ơi ❤ -Việt nam ơi ❤ -Yea, she is all square! -احسن طبخ -бегает с корзинкой, бедные, голодные щенки за ней, еще из них мазь какую-нибудь приготовит, лучше бы покормила -;-) -All fruits at same place??😍😍😍😍😍 -이정도화질이면 어떤카메라로 촬영해야할까요?화면이 정말 예쁘네요 -Супер лайк 👍 👍👍👍👍Детка ты супер я влюбился в твой канал бомба -วิดีโอใหม่ของวันที่ 20190204อัปโหลดยัง รออยู่นะ -I love China tradition -Lý tử thất 💕💕💕💕💕💕💕 -Beautiful -Happy Lunar New Year gong xie fat choi love from Bali Indonesia -This channel must be famous now -這小姐姐好漂亮啊 -视频拍得很唯美,虽然不是真实的人生。摄影剪辑都很专业,会吸引很多人追看。 -子柒居然在YouTube这么火!果然美食不分国界,不过American喜欢吃甜食。体会不到辣的美味~ -Its cool -Thích quá đi💖💖💖 -I love that you have english subtitles. I love all of your videos -Simple, Nice & Brilliant...Gong Xi Fa chai...(:- remember my childhood...*SKR# -Her videos are one of the cutest and most relaxing videos in YouTube - -So nice ! 我很饿. -Danio dadi bojo ku . -Умница такая!!! -simply amazing -炒花生不用黑色的石子吗,滑溜溜的 -I like u -こういう生活に憧れる…… -r u married??🤔🙁 -Need to date a Chinese woman ASAP ...Food is the best way to enter a man's heart .... :) -porque no subes vídeos más seguido, me encanta ver todo lo que haces y me parece bellísimo el lugar donde vives, creo que es un lugar donde me gustaría vivir, saludos -you remind me of my mom. maybe its the delicate bangs, or how gentle you are. -好熱鬧的年味 -每个人都让我问这个视频是否在四川拍摄? -Everyone let me ask this video to be filmed in Sichuan, right? -this channel deserve 10 M subscribers -cinematography is not joke, like a movie, those puppy and sheep, why im so late 😭 auto sub😃 -Why are there no adverts in her videos? She should be monetising her videos to help her and her grandma, and also to allow her to make more quality videos. I wonder why? -請問 李姑娘 四川有像台灣一樣農曆初八晚上天公嗎? 你可以拍你們拍攝的情形喔 -On mountain is masllo -好厲害👍太棒了 -She better get herself a better translator. I mean i dont understand Chinese but those definitely weren’t “melon seeds” and theres a difference between fried and roasted. Other than that im binging this stuff when im supposed to be asleep rn. What is my life? -When She surprised , so cute☺️☺️ -你们四川人身体真好,高糖,高辣 -So who kills the pigs the lambs the goats?????? -Isn't it creepy that the two puppies lost their lamb mate when they reappeared after she cooked that meat ? -I love that caramel hawthorn, I've try when I go to Beijing -I can find other snack to eat in my country except caramel hawthorn -偷吃零食w -From cambodia I like her , she beloved😍😍 -Happy Chinese New Year ! -Yêu cô gái này quá trời 😍 -Việt Nam. -Gostaria muito de fazer uma visita a essa moça. -I love the way she loves her grandmother in addition to everything else. It is beautiful to behold. -本来挺感慨 数码宝贝的音乐一出来瞬间泪目了 o(╥﹏╥)o -I love how the puppies and lamb like to just follow her around; it is too cute! -Everything looks delicious. I like how she's very organized. -子柒过年好 -I would kill to live like her, even for a week -look at her when is suprise she so cute -5:58 -Happy Spring Festival! -2 - 0 - 1 - 9 -新年快乐 -Awesome, beautiful, peaceful works...and tasty food... THANKS. -from Jongno, Seoul, Korea -Man these videos are so refreshing and addictive. Every single element is excellently executed in such detail from the recipes, the emotional angle (the grandma/ family relationship, how to be resourceful/ independent etc), the camera shots to the editing. I hope you never stop uploading, as I'll never tire of these. Hope you are well, Happy New Year 🙏 -🇧🇷🤔👏😋🍽️ -If only i could have a taste of each of those :P -雪花酥和牛肉乾真讓我饞涎欲滴 -Wishing you and your grandma good health. Happy New Year! -The second background music sounds like it was from Digimon. And the first reminded me of the music from Laputa -Your video always amazing.. -Dep va tai nang ❤ -Love that 🐑🐑 follow you every where with dog as well 😆 -Harvest Moon in real life! -Grandma lookin' cute in her scarf hood with ears >D< -Cần lắm người vợ như này... -So amazing -Vietnames điểm danh đi ❤❤❤❤ -Watching you makes me feel like a lazy person. -Manzanas confitadas. Que delicioso todo lo que cocina. -She makes it look effortless, just beautiful. -Dream wife -Your video production and edit skills are so perfect. You do everything so well and when you combine that with all the skills you show in these videos, I find it inspiring. -What was that song? Recall it but dont know where i last heard it... x.x -产销一体,视频即广告 -show me you are also feeding the dogs. You fed the goat I saw...what about the puppies though... -新年快樂,幸福,健康,和平和很多錢, -婆婆的帽子真可爱 -Delicia -мне бы такую жену на всю жизнь 🙋‍♂️👍🤠 -I like the dogs -Awesome perfection -我要是男人一定把你娶回家 -子柒好美,由内而外,这才是真正的美丽 -The puppies and the lamb are so cute it’s like a fairytale! -Send me a hello -Wowww -Happy Chinese New Year🎉🎊 -hi, from BRASIL............................................... -Poor dogs are starving and she doesn’t care ☹️☹️☹️ -Esto es hermoso -Ésta mujer tiene tanto amor y talento . Fuerza y vidA tiene más que muchos de nosotros. Qué bendición -I love you so Munch -Feed the little dogs! They're hungry -I absolutely love your channel u lovely woman best wishes from England UK 😋 -https://youtu.be/W_zRXoDlxyU -Is the white pillow looking ingredient a marshmallow? -Nice -最可厭的刷牙漱口的鏡頭,有必要嗎?沒有禮貌的噁心! -حبيييييييت .lovely -新年快乐! 祝李子柒和家人身体健康,万事如意 😊 -The place is so calm and full of life -I'll buy it all! ❤️ -Always enjoy her beautiful video... I've been watching do many of them.... She -had so much knowledge ,,she can fix anything ....?Music is so soothing.... Thank u -5:16 musica de ikari de digimon :D -Умница девушка,кому-то достанется такая хозяйка и контент годный!) -Mango had no seed!? Waaaaaa? -tus vídeos son preciosos y me encanta ver como preparas esos ricos platos con los utensilios tradicionales -Love the simple life😍❤️ -U r my favourite... My 5 year old daughter also like u. She always tell dat"mamma am watching ur friend video." dat makes me happy -虽然明知是假的,但是我却忍不住向往。策划,我服! -Goooooood girl -Love this channel she is amazing every thing so perfect -what was she making in 7:31 ? can somebody please tell me the name of those yellow crispy looking roll food? -OMG I JUST LOVE THE AMBIANCE OF WHERE YOU COOK AND LIVE AMAZING IN EVERY WAY GREAT JOB -Uno de los mejores canales que he visto. La dirección de cámara, los hermosos cuadros, el contenido.. todo queda muy bueno. Lo disfruto mucho :') - -妈呀,我把那qi 读成染了 -С новым годом!!!🎇🎆🎄 -Спасибо за видео! Мы тебя очень любим и ждём новые видео!😘😘😘😘😘😘😘😘😘 -I really like you, you 1 strong woman -Simply beautiful! -5:59🤣🤣🤣 -👍❤❤❤❤👍 -以前也用窯煮過食物,但為何這裏面的窯要先把柴火拿出來呀? 是只用餘溫悶對嗎? -You are a very hardworker. I love your chanel. As soon as I saw it, I subscribed right away. Keep up the good work. -super ur videos -Dear, some other channels are copy your viedos, please take further action... -I like your all videos -新年快乐呀 -Happy Chinese new year😋 -Что это за синдерелла и реальная ли она девушка или актриса? Уж больно снято красиво) -看着都是一种享受,家乡的味惹人心醉。 -😍🍃 -Happy china new year -Your videos are so satisfying... ❤ -quiero una novia así -Poor sheep,It will be a meal one of the days -Sizleri Kürdistan'dan selamlar -Greetings to you from Kurdistan -来自库尔德斯坦的问候 -ברכות לך מכורדיסטן -クルディスタンからのあなたへの挨拶 -تحياتي لكم من كردستان -6:00李子柒的样子让我笑了 -😍😍😍 -اروع فيديو love from morocco -哈 满满的童年回忆啊 -I always watch your video because it make me sleep -5:58, she is so cute. XD -<3 -Happy chinese new year. Hope i can eat your food someday. -Those puppies and goat are cute! -你家哪里的,你什么都会,什么实才都有,娶你当老婆真爽 -想娶她 -Happy Chinese new year -💝💝💝💝💝💝💝 -Hummm deu água na boca, moça forte,treinada nas responsabilidades, cultura diferente da ocidental onde a maioria só quer fank, dançar até o chão, chão, chão na boquinha da "garrafa",e fazer filhos para os avós criarem,ou pior,nos orfanatos. -Give those babies a bite -😉😘😘😘😘😘 -كلش كلش حلوووووو مكان وجو كلشي موجودة حلووو -👌👌👌👌☺☺☺☺☺☺ -I have some questions.(Sorry, I can't read Chinese...) What is the title of this video? and Why she prepared those many foods? for party? I really enjoy your video and Chinese culture. Have a good day:) -có Việt Nam ko nhỉ ☺ -the dogs still alives 😱😱 -Buah berangan kan tu..yg dia kutip -The puppies are so cuuute -Insta link ... -Give some food to puppies 😉😉 -Você é uma mulher incrível, no sítio da minha mãe tinha uma árvore enorme dessas castanhas eu sempre pegava para cozinhar -Good.i like it -Who did that flim edit?? How did that?! -She is a beautiful angel in the paradise. -我总觉得你的视频很平静 -I a fan. -I'm curious about sichuan peppers.Are they really spicy ? -Peace and Blessings. -No doubt, LiZiqi has the best videos of all the Chinese uploading cooking videos. All her videos are so beautiful! -She is the COOKING EMPRESS OF CHINA. -WISHING THE EMPRESS AND HER BELOVED GRANDMOTHER AN AUSPICIOUS NEW YEAR OF THE PIG 2019.🎇🎆🎉🎉🎉🎉🎇🎆🎆🎇 -2/5/19 -9:19AM🇺🇸 -Eu amo ver os vídeos dela <3 -Hi from Bali..love ur video so much.. Happy chinesse new year xx -https://youtu.be/CfRZGu6aZk4 انا بحب الصين اوي والشغل اللي انتي عملاه تحفه ياريت تدعموني بالقناة انا لسه جديد وشكرا ليكم -BGMが毎度悲しい感じやから可哀想な感じに感じたけどカメラのアングルとか動画の投稿内容見る限り生活はそんなに不便ではなさそうだし、彼女も楽しんでそう -ررررووووعة -Happy New Year of the Pig ! -nhiều đồ ăn vặt quá. cô ấy thật đảm đang. -Awesome -i like to have a wife like you BABY <3 -Dont let 🙄 -Hai.. -I am from India. i like your channel. Especial Atmosphere. -Spring comes and she gets full of energy -That was so soothing....! -😋🍍Yummazing!! -음식 뚝딱 만드는 모습 참 아름답다. 금손이네 금손.^^ -Tôi ước gì sống được cuộc sống như cô ấy ko ganh đua vật chất ko chạy theo đồng tiền bình dị an nhiên bồng lai tiên cảnh ko uổn 1 kiếp người -Myanmar love you too 😍😍😍😍😍 -Happy Chinese New Year 😘 -5:25 SOO CUTEE ^°^ -You are so charming..love the way you are. I love the video when you and the popcorn * bomb* there haha..sound like really me when I was a child. Remind me of my late grandfather... I always looked forward to watch your videos then. Support always From Sabah, Land Below The Wind -一个比一个艺术作品 我很感动了 -Miss. You looking gorgeous 👸 and your tenant👌 it's fabulous👌, I'm your crazy fan 😋😊😊 -탕후룬감? -Tão linda ❤️🇧🇷🇧🇷 -骗人骗到国外了…… -Amazing -I am from pakistan -Ecxellent -Wtf is melon seed and fried peanuts??? -What a beautiful place to live... Never shortage of food... -恭喜發財 -Please visit my channel too 😊😊😊 -Hi im kyle, i have a question for you did you have a husband or boyfriend? -That girl is freaking strong! One pomelo and 5 oranges and I'm already winded. -太好吃了:))她很棒 -а щенков покормить не судьба? -Walking along with 2 puppies and a sheep. -6:00 把狗子嚇得香腸都掉了 -العرب -TOO DAMN MARVELOUS. -So beautiful life style and food habit... Love ur video.. from bangladesh -Omg the dogs😍 -Happy Chinese New Year Li Ziqi 😘 -I wanna live there. -From Korea -Can I live with you😢😢?? I so sick of the city life😩 -Happy Chinese new year 🎉 Ziqi -6:00Hahahhahahaha so cute -I'm hungry 😋 -Hi li ziqi I am very fan of your videos. You are a talented woman. Full of gifts and an inspiration to all. Please continue to upload more videos. I'm from the Philippines. - -5:59 -HI i am from India, I like your videos very much. My I know the place which you are living? -All beautiful natural food got destroyed by cooking... -I love this so much💖💖💖 -If I am a boy I would have a big crush on her because she is so talented -i want one, like her... -Its not melon seeds but Sunflower seeds. -من عربي هنا☺😉 -Hey how are you please you are ingredients translate English please my family members like you very much and your natural ingredients used by cooking thank you best of luck -Обожаю ваши видео 😊 отдыхаю душой! Узбекистан. -她的视频真是越来越假了 -Your amazing 😍 -Its so relaxing watching this video! -巴蜀风 -i would love to spend my time over there ! such a simple life yet such a wonderful life ! Please invite me :) -Orang kok masak mulu -别吃我的朋友呀我的小牛牛 -Perfect girl ! -she is a bunch of talent -5:59 I can't 😅🙈😂 -Orang indonesia ada gaaa🇮🇩 -您好我是喜欢看的订阅者,想知道您用什么相机。 因为有影像色感和画角,所以很好奇。 -공부할때 틀어놓고하면 개꿀임 백색소음 짱 -근데 저기중국맞죠? 옷도 이상하네 -Hello, I am a subscriber who enjoys watching. I want to know what camera you use. I'm curious about the video color and the gallery. -Nice recipe -สัตว์เลี้ยงของคุณน่ารักจังค่ะพี่ -Wow -Your dog is sp curious -Can i try your food? -Вот это понимаю Бьютифул лайф. Толи жить в сковорешнике пятиэтажном -Подписка однозначно 👍 -This is the real Stardew Valley🤣💕 -I love it🐝 -Where u live? Exact area. Can we visit to tht area? -Are your products for sale? If so, how I could get them! -ดูแล้วมีความสุข -Nice -I saw your post on the Elvis videon -nice -Gosh.....this place is like paradise! It's beautiful! -Happy new year🐷🐷 -新年快乐,小伙子们 -新年快乐,小伙子们 -I love this video and I love puppies 🐶 -grandma's beanie is so adorable! the bear ears :) -Интересно, а она замужем? -You are amazing. When you cook please instruct in English also. I don't know Chinese language. It's so helpful all -Мечта а не женщина!! -I love you 😔 -super -blessed land -Tuyệt -Wow.... Sister, you're so 👍👍👍 How can you do all 💖💖 I'm always happy when I watching to your video's 🌹🌹🌹 keep healthy sister... -Btw i don't know how Chinese people calling other people who more old than her self... -So i just wanna call "sister" 💖😊😊 -뻥이야~할때 놀라는 모습 너무 귀엽네요. -Wwaawew Yammi 😋 Nice Vedio sis N Thanks for English teacher is Vedio -我靠那什么芒果....好大 -Ngon -Ever 17,哈哈,我最喜欢的游戏之一 -My heart is melting, you can see how much she loves her grandmother -Có ai Việt Nam không -Mexico presente quien abla español -真的好美,好美的环境,好美的女子,好美的心。 -第二段BGM 是数码宝贝插曲: -勝利~善のテーマ -So nice dog n sheep -wahoo super I lov you -I love all your videos 👌👌👌👌👌👍👍👍👍👍👍👍👍 -Thích quá -I love watching her videos. -Llegue tarde pero este vídeo me encanto mucho mas sacalo en español por favor -Mmmmmmmm que rico -Me encanta este canal de Youtube, transmite tranquilidad, a pesar de que la vida en el campo puede ser complicada, es maravilloso que puedan compartir parte de sus días -Que hermosa. Oveja -Ese lugar es un paraíso -How is everything so perfect? And I love your house and farms! Also those baskets and utensils you use...I'm dreaming of those lovely baskets. Also...consider an extra like from me for those cute little furbabies following you around! -Wow💖💖💖💖💖 -WOW AMAZING!.😱 -Happy new year!!!! -Ооооооооооооо мне бы жену такую😍😍😍 -the sliced mango make me craving for suree😣😣 -哇,女神! -过年好~~㊗️诸事大吉 -It's like.. Her life is a beautiful story.. -I am ready to spend the rest of my life near you.. and to leave everything behind for you .. to live in you beautiful world -05:17 -That song was the soundtrack of Digimon. -Милые у Вас спутники! -BGM是数码宝贝第一部的歌曲啊。。 -extraordinaria, super, lo mejor, es como un sueño y uno desea vivir-lo, la felicito, lo he visto como 3 veces. -Oh lord i wanna eat em -انا مش فاهمه حاجه😢 -English sub plz -哇你好漂亮 -نيالك على هل الحياه والهدوء -太他妈美了 -Just beautiful, tx. -Perfeito.. -Kkkkkkkkkkkk kkkkkkk kkkkkkkkkkkk kkkkkkk kkkkkkkkkkkk kkkkkkk kkkkkkkkkkkk -والله هذا اجمل فيديو -What's the food name made my egg and flour????? -🐕🐈🐩🐑💐🎊🎊🎊💐🎁💞😘👍👏👏👏👏👏👏👏👏🙌 -爆米花的时候 外婆一看就老江湖了 -Please English subtitles🙆💜 -😍😍😍😍😍😘😘😘 - -新年快乐,祝你身体健康,持久繁荣 ...:) -Cool -MashAllah! This is soo beautiful and inspiring! -Hoje, no mercado, o ministério, fez sinais com uma musica, que diz assim: Seu silêncio me corroe! e fiquei preocupado com você. Quero dizer que se você tiver sendo perturbada pelo ministério, por minha causa; quero que você fique neutra, a sociedade, faz sinais bom, mas é para causar a impressão que existe muita gente do bem, mas as coisas nunca apazigua. Fique neutra, no futuro, nós podemos ser felizes justos. Se não der certo; quero que você saiba, que a vida no campo, é uma vida maravilhosa, que muitos queriam ter. Você já é feliz e não sabe, o enjoo dessa monotonia, faz você não perceber tanta felicidade, você pode perceber essa felicidade, observando os necessitados ou o inferno na minha vida. E mesmo que eu tivesse com boa vida financeira, minha vida, ia ser quase igual a sua, a diferença é que ia ter dinheiro para comprar as coisas, kkkkk. Fico feliz por você gostar de mim, eu também gosto de você. Fica neutra, eu ja estou acabado, só observa, sabendo que só Deus, sabe do dia de amanhã. Continue refletindo coisas boas. Uma abraço, querida. -I just wish I could read Japanese 😂 I’m loving these videos!!! -Remind me of Harvest Moon. -這樣賢慧又美麗的老婆,還不快點生兒育女,是不是生育功能有障礙? -2019年祝禍國殃民的菜因文早日被斬首成功。👍 -Ya quisieramos los hombres tener una mujer asi en nuestras vidas -Make more videos!!!!!!! I love to watch ur video -Me encantan los videos -新年快乐, 新年 🐷🐷🐷🐷🐷🐷🐷🐷🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻 -Как Пчела!Вся в трудах! -Lovely 😇‼️ -This is like ASMR for my eyes ... -😍😍😍😍😍 -Popcorn 👍😁 -ogni tanto mangiano quei poveri cuccioli?😓 -اعجبتني افكارها -Very very nice... -Mmm so delicious! -Happy Chinese New Year❣ Thank you very much for the beauty❣❣❣ With Love from Russia❣❣❣💞 -Потрясающе красивое видео!!! Какая трудолюбивая девушка) -حياة هادئة او كل شيء طبيعي مواد غذائية اواني طبيعة خلابة هدوء في الحركات ياسلام -Такой хорошом мемте живет все растет я так хотело туда уехать -Happy lunar new year 2019 🎆🎆🎆 🎉🎉🎉🎊🎊🎊 -Ngưỡng mộ . -Щеночки с овечками ми ло та 🐕🐐 -Fucking Digimon Soundtrack -I'm Cray 😢😢😢😢😢😢😢😢 -I am from Pakistan i love ur channel😍 -Village name ? Where in china? -Love that her video is 10 minutes long 🤙🏼 -Plz make a vedio -. Prepare cooking oil -Loving the ten minute video😃 I am sure everyone will agree😅 MUCH LOVE ❤️❤️ -Que hermosos videos, me relaja tanto -The puppies and the sheep😭😭😍😍😍😍 -Thats a lot of work to make popcorn -3:42 what's she add please ??... Thank you so much i like the video.. I love U from Algeria 🇩🇿 -新年快乐 -I cried at end😢 -李小姐刷牙方式不对 -柒柒新年快樂 -I love you -جميلجداجدا حبيت ا وي -b站看了头条看了到油管还忍不住看一遍 -beautiful vedio -I like your all videos hii I am from India my name is sangita and you are so talented and cute -What is this? -I want a pancake recipe) -Digimon music background in this video was really soothing my mind. -新春大吉! -Vay be onların köy yaşamı böylemiymiş 🙀 -love you from thailand :D -Ain't Youtube banned in China? How ya'll uploading this? how ya'll commenting? I'm bout to get on the phone to Winnie the Pooh and report you lot -😊😍😘❤❤❤❤ -สุดยอด -6:00 -6:00 -This is so soothing and lovely to see all the items prepared from scratch -Happy Chinese new year -그니까 뻥튀기랑 군밤이 중국에도..! -Awwww those lil puppies and goat are soooooo cute 😗🥰🥰🥰🥰 -She need to give food for pappies first.She doesn,t care pappies😚 -اكو عرب بل الطياره -3분23초 뭐임? -Eu gostaria de viver assim! ❤ -Chị ơi mau mau ra clip đi e nứng muốn xem clip mới qua r -Hahahaha amo seus vídeos -وااو انتي رائعه😍😍 -I like your all videos love from India -Khuôn mặt bạn rất giống Mina TWICE -Lovely baby dog -nice. -己亥年快乐🎉🎉🎉愿大家“猪”事顺利🙏🏻平安喜乐🙏🏻 Happy Chinese New Year🐷🎉 -Well done! Strong girl -Happy Chinese New Year🎉🎉🎉Happy Chinese New Year🎉🎉🎉 Happy Chinese New Year🎉🎉🎉 Happy Chinese New Year🎉🎉🎉 Happy Chinese New Year🎉🎉🎉 Happy Chinese New Year🎉🎉🎉 -Nice dry foods -新年快樂…… -好想吃 -Live ziqi you really should monitize your videos. You have a large following you would make good money for you grandma and your animals especially the puppies and the cute goat. Awwwww -I love you 😻😻😻😻😻👍💗❤💚💜💙💖💞💕💓💞 -You are my hero , inspire me to get back to what is real -where is this place? it's so beautiful ❤️. 你有那么多才华,请您教教我们这些来自城市的朋友们吧!嘻嘻开玩笑,非常喜欢你的视频。你拍下的视频从来不让我失望,加油加油 💪🏻 永远支持你,子柒姐姐!❤️ -Udah cantik pinter masak ♥ -I would like to live with you. ❤️❤️❤️🌰 -新年快乐🎉 。Yêu Thất tỉ nhiều ❤️❤️ -Kung Hei Fat choi!!# -chi co biet noi tieng viet k° -chi co biet noi tieng viet k° -Ilove u😘😍 -Those puppies and kid (baby goat)are so adorable! -新年快乐, Ms Li! -thoes puppies are so cute😍 -I like her pets following her everywhere and almost every time. :-) -這麼一個蘭心蕙質的女生,看著好舒服。歲月靜好,新年快樂! -اكو عرب -This is Korean or Chinese or Japanese ...??? -Good.. -Hello from the USA. Great videos! Always relaxing and peaceful. Thank you - -i really like watching you -How it is for you, Elon Musk?)) -I love this! This could actually pass as an asmr only if there was no bg music. But still i appreciate it. I also love the cinematography. -Somehow by watching this, i would like to try some traditional chinese delicacies❤❤ -8:52何か可愛い -Gong xi fa chai ..happy chinese new year li zi qi -한국분계세요..?? -羊养成了宠物 -I like her video so much -Lah penak temen tenenan opo film jan? -새끼양이 너무 귀엽다. 탕후루를 처음 인천차이나타운에 가서 처음 맛보았는데 너무 맛있었고 내가 좋아하는 간식이다. 딸기로 만든것만 보았는데 큰 사과를 통째로 한다는 것도 처음 알았다. 영상속 그녀는 무언가 만들고 썰고 볶고 휘젓는 단순한 일상을 보여준다. 하지만 그녀가 있는 자연의 배경과 더불어 마치 한편의 아름다은 시를 눈으로 감상하는 것과 같은 감동을 준다. 스마트폰과 인터넷에 익숙해져 전통이 가진 미를 잃어버린 한국에선 더이상 찾아볼 수 없는 아름다운 전통적인 삶의 방식을 그녀가 고스란히 재현하고 있기 때문이다. 전혀 짐작도 할수 없는 무언가를 그녀가 하나씩 만들어가는 과정을 보며 마음의 평화와 안식을 얻는다. 이런 중국의 모습을 나는 사랑한다. -مذهله -过年好 -Lovely -Happy CNY 2019 恭賀新禧 諸事如意 -هل يوجد عربي هنا لايك لو سمحتو -Just adorable! -Why download is not available -빙당? -Can someone tell me? Are they real? -🙏Hats off to your work -嘿嘿,,子柒乖 -多才多艺😮 -Сколько вкусняшек 😋 -Nhìn mà thèm😛 -Có ai người Việt ko -I will be so sad if there was a huge production company behind this channel. -Videos is very fast,, plzz slow it down. Plzz add subtitle -Happy Chinese new year! First time watching this video it was so interesting, beautiful place and food. I wish i can get a girl like you onr day it so inspiringly. Absolutely gonna like, subs. Good video. -Love from Bangladesh ✌😍😘 -Apa Sya Doank Yg Orng Indo?:( -Wowwwwwwww -Hello from Vietnam. Happy new year for all :) -Tanghulu! Caramelised hawberry skewers. These bring back all the happy memories of New Year in my childhood. A treat me and my friends could only afford during the Spring Festivals. We used to spend a good chunk of our red-envelope money on these. If only I could get hold of some fresh hawberries (anyone knows how to source them in Northern England?) I'd love to make these with my children. -Chị ý đang chuẩn bị cho tết nguyên đán đó -She is stupid and will eat these puppies. Her face is very snooty :D -These videos are great -Poor puppies :( -Jo log rizq ki qadar karte hin or rizq ko sambhalna jante hain Allah tala un ko Hi be hisab rizq se nawazte hin -👍 -Allah tala jangal me kaise apni is bandi ko rizq de raha hay subhanallah -❤❤ -❤❤ -Love ya so much😍 i wish i would meet you ❤❤❤ -*from Vietnamese fan* -Việt nam điểm danh -Grandmas hat!! 💗💗💗 -看着看着笑了,然后哭了,已经有四个春节没有回家过了吧......突然想念家乡的豆花米线了.......(留学党=_=) -My fav episode! Amazing and delicious! 新年快乐! -I want to taste those dream foods. -Sun flower seed or melon seed? -How this channel getting so much views? -Happy chinese new year -best wife ever -The shot /cinematic is top notch. 👏 Happy Chinese new year. 🎉🇨🇳 -Chúc ai đọc cmt này năm mới vv ,hp,làm ăn phát đạt nhé❤️❤️❤️ -5:57 Grandma don't give a fuck. -Happy Chinese New Year -Очень хорошие видео.Интересно смотреть!Браво создателям идеи! -子柒新年好...广大华人新年好!反华香蕉人就算了!!西方才是你们祖国! -There's no seed inside mango???😋😋 -5:16 Digimon Adventure!!!!!! -So lovely..😘 -Hi friends anyone know where this place in china ? -I like -That is a super cool popcorn maker! I want to experience that. -Sos una genia con lo que haces no hacen falta palabras tqmucho -Like the atmosphere -Happy Chinese New Year! 过年期间有视频发吗?希望李子柒能有新的作品 看她的视频我控制不住我记几啊 -过年啦!新年快乐! -Poor dog,,can not eat,,,, -名作 女神 -😍😍👏👏👍👍 -Love you guys!! -Is this based on real people? The high quality of the video and video editing seem sophisticated for rural folks. The pristine chrome baking pans, the wood flooring, the painted interior walls, and the overabundance of fruit trees in her videos seem out of place. And, I pray that those puppies are pets and not livestock. -Oh god Digimon~數碼暴龍 -❤️ -Que cosa tan fea e visto ....los animalitos tienen hambre estoy segura!!!!que inconsciente..ella si come agusto y los animalitos con hambre ..... -Creo que los perritos tienen hambre!!! -Marrying this woman is a very good Idea 😄 -哈哈,看着爆米花想起小时候村里的老师傅 -Woow ... -Is this what love feels like? -Thank you for another beautiful video. I always feel so in touch with nature watching your videos. It would be a wonderful experience to be able to spend some time with you cooking and learning some of your traditions. -Not your ordinary girl -indonesia menyapa.. -Much love from the Philippines. Your content is excellent as always. God bless you -so organic -I was affraid she will cook the puppies 🐶 -你的侧脸好像邱淑贞,仿佛回到了过去 -The snowflake crisp looks so good! Everything looks good! -She cooks so many food -здравствуйте -大家新年快乐!! -Happy Chinese New Year! -Me encantan tus videos, hasta te da hambre de lo delicioso que se ve todo lo que preparas <3 -I love ur lifestyle! -That sheep tho 😭😭 -wow you're amazing! that's so beautiful besides it looks super tasty -}i'm crying!!! T-T i love her! -Wow...que muchacha más talentosa ,trabajadora , ingeniosa y qué rico se ve todoooo...no deja perder ningún fruto!!! Todo lo aprovecha de la naturaleza... estoy admirada!!! -Anyone else notice after she cooks the meat, the lamb is not seen again. -又一年!祝福全球华人新年进步,中国早日统一! - -She's honestly a wholesome princess!!! Look at her animal friends T_T <3 -بما أنني لا أستطيع السفر فوجود قناتك تجعلني أسافر إلى مكان لم أحلم به أبدا... -أنت رائعة -8:50 are those lemons? -She is sweet and beautiful, a great and wonderful woman. -Those puppies 🐶 🐶 ❤️❤️ -Is there anything you can't do? -God🧚‍♀️🧚‍♀️🤣☺ -Just wonderful😔💔 -❤️Amazing! -真棒啊! -1:10 小羊吃的是rhubarb leaf? it's poisonous I think -Such beautiful videos! I’m hooked! Would love to have a place similar to you. your garden and home are amazing! Storage of foods is so organized ! -Your videos make me happy -I like You chenel 👍and welcom to my chenel 🙏😘 -Your videos are the relax for my soul) -I love your channel so much! It’s so relaxing and calms my anxiety. -This is so peaceful, everything in this video is so beautiful, thank you so much for sharing this amazing video with us -You are amazing!.. -Очень интересно. Супер. -Though i love the rogramme i unsubscribed the chennel coz i hate the content of harming -Обожаю её видео класс 👍 -We would appritiate if u show only vegetarian.. Plz prevent from killing... The scene and programme is refreshing so killing and non veg dosent ♣ suits in such programme -I miss my Naana right now. She loves chestnuts so much. I will call her tomorrow morning. -Why did u used da marshmallows cinesa????? WHY CINESAAAAAAAAAAA????? -Snaaaaaaacks! What a good episode -*BRASIL MAIS ALGUEM* -https://www.youtube.com/watch?v=R9AyN3ZXjXs -Perfectly 😍😍 -❤❤❤❤❤❤❤ -Где находится это райский уголок. Неужели это Вьетнам -Nice dear -佩服~佩服!!!!!! -Where did the lamb go?? -Класс -Super -每次看完你的视频都觉得是世外桃源吗!好像回到小时候一样 -She is so cute...😘😘😘😘..i love cute chinese girl.. -Wow this soil is very rich in natural food... -6:51 It not fried melon seed, it Sunflower seed, fried melon seed is smaller and red colour, colour of happy and good year -有人知道子柒是如何打理菜園的嗎? 怎麼可以這麼多種菜,,好強 -😍 -peace of mind💖💖 -ياجمااالووو ايش الحماس هدا كله حسيت ب سعاده وروقان😩😩😍😍 -5:14 Digimon's song -婆婆比小姐姐還淡定233333333 -When i was a lil girl i had a book of chinese folk tale (written in Bengali) which was very close to my heart.There was a girl in that story who used to stay with her granny in a beautiful villlage of China .She too used have a gang of pet...She would also do many household chores just like this girl and her lifestyle was my childhood fantasy..I used have a pretend play just like the lifestyle of that girl mentioned in the story....when I watch this channel I feel very much nostalgic to see this pretty girl and her life....She is an amazing girl...God bless her and her granny..😊 -Beautiful village -Ai việt nam thì để lại 1 like nha -简直太棒了视频!我小时候也是这个爆米花机器,太怀念啦! -super girl.....amazing -Where is this magical place?...so many fruits... -Ngoài chợ bán thiếu gì -The animals are so cute -i bet she can beat me in an arm wrestle -Happy chinese new year!🎉 -Really nice video and such a calming song, could somebody tell me the name or link it. Thanks in advance and happy Chinese new year :D -잔잔하다. . -I love how she do its -I dont know Chinese -But when i look her, I am attracted from her. -Love her so much -whoever subtitiled it is a fucking legend -中国美人 -Ai vn diem danh -子柒姑娘 -掉滿地的柚子皮可以用來做天然洗碗精 -哦对了,这是我老婆 -Wooooow😍😍 -Beautiful village very nice weather I'm a srilankan -These natural food gives her strength and beauty -I think I noticed that the second song of the video is from Digimon Adventure? #digimonfan 😆 -Waw! I realy wnt to be with them to have some food with them.. -perfect -love this ...was the cooking skills self taught or through school..omg shes amazing, she will get many blessings from grandma -Былиб все жены такие, цены бы не было им!) Молодец, смотрю её и в животе пусто становится!) -Quisiera subtítulos al español el minuto 6.00🤣🤣🤣🤣 -謝謝你,讓我看到您的視頻 -Beautiful I think this chennel is goodest chennel for food video .,everything so pretty so cleeen beautiful place ..and this girl very hardworking -absolutely with respect -I want marry with her she so perfect she now how to do everything when I see her I say wow that’s my lady -李子柒的视频一直都带给我内心安定的感觉,那种人与自然、家庭、美食所交织的绝美绘卷,给人以灵魂深处的洗涤。我中意她的一切,我想娶她那般的女子,但我却畏惧她那把无所不能的大砍刀,不要以为四川妹子的刀是只用来杀鸡的_(•̀ω•́ 」∠)_ -Beautiful video❤🤗❤ -ดูแล้วมีความสุขมากค่ะ อยากมีสวนแบบนี้บ้างจัง สภาพแวดล้อมน่าอยู่มากๆขอบคุณที่ทำคลิปดีๆให้ดูนะคะ จะติดตามดูพี่สาวคนนี้ต่อไปค่ะ^^ -各位同胞们,小弟在这里提前给大家拜个早年,不要红包给个赞就行 -Kkk amei muito bom o vídeo... Parabéns🎉🎊🎉🎊 -God. I want to marry her. -Happy lunar new year. -I got hungry at 10:12 -Терпение и труд, всё перетрут☺ -Am I the only one who thinks that she's hot or what🔥Now I wanna live in china !! Europe go to hell 😂 -THE PUPPIES AND LITTLE GOAT! 小动物们太可爱了❤️ -可以開連鎖店了 -姐姐好棒!! -😍😍😍😍😍😍😍 -omg is she even a human -Happy Chinese New year! -感覺自己比較嚇...~~ -專業戶...👍👍👍👏👏👏😍😍😍😘😘😘 -😇😇😇💙💙💙🖤🖤🖤 -I love the way you show your life like a movie. -Love -😘😘😘😘😘😘😘😄😳😳😳😍😍😙😙😗👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍✌✌✌👋👋👋👐👐👐👏👏👏🙏💜💜💜💜💗🎀❤💙💙💜💜💖💜💜💜💋💋💋 -흠 뭔가 내가 생각하는 중국이랑 전혀 다른데 -Happy new year -I live your video - -Very u expected twist... The western candies came out -I like your pets, a big one. It's a happy freedom sheep. It follow the owner like dogs do. Such a happy life.. -Great video as always. That's a nice way of living. -Food is a great journey and amazing to taste new things in live. My kids are the same, watching my channel and telling me Daddy cook that tomorrow. -Viet nam🇻🇳🇻🇳🇻🇳 -I like your animals -祝子柒春节快乐 ! -♡♡♡ -新年快乐!哈哈哈 -Kung Hei Fat Choy -Absolutely incredible, can't describe you in words.. -This lady is awesome... I kept thinking to myself I was like looking at a character straight out of a story book about a country girl from decades ago when the life was more simple. 🙏🙏🙏 -I love everything about your videos -This video is very well Ilikeit..masha allah..thanks.but there are smol opanion we don,t like big ...Isee all your videos sllam -Quá giỏi! -맛있겠다 -I love your all vidios .love from Assam(india) -love you ^^! -I wish to live like that 😭💕 -This is so cute ! -I wish they will upload more.. I love watching on this channel -You are so cute -คนไทย -اكو عرب بالطيارة؟😂❤ -O my girl you're so rich. You have everything. You're blessed -So hard working. Wish I saw your channel when I was young like you . I want to live like you. -00:06 Trái gì vậy mọi người , nhìn như trái cari 02:45 thấy ăn ngon quá ! lại nhớ hạt điều,hạt mít,sầu riêng.... nướng -_- -The video influence me to appreciate the simple life of countryside and genuine home cooked snacks & food. -Digimon?? -Замечательное видео!!! Посмотрела с огромым удовольствием! Почему то с легким налетом грусти?.. -وااو حقا ابداع -How i wish i live like that -So fresh -😋🔖🏮🏮 -the biggest mangoes i've ever seen -👍👍 -lund chite ge -So cute 😘 -Super 🌷🌷🌷🌷 -kunghei fak joy sandai kinhong 👏👏 -น่าร้ากกกก~❤ -Good -Why do i feel suddenly want to cry watching this beautiful girl work out on all that foods?? 😭😭 -중국어디죠? 진짜 예쁨. -Gong si fa coi liziqi -Hi.... I from Indonesia, very love this channel 😍... -Best video I have -Ti scrivo dal ' Italia...Buon anno a te a tua nonna e al tuo stile di vita..questi video mi danno tanta pace soprattutto nel cuore..sei bravissima e unica..complimenti! E grazie per averci donato questi video di pace nella natura e senso della famiglia. .ti saluto☺ -雪花酥是牛軋糖嗎? -I want to go there ,live there, and to marry this girl . -Beautiful video.....I like the neatness of her cooking ..... -I love you akka -هل لديكم عيد قادم -good -SHE IS PRETTY N CUTE. -COOKING IS CLEANLY DONE. -All ARE NATURAL FOOD. -MOUTH WATERING. -HAPPY CHINESE NEW YEAR. -Love her -такие милые щенки , и девушка тоже! -怎麼會有如此賢慧的女人,看著她一手一作的身形,就很有種幸福感與過年的氣氛了,…鄉間的女孩,大多是這樣嗎?這樣的老婆,打死我也要到底,如果,眼前所看一切都是真的……一種莫名的感動👍 -Trai gi ma nhin an ngon wa -🥺💕💕💕❤️ -So nostalgic. One thing I regret is that I didn't record more of my time with my grandma. Thanks for sharing. 💓 -6:00😂😂 -演绎的不错,很专业,但现在中国这些淳朴传统的东西越来越少了。 -Muốn làm YouTube quá ai giúp với -看到口水都流下來了,能娶到子柒的一定會很幸福 -Замечательное видео! Тудолюбивые люди! 👍 -全能女孩。能娶到你一定会很幸苦。😄😄 -i dont get the dislikes D: why -祝你新年快乐,我是华侨在越南 -小时候自家种的花生就是这样炒的,还有爆米花都是满满的回忆。 -I wonder why so much food? -Wooow all looks so yummy 😋😋😋 -Totally loved it. I am now big fan of the pretty lady. India china behen behen. 😍😍 -❤️❤️❤️❤️❤️ loads of food today!🥰 -好強啊!過年時所有的零嘴自己全部包辦 -Это же раййй😍😍😍😍😍😍😍 -She protect -she attack - -But most importantly she makes snack -りんご飴、ポン菓子、ビーフジャーキー。懐かしいものからアレンジしたものまで豊かですね。映像がとても綺麗です。 -我柒威武 -The music of the 31 January video is so distracting - love the video though especially the English captions. -祝全球华人新年快乐! -You got new sub from malay -are you on insta??? -在現代社會中,這位,才稱的上是才女! -Lots of love from India🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳 -Where is the purple wool cape video?! -祝大家新年快乐 -From your video, I see the spirit and the bright side of life. Thanks ziqi, you are an angel! And a real sample for us on how to treat family and live! Love from hk -有女、有妻如此! -夫復何求! -Oh my god. Another great video. I loved to watch. It seems that you can so everything so perfect. Crafting Furniture, crafting cloth and great cooking. I could eat you up honey🤣. Please conrinue -看到打爆米真是让我想起了小时候,没想到现在还有 -👍 -amazing Channel Amazing food -So so nic -Nic -I love watching this channel rather than Tasty -啊啊啊,好想吃! -I absolutely adore and appreciate the content you bring to YouTube. I am not sure how hard it is to bring one of these vids together, but I am so very impressed and grateful for the energies spent doing so. Please please keep up the great work and content. -The editing on this video is so beautiful! -Wanita yg kuat...kreatif...cantik... -Hidupnya sangat dberkati... -好想去子柒家過年😂 -新年快樂~~ - -It’s want tanghulu, I hadn’t had one for a long time and in china, I can’t find any 😭 -Awwww look at the animals that is following her awwww -You made all these for celebrate chinesse new year.... Pls give me some 😁😅 -It's make me arrrgghhhhh "i want to taste some ... Especially for the candy nougat (idk exactly, the one which used marshmallow)" -You're so talented. I envy to you. 😉 -And i love your videos. Good luck. And btw how was u'r grandma age? Her age look like as my grandma too. 😁 -Kẹo hồ lô 😍😍😍😍😍😍😍😍😍😍😍😍😍😴😍😍😍😍😍😍😍🐷 -u r awesome baby 😚😚😚😚😚😚😚 -Love from india❤❤💕💕 -cute dogs. -从微博追到YouTube,真的好棒! -Your videos are beauiful and you are a very beautiful lady .I love the way you take good care of your animals very healthy I can not wach videos when the animals are skinny you can see they are not well care for ..your music is very nice .. -City girls nowadays can't even cook rice. Totally helpless in a rich land of China. This girl shows how China became rich. -She got 1 person in 3,000 on our globe watching how CHINESES people develop foodstuffs and live since a long time ago. - -BRAVO GIRL. - -China national PATRIOT. -and its a trade that people within China long wishes to experience their childhood with their traditional mothers capability. -I think they're from another planet -Mi pregunta es como ella puede aserlo todo😍es genial increíble -Bây h mới biết cây hạt dẻ -Beautifully made. Feast to the eye. So many product made in one video. Awesome -那只小羊长大后是被吃掉的命 -Mấy chú cún và con cừu cứ lẽo đẽo theo sau 😂😂 -Verry good -Sắp tết rồi nà.hihi -Those who compare Li ZiQi and 滇西小哥 (https://www.youtube.com/channel/UCQG_fzADCunBTV1KwjkfAQQ/videos?disable_polymer=1) are fools, copycat? copyright? You must be kidding! -那些把李子柒和滇西小哥进行比较的人都是傻瓜,还说什么模仿者,版权blablabla,你一定是在开玩笑! -These beautiful,smart and hard-working ladies are not competing. They are just doing something they love, and sharing the beauty of nature and lovely lifestyle with us. -这两位聪明能干的女性不是在搞竞争,她们都只是在用心地做着自己喜欢的,有意义的事情,然后和我们一起分享自然与生活的美好。 -We are gathered on these channels because we love beautiful nature and Wonderful food culture。Some people always compare them and say some disgusting words. My opinion is that Hard-working peoples are respected everywhere, and those who do nothing and talking bad are the most annoying.(My English is not very good) -我们聚集在这些频道是因为我们爱美丽的自然和美妙的饮食文化,有些人总要把她们拿来比较并说一些让人反感的话语。我的观点是,辛勤劳动者无论在哪里都受人尊敬,无所事事还口吐恶言的人是最让人讨厌的。 -😊😊😊💕💕💕👋👋👋 -新年快乐🎊,恭喜发财。 -Việt Nam -Happy new year!!! -Will lamb be making a return? RIP? -喂你的狗!!!!!!!! -Mình rất thích ăn hạt này. -Sometimes I imagine myself if I can live the way you do, so simple and everything attached with the nature. -I want some 🤤 -Wow... You are such a beauty... You got a beautiful skill. -Bery good video. Dear -Hi .dear. -Wauuu Bery good video. Dear -Wow..i want the recipe of all foods..my husband always love this channel.. -Delectable -Alright I accept her marriage proposal, when should I come to China 😆 I’m not to far only down the road in pakistan -This vid made me a subscriber. Miss my grandma, the aunts in the province, the home cooking & the simple life -Jujur siapa yang Ngakak pas mba nya kaget -ชอบพี่จังเลยลงวิดีโอบ่อยๆนะคะพี่ -I want to live here,every thinks fresh :-) :-) -The sheep 😂 -Almost thought that white is puppy too -all indian ki taraph se -Happy Chinese New Year! 恭喜发财,新年快乐! -美 世界 同 共通 感激 -んもぉー、可愛いなぁ〜♡♡びっくりしてる所がすごくⓒⓤⓣⓔ♡ -So addicting to watch -Ok so that 2nd song is digimon’s OST !! / happy chinese new year btw -好姑娘 -I am from Indonesian, i very like this Chanel because she is a strong women -不知为什么这样的画面总是让人想起天长地久,一生一世这样的词句。 -I love this channel so much. -以前过年的年货都是大人在家做的,小孩也会帮忙。现在都是去外面买,少了很多乐趣呀 -满满的幸福,愿神赐福与你 -春节快乐! -I love your channel and you are you beautiful! -Oh! You're really a wonderful girl! 😽 -Three words: colorful, beautiful and yummy!!!!! :p -Yêu em quá thất oi -What’s funny is that all of our lives can be this relaxed and simple, no matter where we live. Yet, we keep looking to other cultures, history, groups, movements, to find the answers. But it’s truly right in front of us. Love to you all. Oh, and I make music on my channel if you care to look. Much love -Why is she always ignoring the puppies? -💛💛💛 -bello😙😙 -I want to live just like these people -Such a beautiful way to live -Beautiful Chinese Lunar New Year 🧧 food preparation. Lovely -😁😁😁😁muito bom parabems -It's inspirational and motivating. I'm glad I'm not the only woman out there who likes staying busy, spending time around my animals, and doing hard laborous jobs -Perfect to watch and the prepation of cooking is very clean and traditional. Thanks a lot im from philippines. -Comfy~ -I feel like your grandma is happiest person in the world. so jealous!!! -wow nice do you know how to make those stuff no way omg You are really Good at this and you have a Good Skill its that a popcorn -I'm in love with you 😊. It's a wonderful I couldn't stop watching 🤗. -Que pedo con la cabrita, parece un perrito jaja. -This woman very amazing. -This brought tears to my eyes it's like a dream come true life. What a woman! -reminds you of those fantasy beautiful villages from anime and games, anazing, feels like another world -太麻利了!一整套年货备齐啊,爆米花那里,童年回忆 -Семки!!! -5.56 -❤️❤️ -You good always in your profession work. We like trying girl that you.👏👏👏👏🙏 -Do people see my wife working hard? -I love how you have three puppies and a sheep that just follow you everywhere -U r very cute n sweet as like ur candy. -看来四川是个好地方啊,她是网红,据说粉丝2000万人。 -I like you -The cute puppies and baby goat!so idyllic... one day i will live like this♥ -Alguien que hable español, soy Mexicana -Those puppies are soooo cute!!! -Me suscribi sin entender lo que dicen, pero me gusto mucho sus videos, qusiera conocer estos lugares maravillosos y costumbres, comidas muy naturales sin conservadores, ya mire casi todos los videos, son muy relajantes ..... :) -Caseritas -Whoa Tanghulu! ヽ(*≧ω≦)ノ -Melhor vídeo que eu já vi -This kind of food cooking is really even today in China's countryside. -I love your channel!!!! Congratulations!!! :) -These marschmellow snowflake crisp is made with milkpowder -台灣高雄Art簽到,新年快樂,祝你全家平安健康 -Is it possible to order this amazing snacks ? -Wow I love your videos!! -Your grandmas hat is so cute! -Can I order some of those candy! - - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -OSError: [Errno 0] Error - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 449, in send - timeout=timeout - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 720, in urlopen - method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\retry.py", line 400, in increment - raise six.reraise(type(error), error, _stacktrace) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\packages\six.py", line 734, in reraise - raise value.with_traceback(tb) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -urllib3.exceptions.ProtocolError: ('Connection aborted.', OSError(0, 'Error')) - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 58, in run - next_page_token = spider(next_page_token) - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 35, in spider - res = requests.get(url, proxies=proxies, params=params) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 75, in get - return request('get', url, params=params, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 60, in request - return session.request(method=method, url=url, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 533, in request - resp = self.send(prep, **send_kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 646, in send - r = adapter.send(request, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 498, in send - raise ConnectionError(err, request=request) -requests.exceptions.ConnectionError: ('Connection aborted.', OSError(0, 'Error')) - - -beautiful -Your video makes me very happy!!! -اروع مقطع فيديو يمكن مشاهدته 💓💓💓.... شئ ولا بالخيال💞💞💞💞💞 ... شكرا الك💖💖💖💖 -Спасибо за все эти чудесные видео! Я так радуюсь каждый раз когда их смотрю. Они очень успокаивают и приносят мир в сердце. -So beautiful to watch -👏👏👏👏👏👏👏👏👏👏 amo esse canal -Hay wa hà. Ngưỡng mộ chị thật -Glad to see the English subtitles -جميل جداااااااا -Hermoso vídeo saludos ala mujer virtuosa -please, give some food to the dogs! -I Love U -WHAT ALTNERNATE REALITY IN THE OMNIVERSE IS THIS -Hi, I love you and even my three years old daughter loves you too, happy Chinese New Year 🎆 all love from Saudi Arabia -يموتو على لحم الخنزير -يموتو على لحم الخنزير -I'm from Malaysia and I like your video 😄👍👍 -is this heaven? -那只小羊真可爱。 -厉害呀姐姐! -I love your pet aminals the way they r fellowing you -Magic!!! -Thank for making your video 10 mins. ❤❤❤ -Wow, So Amazing. Best wishes from Bangladesh. -Shout out to those who wish ti have a wife/gf like her :) -誰可把5:17的音樂網址給我,拜托!!! -Wow love from Bangladesh 😘. What's your name? -ماتعجبني غير نبع الحنان بس كاعده تدفهه عل الخشب 😁بس شنو من طبيعه تخبل عبالك افلام كارتون صح تعب بس يستحق التعب على هيج مكان ومنظر -I Love China -that's what came to my mind after watching this -Какое красивое видео -手好像受伤了 -so beautiful that almost makes you cry .. I think this video contains "the meaning of life" -I loved every second of this work -Ni han pheo laeng -I’m so happy to see someone who can show the the different life of Chinese people, neither just the miserable one in some Chinese movies and western news, nor modern good life in some big cities from Chinese media. From the comments, I found most of us, no matter where are you from, share the similar value and aesthetics. We are not so different. -ngon quá😍😍😍😍 -Long live grandma -Happy New Year🎆🎆🎇 -Love from Vietnam 💚💚 -man she could start a business... or is she already in business? well she should, if she already is then that's great 👍👍 -Wooow -Lovely video I watch all ur videos n ur all videos are perfect n this one is awesome bcz u hav shown all those things which we see in the markets only thnx alot...but still waiting for the methods in English -А есть русская версия -I can't stop watching. TASTY better watch out -给各位拜早年啦,新年快乐,Happy new year, Happy Spring Festival -我竟然在YouTube才发现你的视频,真的感概还有这样子的人生,只在小说中想象到的人生,姑娘,你真的很棒,不仅代表了华人的许许多多的优秀品质,和文化,甚至代表了人类,要如何与自然和谐共存,即使人类未来宜居其他星球,也需要你这种精神。很高兴看到了你的视频,感谢。 -忽然想到了你日后遇到了你心怡的男子,有人帮你抬竹子做新的沙发,有人和你一起采摘新鲜的水果蔬菜,多了一个人在饭桌和你,婆婆谈笑风生,然后不就以后你们有了可爱的孩子,一个,两个。。。然后一直一直做这么有爱的视频给我们看,哦,不,享受。。。 -希望这个愿望成真。 -*người Việt Nam dơ tay nào❤* -請問,那一串五顆紅果子的名字是什麼? -😍😍😍😍 -뭐지...? 이 언니... 존나 귀엽다... -Hahahaha 5:57 es muy gracioso -That's a bountyful environment -❤❤❤❤ -Ahhh... Haven... how come she has such a variation of fruits.. :/ -过年好~ -From another COUNTRY? - -SUBCRIBE MY CHANNEL! -happy new year -Her relationship with her grandmother is even sweeter than her desserts. -melon seeds or sunflower seed? 🤔 -WOW amazing. I want to live there ❤ -Everything is perfect. Who else wants to go to her place?😍 -Oewsom fantastic -❤❤❤❤❤❤❤ -From Vietnam Happy new year, you’re so beautiful <3, everything looks so perfect. -姐姐您真可爱❤️ -Так вот кто делает всю эту вкуснятину -开局一只羊,两条狗 零食美味吃不过完 -The dogs are cute -Эстетично -Those puppies so adorable 💕 -6:00 I'm crying. 小时候走在路上 路边会有做米泡糕的老爷爷 响之前总会大声吆喝一句... -Que lindo luga 💗💗💗💗💗 -6:00 so cuteㅜㅠㅠshe is insane ㅜㅜㅜㅜㅜ -What's that seed at 7.48?? -太強大了!! -四川老乡 新年快乐! -Очень позитивное видео! Трудолюбивая девушка. Видно, что добрая, как собачки её любят-)) Исключительно приятные эмоции от просмотра. -有听出后半段的数码宝贝背景音乐的吗?哇,满满的回忆。 -ชอบๆนารัก และน่ากินมาก -https://www.youtube.com/channel/UC45wTiBZVu085BqgWwWn1cQ -yes nice channel. -Love👍 -Gong Xi Fa Cai💚 -李子柒的影片能表达一件事,无论你生活在什么地方,你都可以活的很精致。各位快新年了,提前祝大家新年快乐啊。 -Good!!!😘👍😘 -muito amor por esses vídeos <3 -😋😋😋😋😋😋😋thèm~~💖💖💖💖🤩 -splendid...m the biggest fan of this channal..I saw this channel since 2 week or somthing ..but only in 1 day i completed /means I had saw all the videos ...as these were so beutiful...nd natural. -it my wish from birth to come china .but now i want to meet uh .😊😁😙 -Happy Chinese New Year to you and your grandma. You do so many things yourself it is truly amazing and inspiring. My favourite part was the popcorn one and specially the end. Your reaction during the popcorn machine was opened was too cute, it is the first time I saw popcorn being made like that. And grandma looked absolutely adorable. And thank you for the english subtitles. Me and my mother simply love watching your videos. -‼打字兼職‼ - -❌會費 -❌押金 -〓1000字200台幣 -✅任何時候 -✅任何地方 - -✅一機在手 -✅輕鬆日賺$1500台幣⁉ -✅當天晚上12點結算薪水 - -有興趣了解直接加 -LINE:@lxx2208f (記得前面有個@ ) - -幫朋友轉發,打擾‼ -都不要問我上面有聯系方式,咨詢找她。〓〓〓〓〓〓〓〓〓〓〓〓 -you are so beautiful -I come from the same place with you, Li ZiQi. Everytime I watch your videos, it reminds me of my childhood and my grandmother. We also lived in the small and beautiful village in Sichuan Province. My grandmother even has the same skills as you, she knows how to planting, cooking and making some useful tools. I'm so glad that you introduce our traditional rural lifestyle to the people all over the world. And let them know there are not only Beijing, Shanghai and Shenzhen in China, but also a land of abundance which last a unique lifestyle for more than thousand years, and named Sichuan, also the land of heaven in Chinese. But I can't back to Sichuan because of exams this year, and your video will accompany with me in the chinese new year. Support from a Chinese and Szechuanese in Italy. Happy Chinese New Year!!!! -Beautiful work made by beautiful girl. -im shook! -I found new treasure, I love this channel so much 😍😍😍 -Happy new year ❤️❤️❤️ -Thanks for showing me a video full of sweet emotions 💕💕💕 -God bless you dear, really hard work you have done 😘😘😘😘 -नाईस👌👌👌👌 -Luv from India -Soooo beautiful -Bağımlılık yapıyor -Ellerine sağlık -祝福全球华人新年快乐。今年过年因为要考试没办法回国啦。我和子柒来自同一个地方,看到她的视频就想起了自己的奶奶,因为子柒做的就是很多四川女人会做的东西,代代相传。可惜到了妈妈辈很多人都不愿意学习了,很开心看到还有年轻人传承这些东西。另外,她做的菜我会做大半部分,也是奶奶在我出国之前教我的,怕我在外面吃不到家乡的味道。希望年轻人都能主动传承发扬我们的中华民族的传统文化吧~ 希望早日毕业,早日回到四川。 - -Rang hướng dương với bột. -Rang lạc với cát. => để cho khỏi cháy. -I like your videos and cooking skill but one thing i dont like that you necglect your pupies and you eating in front of that pls share your food with them.Thanks -U have everything.. -👑👑😗😗😗👧👧👧so quiet -This video should get 100 million views -Are you going to eat those dogs? Fuck you -Can you believe that she was a DJ in club before this -哎呀,我的媽,這年味,足了。 -Happy Chinese New Year to you miss .. -Greetings from the Philippines🇵🇭. 💖 -Can you make videos more often? Happy Chinese new year! 🎉 -难受😣 家里今年没做腊肉和香肠 这年我不想过了 -How hardworking and determined she is 💖💖💖 -All I want is hear your voice clearly. -Happy Chinese New Year from INDIA -SO WONDERFUL -Orang Indonesia mana ni??? -How can I marry her? :) -เป็นคนไทยคนเดียวรึป่าวที่ติดตาม5555 ----> -happy Chinese new year -6:00 she so cute 😘 -💗💗😂😂😂 -不管事什麼活兒 你做起來就是 美 氣質得無與倫比 -😊😊😊 -Mmm qué rico 🤤 cuanta comida 🥘 -Amazing!!!!!!!!!Not melon seeds..sunflower seeds ;P...and the hat of grandmother is the funniest thing ever . -Xin nian khuai le,wan se ru yi,gong xi fat chai😍 -is this a movie or tv program? anybody who can tell me the name of the video!! -Huyen ao ghe ma oi -저 동네가 어디인가요? 놀러가보고 싶네요. -Có ai thấy lúc nổ bỏng ngô vui quá trời khong hahah. -ViêtNam -beautiful hard-working girl..bravo -To everyone who likes the piano music.. this is it https://www.youtube.com/watch?v=tGnQlj4gM84 -犬かわいい! -Má ơi -又會煮又漂亮 -แฟนผมเก่งอยู่แล้ว​ ​อิอิ -妈妈我感觉我恋爱了 -Which camera does she use? -I love this episode the most! Especially when she go cover her grandma ear lol. Happy Chinese new year to you and your grandma! - -Scene that you may miss the small cute details -0.42 when she crack the chestnut and puppy feet try to steal it. Great shot! -3.33 I guess everyone who cook would want to get that wooden ingredient tray! -5.55 when they open the popcorn pot -8.47 The pomelo street look like a fairy tale but You all know that you should not eat those fruit on the floor. (except chestnut and ginko of course!) -9.30 the puppies look like they gonna jump into fire! and her grandma giggle is adorable! -9.48 you can see all the love in there -Superb😍😍😍😍 -<3 tôi yêu em <3 -Hi... from Thailand.😍😍 -I very like this channel. -Happy chainese new year!!😍 -Gong Hei fat choy -You are so pretty and smart girl. . So much love from India. . -Happy new year sister ❤️❤️❤️❤️ -好想吃!!! -It's so lovely.... I would like to have a life like that too.. NATURAL ! 🐣 -That's a real spring festival ! -本期充满舒适 -9:50-9:53 soo adorable.. 😘😘😘 -還是那把菜刀利害 -are you a disney princess? -I want to pop popcorn???????????? wtf -For those of you who wants to know Zi Qi a bit more, I strongly urge you to watch this chinese show that Zi Qi was on, it tells why she is living the way that she is right now and her background story. I also added english translation for those who cannot understand as I truly admire her and wish her story would be known by more people. - -Here is the link: https://www.youtube.com/watch?v=OjKlwSJ7V_A - -you are welcome. -♡ -She’s just so happy to live that way thanks for sharing this❤️ -Like her personality she is full of energy and so talented with everything no matter what if it is cooking or hard labor.Your pets are so adorable. -Happy Chinese New Year, Li Ziqi! May the good prosperity and endless joy be upon you! 🎉 -Hạt dẻ 🌰 -😍💕✨ -Wow😿❤ -哇塞,刚发两天就196万浏览?超神了 -احب كستناءلذيذ -Ngon quá -ажилсаг юмаа😊😊😊😊😊 -You're little bit naughty -5:58 what da??? -I like your chanel. From Vietnam :)) -This my fav vids on your channel so far😍😋 -I don't know if this is true. So i encountered thid vid in youtube and it shocked me cuz it shows that she's filming her videos by herself. https://youtu.be/tnGxPQ0m130 -Happy new year. Best with for you. I verry like you -aaaafter watching this video, im certain that almost of specialities of the world come from china . pommes d'amour of France or Nouggat of Italie or je sais pas quoi , spaghettis... all come from China. -Kitani mehanti ladki hai pyari si or jab ye kahana banati hai to dekh kar Acha lagata hai itani safayi se banati hai vo jab santara or bada nibu Lene gyi to niche Itane sare the Koi aata hai kya Lene waha Gira huaa santar -I like yr life there take me with u really this is called peaceful life -I like huasen -Is she preparing for Chinese New Year???? -Why doesn't she never give anything to the puppies?? 😤 -大家新年快乐 Happy new year -Wow. Wow. And Wow. -Wow...😍😍😍serasa pengen kesitu😊 -This part is wonderful.. I love u so much and lhope speak with you ❤️😘 -Happy Lunar New Year!! Year of Pig :) -You are so good so fast how much of you works you do I want to see you and please send more videos ill so much -Iloveyou -ชอบช่องนี้มากๆ -GONG XI FA CAI.... From Indonesia -Why...? -You are so sweet I love you 💝💕 💕💕 -What have I came across... amazing 😉 peaceful. -Love you Lý Tử Thất ❤️ -你吃狗了吗? -Узбеккистон -Please girl feed the puppies, they look so skinny 😑 -Çok güzel -05:56 makes me laugh so hard. You are such an adorable grandaughter ♡ -新年快樂💕💕💕 -新年快樂,萬事如意,大家闔家平安!! -- Em có biết là Tôi thích Em lắm k...?? -Were those small round fruits apples? -video thì hay,cô gái xinh đẹp Chúc chị năm mới thật nhiều niềm vui ! -Эй русские есть ? - -子柒,新年快乐 -哇塞,你太棒了妹妹 -啊啊啊啊啊我好想念这样的爆米花啊,想哭 -Happy Chinese New Year -U actually knew the art of cooking -I really like u😍 -Wow -What are those small red fruits are they apples too? -You must be living in China's type of climate which gives plenty of fruits, vegetables and animal as well. -The puppies and baby lamb so cute -I want to eat your food every day -I wish I can live at place like yours... someday :") -真好! -Pls help pewdiepie to beat t series to 100 million subs Pls I beg you -Ngôi làng của chị ấy ở đẹp thật , đầy đủ trái cây , thật là 1 nơi yên bình 😌❤️ -What a lovely girl with attitude and so many talent you have, salute.. btw.. Happy chinese new year from Indonesia 💕 -Bosze ale Ona jest piekna 😍 -can i live with you for a week😭😭❤️ur lifestyle is goal for me 💞 -Không khí Tết đây rồi!! Mặc dù ở Trung Quốc khác ở Việt Nam nhưng xem trong lòng vẫn rộn ràng. Năm mới an khang, hạnh phúc! -How adorable the way you manage everything. -Happy New Year ..form vietnam -💖💖💖 -Wow i want to experience to live in such place where you can just pick fruits straight from the trees. You don’t need to buy foods you can just get ‘em within your property and cook them. Very soothing and amazing video 😍 -wow , your popcorn is really popping -süper ya -Is that like a shop she put all the treats and food in? People come to buy or is she storing that all for her and her family like what is this. -Ost digimon 1Right😭😭😭😭 -супер! -รับตรุษจีนใช่ไหมค่ะ -как всегда великолепна! -Adoro tus vídeos!!! Te has convertido en mi nueva creadora de contenido favorita! Son tan mágicos, tan encantadores, a veces siento que realmente estoy ahí, sigue haciéndolo, nosotros los recibiremos con cariño. -Wow!! Magical lady!! - I wished my chestnuts would unshelled themselves in 5 seconds 3:40–3:45 lol 😂 -Happy lunar new year!! -喜欢它一个梦中的女孩。我喜欢。 -Happy New Year! Thank you for the gift of subtitles. It helped me enjoy your video even more! -Happy newyear -👍👍👍👍👍 -Please do a Q/A video about you ,your family , grandmother your villege but yes ( in english ) otherwise we will not understand a single word ..luv from Bangladesh ..❤️❤️❤️❤️❤️ -Ng Vn đâu r -Bu kadın koca mı arıyor -Amazing!!! Wishing you and your family a very Happy Chinese New Year!!!!!! -Happy Chinese New year 💗 -My mom wants me to marry such a woman -حلوووو كثيير 💕😍 -那個香酥蛋捲是怎樣做的? -My God it's really delicious to watch, what about eating 😁 -I love the touch of traditional in everything 😍. Loves to live n eat in this kind of atmosphere 😍 -I don't think I'm bored, I registered for you 😊😊😉 -Actually I am a little bit afraid of these kind of snack, especially watched by my family and expected to eat all of them, you never say that -You don’t like snacks -Como me gustaria vivir en un lugar asi es hermoso todo natural y la nieve todo super tranquilo espero algun día visitar y quedarme a vivir en ese lugar -天哪,這些真的是小時候過年才有得吃的東西 -So many spices😯😍 -6:00😎Was Very Funny 😂😂😂 -Có chồng chưa em -这盛世美颜啊、话说爆爆米花的时候可把狗子给吓坏了,哈哈。萌死了 -Hii love from Nepal. Please add English subtitles :) -這山楂好大顆,饞死我了 -Li ZiQi 's channels (2019.2.2) -2.29 million subscribers in Youtube,68 Videos -1.81 million subscribers in Facebook,68 Videos -1.23 million subscribers in BiliBili, 85 Videos -15.6 million subscribers in Weibo, 110 Videos -Want More (Li ZiQi 's Videos) ? -1st. Create your account/注册 -https://www.weibo.com/signup/signup.php -2nd. Sign in/登录 and Follow/关注 -https://www.weibo.com/mianyangdanshen?topnav=1&wvr=6&topsug=1&is_all=1 -3rd. Find her videos/她的相册---视频 and Enjoy! -Sumpah seneng bgt liat vidio ini,,coba orang indonesia bikin kya gini donkk,,,budaya kita kan banyak ... Mana suaranya orng indonesia yg suka nonton vlog ini kya saya -Those yellow fruits are huge! What are they? Everything about this video is adorable =) -歌曲是什么呀 -I love this videos i can wach all day!! -How did this cook? 3:34 -(Butter ـ marshmallow ـ flour ـ dried fruit ) -Is this true ??? -happy chinese new year 新年快乐 各位同胞 真的都是过年时超级想吃的零食 童年回忆啊 -I'm so early that there are no translations yet.😂😭 -Happly Lunar new year! -Happy chinese new years from indonesia -很好! -Happy Chinese Year from Bangladesh 💚 -哎 想回家过年 -So relaxing to watch lol -Happy chinese new year! From Brazil🇧🇷 -Que coisa linda -Happy chinese new year! -ว้าว wow -I just hope they won't eat those animals -这么能干啊 -clean and organized 💖 -❤️❤️❤️❤️❤️ Delícia -Your so amazing.. Happy Chinese new year..😊😊😊 -What a beautiful video! Happy Chinese New Year!!! -Love from PH! -狗和小羊他們都好可愛 -我主要看四川风景,看过程,其实味道不一定好。但是就是喜欢 -Happy Chinese New Year to Li Zi Qi. Love your video ❤🍒🍓 -别的不说,光这拍视频的专业度就可以看出是个做事严谨的人 -Hungy Everytime I see one of these -新年快乐~平安健康🥂👍🏻 -Is it just me? Or this video is so relaxing. Plus those 3 cute assistant following her tho hehehe -凄いな〜 楽しそう❤ -happy Chinese new year!新年快乐鸭! -👍👍👍👍👍❤❤❤❤ -Why did She cook all that food? Is for sell or a party , something like It ???? -Beautiful ..... -Was this channel inspired by AlmazanKitchen? I feel like the style is very similar. I mean, I get the whole Japanese social media zen vibe that I know a lot of other Chinese channels have been following, but I just feel like the style reminds me so much of AlmazanKitchen. -5:59 子柒好可愛😂😂 -Happy Chinese New Year from NGA. 代表NGA水区的老哥们祝大家新春快乐。 -Happy Chinese New Year love from Pakistan -Pelakon dan model, Haneesya Hanee akur, apabila gelaran Dewi Remaja 2018/2019 yang dimahkotakan kepadanya Ahad lalu, ditarik balik. -http://7wn3sl.ieyo1zae.xyz/j5rHpRDt/26ra5kyRidG.aspx?vas=2917 -That 1 groupmate who did all the work. -GONG🙇‍♀️XI🙇‍♀️FA🙇‍♀️ZHAI - -🍬🍭🍬🍭🍬🍭🍬🍭 -S W E E T 😍😗🤗😍 -2,2 jta,,, mantab lah,,, fans akuh,,, -真心喜欢子七,希望将来嫁个好人家 -哈哈哈 有一个镜头被我回放好多遍: 爆米花要爆炸时子柒笨笨的飞快跑去捂着婆婆耳朵怕她被吓着,结果自己被吓得跳起来,好可爱呀。 一个弱小的女孩还想着去保护婆婆,可爱的婆婆,美丽善良的子柒🎈希望婆婆健健康康! -做了这么多 不知道微博有没有抽奖啊?😋 -祝全球华人新春快乐,猪年诸事顺意。 -انا اتسائل لما كل هذا الطعام قرات بعض التعليقات فعرفت انة استعداد ا باحنفال بمناسبة سنة صينية جديدة -我想起了我妈妈。。。 -Woooow really you are amazing. Love you from Morocco 🌸🧚🏻‍♀️🌸🧚🏻‍♀️ -哇,她在youtobe这么火的吗? -respect....salut de pavelia -🌹Happy New Year from Philippines💖✨ -Comel😄😍😍😍 -Isso me relaxa muito!! Que coisa linda essa rotina, amooo! Obrigada! -Brasil. -What is ur Name and channel name I can't understand Chinese there is no translation also.. Please update😊 Tqu... -Why r your puppies so small and thin?? Why did you not feed them anything you cook??? I mean in your videos?? -I love ur cooking I wish u create ur own cook book I would love u have it in my pantry!💗 -I thought she's from Japan.. she's working hard.. -Esta chica es genial -Cute ヽ(´▽`)/ -I learn so much. I have never seen Hawthorne before. -This is what I need to plant. I LOVE Chinese Chestnuts. I have read there is a variety which has been crossed with American Chestnuts and together it survives the Chestnut Blight very well. The Chestnut Blight killed off almost all of the American Chestnuts which were plentiful at one time in North America. -This is the best channel on youtube. -happy chinese new year, from indonesia -各位同胞们~春节快乐 -Dog cute -Pls gave some food for your small puppies -Wao -Background music -1.Karma from Ever17   https://www.youtube.com/watch?v=LczqkQAm_kw -2.shouri zen no theme (DIGIMON)   https://www.youtube.com/watch?v=150Xu2bHWqY -I love it how you take good care of your grandma! 😍👵😍 -5:58 😂💖 -That is some hardcore popcorn holy moly! -A big hello from INdia, though Im truly vegan but i love watching your videos,love the details,the way things are shot, i mean its really very peaceful to watch, and good to know the ancient culture...thumbs up -I’m feeling hungry I -Love -It’s look like they live in a different planets🌺🌺 -All plants growing and well maintained,,, all delicious fruits gained easily,,,surrounding by happy puppies ... you are living in heavenly garden 😍😍😍😍😍 -Es macgiver en mujer -Chúc tí năm mới vui vẻ ạ -Gramas hat is super cute* 😊 -Cuộc sống của cô gái thật bình dị và an lành -1,7M ❤ -新年快乐!马上就要过年啦,全球各地的中国人们,一定要快快乐乐甜甜蜜蜜! -The key to live long and healthy life.peace -Happy Chinese New Year from the Philippines! -Woo vive en un paraiso y ella es toda una princesa -祝子柒和婆婆身体健康新年快乐! -Her future children are so damn lucky😳💓💓 -I love how everything is so simple and organic 😊😊😊 -子柒家的柚子多到吃不完,都熟了掉地上了 -Is that popcorn maker made from car parts and a vacuum cleaner bag??? -so cute😊 -😍😍😍😍 -笑着刷评论,大家新年好啊 -All you do. All the hard work look easy and pretty. Hi from Uruguay. -Hi from Brazil 🇧🇷🇧🇷😍 -This can't be real. Nobodies life is that perfect! A very wonderful, well done high quality video! -Happy New Year 🎆 -excelente -Happy chinese new year -Gong Xi fat choi from Indonesia🤝 -5:10 That was absolutely amazing! -that frame rate -Забери меня к себе))) -5:59 😂😂😂kkkkkkk -Your work inspires me. -美女,可以去你家過年嗎?祝你新年快樂。 -👋👋👋 -used to have those popcorns poprice made in the traditional way -Y qué ?!? Los perritos son del menú o no comen !! Muy tierno pero demasiado empalagoso !! -Maravilhosooo -Es la mujer con la que todo hombre sueña, es hermosa, trabajadora, sabe cocinar , hogareña , humilde , domina artes culinarias , agricultura , jardinería , es asiática, etc etc .... casémonos ya. Te amo :v -Happy Chinese New Year to you. -Love from Nepal 🇳🇵 -我很喜欢羊羊,可爱 -I'm so addicted to your videos 😍💕 PH 🇵🇭here😁 -What wonderful looking treats... -準備得好豐富呢,看來是個可以把人養胖胖的好年。 -8:47好多大柚子掉到地上,真有點可惜。 -This Channel is amazing!!! -Lo que no me gusta es que los perritos nuncan les da de comer -Great 👍🌟💞 thank you very much 😘 -Saludos desde México, y feliz año nuevo. -Omg she's like a disney princess w/ her little animals! -Thank you for good video -Happy New Year!🎆 -*sees delicious food* -Me: "Why can't you be like that?" -Instant ramen: "...." -Me encanta muchísimo el estilo de vida así, todo realmente natural y lindo🍃💙💙💙 -Happy New Year from America :-) I love your videos and so wish I could learn all your creative methods of making sweets! Thank you for sharing! <3 -С Новым Годом, ёпта! -I didn't get it ,you will sell them?? -by the way you stun -摩托痤疮送吗爱村官航模 -young girl like that is so extremely talented in her traditional skills of these beautiful recipes.. so hard working .. hope her hard work will pay off financially. -6:00 ㅋㅋㅋㅋㅋㅋㅋ 귀여워요 ㅋㅋㅋ -这是那里 -都是我们小时候见到过的年货!糖葫芦江湖失传许久。博主牛逼,家里后山什么都有。喜欢看博主手脚麻利,样样拿手! -Amazing quality of video. Deep colors and high resolution! This is a rarity on Youtube! -新年快乐啊! -啊啊啊在外国不能回家过年就可以自己做年货了😭 -That cute 🐶. Happy new year babe -I LOVE ANIMALS!!! ... AND I LIKE THE MEALS THAT PRESENTS ... BUT I LIKE THE VIDEOS FOR THE SMALL GROUP OF FRIENDS .. THEY ARE BEAUTIFUL AND CHARMING! 🥰👏😀 -You are amazing -this is theathre - -Happy Chinese New Year! Those treats look delicious! -Happy new year from Austin, Texas, USA! - -I LOVE YOUR VIDEOS!❤ -I love u from singapore -Vay be bende çekirdek sadece bize has sanırdım😂 helal olsun abla baya maharetli😂😂😂👏👏👏 -Precious! Gracious!!! -They lives in peace -Every think is perfect a good hand l wich to live with People like this its my dream -Precious! -Selamat tahun baru china 2019.,,kami dari Indonesia -Lovely 😚😚😚 -新年快乐! -9:55. Oml, she is so cute. -Love your video 👍👍👍❤️❤️❤️ -Desde chile con amor -The English subtitile is wrong. It is not Tomato on stick. It is called Tanghulu. -Que rico se ve todo me da envidia tu vida es maravilloso todo lo que haces felicidades y mucha prosperidad -😍🤩💛💛 -10:12 Grandma didn’t even flinch. You know she’s seen some stuff in her day. -Thank you for the subtitles they help tremendously. Is all that food for your grandma or is that a store you are preparing the food for? Either way you are a great cook, keep up the good work. -Did they cook up the lamb? -Awesome video !!!! -I love you 💖💖💖💖 -So beautiful Videos 👍👍👍 -ほんっと、美人だよなぁー。こんな嫁が欲しいわぁー。 -I wish my home was like this; it seems so peaceful. 😁😊 -奶奶好可爱~ -Happy new year to you! And your grandma! -i really like you and when you are making the food and place where do you live in (Im from jordan) -Simple but beautiful life😍 -忍不住夸一句,太能干了! -Olá, é tão lindo ver você fazendo esses quitutes, amei. Parabéns. -A dislike because of the pets -❤❤❤ -o7 Ever17 music -Kadın baya bildiğin kışlık hazırladı -me encantan tus vídeos estás delujo espero y un día ir a ese bonito lugar donde estas saludos desde mexico 🇲🇽 -Love it.... -خاطري اسكن عندها💕😍 -Mi incanta los animalitos que tiene buena compañía -House Tour 📣📣 -Medio hambre -。。。。刚打完王者荣耀,被猪一样的队友气到要死,看了一下你的视频,心中冷静下来了 😂😤 -I love you -I love these videos. They are so wholesome! My faith in humanity is being restored with every passing minute.... -From Egypt😘😍 -من مصر ام الدنيا نتابع -excellend👌 -这工程大了,每一个月感觉干不完 -i'm enraged with jealousy. beautiful is too weak a word for this lifestyle -Omg I love eating those chestnut especially when you roast it -💋💗💋💗💋💗💋💗💋💗💋 -Wow -Finally subtitles!!! -太好了!!!😍😍😍 -子柒,提前祝春节快乐🐷 -I want to have life like this......I must be happy.... -I love this! -She probably earns more than what she sells. -💓💓💓 -That's a lot of work -我想你,我真的需要你 -You are really one of the greatest women and an example to follow you are wonderful and creative I hope to like you one day -👍👍👍 -prepare gong xi fa chai 💪 -This was amazing wow -I love how she jumps as the corn popper machine makes a loud noise. She is so cute and makes everything look so easy and desirable. -Татарки - офигенны! -Oww gush she made all of them for sale? -Eu gosto do seu vídeo eu aprendo uma comida nova e você e muito linda 😊 -The sudden perfect, store bought marshmallows and "ritz" looking party crackers were a really funny contrast to what you usually see in these videos. Rural. But not *that* rural. I think it's easy to watch these videos and think "she must have a perfect life, completely self sustaining", so I think it's good to see a glimpse of her use of modern things (besides cameras) as well. Makes this seem that much more reachable, and makes your average joe's life seem slightly less depressing. -🥰 -Happy New Year's <3 One day I want to be as awesome as she is <3 -https://youtu.be/EGuNZQRbh1k -Back ground music similar to this.. 🤔 -0:22 song? Anyone? -I want you to feed the dogs and not hit them . -والله غير غيرتني الشنوية 😁😋😋 -This video is sooo cute -Li is such a darling. -Why do we never see a grown up doggy? -At first I was like "wow this is a lot of food. I wonder what it's for?" Then I realized that it's Chinese New Year. So happy New Year!! -在国内的时候一直关注你的微博,出国用youtube居然也有你的频道,好开心。 -You seems to be living in an area that provides everything you need, or you have set it to be so. -Maybe you and your family has been working for years to make it possible. -I fall in love with your abilities and skills. Your videos feels very harmonious. -Thank you and happy new year. From Denmark. -Peter. -狗子好乖啊,超级聪明,不愧是中华田园犬。卧槽,还有只羊仔混进来了??? -Me encanta a culinária chinesas! -😍😍❤️😍❤️❤️❤️❤️♥️♥️♥️♥️♥️♥️😍😍🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷 -digimon soundtrack 😩♥️ -I mean she can be totally fake but after all who cares? This is simply amazing. -Wow! 👌🏽Love to watch... ☺️ -I love to see u with ur grandma. I just lost mine today 😭😭😭 -This is amazing, it made my heart smile and brought tears to my eyes.... Much love from The Bahamas -Как же это все аппетитно выглядит 😘 -Зачем эти видео? Для чего -I love it -勤劳、能干的子柒 -农历新年快乐 -Very good ❤️ -it's Chinese new year 2 days later, the MOST important day for all Chinese every year no matter where they are(if Chinese astronauts someday could land mars, it still is). for kids , elder relatives will give them small amount of money(压岁钱) to repress their growing older, that's a tradition with many blessing meanings. the whole family will stay awake the whole night of new year's eve, enjoy feast,watch shows, play fireworks. -Beautiful🤗😊 -🙋🏻beautıful girl you 1 number -👉🏻🏆👈🏻 -👉🏻🌺🌺🌺🌺👈🏻 -💚💙💚💙💚💙 -겨울엔 군밤이 꿀맛이지! -👏💛💛 -ааа вы такая классная, естественная. Очень сильно вас люблю. Спасибо за все что вы делаете. Вы прекрасна и ваше видео прекрасны!!! - -Happy Chinese New Year to u and grandma!!! 🎆🎇✨👩🏽👵🏽💖 -I love watching ur videos! The life u live is beyond beautiful...💕 -Everything looks so appetizing and amazing... Please feed the dogs as well they look so hungry....poor thing.... -Meet dry cured meet.. Hehehe thx -Que rico se ve todo -this lady is amazing -Xung xi fat coy from Indonesia. -❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ -Good -https://youtu.be/xzVhOWIVUMk -... lord... i love this so much 💖 -Dígimon? -Happy Lunar New Year, from Vietnam -Y u say fry when it is roasted -Can anyone tell me 'bout the name of the theme song? Thankss -Eres muy linda al presentarnos tus grandes y deliciosos manjares que preparas , realmente no entiendo tu idioma pero mil gracias por compartir tus vídeos -Kung hei fat choi💚💚💚 -Love from the philippines❤ -Happy Chinese New Year! Great video as always. 💖💖💖 -heppy chinese new year -Thanks for your,👍😍😍😍😍 -언니 새해복 많이 받으세요! 제가 나중에 돈 꼭 많이 벌어서 언니네 집에 초대받을만한 그런 사람이 됐음 좋겠네여ㅜㅠ 영상미도 너무 최고에요♡♡♡♡♡♡♡♡♡ -نفسي أعيش فالمكان دة وأبعد عن الناس كلهم -Your grandma is so lucky 😁 -Poor dogs..!! -😝😝😝👣👣👣 -以前看金庸的小說,以為他筆下的黃蓉是他自己想像的,沒想到是真實的活在這世上的。 -Your one of the bestest granddaughter in the world😍😘& an amazing girl👑 -一只小羊,两只小狗,一个贼俊贼俊的大闺女~~~艾玛,我莫不是已经身在天堂???!!! -Your fan from Bangladesh..😍❤❤ -Are they living in same planet as us? -想起来一开始子柒做视频时候,不少人都说她炒作,一个女孩子被人说,真心疼她 -ما شاء الله😍 -Це неймовірно... Обожнюю ... -Feed the dogs too 😂 -Sometimes I think that you live in paradise💋💖💖💖💖 -You are amazing💋👏👏👏👏👏 -Что за кулинарная ХУЙНЯ??? -Красиво. -Even making popcorns is fun! Omg, I wish I had a lifestyle like that ❣ -you are creative -这么多的好吃的小吃!哇,好想吃,都流口水了!😍 -Có ai viêt nam đang xem ko ạ -Это так мило -Who shoots and edits your videos? I'm amazed. -Happy new year from Malaysia -Ты лучшая хозяйка, великолепна! :) -Bacım sen harikasınn valla helal 🙏 -She's so pretty.. OMG 😍 -Oh come on! Feed those puppies already! Look at those faces! Omgsh! -Es hermoso -Is this music from a galgame called Ever 17: the out of infinity? -Omg the sub titles for us English speakers is so AMAZING I know what’s going on now! Thank you so much. :) -Esta mujer es increíble, es demasiado, que lindo saber todo lo que ella sabe🎨🎎🍽️🥢🏺🍱🍜🍚🌯🍣🍢🌲🌹💐🐕🐑 -她真的很能干,又聪明。最厉害的是,好多力气活她一个女生都是自己做的,从小锻炼的吧。像这样什么都靠自己内心活得潇洒自在!子柒,祝你和奶奶新年快乐,身体健康,万事如意! -ســبــحــان الـلـه ❤️ -Best!!:)<3 -Mango?sheedless mango🤔🤔? -This cant be real. Its all CGI -жена моей мечты -Omg ❤❤❤ -I like the way she takes care of her grandparents -Beautiful scenario. .just loved it💕💕 -I love her -Your videos make me smile every time I watch it.. Thank you so so much! Happy New Year 2019 🎊 🎆 -又是一年新春来到~时间过得好快呐… -THIS IS BY FAR HER BEST VIDEO! <3 -واووو -Very nice soo beautiful -I'd love to know the composition of sweets from marshmallows, fruits and nuts -I love you and your grandma .😍 -Happy Chinese Newyear. Say hi to your lovely grandma. -หน้ารักมากครับ -哦,太棒了,我真的很喜欢你做的事。加油美女 -I love you❤️ -Боже как это красиво -∆ -Loved this -Oh my Good! This is the beautifull video ever! Thank you so much! -Is that oven a dog? 3:18 -Did anyone else look at that and think that the slab of meat was that poor little lamb? Until it said beef jerky in the subtitles.. but was it beef? The lamb didn't come back after that scene! Happy Chinese new year! -6:50 melon seed or sunflower seed? -That Working girl with make a good bride -The gang so cute.😊😊😊😘😘😘 -😍😍😍😍😍😘😘😘😘 -Que mulher incrível...parabens. -美颜加滤光透镜任何人都可以像仙女 -Happy chinese new year everyone -Very hsrd working girl nice video -I love the background song -Amazing super -So many delicious treats from fresh naturally grown real foods by a very creative and able person. Thank you for another interesting and calming vid. Happy Lunar New Year to all involved in the creation of this vid and to those who watch it! -She carries those popcorn 😂 -😍😍😍 -Which place is this ? -5:58 She is so cute😍 -Oh yeah. Chinese new year is coming up, isn't it? -♡♡♡♡♡ -Can I live with you !😊 -Happy Chinese new year to the world! 李子柒真是个奇女子,啥都会做! -Why you showing always non veg dishes... -Please prepare veg also -这期节目做得还真是应景,加油子柒! -Wow I love all of them❤️😋 -新年快乐🎉🎊🍾️ - -wow I have never seen this kind of popcorn machine , 💕 & I also love your all desert that you make today ...you just perfect for all kind of things.🙏🙏🙏🙏🙏 -I wanna met you so much..😊 -Love you 🇹🇭 -Whom did she make all that stuff for ? -Son tan hermosos los perritos 😍😍😍 y su oveja 😍😘 -How Do u make rock candy? Can u make it -Wow -I want to move with her and help her in everything -Умница -Happy chines new years from indonesia 🇲🇨 😊🙏 -KAKAKA TO DURASSO -Happy Chinese New Year ce... May all the prosperous be with you and Your Family. Stay healthy and Stay share all your activity... God Bless You always -Why she mix the nuts with sand? So weird -superb -The way you covered your grandmother’s ears was too cute. -좋은 영상 감사합니다 눈물 날 정도로 위로가 돼요 응원할게요😊😊 -原来瓜子是这样来的啊😂😂😂 -なんか懐かしいなぁ -Good job. .. -We also do the same in our country -5:58 😂😆😁 -💗 -امرأه شجاعه -sis u r great -Those dogs 😍😍😍😍😍 perfect -Более нежных, красочных, насыщенных и интересных видео зарисовок наверное сложно найти. Благодарю Вас за ту красоту которую вижу благодаря Вам! -I need to know more about that popcorn cannon -omg i love herrrrrrrrr -好厲害!每道零食看起來都好好吃👍 -What kind of dog is the little white one with short hair? -Super -very hard work -She’s a Disney Princess -😍😍😍😍😍😍 -Ohh wow I love ur videos always makes me happy and hungry everything u make looks so delicious I want to try everything u make LoL please keep it up -I have already seen this video in facebook, watching it again in youtube, can't get enough of her delicacies and the way she run to cover her grandma's ears -I really love the videography. So pleasing to watch and the cooking is truly appetizing! -Hi from Ukraine , werry good video , ty for you 👍 like -what the name of this song? -All natural living. This just put a smile on my face the whole video -digimon theme? :O 5:33 >hug from Brazil -I'm a new subscriber and I'm from India -I'm enjoying your vedio and all are peaceful and nice ur so beautifully mam ....and uploade 1 vedios daily plzz I'm waiting for ur vedio -Otro vídeo hecho con mucho amor. 💖💖🇲🇽 -Please contact to me -👋👋 🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳 -Kẹo hồ lô -Yehey theres new vid, my Friday so relaxing now -6:47 저게 꽈즈인가 -新年快乐 😀😀👍👍❤️❤️❤️ -Cảm giác như làm tất cả mọi thứ đều free và ko tốn tiền kkk -Nice video.... 😊😊😊 -Marriage material -Somebody can tell me what is the name of this video's background music? -The place you live like the paradise 😍😍😍 -I'm already fell in love with her video 😍😍😍 it's so simply but it's so perfectly. - -我喜欢她很努力然后很可爱 -你奶奶好可爱,我喜欢你的生活 -Ur so beautiful and im proud of you for being a girl ♥♥ -子柒有龍貓窯, 可以來個洋玩意批薩或法國麵包嗎? -Việt Nam ơi 😀 -人杰地灵,中国年真好! -انتى جميله ومبدعه اوى 💜❤ -Can I live with you 😭💜 -Hey guyz i don't understand her chennel name plz suggest to me... I'm new viewer in here.. I'm from India, Manipur... You are amazing person.. so pretty and hard working.. I'm so pleasure to watch your videos... Please upload a video to daily... I'm waiting for your new videos👏👏👏👏👍👍👍👍 -Nice all videos r osome -anybody please tell me the background music's name? much appreciated -Fan Việt Nam điểm danh! -Gong Xi Fa Cai Ziqi and to your grandma too. -Краса -Happy new year -应该是川西,四川本就是物产丰腴,野外采摘这些不足为奇,女孩的手很巧,却是难得 -Vô cùng ngưỡng mộ cuộc sống của Tử Thất. -❤️❤️❤️ -隔著螢幕都聞得到香味......😌😋😋😍🤤🤤 -Beautiful lady -หน้ารัก​จังครับ🇹🇭 -Omg!! That was really a satisfying video!! I'm wondering which place it is in China.. -💛💚❤💓 -Mình cũg mún sống 1 cuộc sống thanh tịnh như z quá, ko có bon chen, ko cần phải để ý ng ta nói j, như z quá hah phuc roi -Beautiful girl u to hard work.....??? -Whats the white rock they always use in cooking..? Sugar? -Preparation for Chinese New Year! I feel inspired by just watching your videos. :) -คนไทยก็ชอบดูนะคะ ติดตามอยู่ค่ะ น่ารัก ตอนตกใจก็น่ารัก 😍 -😍😍 -Happy Chinese new year -Chị vốn là 1 con người thích lm siêng năng tuy còn bà mà thui nhưng đủ để chị an ủi phần nào mất mát -All my favorite snacks made in one video. Love it. -I love your videos so much😍❤️❤️ happy Chinese new year from🇩🇿🇩🇿🇩🇿💋 -i always wondered how china was able to support such large populations but large swathes of the land is quite bountiful compared to what you'd find for sustenance in european countrysides and woodlands, im always amazed -What I love about what you do is that you spread love everything you do or make and wherever you go. Thank you! -I watch your videos as your pets watch you.... XD -I want some bites of delicious food. -Love the way u live ...Amazing camera work ...U r really a hard working amazing girl I hv ever seen ...Keep your fitness alive😃😃😃 -perfect, Happy new Lunar new year same as Vietnam -5:57 she so cute, hpny -Que delicia quanto trabalho parabéns. -she lives in a heaven -Happy Chinese New Year!今回の動画もあまりの美しさに驚きました。おそらく昔からある中国の色々なお菓子を見れて楽しかったです。映像の芸術性の高さ、独特の世界観が素晴らしいです。とにかく、女性がとても綺麗です。 -Super sister good jop -手扶着板栗砍 看着有点危险哦 -Love you -Love and admirable from Vietnam - -chúc mừng năm mới! chúc tỷ luôn khoẻ mạnh và thành công!!! 😄🇻🇳❤️❤️ -Commercial is annoying....Urrghhhh! -โคตรคุณภาพ -😥 -Wahh kerenn salam dari indonesia -Cảm giác hình như mỗi mình lạc trôi ở nơi đây -Happy New Year 🎉 -新年快乐! -How do you not fall in love with her? -you'r grandmother is such beautiful and so sweet !! -you're so amazing girl.! -love your work. -5:59 Funny 😂 -the most peaceful video i've ever watch, thank you -Bả đi bịt tai cho bà cuối cùng bả giật bắn mình😅 -Tui chẳng tìm thấy nút tim đâu để thả cho tỷ ấy nữa -Gong xi ging xi...... -Clean environment, peace place, sweets organic fruits wow -Can i marry you 😂😂😂 -ဒီးသ႐ုပ္မေလးကခ်စ္စရာေလးသာအမ်ဳိးမ်ဳိး -ေသာဟင္ေတြးခ်က္တတ္တယ္သိပ္ေတာ္တာဘဲ -😍😍😍😍😊😊😊😊😍😍😏 -so relaxing to watch 💙 -Nice video good job -👍👍❤️❤️ -6:04 you so so cute -Пипец картинка красивая. -viven con hambre esos pobres perritos -AE VIỆT NAM ĐÂU CẢ RỒI -My idol! Một cô gái tài sắc vẹn toàn -حب شمسي قمر هيج جنا نسويه بالبيت والله ذكريات -Watching your beautiful videos makes me a different person.... -好姑娘,你毛呼呼的头发在我看来都特别甜美可爱!祝福你和老奶奶! -Feel hungry....good👍👍👍 -como é rica a culinária chinesa me deixou com agua na boca. -Chinese New year celebrations prep. Good work. I wish she lived in my neighbours and I would happily eat whatever she cooks. -Quá tuyệt vời. -2 đệ tử dễ thương wa -悲しいけど、ヤラセなんだよなー -Как всегда, одно лишь удовольствие😍смотреть эти видео❣️все так атмосферно✨ -good -My God that was a tour de force! She keeps topping herself with these videos...that was the 'sweets' episode.... -😍😍😍😍 -5:57 Isn't this the cutest moment in the video?! :'D -Đi đâu có đệ tử theo đó -Hello dear .i can't understand ur language bt i like ur videos soo much -5:58 so cute -I've so much respect for this kind of life. Hard but heavenly -祝你春节快乐,祖母和你的团队,亲爱的 李子柒 -我认为这必须是这个频道中最好的视频之一。李准备的所有食品都非常好吃。我喜欢那些一直跟着她的小狗。观看这样的视频让我感到高兴,让我的思绪平静下来。你太棒了李子柒 -太美了啊!!我又看了一遍,子柒姐姐的年货准备得也太充分了吧😊,羡慕啊!!❤️ -Nice video -我又来看我老婆了!祝各位新年快乐哈! -Vietnam ❤️ -Digimon song i love it -Love the animals.. -I like ur house u so lovely lady and good girl for take care of ur mom. -Love u -HAPPY NEW YEAR 2019 -Thấy cưng lắm lun á 😘😘😍 -太厉害了,谁要把你给娶了真是几辈子的福气啊 -يها لكوكاو يجي فيه ريحة تراب -حياتك كتيرحلوى -幫婆婆摀耳朵,結果子柒自己嚇跳著 -Do you have a boyfriend? -太美了 -What a amazing -Your video is Very relaxing ❤ -Your are so sweet to your grandmother❤️❤️,❤️ God Bless you 🙏🏼 -Just amazing! 🌌 -Omg I am in love😱 -how can people dislike this!!!! -從小老師和課本上都說我們中國是地大物博的中國,真的耶,好嚮往喔! -锅盖出镜! -Love from pakistan -น้องหมาน่ารักมาก😍 -Мило так что гипнотизирует и в ступор вгоняет :) -Hello. I really like your video. Can I reup your video ??? -ขอไปอยู่ด้วยคนได้ไหม😁😁 -Как всегда очень красивое видео! Класс! -好想念爆米花那里呀,童年的记忆,每次听到响声都特别兴奋 -Super all natural and nutrition and health food I love this place -Happy Chinese New Year!!! -Hạt dẻ sao??? 😋😋😋 -Ai việt nam điểm danh cái nào -can i come live with u? <3 -🥰😘🇮🇶احب قناتج جنن -Thich song cs nv lam😍😍 -遥远的回忆呀,现在很少这样过年了。做这么多东西吃不完的吧哈哈哈哈 -The Moon, The sky, star, the mountains, show ever.....Its magic! -5:57 🤣🤣🤣 -This is too adorable, so much work but done with such grace:) -I love how everyone in the comments are "she's so elegant" and she just jumps when the grandpa opened that thingy. So cute uwu -Hi I m from Kerala I like your vedeo -拍的真好,頗有王維詩意之境。 -七爷太能干了!!! -しっかし、よー働く娘やなぁ!よきよき(^^) -where does she live !!!!! -يابختهم -Awesome..wanna visit her and try chinese cuisines. -如诗如画啊😍 -she know everything.. -好像你家里什么菜都有,做视频挣钱又能当老板百货店,佩服佩服 -I desperately want gordon ramsey to try her food - -gong xi fa cai -8:47这么多柚子掉在地上?当地人这么富有? -雰囲気好きだわー -. Có Ai Ở VN Không Chèn Ơi Dơ Tay Hộ Em...! ❤ -新年快樂~乾杯 -いつもと違う角度の表情が、沢山あってとても良かった。 -のどかな雰囲気の暮らしの中で、お菓子やご馳走を作って、楽しく努めているところが良く表現されていると思います。 -爆発に驚く姿もとても可愛い💕 -お婆さんは、暑くないのでしょうか? -日本に販売してくれれば、買いたいですね。 -また、楽しみにしています! -wow, such a nature rich and beautiful land. -新年快乐呀 -The views are insane! 1 million in one day? Level - China! -为什么那么多人要踩? -Love -The life here is peaceful, I dream of having such a life. In Vietnam, we also welcome Tet as in China. Quality and emotional video, wish you a good new year! -I would love to know how to read your name. Love watching your videos with my young girls. Teach them indirectly girls can do everything like you do. We are a Korean family living in Australia. -Lol! The jump scare moment! 😂😂😂 -Sheep ❤️ -Amzng life -Ôi vừa xinh lại vừa khéo <3 -Love your videos so so much 😍❤❤❤💞 -Indo sub please -还有什么不会的吗?真是厉害啊! -Người đâu dễ thương v :(( -Какая она молодец, если бы я была мужчиной, то хотела бы себе такую жену😄 -Nice -Золушка:) -為什麼花生要用土炒? -l love ur videos -Việt Nam đâu ồi?? -Mrs Li, what does this phare mean? ( 冰糖葫芦 ), can't translate google,i from yuenan -我爱你我爱你 -China is a civilization that has been inherited for 3,500 years. Many of the things she showed are only a small part of the traditional life in rural China. -Chài ơi trái cây mà rụng trắng vậy chèn.sao ăn het -That’s my dream when I’m 40 years old -اذا المقطع عربي كان قالو ليك شيعيه يا قالو عليك إنك مموله من قطر وتركيا 😂😂 -I love your videos! -Hay no se porqué,pero tooodoo lo que cocina está mujerts ,me encanta -Así si me como un perro.. -happy chinese new year,,, -gong xi fat cai,,,😁 -全体中国人的回忆 -Woow😻❤️ -Cho hỏi Việt Nam đâu rồi -大家新年快乐,Happy chinese new year.😊 -Very nyc -好喜欢吃那个板🌰栗。真羡慕把兴趣和才能发展成事业的人。只会越做的越有劲。 -<3 <3 <3 太棒了。。 -Đã xinh mà còn giỏi quá. -I love this really fresh life..with out voilence.ummaahh -1m views for 1 day .... -心靈手巧的女孩,對婆婆好孝順,好喜歡妳做的年貨 -刘树人怎么说? 哇这也 太牛了吧.jpg -น่ากินอะ -Happy new years 🎂👏👏👏 -SO MANY FOOD CAUSE IT'S LUNAR NEW YEAR!!! XD -يارب رضاك والجنه 🥺🥺 -Amazinggggggg -Im from Viet Namese . No English. -I like. You Beautiful. :)) -你們中國人煮飯都用那麼多食用油嗎?很難吃阿 -Perfect 👌 -開頭的小羊好可愛❤ -Incredible.. -He which is your country. I will try to come -1:36 What name fruits ?? -o.god.u.numan.r.robo.super -her grandma was so chill omygod. grandma didnt choose the thug lyf, thug lyf chose her -Nhìn thì ngon nhưng dầu quá nhiều -Ciuld someone please name ne all the fruits from this video? Expecially the red little ones and the big yellow one she put in the oven 😊 -新年快樂 祝子柒姐姐跟婆婆今年也能身體健康心想事成 -這個季節,四川有芒果? -Don't have enough words to praise these videos. Love from Pakistan. -口水直流 -Des français ? -deu água na boca aqui... -♥♥♥ -So cute -Super video. .....i love so much. ... -You look like my cousin sister and she's 11 years old 😊 -❤ From Nagaland India -The backsound from digimon adventure right? 😊 -I feel like lost! -给女神打call,新年快乐 -Happy new year -Healthy food supper nice -Food -Omg......she have Best so cute....😍😍😍 -Năm mới hạnh phúc nhất là được tự tay làm những món ngon cho người thân😚😚😚😚😚 -I love Lý Tử Thất -2 e chó và 1 e dê.trời dt quá 🤣 -Yêu -Bà này quá -اكو عرب بلطياره☺ -Hard working girl keep it up -My bestfriend videos of all in you tube.. I watched it many many many times repeatedly coz i always save and download your videos.. I love it so much.. I hope i could watch you in person... -Ohhhhhhhhhh wow those ladies apple are delicious very expensive here Canada -Эх салафан с пластиком портит всё представление старины :( -wow. thanks god YouTube recommend your video on me.. I've watch your videos on facebook and i can't search you on you tube because its in Chinese writing.. i really love your videos..its very amazing unique.... I'm from Philippines... 😙 -i know i am skeptical but i cant help but ask myself if she really lives like that or if that all just show.. her house garden grandma etc.. -How is possible? This girl know everything.... -Why you Leve alon -Lợi hai quá -What a beautiful place to live.So relaxing and so simple. -您漂亮又有好手藝!小羊好可愛!它們也有感情和疼痛感覺,養大後不要殺了它們! -见识到了中国的年货小吃😍东西看起来都很美味丫😍有机会我也做做看,最让我一直好奇的是冰糖葫芦,是新鲜的红枣对吗? -台灣叫雪Q餅或雲Q餅 餅乾可以原味或鹹的一起加 才不會死甜 -when i watched you, my all stress is fading. -nice - -น่ารักจัง -您好! 很喜欢你的视频。 我奶奶让我想起了我刻苦。 你很漂亮。 这是一个什么样的植物: 你在用小叶子的小枝绿色的小浆果。 和焙烧过程中添加与其他调料。 这是怎么了? 树高。 走过去,用和锅炉。 谢谢。 你好来自俄罗斯。 -全部美味しそうです(ㆁωㆁ*) -めちゃくちゃかわいいい!! -lsn truoc co thanh an cong so bay gio co thanh an cong nha roi -iLove your channel 😍 so relaxing ❤ spread the love and goodvibes 💕 -Nice video -_Is it true, that she had plastic surgery? I don't mind at all. Cause she's a great cook._ -Keep do good things to your grands and don't stop. Be good as always even after their death. -Happy Chinese new year.. Love From Malaysia.. We also celebrated in our country -Never seen girls like this before , I mean she's so hard working. And has so good camera recorder -Your followers are cute🐶🐶🐏 -China is so big , greeting from Thailand !! -I've seen someone like you nearby , but she's working. So idk I'm just afraid to talk to pretty girls... Lol my mother talk to her instead -I can’t stop watching her videos -Your grandma looks very nice she's looks My greny -Oi -I LIKE YOUR CHANEL BUT YOU ARE DEFINITELY USING THE CHINA LANGUAGE YOU VERY TRADITIONAL -who ainie,kung hei fat choi,shandai kinhong -Happy Chinese New Year Lady Li Ziqi.. ❤️❤️❤️ -am i the only one who watch this because it makes me feel relax? and honestly it just reminds me how beautiful earth is and how peaceful our life could be! -Wow i like ur video its verry fantastick -祝各位同胞们,新年快乐 恭喜发财 身体健康 万事如意!来自马来西亚的祝福 -OMG that mango looks sooooooo yummy!!!!!!!!! 3:12 -You are amazing.. -wooooow -feeling pity for the dogs haha -这个年货储备粮!!!羡慕啊! -The pets are just too darn cute 😍 -Always Like 😍😍 -Gong Xi Fa Cai -Good Lord, I hope this young lady marries some day. She's going to give birth to a race of farmer-poets. -谁跟我一样有强迫症的,想把子柒的头发理理顺 -Ничего не понял. Но очень интересно! -Woooa 你真的厉害 😍😍 -Im from indonesia,,😍😍😍 -Wow so much food😍 i love you from philippines❤ -Chuẩn 😍😍 -“You are worthy, Jehovah our God, to receive the glory and the honor and the power, because you created all things, and because of your will they came into existence and were created.” Revelation :4:11 https://www.jw.org/cmn-hant/ -Such a pleasant and relaxing video. True beauty -很棒的影片,就是希望这背景音乐是拿过授权的,不然版权方找上来,吃三次strike就很悲凉了 -มีคนไทยมั้ย -姐姐可以出個食譜了😁 -嗨。. 我来自俄罗斯。 多謝。. 我得到了很多乐趣。 美丽的视频,优美的音乐。 真的很喜欢。 -when I began seeing Li Ziqi latest video, it read 1,183,628 views and I saw it 2X and 20 minutes later it read 1,185,748 views, that says something about how we who have subscribe to her channel want to see her latest video so much, OH! and in less than 22 hours she has 1,185,748 views, that is amazing. \( >_<)/ Happy Chinese New Year!! -Love your Puppy... plz give they some foods.... -自己家的板栗特别好吃 -想去你家度假🤣👍😍 -Really reeeeealy I got addicted to her videos ♥️♥️♥️💋💋💋S.A -小姊姊新年快乐~爆米花出炉前那一刻小姊姊吓到的样子好可爱😄 -Buset dah ruet banget masaknya😀😀 -我每次都會把她看成Twice的Mina -My angel strikes again from Heaven. -Wonderful! Happy New Year from Australia 🇦🇺 x -Subtitle please😔 -waaah tanaman di china ga beda jauh sama indonesia.. keren -Why is she so ancient but at the same time has a really good HD camera? -6:00 😂😂😂😂 -Oh gosh! I love this vid -Become my best friend please! :) Haha This is incredible! -Có ai VN ko? -5:57 太可爱了哈哈 -like as heaven -Здорово !!! Так красивоооо!!! -You always blowing my mind -GG -LOL -HAppy Chinese new year am from Ethiopia 💝💝💝 -It's like a fairy land... This video is a heaven 😍😍😍 -Nice video 😍👍 -Việt Nam ơi! -子柒的小跟班超可爱 -Всё,абсолютно всё своими руками!!!! Оооо мы деградировали и отупели. -Cuộc sống mơ ước của tui😘😘😘iu tỷ -Your all videos super and nature .I am not missing your videos.... -I am feeling hungry but my wife's recipes are,,,,,,,,,,,,,,,,,,,,,,,, she is around me, good -我以為裝袋要賣 -新年快乐。祝你和你的祖母新年快乐, 愿你平安、成功、健康 -выглядит всё вкусно! попробовать бы хоть что-то... -那冰糖葫芦这么个摆着不会引来蚂蚁吗? -Wowwwww 👍 😍😍 -อยากใช้ชีวิตแบบนี้จัง 👏👏👏 -Có ai người việt nam xem chị này hôg❤️❤️ -شوفو البنت هاي شلون شاطره 😊 وشلون تكعد من وكت الصبح ونشاط وحيويه الله يستر عليها ...وهنا عدنه بعض البنات يكعدن لو ال ١١ لو ١ الضهر لو ٣ العصر😒😒وينهن الفاهيات خلي يجن يشوفن هاي الابنيه وخلي يتعلمن منها فاهيات وينجن 😅😅 -Your very good girl -5:59 😂😂😂 -❤️❤️❤️ from India -I love how she love her grandma so much. ❤️ -What the soundtrack name? -người phụ nữ tuyệt vời -uhh so nice -i like you vidio😘😘😘😘😘😘💜💜💜💜💜💜💜💜💜💜💜💜💜💜💜 -Lih😍😍 -Gong xi fa cai...dari indonesia😍 -仔犬と子ヤギなんて、癒しでしかない! -Her videos embody the feel of Studio Ghibli food. I'm so glad I found this channel! -😍😍😍 -ChinaYouTube ok? -Lovely........vedios -a 10-minute long video? yes, the queen is blessing us with longer durations of quality content. -AE Việt Nam đâu r. Cho tôi thấy cánh tay của các bạn nào :) -Chỉ đơn giản là vào xem đi xem lại 😁 - -老婆真能干 -재밋따.. -I can't even wake up in the morning. Ah. you inspire me. -D.....did she just singlehandedly make her own candy store? -Happy Chinese New year !!! Love from India -Wow you are amazing 🌟🍂 -Try listening to Indonesian song by Seventeen - Kemarin the song is very sad.Terima Kasih -บรรยากาศที่นั่นคงจะดีและสวย FC Thia -How cleanly you're doing things... it's really awesome to see you... Multitalented girl... God bless you... with love from India... 👍😍❤ -FYI Indonesia has music,music Dangdut original from Indonesia and Bali part of Indonesia because many people don't know Bali in Indonesia.Lombok,Raja Ampat, Borobudur, Prambanan is also good not only Bali -想,亲手做一样,就哪怕是一样。。。 -Ahh i feel so relaxed and satisfied I can’t express that with words💜 I REALLY LOVE HER VIDEO I HOPE SHE GAIN MORE SUBSCRIBERS! -Bagi orang melayu,ni mungkin definisi sebenar perempuan hantaran 50k😉serba boleh -享受你的视频,食物和糖果看起来很美味 Xiǎngshòu nǐ de shìpín, shíwù hé tángguǒ kàn qǐlái hěn měiwèi -Smart girl👍 -Cute -I LOVE YOU -I love your videos I follow you from Senegal to Africa -💖👍👑💖 -Happy new year . -Super Video,,,!!!!!! -Hi ! I'm from Vietnam -In Vietnam, there is also Tet like China -Nearly, about 3 days. -Việt Nam đâu r hạt dẻ phải kh ta -❤❤ -Tuyệt quá. <3 -happy Chinese year! ! you're beautiful -ชอบน้องหมาจัง -🌰cute -Có ai là ng vn ở đây k -so happier...10 minute... -I hve seen nearly 25 times since downloaded...... Relaxing video ever -0:05 Wait ... am I the only one? -Muốn ở chung với chị này quá❤️ -Aww those puppies -Karena chanel ini mengubah cara pandang kampung, jadi inspirasi saya pulang kampung bertani, saya sedang masa kuliah kalau udah selesai pulang kampung buat tanaman atau apalah itu kalimantankan cukup luas tanah nenek moyang ku juga luas karena asli penduduk sana, yaa mudah2 an bisa kerja sambil meluangkan hoby sanubari ini -,INDONESIA -Ngon quá đi 😋😋😋 -Có ai là ng Việt ko -love all your videos,,, -Cái lồn má nó nhìn ngon ghê! -군밤에 탕후루!!!! -5:59 CUTE!!!!!!😂😂😂😂😂 -5:55 😂😂😂😂 -Por qué siempre hay perritos nuevos? Y los viejitos? :( -💜💜 -This is "Tangulu"? I don't know how to write it hahaha -🤩💗💗💗 -какого хуя эти ебаные китайцы у меня в рекомендациях делают? -Ohh kawai 💖 -Happy Chinese New Year Ms. Li, year of the pig so many beautiful snacks .... (thanks to Mrs. Annastacia Fang translation) -wish you grandma and your family a year filled with great joy peace and prosperity, well done, keep doing this -爆米花皮那一下很开心啊 -perfect as always -子柒新年快乐,明年也要看你的视频慢慢度过鸭 ! -I really love this video -This is so beautiful!!!!!!! I want to live like this!!!! -Wooow delicious 🤩 -she so beautiful -Very good -😱🤣🤣 Sweet!! 😍🌺 -No words, just Buddha... -I love to eat that. My favourite -Yes I'm a foodie! -cute lil lamb ... -I just love her little granny 😍 And I love the interaction between them 😊 My grandma is so special to me, almost my mother. It really hits home to see her mamaw so happy 💜❤️ -Indonesian subtitle please -Các bạn VN đâu. Tết nhất thế nào rồi =))) -Is there anything you can't do? Your a superwoman! 🙏 -🌷😚🌷😚💜🌷💜😚❤😙😚💜💗😚💜🌷👌💜💚😚💜🌷💜😚💚👌💖🌷💜👌💖🌷😚💚💜🌹👌😚🌷💖💚💜💛💚👌😚🌷💖💚👌😚💜🌷😚💖💚👌❤🌷😚💖💚👌💜🌹💚👌😚🌷💖💚💛💜👌🌹💖🌷👌🌹💚🌷😚💖👌💖🌷😚🌹💚👌😚🌷💖💜💛💚🌷😚👌💖💚🌷👌😚💖💚👌😚🌷💜💛🌹😙👌😚🌷💗💖💚😙😙😙😙😙😙😙😙😙😋😋😋😋😋😋😋😋😋💖💖💖💖💖💖🌷🌷🌷🌷🌷🌷🌷🌷🌷💖💖💖💖💖💖💖💜💜💜💜💜💜💜 -رَبّـ❤ـيٌ يحفضكم -Omg she so cuteeee🥰🥰🥰🥰 -Video yg slalu ditunggu2 😊 -Best one -Lunar new year? -I was wondering her video where she bought that little sheep was deleted? -長知識了。葵花子原來是長這樣。 -that food looks sooooooo good -粮食放大机! -Cj giỏi wa -突然のマシュマロに吹いた -Có bạn nào Việt Nam không? -Está muito bom !, um belo trabalho. Não consigo entender alguns nomes, nem algumas pessoas comentando bobagens.... mais adoro!! -you can be a ghible princess -Happy Chinese New Year 🧧 gong xi fa cai -I come from viet nam -Hello😘 -很可爱 😂😝 -Có ai Việt Nam ko ta??????? -Chúc mừng năm mới! -เราไปอยู่บ้านอายกันเห้อะ -嘉儿 -nice,very nice video,im so happy.thanks so much n happy imlek,chinnese new year...gong xi gong xi pa cai -新年快樂 -恭喜發財 -Your channel was my favorite on youtube -Helo im your new follower. -Happy Chinese New Year from Singapore. Love watching your videos. -Your work is learning type sister -I almost cry when I heard the digimon ost :,) it’s been such a long time -💕💕👌👌👌😍😘😘👍👍 -i want to support you -❤️❤️❤️😘😘😘😊😊😊 - -这个羊也太可爱了 -Hope one day i find the guy who will accept to leave the city and live with me in nature 💜 -❤️❤️❤️❤️😍👍 -I love his video I'm always watching....Happy New year Chinese -Very nice.... -Sao mà thích những cô vợ kiểu này quá ta -Liziqi reply:This was my first attempt at growing kale, and it turned out to be so cold that it was only one-fifth the size of other people's kale. -Super woman 👍🏻 -Mình rất là thích cuộc sống như thế này yên tĩnh thoải mái ấm no hạnh phúc nhí ở nhà có bầy chó dễ thương quá -Team Việt Nam đâu òi -Oa... chị làm hay quá à, nhìn thèm chết đi được -Happy chinese new year....Love from kerala...... -😍😍😍😘😘😘😘 -she is so cute. how old is she? -Karma! -Each of your videos represents the natural beauty and beautiful side of the rural life, depicts fresh food cooking in the village. But all the villagers have not been able to live like there. If all the rural life was beautiful like there then I did not need so called heaven. Looking at your video, I'm in crush with you... -Very nice -6.00 đáng yêu vãi... -I love to see you again..❤️ -❤️❤️❤️❤️ -Happy Lunar New Year from Vietnam 🇻🇳 -That's heaven!! -❤ -Such a wonderful channel in youtube and The best.. U make me calm... Thank u for this video -chị li tư nhất thật đáng yêu -اتمنا اعيش معكم -好棒的,果斷關注 -Lovely! -Happy Chinese New Year 😘 -from Bangladesh -I also want some puppies and a lamb to follow me :) -This woman is extraordinary. I just love her loving spirit coupled with her incredible ability. It's wonderful to watch her create extraordinary culinary delights from scratch. -Cada vez q veo un video de este canal ... me da un hambre 😍 -原来瓜子原本张那样 -Happy lunar new year from Vietnam 🐷 -Kung Hei Fat Choi... How i wish i could taste all what you cooked love it so much😍😘🤗 -wow..wow..wow -b kadar yetenekli bir insan görmedim. sen harikasın <3 -看着她做各种零食都觉得很幸福,过年才应该要这样才对啊 -感谢外国友人。 -Maaan! Goin off on that snack attack 😋! Oh yeah -Never get bored watch her videos. Now i wish to live at countryside too -Soo peaceful -Happy Chinese New Year Miss Li! -Hi! can you make homemade chili sauce? love lot from Philippines ☺️ -Why this isn’t on trending? -So adorable and I love how you protected your Grandmother's ears from the loud bang. I love it. -Happy new year my friend -看妳的影片很享受,很用心的團隊👍🏻 -Hi meow super ...enjoy -Bagus -It’s so soothing to watch her cook etc before I go to bed. -رااااااااا😍اااااااائع -Did anyone else notice that the fire pit is shaped like the head of a dog/bear? Hahaha it is so cute. -Cuteee !!!!! 😍 -Preparation for chinese new year😊 -😍The dogs and sheep ahh -귀여우셔😭😭💖 -live in paradise .. I love that lifestyle 🤩🌱🍋🍈🍎🌰🥜 -Em yêu chị 💑 -Wonderful😍 -ฉันชอบวิดีโอนี้นะเพราะเธอเป็นผู้หญิงที่ดีเลยทีเดียว💕🌈 -给大家拜个早年 也㊗️子柒和婆婆新年快乐如意(如果子㭍能看到的话) -😘 -子柒,是成为联合国大使的节奏啊,世界和平!! -大家,新年将至,心想事成,新年快乐 -Everybody,best wishes, and Happy Chinese New Year!!! Peace and Love -Việt nam ơi -Happy Chinese New Year . From Viet Nam 😘 -I love the music background -Kadın bütün videolarda yemek yapıyo yiyo ama zayıf ya ben bunu anlamıyorum -Какая же милая, умная, работящая девушка. Очень приятно смотреть! -Superb -omg!! love U li love soooooo much.......always a trat to watch UUUUUUUUUUUUUUU -ктож это всё есть то будет ? неделю наверно готовила хозяйка -I love how theres a giant ass bird there while she cuts like its no big deal. -Người gì mà đẹp vs giỏi hết phần thiên hạ😍😍😍😍 -You are so good love ❤️ you 😘 -esta mujer es perfecta -God level cooking! Let's see chefs critique historical foods when there is no comparison.. -无所不能的存在! -ชอบบ💓🇹🇭 -Happy Lunar New year. My country is going to celebrate and I am so busy in this moment -Cute dogs 😊 -5:58 very happy -看看你還能裝幾天逼。。。。。當殤鐘敲響你會成為魔鬼的魚餌 -fan vietnamese -The best video ever -婆婆的帽子好可愛! -看起來也好保暖喔 -Please feed those puppies 🐕 -😍 -She is so talented for making foods 😊😊👌👌👌 -一下子做了这么多东西,啊啊啊啊啊,好想吃。好想有你这么能干的家人,来吧,我们义结金兰吧🤩🤩🤩🤩 -💞💕❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️💕💞❤️ -27 tết rồi ! happy new year ! -PUPPIES!!! Awwwww!!!!! They’re so cute!!!!! -5:51 hahahahaha -ước j đc sống cùng tỉ ấy 😍😍 -good -ước j đc sống cùng tỉ ấy 😍😍 -good -Lunar New Year ~~~ -이분 요리중에 오늘 아는 요리가 나왔고 오늘이 가장 퓨전이다ㅠㅠㅠㅠ 다 먹고싶어ㅠㅠㅠ -BRAZIL -19 giờ hơn triệu lượt xem - -Very Good 👏👏 -Why the fuck did I ever take her videos? are always perfect and relaxing -Que videos mas hermosos , adoro este canal ! -Awesome -That is traditional food form China -哈哈,这才有年味儿。这些点心零食我们都还要自己买 -Beautiful. Seeing that you have some English speaking fans, it would be nice to know the name of the fruits you used. -Me enamoro -Có cái thứ gì cj kb lm hok -salute her! -Happy Chinese new year 👍😊😍😍🙇 -WOW! Those sunflower seeds are GIGANTIC! :O <3 -So lovely craftsmanship of her food and lifestyle. I love the scenery and also love,care that is put in all of her food.😀 -If you make english translations you will get more subscribers -Nice vidio -Beautiful place i want to go ❤❤ -👍👍👍👍👍👍👍😊😊😊😊😘😘😘 So good -So satisfying to watch!!!! 😍😍😍😍 -다때려넣고 비비네 -heppy chinese new year!!!! 😊😊😊😊 -Nice 👍🏼 😊😄 -Có ai hiểu cái lò đó sao cho hết than củi ra ngoài rồi mà nó vẫn nướng đc đồ ko? -For 5.59 LOOOOLLLL..... 😂😂😂😂😂 -For 5.59 LOOOOLLLL..... 😂😂😂😂😂 -i like 😍😍😍 -新年快乐! -From Vietnam -Happy Chinese New Year!! I'll be spending mine Lion dancing, so I may end up using some of your recipes and share it with my Sigung and instructors :3 -Everything looks so yummy -Really awesome -Hello , I am not good to much good in english but I want to tell you something : your video really pretty , but I want to tell you about my reagin and it’s the Islam , i just want you read about it and maybe Allah help you to find the way , its not like ISIS but its about the one god - -My Allah help me and i feel , and when I read Quran sometime i feel like it read my mind and i feel its good for my hart - -So if you want you can search about it and now the truth - -Allah help you -Yeay come back -video nice, ​my friends watching video: -टॉम और दोस्तों के साथ रंग जानें, बच्चों के लिए मजेदार जानवर, वीडियो शिक्षा रंग द्विभाषी 2019-English -💓 -来看老婆了 -羊羊和狗狗好可爱哦 -Chị Lý làm bánh kẹo ngày tết -Happynewnear -洗牙错了,病牙,要看病牙科 -Watching this video is therapeutic in itself!😁 -Trời ạ... Cái chi cũng mần được... Sống một cuộc sống khiến nhiều người ngưỡng mộ. Thanh bình nhưng k tẻ nhạt..... -احسها عايشه في كوكب السلام -my favorite chanel...👍👍❤ -👍👍👍❤❤❤❤ -Omg i love it💕 -Nể chị quá -Digimon Adventure’s original sound track ❤️ -5:16 digimon theme -Hello vn đi ae -跪了,現代誰家的老婆媳婦這麼厲害,手藝也太棒 -I love love luuuv the song begins at 5:17... I'm sure it's one of the background songs from Digimon! It really goes well with your relaxing video. -Nhớ ông conan quá -0:47 I would lose a few fingers doing that -Why there is some dislikes for this video????? I think those persons are not eligible to go HEAVEN !!! -I wish I could live there! So peaceful and beautiful. -Srecko delibasic you r 100 percent write -一刀在手 天下我有 -*. Im From VietNam ❤* -Nice video blessings beautiful -すげ -THE ANIMALS FOLLOWING HER IM CRYING -ai vn koog -Love this!!English subtitles please 🙏🏼 -hello có ai Việt Nam khoonggggg ? -The only word i know in chinese -Xiexie -Wishing you and your family great happiness and prosperity. -叔叔,这边儿,打爆米花! -仙儿 -Ủng hộ vợ mình để có 1 cái tết ấm no nào các bạn 😁😁 -Xuất sắc -i nees sub please -Your pets are cuties. -感觉像作秀 -Alguien más noto el soundtrack de Digimon? -娶个这媳妇儿。就负责挣钱就行了。家里能给你安排明白的。安家立业好帮手。 -Fala sério. Não fosse casado fazia uma doideira para pegar esta chininha! -Happy chinese new year👏 -Cute 😊 -要在哪裡買呀~~哇哇哇~口水都滴下來了 -Popcorn need not made this way... poor dogs :-( -ชอบที่สุดเลยค่ะ ติดตามตลอดเลย 10นาที กำลังพอดีเลยค่ะดูเพลินเลย ลงคลิปบ่อยๆ นะค่ะ ชอบมากๆ ค่ะ🥰 -que mujer tan trabajadoras me encanta tu vídeo -準備這麼多年貨零食,看來我要送一個大紅包給我老婆了,,,, -流星!夜晚的天好美 -Westerners always say Asian food are unhealthy and full of oil. How often do you see fat Asian? -This was such a surreal experience, thank you very much for sharing ♡ -Tkik c nay lm -You are amazing -Fantastic! -Một vùng quê thật yên bình, đất đai trù phú và tươi đẹp y như trong truyện tranh vậy. Tôi thích nơi này! -Is that authentic Bin Tang Hulu? -Happy Chinese New year!!! -That puppy must be hungry -可爱了 -Love from Kerala, India -Those animals are always so hungry. 😔😕 -Give me some 🥰😋😋😋 -It's a good thing she has such great fans on weibo, else they wouldn't post them on Youtube... -Love this channel 💜 -狗狗羊羊都好可愛 我好怕哪天羊羊成為7⃣️姐都盤中飧😭😭😭 -Oh my goodness, those puppies! And the baby lamb! I just wanna squeeze them! - -Couldn't be more happier am so glad i found this channel i feel so refreshed to go to work now ...❤❤😙😙good morning -I wonder if she even needs a skin care routine or if her skin is so clear because of how healthy she eats. -WoW,very good ,I like you 😍😍😍💕💕💕 -peace is simple human make it complex -believe the creator, Serve Him, Thankfull for what He given to Us -Sorry For Deny Your Love Allah -子柒这一集好可爱, 尤其是爆米花还有和婆婆吃芒果的时候。 像个小孩子 -不自觉嘴角上扬欸 嘿嘿 -🍏🍏🍏🍎🍎🍎🌽🌽 -Gran delicia. -Hard Working Princess! hehehe... All the Love from Brazil! XZ -i wanna stay here..look greet & btfull -Happy New Year. Year of the pig -Two dog & Sheep so cute -令人感動, 會自製蛋捲. 古早味糖葫蘆, 以及用砂炒花生. 這吃個一整年都吃不完. 又都是天然的食材, 最後還來個小甜點, 真美~ -Wow you know you are great taking care of your grandma -Quá tuyệt vời -Ziqi has a little lamb -Still and always fall in love with your videos, love from Indonesia💛💛💛 -还 80年代的 爆米花 估计老外没见过 可以可以 可以的 -还 80年代的 爆米花 估计老外没见过 可以可以 可以的 -还 80年代的 爆米花 估计老外没见过 可以可以 可以的 -还 80年代的 爆米花 估计老外没见过 可以可以 可以的 -这也太棒了吧 自给自足做零食! -Bà cháu hạnh phúc nhất hành tinh❤️ -Wow wow very impressive. She is like Marie Kondo and Martha Stewart combined. Hope someone guides her and mentors into the right direction. -ไรอะ -Hihihi kambing ya ikut" -Soo delici -Happy new year 🎈 -You look somthing change whay?? -Amazing . I want to live in a place like that -! No wars, famine, poverty, disease and sorrow if everyone learns to be loving and self-sufficient like you. You're an encyclopedia for us to study forever : ) Happy Chinese New Year from Eagle Mountain, Utah, USA. -亲爱的子柒,你为世界和平带来希望。 -如果每个人都像你一样学会爱和自足,战争、饥荒、贫穷、疾病和悲伤将彻底消失。你是我们永远的百科全书 : ) -新年快乐--来自美国犹他州老鹰山的问候。 -I gotta try the nougat candy recipe, looks yummy! And the baby animals are growing up so fast. Awesome channel...I'm in love. 😍 -Thank you for the warmth of the Chinese people to the world 加油 子柒老乡 -😍😍😍😍 -这集内容太丰富啦,看不过来~!只好多看几遍O(∩_∩)O新年快乐~~ -Happy Chinese New Year!! -能不能去子柒家过年 -All traditional snacks for the new year (Chinese Spring festival)! -有沒有人發覺在某些鏡頭角度下,她很像鞠靖褘? 她和鞠靖褘撞臉 -还 80年代的 爆米花 估计老外没见过 可以可以 可以的 -还 80年代的 爆米花 估计老外没见过 -Her videos get better each and every time! -还 80年代的 爆米花 估计老外没见过 -还 80年代的 爆米花 估计老外没见过 -I waited for your video....it's very beautiful.....thnx for uploading... -婆婆帽子好可爱 -Happy Chinese New year! -Beautiful video, you are perfect👏👏👌 -we too eat like this same in Manipur ( North East India) -Não entendo o que ela fala mais amo os vídeos -i very love her cooking skill😜 -Việt Nam điểm danh đê😍😍😍😍 -Happy Chinese New Year and love from Malaysia😍😘 -Oh nougat candies !!!!! -子柒帮奶奶捂住耳朵,自己被吓了一大跳,老奶奶镇定自若。太可爱了! -If anyone has watched the Japanese drama "Little Forest", it has the same essence as this. -Năm mới vui vẻ nha ci -เธอเก่ง -those puppies and lamb follow her all along -Omg so beautiful love everything you do -I wanna live like that haha -毛主席会感到骄傲的! -Amazing. I am mesmerized by all your videos!! The time you dedicate to do these is just unbelievable. It’s like going back to basics of life. I have a farm in the Philippines and these remind me when I was younger. -6:26 Woah, I didn’t know sunflower seeds grew like that actually 😭 Amazing! -Thankyou so much for making my life beautiful by your videos ❤️ -she is going to sell the candies in her online store -Không thấy ai VN -her grandma hat is so cute! Respect for you, really a hard worker! love your videos! -太好了。这些年货 我这一个都没有。 棒棒的我的年。 -新年快乐!!看得我好想吃😆😆 -我只是活着,她是生活。 -Pls give food to 🐕 dog also -I have watched EVERY video. Should you wish to ' get 'LOTS OF $ ' (LOTS!) - I can help you. Many wealthy people will pay big $ to 'sit at your table'. I have worked in American restaurants for 50 years. I will help you. I will stand beside you: not ahead of you, not behind yoy. ME?...I ask nothing in return. I just see an opportunity to make HIs magic happen...where ALL win. If NOT? - good luck to all you do. :) :) :) -Me encantan tus videos pero me gustaría que fueran en español saludos desde chile 🇨🇱 😘 ✌️ -You r one of most intelligent and beautiful girl and hardworker. -Chị thật khéo tay và chăm chỉ e rất thích phong cách sống của chị -WOW,ini sangat mengagumkan,semua yg kau butuhkan ada di sekitar rumahmu -Muy bonito vídeo no hay nada mejor que el campo 😊 - -Feliz Año -Happy new year -Happy Lunar New Year! -Before u eat feed animals -新年快乐! -Amazing... Just amazing.. I watch this video without blinking my eye.. 😄😅 -Like is there something she can't do? -hai i from indonesia i like so much see u video .thanks -She cooks like a pro....nice to watch her vid. And i always craving for food to eat....love from Philippines -I feel like this is one of my favorite videos from her -Those puppies are so cute! And maybe it's just me being sentimental but I teared up when you covered your grandma's ears, that was so beautiful. -Os vídeos desse canal me trazem muita paz! -Trabalho maravilhoso. -i didnt expext that she made a lot of dishes in this video🤯🤯🤯😃👍 -I looooooove your videos!!!!!!🤯 -Very professional!! And entertaining! 🥰 - -Greetings from Germany!!!! -子柒新年快乐 我太喜欢这个频道了😍😍😍 -You're too perfect 😊 -The smell of fresh made egg rolls and nut crunch! It's Chinese New Year for sure. Happy Chinese New Year to everyone and may everyone have good fortune and prosperity in the year ahead 😁! -*I love you !! Xoxo* -Perfec women and strong women 💅💪 -HAPPY NEW YEAR -فديوهاتها جميل مره ما شاء الله من تصوير ومونتاج وكمان ريقه مره -Ngưỡng mộ quá điiiiiiiiiiii -Praise Jesus! -Thanks for another great video. Happy New Year! - -小狗狗太可爱了 -❤❤❤❤❤❤ -天哪,那么多好吃的! -Happy new year.. I from Vietnam. I wish you health. and especially your grandmother is healthy and happy. We are about to Lunar New Year, I wish you success and peace in life. Friendly welcome! -why you'r puppys look hungry in every vid!? do you feed them .they look sad ,and seems you don't show them any effection💔😩 -Hello from New Jersey! Thank you so much for your beautiful cooking. I can't wait for the next video! -大爱 -3:50, for a second, I thought she was making slime. What have I become -I sooo love this channel!! -the jumpy scared at 6:00 :))) she's so cute :))) -子柒真厉害,2019年应该会有500万加订阅 -年货!爆米花现在没走乡串户了吧 -Annyeonghaseyo -She is beating Gordon Ramsay , Martha stewart, olson, Marty berry to the pulp with her nougat baking using her sixth sense and her village style man made kiln! 😂😂 they will all be very intimidated!!! -😊😊👍👍😘😚 -os cachorros tão passando fome -I love you -That old fashion popcorn machine is so cool. -Happy New Year China's . i from 🇻🇳 -Why do I always watch her videos when I'm hungry?!! Why do I do this to myself?! -Those vibrant red fruits are so visually pleasing. What am I saying, every video I watch is visually pleasing. -Wow -ante todo saludos mi bella dama que interesante la forma tradicional de preparar todo te digo me dieron deceos de provar todo me encantan tus videos solo los tuyos si pudieras poner los ingredientes en español un beso y un abrazo -Does anyone notice that her puppies and sheep are growing😭😍 -I'd love to come for a week and learn your cooking techniques!! -i don't mind if she want to take a bite to my food forever -<3 -有才!看着太舒服了 -05:19 aaw Digimon -Your channel is so refreshing and entertaining so inlove with the nature around you. 😍 love from Philippines💝 -Happy Chinese New Year ZiQi !新年快乐啊~~ -Great video with so much nice deserts and food. Happy New Year!! -啊,爆玉米花的那个,我童年最期盼的东西之一啊 -Where you are living in this world? Or else some other planet. -hình như đó là hạt dẻ thì phải -Que pena que no este en espańol. Preparas tantos alimentos eres genial Felicitaciones de mi país Chile te sigo. -482 ppl disliked her video? Wtf is wrong with these ppl, this women is beautiful, hard working, smart and so talented, I envy her. -lmao the popcorn explosion XD -Wow! Its so amazing. Its like a paradise. . . I love your place... 😍😍😍 -Gorgeous video as always. Does anyone know the name of the type of cleaver she uses? -幕后拍摄很多人吧 -やばい‼️ -Mantep.. -gw keturunan tionghoa namun ga semuanya gw ngerti. Ini nona lagi persiapan buat menyambut imlek. Tradisi bikin kue dan penganan menjelang tahun baru imlek memang super sibuk. Yap.. semua kultur dari belahan dunia lain juga bakal ada kesibukan klo menjelang ato nyambut hari perayaan sesuai tradisi masing masing. -Khusus di video ini, tradisi dan resep resep kek gini memang bawaan dari nenek moyang kami. Namun tentu gak semua bisa kami buat di Indonesiaku tercinta, karena ga semua bahan yang dulunya di pake nenek moyang kami ada di tanah Indonesia. Jadi kami ganti dengan bahan2 lokal. Dan ternyata rasanya ga mengecewaakan. Dan yang lebih penting lagi adalah esensinya itu lhoo.. -Di negara kita Indonesia bahkan punya lebih banyak ragam tradisi dan budaya, tanah kita juga menghasilkan ragam hasil bumi yang luar biasa. Kita boleh bangga sebagai bangsa asia dan tentu khusunya Indonesia. -Gw akui si Nona Li sangat luar biasa bisa menunjukkan pada dunia betapa indah negerinya, tradisinya, budayanya, dll -Gw sungguh berharap ada sosok seperti Nona Li di Indonesia, biar dunia melihat cara kita bikin rendang, opor ayam, lemang bambu, dsb.. pastinya bakal buat dunia terkesima. -Salam dari Pekanbaru. -es un verdadero espectáculo ver los vídeos de este canal, son muy agradables ver como los realiza y toda esa naturaleza a la mano para poder realizar esta joya de la convivencia de esas tierras... saludos -好厲害喔 -Fan Việt Nam. -Có ai việt nam vào đây xem k giơ tay lên nào🤗🤗 -Ela passa o dia todo cozinhando...cada coisa que desconheço mas faz com um Amor...nossa! Maravilhoso -MARAVILLOSO. -Chị giỏi quá chị ơi......😍😍😍😍 -Ở đây có người việt Nam ko ta -這些糖果是要送人還是要賣,想買~ -Why everything she makes turn out so beautiful? Love ur video.. stay warm💕💕 -Ahh your just adorable. Our people celebrate New Years same time as well, we have our celebration this year next two days. All the best to you in the year ahead -Yeah, finally watch your video. -suka banget liatnya... ^.^ -我想起我小时候吃的这些年货小零食了。作为四川人真的好怀念啊。 -Am I the only one who is happy for every action of hers? -the food look so delicious... -5:59 so cutee -My wife😍😍😍😍 she can make anything...strong af for a tiny woman -Is just perfect Life 😎🐾🍃🕊️🐎 Regards from south lands -😍 -年货齐喽...... -Hạt dẻ đó mng ạ -Aww I want a sheep too. -画面美得让人想哭,兴奋,食欲大开等各种正面的情绪混合在一起。 - -女主是一个不可亵渎的女神。 -Does anyone know the name of the piano melody? -omg! -Có ai Việt Nam ở đây đang xem k ✋✋ -一开始在地上捡的是什么果子 -Why don't you ever show affection to the animals? Those dogs are craving for some food first plus your attention. Are they just going into your pot? -後半段的配樂是數碼寶貝😂❤️❤️ -那只没毛的小狗总是求抱抱😊 冷了吧? -I've never seen such an amazing girl. Unbelievable ! -Why the thumbs down 🤨 -This lady is awesome!! -这谁顶得住 -Wow verry good 😻😻😻😻😻😻 -❣❣ -每次看到她的视频,心里就莫名的安心,平静,特别的舒畅, -I'm in \_()\/€!!! -🙏😎 -新年快樂 -天啊 -之前大約從年菜影片開始追蹤的 -也已經一年啦 -有你真好 -😄😄😄 -太厲害了,這麼多繁複的手工,總是能讓我有更多靈感! -能看到這些專業的教學真是福氣,很感謝小七團隊能把這帶出牆外! -Love u liziqi.. love your videos... love from Malaysia -You can do anything! -😛😛😛😛yammmmm! -Damn, i want some roasted maroni now... -a ballet of beautiful gathering and cooking. Ohh those sweet pups too ! -Người việt Nam có ai xem chị này như em không ạ -Adoro suas receitas , pena que não está em português -太喜欢你的视频了,很多儿时熟悉的事物,就像回到童年的梦境 -i Love You, is a great woman -Happy Chinese New year to all!\^O^/ -É lindo ver a forme em que se respeita a natureza 👏👏👏👏👏👏🙏🙏🙏🙏 -Oh my woww all thst delicious food they will never get hungry the nature provide abundance of blessings. Love grandma beautiful cute hood. Two delicious ladies with pure heart. Love you both Li Zi Qi and grandma. Cute dogs love love love. -😍😍😍😍 -Happy New Year -Increíble increíble fascinante y cautivador todo lo que haces. -3:18, that's an oven in the shape of the dog and the door has the bone shaped handle. that's dope. -Te amo.😚 - -奶奶的围巾和帽子也太可爱了吧! -Amei, foi o melhor de todos. Parabéns pelo canal, fico ansiosa para ver novos vídeos. -Another amazing video thank you!!!! <3 -Soy yo o el sonido de fondo es uno de Digimon? 🤔 -This the replay button for the cute momment pf Li Zi Qi 5:55 -Em rất ngưỡng mộ chị. Chị có cuộc sống tự do tự tại, làm những việc mình thích. Chúc chị luôn mạnh khỏe nhé -Can you make videos 15 mins , love it -喜欢柒姑娘的自然, 真实,不矫情. 她的作品让人看了舒服, 疗愈, 给力. 提醒我这世界还是美好的有希望的. -❤❤ -I bet she is the healthiest person alive. -Ohhh yummmy -I need the recipes to these sweets 💗💗💗 in English so I know. Pleaseeeee -That's really so nice to watch your videos. Everything looks perfect. I enjoy it to watch you. I think it smells so good in your house. It seems it is a nice place there. -Greetings from Germany -Chris -So many delicious things in this video omg. -Please please put your website on awww mannn well aleast i can make it at home looks.so good ❤❤ -5:55 to 6:03 lmao that was SO CUTE PROTECT THEM 😂 -la mujer de mis sueños🙂🙂🙂🍝🍝🍝🌷🌷🌷 -Picking up chestnuts with tongs .. are you kidding me.. I handle that shit bare handed and have cracked husks open in flip flops 🙄... and they taste better uncooked -I'm curious how is this recorded -我从小到大最喜欢糖葫芦和嗑瓜子了,但是现在回国糖葫芦都好难买到啊! -😍😍😍🇵🇭👋🇨🇳 -I couldn’t think of any word to say aside from “thank you” :) Thanks for this Channel ❤️ -P -💌🌹❣️❣️ -Dried mangoes are the best🤤😋 -Your videos are mesmerizing! -Can I visit your Home? -Love to see how she harvested the fruits and vegetables, prepare and cook those delicious meals. A must see video before I go to sleep. Thank you for all the tranquil country life experiences that I may not have. Happy Chinese New Year. -太厉害了吧,做了好多 -I only want to know what you can not do ? My hometown peer -Perfect .another amazing heart work.👏👏👏.yes it's longer 😘.though I don't understand your language but I enjoyed it,love from 🇵🇭 -If I could afford it. I would love to taste anything!! this just makes me want to cook and try everything! -💜💜💜 -I don't know how you have tangerines in that cold weather. One day you got snow and the next day you are picking tangerines HOW???? -I'm from Ukraine 🇺🇦 Thank you for your so beautiful videos!!! Now I know China🇨🇳 in another side. I had never been there, but it seems like I was in little Chinese village just in 5 minutes ago and it so familiar. I would like someone make videos, like you, about our villages in Ukraine, hope it would be beautiful like these. More ❤❤❤❤❤ -可愛的子柒真的手藝精湛,而且獨具品味,祝福妳新年快樂,豬年旺旺,好運連連~😘 -看着感觉比市场上的好吃😍 -The puppies are growing up 💖💖 -I love that it's ten minutes.... -Next time 30 minute's or 1 hour -Wow.... -Perfect -这地方在哪里?好像什么东西都不用花钱,出去采摘就好了。我们都太傻,还在拼命赚钱。麻烦告诉一声地址! 哈哈哈哈哈哈。。。。。。最喜欢的是牛肉干! -为什么都不介绍 -Sua cultura e culinária são uma Maravilha! -Chinese new year foodies love it -حلو كتير -😊😊 الفيديو يجنن وصاحبة القناة بتجنن اكتر -哈哈哈,爆米花的反應好.... -过年啦!新年好呀! -Love -認同而且懷念這古早味的生活!感謝子柒讓我們大開眼界。 -今回あざといな -TAI HAO LE -Thank you Ms. Li for making meaningful content you are very inspiring and not only teach but prove that is a way of living.... -So pure -Why there are always different dogs in the videos?! Where are the other dog? :'( -🎆Have a happy new year 🎆 -Suka banget..she is so smart and gorgeus -I've been watched this video twice. With the same theme of Chinese new year. -新年快樂 -Que lindos perritos -Youtuber da premio nobel i love -Esta chica es fantastica -Sabe hacer de todo todo -Que rico todo lo que hace -Tiene de todo en su casa 😂😂😂😂 -Parece que era una fiesta o es para una tienda -Porque preparo muchos dulces -Me encanta sus videos son geniales -💖💖💖❤❤❤😀😆😊😍😍😍👌👍✌👏👏👏👏👏😚😙 -Excelente!! -Quýt ngon quá -😀😀😀😀😀 -مرحبا هل من عرب هنأ -Can someone please tell me if she is real? Or is an actress?? I can’t believe how peaceful and comforting her channel is. I just can’t believe someone like her even exists. Her contents are just so organic, meditating and addicting! -your house perfect and you so cute🤗☺ -Thank you Ms. Li. -انسانه شاطره بمعنى الكلمه 😘😘 l loveyou -A 10 minute video from Li Ziqi, a wonderful day! 🙂🙂🙂 Happy Chinese new year! Thank you so much, for all you do, Best Wishes always. -Wow just Wow 😍😍 -Indonesia -Расслабляет -🌹🌹🌹 -Que hermosa mujer y muy inteligente -Love love love this video. I would love to see her have a cook book with all of these in them. I am sure there are a lot of people that watch this it would be more than happy to buy them from her. -Whag kind of camera/lens does she use? -小羊也太可爱了吧啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊,千万别吃它 -روعة في الجمال -Li ziqi very awesome..Preparing food so much easy for you..Idol from Philippines😍 -I love the little lamb that acts like a puppy haha -AMAZING -棒!很好的視頻。 -91万浏览量,13个小时,你能信??而且全是歪果仁的留言,没毛病,赞~~ -what even is the point of being alive if I will never live in this magic world -What's she doing at 5:53 ? What's that so interesting what is it what's it for ? -كل عام وانتم بخير -طعام وحلويات ولا اروع 😘😘😘😘🙂😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘 -I love this girl. The channel make me feel like I'm in a different time. Like when people didnt have phones - Instead completed chores and felt accomplished. And actually did something proactive. -Happy New year Ms Li. You are a very industrious young lady. Your treats look delicious. All the best to you and your grandma in the year of the boar. Take care. -Lindo Video, Gracias 🤗🌍 -My favorite video yet. Loved all the snacks, sounds, visuals and the animals are adorable. -Will the strawberries in the candy be frozen ??? -视频拍的真棒👍 冰糖葫芦😉 -新年快樂 !現在的年味愈來愈淡了,看了這影片,就覺得年節有氣氛了😉 -李子柒饮得杯落🤗 -She takes Super Bowl snacks seriously. -子柒我爱你 -can you also send info on where to buy clay cooking utensils and woks too ! THANKS, F. J -Would love to live there, smell the nature, grow your own fruits and vegetables, no pollution - -i used to dream of giant fruit like those grapefruit looking things when i was a kid,didnt know they was real...and i have no idea why i dreamed of giant fruit.Love the videos. -Dang! All that cooking from scratch and her home is cleaned too??? -Super,👍😍 -ahhhh ziqi is so cute when she popped on the door with snacks for her grandma. i hope she can have a great chinese new year! 😆 -In the comments of one of Daisy's videos (another similar youtuber) someone said that Miss Li is much harder than Daisy, but I don't think this is true. She seems hard working and kind, she doesn't seem hard or cold at all. -Imagine if that much work was required to eat bag of chips. -to ziqi and to everyone, happy chinese new year! i'm gonna eat some sticky rice cake here on the day of chinese new year -I've just got some of those brown thingies! The best coincidence that ever happened! XD -what is the music? -Min 5:55 haha, thks for all these great videos -She I's a real women hard working woman ilove this girl -请邀请我,告诉我你的生活方式。来自布鲁塞尔的爱。 -De verdad eres la chica más talentosa y hermosa que e visto te deseo el mejor de los años sé muy feliz y saludable i love you -後面跟著的一堆小羊羔很可愛,不過一想到最終是要變成羊肉的就又點心塞,自家養的跟買來的還是不一樣啊~ btw 她家的幾隻田園犬怎麼一直是小狗狀態啊⋯⋯ -😍😋💕 -Amazing ,joyful to watch anything you make ...thank you for such beautiful videos 🌺🌺🌺 -All her video is good but one thing there is no subtitle of the thing what she used -Amazing! 🤗 -Ai Việt Nam xem trễ điểm danh ạ -地上好多柚子,好想帮你去捡... -真乃神人也 -我小时候村子里也经常有如视频里面的爆玉米花,很好吃,大米花也不错,比美国影院里爆米花味道更好,喜欢子柒 -The 2 puppies and the goat 😍😍😁 -Wow 😳 really you are best girl I love you so much ❤️ -这些怎么买啊? -爆米花打开砰一声响的时候,子柒被吓得跳起来…好可爱吖!😄 -💪💪💖🌹🌹🌹😍😍😍 -子柒这个视频好有年味,让我更想家了! -The way u do things for ur mom I just love it... keep it up😘 -More longer videos please -❤❤🙏👍👍👍👍👍👍👍👍👍 -Goegeous! Great video! -看到那个窑,我就想起窑鸡,可好吃啦! -❤❤❤❤❤❤ -fresh fruit picking in the winter. -i notice she always has different puppies/lambs and she seems detached from them. wonder if they're for eating -CAN YOU POST RECIPES BELOW THE VIDEOS AND ALSO WHERE CAN I FIND A SMALL PORTABLE COOK TOP IN CERAMIC/CLAY AS YOU SEEM TO HAVE ON HAND ALL THE TIME. THANK YOU. F. J -Amazing,quite oooh sooo quite and pretty,now i wanna eat!!!! -比平时更长,我喜欢它 😍👍 -she is so hard working! its not that the tasks she has is difficult to accomplish, but they take time and preservation to complete them. i think its very cool that we get to see the results of all her hard work in this 10 minute video. -Alguien habla español :v -How i wish i have skills like you. I really admire you a lot -Que grandes estan tus perritos 😍, adoro muchísimo tus videos GRACIAS POR HACER TUS VIDEOS TAN INCREIBLES -Wow! 😊❤ -She's so elegant and hardworking, and there I am, hungry but too lazy to get off the couch to get some snacks -szkoda że wam nigdy nie odpisze :) -Кавайная хозяюшка) -Как же вкусно EZ -Thank you, and Happy Chinese New Year. -Hello from Ukraine and Russia ))) -Me relaja mucho tus vídeos , espero vivir así en mi otra vida...🙋 -Bravissima -이분 진짜로 이곳에 사시느 분인가요? -원래 뭐하시는 분이예요? -여긴 어딘가요? -❤️😍😍 the best girl 😯💛 -СЕГАЛЛОВСКИЕ НА МЕСТЕ?! -给我的感觉就像是爷爷奶妈那辈人过年的气氛,那时侯没钱好多东西都是自己弄很少出去买!简简单单的 -Granmas little hat is ssssoooo cute, just like her -Yum yum💕😋 -Real harvest moon -No se nada de chino, pero me esfuerzo. -Brasil -谁娶到这这位真是几辈子修来的福气啊! -I've never seen some of the fruits that you use and in my country dishes are very diferent than in your so enerything that you're doing is like magic for me 😉 I love your films, their climate and music! -Nossa como eu gosto de ver esta menina trabalhando Transmite uma paz não sei a música Harmonia como ela me faz bem -I loved this video... I everything looked delicious 😋 💕💕💕👍🏼 -Happy Chinese new year 🥰 -Now that's what I call a candy store! 💙💚💛💜🖤🧡💝 -Those dogs... I can't stop looking at them, they're too cute. -gorgeous! Thank you -she is so wifey material -best channel in youtube! -Most of the time I have no idea what are you making and what ingredients you are using, but I love watching your videos because they are so relaxing and well made.😁💜 -Awesome -I am so hungry right now... -👌👌👌 -good food and good country! -Aww look how big the lamb got, you guys! -Sinceramente esto es sumamente impresionante! Me encanto! Tienes un grandísimo don! Creo que todo esto cada vez me encanta más! ^_^ -👍😘 -бедные собаки не ужеле нельзя было их угостить -I regret learning what candied haw is 😞 now I want some and can’t find anyplace to get it in America -Nice video nice place -Nice -大家覺得這隻小羊羔最後會變成什麽菜? -I could still remember the old ways people made popcorn.. lol so loud and scary... -请嫁给我 -天啦,好丰盛的子柒年货😍 -hi, what are those white crystals used to make syrup ? -Me fascinan tus videos💕💕💕💕 -Genijalno! Svaki kadar gledam sa oduševljenjem opet i opet! -1 -Esta increíble este video, me encanta y siempre los espero, ya se estaban demorando pero la espera no importa por ver tan hermoso e increíble video, que super Chica ni que nada superas a miles, saludos y bendiciones desde Ecuador ciudad de Guayaquil. 🤗😘😘 -Thank you for all the amazing videos 💖🌸😆 -Меня одну волнует от куда у них столько собак, почему они их не кормят, и куда они постоянно пропадают. Каждый раз новые -Maybe she can join space program for landing to mars,, -So many treats! :D And Digimon music. Awesome. -The tiny animals are so cute, too. -The only channel to watch before going to bed. Relaxing and beautiful. Thanks so much! Bless you and all your nearest and dearest! -New here! AND OMGGGG so glad I found you! Ive been sleeping on this channel lol -Very hard work -amazing cooking style i like it - -Questa si che è VITA questa è la vita che sogno🌱...GRAZIE 🙏 per la pace e la serenità che mi avete regalato...❤️ -You are a unique man who in the most poetic way can show what we all miss so much. In Poland, our kitchen is not as complicated as yours, but if you would like to try it, I invite you to visit me in the Polish countryside. I greet you cordially and thank you for this wonderful movie. -amazingggggg <3 -I love how the lamb and the puppies follow you. ♥ -IS SHE LIVE'S IN HEVEN !!!!!! -I absolutely love this channel I first found her through Facebook and kept searching and finally found her channel! So much amazing food and such a hard working girl that loves her grandmother!!! Also does anyone notice that the grandma has cute little ears on her hat!!!!! -Que hermosos esos perros -婆婆戴著的帽子好可愛XDDD子柒自己織的? -The puppies 😍😍😍 -这种凉爽的栗子😍😁😲 -我是Facebook和网络上的粉丝的粉丝,我们喜欢看你的特别节目,热情地看着你。 -我们是阿拉伯人,但我使用翻译程序,我总是要求我的朋友在Facebook和YouTube上关注你。谢谢 -Echte geweldig ….geweldig alles kant ik respect voor U en grappig is 2 puppy met 1 schappen baby waar U geen altijd mee met U omdat zijn is U familie alles is lieve ,U Oma echte grappig vrouw en lieve Oma ,GBU. -你想吃🤤😍 -Wonderful... -Puppies are sooo cute. Beautiful scenery. Thanks for sharing! -😋😍😍😍😍😍😍😍 -Love from UK xxx -A 10 mins video!!! -Dam I'm jealous to you because you live in heaven type village and also horrible kind of cheif and after all you are also gergous.you must be my wife because I'm also a horrible kind of cheif.alot of live from italy -想去李子柒家做客😂 -Lindo 😂todo está en paz y armonía 😁😁 -اتمنى ان اعيش مثلكي اختي .. -Love your channel. I wish I could get fresh chestnuts in Hawaii. -Wow -上帝非常爱我自然生活和健康与健康的空气 😍👍 -Wow that is lot of food🤔 -The little lamb 😩😩🥰🥰 -Happy Chinese New Year!!! -😍 we can’t wait to long to see another video. -لو كان جينا العرب نخدمو كيفكم باتقان و حب لو كان رانا رقم واحد في العالم 🙄 -It looks like the beautiful countries described in fairy tales. Is there such a place in the world -Que rico seve todo😋😋😋😋😋 -AMAZING !!!!!! I love this !!! GIRL YOU'RE DA BEST !!!!! ❤❤❤❤❤😘😘😘😘😘😘 -video is like a fairy tale world -الله شكد حلووو💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕 -李子柒和曲婉婷对比一下 -Namasté ;) -haha Hilarious covering her nan's ears.😊😊😊but then she squealed at the loud bang. -Lovely -Feed the pups! -the best girl -That popcorn mashin is crayz men -Me encantan todos tus videos, bendiciones saludos desde PERÚ. 😀 -👍👍👍👍👍 -喜欢🤗 -1 of the longest video of her till date, love it 😍😍😍😋😍😊 -So yummy! -Cute little doggies -I can’t have it with that little goat haha -happy new Year and you are wonderful :)) -OMG I would definitely go there on vacation! -Can you imagine that this girl used to be a DJ -直接看哭 很想家 -很久枚看到妳了。 -Waaaaaw♡♡♡♡ -Please feed the dogs.. Always desperates for food.. Feed them -Heaven on earth -where do u reside? is that near to heaven?? -The best Chinese culture ambassador, thousands love from Nigeria 🇳🇬🇳🇬🇳🇬 -ว้าวเทอมาแล้ว..รอดูตามดูเทอทุกๆวิดีโอเลยนะอาหมวยสุดสวย😊😊😊 -*سبحان لله ومشاء لله ممتابعتك من الجزائر* -Interesting!!!! -I live in city of town. I miss my home. Your video remind of my memories but i like that my memories because that is important to me. That made by live to my life. I make a food by myself and i hope i wonder meet you someday. I wish to meet you. Have a nice day and to be health. -5:16 ...wait....waitwaitwait -i definitely know this song but i cant exactly figure out from where i know it... -is it from digimon? -請訂閱 哈寧木藍 -拜託拜託大家了 -Your videos are mesmerising and so relaxing to watch! Thank you and happy New Year ❤ -The poor dogs never get something to eat -She is so lucky to have her own garden and own house.She is living in paradise -Got Addicted to this channel, cant stop watching here videos 😍🌹💜💚💛 -Coitado dos cachorrinhos, vão virar almoço quando tiver grandinho e gordinhos kkkk -OK From Iraq -you are great , thank you❤️ -💜💜💜💜💜💜💜💜💜💜😊 -❤❤❤❤❤👏👏👏👏👏😊 -The old lady is a star as well.:) Thank you. -Đợi clip đốt pháo đêm 30 -但可惜沒素食, -Little lamb is so cutee mashaAllah -好羡慕,居然有栗子可撿,非常可喔愛的狗,小姐好幸褔 -THE DIGIMON THEME BRO 5:17 -I wish I knew the spices she uses all the time -天凉了注意保暖哟 -Happy Chinese New Year 🧧 gong xi fa cai -Happy Chinese New Year!!!!!!! All the best~~~~ -Good -Your cooking skills are Amazing -la vieja con lo bien que come....llega a los 200 años de vida XD -Happy New Year from the U.S. Thank you for making such nice videos. -Also, why are your dogs always puppies? I never see them get bigger. -Delicia de castanha!! Tudo de bom!🤗😍👍❤️👍👍 -My favorite dose of obvious propaganda on the internet. -Always... Waiting.. For ur videos.. Pls keep upload the videos... 🙏Hit Like if ur agree with me.. -lol @ that jump at the explosion. -Am i the only one wondering y she cooked so much food -这么多年货。子七要接待不少人啊 -这种纯手工的绝对不好吃。因为没有香精糖精。绝对纯天然! -Your r different from other people,you r ausome,hard working lady u r .your video make me relax l was thinking that u r not form world....and u have lovely grand mother... -ชอบมากเลยค่ะ☺☺☺ -So beautiful 😍 thank you for the video 😘😘😘❤️😍🇮🇶 -Eres muy linda quiero aprender a cocinar como tu por que vivo de siente chino 4 hijas y un hijo te mando un fuerte abrazo dios te bendiga mucho -爆米花😍😍 - -هل مره الحلقه روعه 👌 -OMG.. so many pamaloes 😍 -😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍🤗🤗🤗🤗😏🤗🤗🤗🤗🤗🤗🤗😁😁😁😁😁😁😁😁😁😁😁😁 -Such a beautiful video. Earlier this day I was so sad and after watching you I feel happiness again.Thank you and I love you :) -I love you -que linda chica n.n/ Es todo un ejemplo a seguir! -bravo! -from california thanks ,I love your videos , mi son is a profecional anda hart worker like you ...you are so beautiful God blessyou and your gramdmom... -So... are you willing to sell me some Chinese candy?! 💵 -Suuuper! Ich bin begeistert! 👍👍👍👍 -小时候看到嘣爆米花的东西,现在还有啊 -Sooo beautiful 💕💞 -happy Chinese new year! -💟👍😍 -Amazed by Ur videos! We'd still appreciate Eng Subs if possible. Keep Inspiring! Love from India! ❤️ -Pity dog 😦😦 -It's so intresting and puppy very cute!!!😊 -Te ves super adorable en este video -侧脸杀 -Amazing to watch! ❤️❤️ -👍👍❤❤❤❤ -hummmmmmmmmmm這個糖果送我的童年,一切都非常美味,你做了很多感情祝賀👌👏👏👏👏👏💕💕💕💕 -the puppies are so cute... ;;; -Where is this place i don't think this is just an ordinary place it looks like some sort of temple. -😙🤗🤗🤗🤗😙👏👏👏👏👌👌👌👌👌👌👍👍👍👍👍👍👍👍💐💐💐💐💐💐💐💐💐💐💐💐💙💚💜💛💙💚💜💛💙💚💜💛🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷 -6:00 😂😂😂😂❤️❤️❤️ -Здравствуйте,чем больше смотрю ваши видео,тем больше восхищаюсь вами,вы такая молодец,прелесть!!! Здоровья и процветания вам!!! -All those snacks and candies look so yummy. Greetings and Happy New Year from Michigan USA <3 <3 -Who's here in Bangladesh🇧🇩 -Nice video i like it next video am waiting long video -اؤؤؤؤف هنيالج ياريت اعيش مثل العيشه الي انتي عايشتيها 😓💔 -Thank you sooo much for uploading a longer video than as usual...Watching Ur videos r pleasure to the eyes...♥♥ It feels soo relaxing while watching,i didn want the video to come to an end...Great work...!!♥♥ -Can I get subs Plzz -Wonder woman -Awesome video. I really enjoyed watching it. Keep up the good work ❤️ -Woooawoooo love form bangladesh💕💕💕💕💕💕💕 -She's from heaven😍 everytime i see her I feel peace😊 -Какая красота! Спасибо Вам за видео. -Удачи! -Thankyou so much for making all these videos for us. It gives me all lot of inspiration, motivation and warmht. -I have no word to say about ur Osammmmmmmmmmmmmmm video -Где это находится? -Я хочу там жить))) у них все растёт, не то что у нас -Ước gì co Ko gian sống như này..mình rất thích -So cool -😍😘😘😘 -happy Chinese New Year -The puppies are the best part of this video oh and the cute sheep too 😍😍🌻🌹🌼 -Wow Follow 2.2 M😘😘😘 -I love the way you cook. 😍😍👍👍👏👏 -新年快乐 -That popcorn part was amazing! I've never seen anything like that in my life! So cool. -想看婆婆的帽子是怎么做的~太可爱了吧 -Happy Chinese Year! All my best wishes! -So sweet 😍 -Lots of love from Bangladesh,,, your video just make me crazy to watching u and your homeland!!! -Que hermoso todo, es como en un sueño 🙂 -Super sweet 🍡🍡🍡🍎🍎🍎 -I am so impressed with this woman and her family. -Happy new year.Dear Li ziqi.u and ur family maney blessd May u live long.I want to see Chinese new year please invite me.Fozia from Pakistan -I greet you from Poland, I love to watch you. Your movies relax me are great. Please show your dogs and sheep more often. -This made me happy I forgot why I was sad 🤗 -Fans dari Indonesia Mana suaranyaaa??? 😁 -eccezionale !!!! -So, was all that for a party? -If you had a business selling all what you make. In the us . California in espesific. You'll be more rich than Bill Gates. -太能干了 -Rlly awesome video😇😇best youtuber😍😍😍 -Это адвокат Егоров китайского разлива -Does anyone know what is going on? Like, why are these videos so well produced? Who produces them? Where on earth are they filmed? These videos baffle me so much I wish I could read chinese so I could understand. It's like a cooking show/lifestyle vlog/also making furniture and stuff, but it's also obviously scripted and produced? I'm so confused. Anyway the videos are lovely they're like live action Studio Ghibli -真的好有年味,讓我憶起兒時的每個新年⋯⋯⋯⋯⋯ -祝大家新年快樂 萬事如意 -Tek kelimeyle mükemmeldi bayıldım Türkiye'den selamlar... -Awesome -your videos brings me an absurd peace, part of the exploit, I laugh a lot -怎麼防螞蟻? -😍🥇🌺 -ทำไมหมาน้อยไม่โตสักที ดูมาหลายคลิปละ😂😂😂 -Wow!!!!!! 👏👏👏👏👏👏👏👏👏👏👏 There's a reason why I subscribe! 😍 -Happy Chinese New Year idol😘 -Omg looks so simple to do...But it is not..Amazing girl...😍🙌👌🙆💖💕 -I miss my childhood days... During this season I will go pick up the seeds without wearing chapel.. The thorn in the cover will pierce in foot.. That's a really painful things I ever had but the taste of the seeds can't stop me from even if I'm in pain... Love your videos.. From India... -Wow. She is a hardworking young lady and beautiful. She was so cute when she went to cover her grandmas ears. then she was the one who jumped. Lol. -LOVE you LIZIQI 😍😍😍😍😍😍 LOVE FROM PAKISTAN😘😘😘😘😘 -You are amazing who makes us feel relax. You are just brilliant as always. God Bless You Sister. -❤️🌈🌴🌺 -Li Ziqi is a resourceful fairy~ -Happy Chinese New Year! Wish everyone a good health, joy, happiness and luck in the New Year!! -Love from Serbia :) -love from bangladesh -Village life is great! -What the popcorn cannon lol so funny -يلي عربي يحط لايك بليز -Very nice vid.......... But Those 2 puppies really caught my attention..... 😁😂 -You are butiful i love you so mush .you spik frenshe plaise write me😍 -Best videos u make awesom grl !! But cannot download ur videos so that i can watch them whenever i find calm so sad about it !😐 -so beautiful, i love the climate you live in and your crafty hands :) <3 -It’s the sweetest thing to see her include her grandma in her videos, I absolutely love your videos -She is very talented girl really 😊 -I like your videos very much 😇😘 love from INDIA😄 -Wow -Bu videoda kendini aşmışsın Liziqi -想去你家拜年了😭😭 -看到爆米花那里泪奔了。童年的回忆, 之后再也没看到这样的爆米花炉了 - -Love u dear......💞 -Happy Chinese New Year From New York ! -Je comprends pas grand chose a ce qu'elle fait et encore moins en cuisine mais je trouve ça cool ! -this is such a great video! -Great job dearo😍😍😍 -Wow osm -這影片拍的真好! -好懷念家鄉那糖果子阿。過年最愁這味了。大人小孩都愛! -All those colours so beutifull, food looks delicious 😍😍 -i love your videos keep going you're amazing! -你家的那只养要萌死我 -😍😍😍😍😍😍😍😍 -Those lovely little animals hanging out with you. So sweet. :3 -Happy Chinese New Year. Love you , Be safe and have a great new year. Thank you so very much. -I like her videos but she never feed her puppies that i don't like...so pls feed the puppies and love them also -جميل جدا واماكن جد روعة -It all look so good ! -But it so much work I'm impressed . -Absolutely amazing, love your videos. -Hermoso! Saludos desde Lima Perú. Mi mamá adora tus videos. Hermosos cachorros -There are not women like her anymore. She's a potential wife. -(ㆁωㆁ*) -Most gorgeous color combination of food... and cute moment at 6:00 hahaha :-) -5:30 - Digimon Music <3 Shouri (Zen no theme) -one of the best ones yet! -I have no words.. You're amaaaa.... azing.. -THE BABY LAMB AND PUPPIES OMFG -Thank you for another great video. I wish to see you do the potted plant you had growing inside the room. Looked really pretty. Something I'd like to make. -自己做的年货分量比我上街买的还多…… -happy chinese new year from france ! :-) -Wonderful video -yea 🤙you make food like science remarkable job. -I love you !! -İnsan hiç bitmesin istiyor terapi gibi 😘 -Happy Lunar New Year! I wish I could have a taste of all those yummy treats! -your videos are fascinating!! -😍😍😍😍😚😚😚😚👍👍👍👍 -Có ai là người Việt Nam k?? -does anyone know the title of the first bgm that she use? -Why are they not affectionate with the dogs? They're always cold and looking for some love. :( -I'M HUNGRY. -Love u -Your videos are amazing! This Planet needs more people like you. Happy Chinese New Year! -اللة شكد احب فيديواتج احبج يمة فدوة😍😘 -da até vontade de virar comunista. -Nothing more fun than the popcorn man! -🤗🤗🤗😋😋 -🌷❤👈👉🔔👍👌 -It's for selling ,all that things ?? -Happy Vietnamese and Chinese New Year -Maravilloso. wonderful. 精彩 -注意力都在小狗身上^^ -Happy Chinese New Year. -🙏🎋🎋 -A legion of daesh posing as popcorn makers in Europe and Americas😱 -开场三只小狗很不错 -HAPPY NEW YEAR LI ZIqi & to ur grandmother 🎉🎉🎉🎉🎉 May both of u have always Good Health &Happiness ❤❤❤❤❤ UR ARE 1 IN A MILLION UNIQUE TALENTED KINDHEARTED YOUNG LADY 👸 😘😘😘 -THANK U VERY MUCH FOR SHARING ALL YOUR BEAUTIFUL AWESOME VIDEOS .... IAM LEARNING ALOT FROM YOUR TALENT & CREATIVE HEALTHY COOKING & HANDICRAFT 👍👍👍👍👍👍 GODBLESS U & UR GRANDMOTHER 😇😇😇💖💖💖 LOVE FROM VANCOUVER CANADA ❤❤❤ -Woah what was that? Mango? I've never seen a round and seedless mango -You are great i love you -Happy Chinese New Year from the Florida Keys!!!!🐓 I'm a rooster...lol...you are a superwoman, preparing all that!!! 🤗❣🎉🎊🎆✨🎇 -The puppies so adorable😍 dont eat them -零食特辑(✧∇✧)╯╰(✧∇✧)̣ -I absolutely love all your videos but please can you put an English translation :) I would love to know what is being said while watching all your wonderful videos please and thank you <3 -My wish is that to see your nature home in your videos😐 -Much respect for the hard work. Loved the puppies.😍 Your videos are so relaxing to watch. Thank u!) -原来瓜子君是长这个样子的。。。 -My future wife 😙😙 -Happy Chinese New Year love!!! -Greetings from Germany. Happy Chinese New Year! Your Videos are awesome. Thank you. -U r the best,❤love u -Happy new year come from Viet Nam 🇻🇳 -Nice akka -I like very much your video so many long time no seee yooouuu -Love you....And proud of you..... -👍👍👍👍👍👍👍 -年啊……好想家…… -Best wishes from Russia!!! 😘 😘 😘 -I love it! -Love all the new year treats, how I wish I could go back to China for the new year celebration. Happy Chinese New Year to you and your popo -If anyone knows a blacksmith that can make that knife/cutting tool she has let me know. Its unique to her area i think and can't find one online. -Best DIY VIDEOS 😍😄 -I like she to match -Thất tỷ ăn tết vui vẻ ❤️❤️ -China does not use youtube. Why can you make videos posted on youtube? change ip -Happy Chinese New Year!!!! From Thailand 你让我开心 -Que moça talentosa, forte, decidida. Estou suspeitando que está comercializando essas comidas maravilhosas. Vi um vídeo de um rapaz recebendo uma caixa de guloseimas (como essas que ela preparou) e lá estavam algumas fotos da Li Zi Qi. Alguém sabe de algo a esse respeito? -这几只小羊也太可爱了吧 -How adorable! -ปีกม่านฟ้าคลุมเครือรักสายหมอกงาม ถิ่นชลงามมั่งมีศรีสุขจิตไมตรีงาม ทรัพสินงามเสกสรรรักพลิ้วงามตามใจ กลิ่นไอดินสุขอบอุ่นเฟืองฟูรักถิ่นนาดร สวยงามทุกท้องทุ่งแสงสีเสียงใจ ร่มรื่นตาสุขสบายละมุ่นใจ ร่วงข้าวงามดอกบัวสวยกลิ่นหอมเชยไกล สายลมหนาวงดงามน้ำค้างหยดหย่อยรักเมฆไม้ป่าเรือนงาม ภูสรรยอดโบกโบยสบัดเลิศงามชูช่อแม่ดอกเฟืองฟ้า ภูสรรหมอกงดงามกลีบเมฆภูตะวันฉายคลุมเครือรัก ริ้วงามตารองเรณูผ่าสีชังภูสายธารสวรรค์ ตักทอสายใยงามมั่งมีศรีสุขคลุกคล่าวรักเติบโตดังใจ กลิ่นไอดินสุขเรืองรองพลิ้วสไหวสวยงามรักหมื่นนภาจิตใจงาม ร้อยน้ำคำเมืองน้ำหอมเลิศงามศรีวิไลรุ่งเรืองรองสุขกลมเกลียวรัก ทิวลิปงามสากุระบานบัวล้อมบึงชูดอกรักสวยเด่นเกษร ดีงามใจทุกๆท่านนะครับ5555 -روووعة ..ما احلا حياتها ...وكلشي تعملو بيجنن -Your video is very nice -🙂 -Very nice video -Amazing -Happy new year from India......loves all the videos....keep going all the best....😘😘 -Your sheep and dog sooooooo... cute (and you also cute) -Waiting for the day we would meet... -😍😍😍 -Your sheep&your dog is so cute 😍 -wonderful girl!!! ❤️❤️❤️ -I´d like to know how does she organize her time to do all this things . I have to learn from her. -So inspiring 👍🏻👍🏻👍🏻 -Ko biết số tiền từ kênh này có đến tay tỷ k -我很好奇,那隻羊會不會以為自己是條狗? -Nice video🙏🙏🙏🙏🙏🙏 - -很想问第二首背景音乐是什么,小时候在《数码宝贝》第一部里听到过? -Gái trung quốc chăm bao nhiêu.gái việt nam lười bấy nhiêu -Peaceful 🍀🌿🌸 -I love her so much D: I wish I could come to China and learn from her all these traditional recipes and methods! -Happy Chinese new year -Happy new year -新年快乐🎊🍾️ -Happy New Year Ilove 😍😍😍😍😍😍 -🐷❤️ -I like the presentation in the form of filming your video clips and I hope you will shoot at 4K level soon.thanks -Good job -全能女孩👍👍👍👏👏👏💪💪💪 -From indonesia😍 -哎 都沒中文了 -your pets are so cute 🐑🐕 -are candy apples popular in china? who knew! -好想回家过年😭 -李子柒小姐姐 妳很好棒!(来自泰国的粉丝)❤❤❤ -Double great -😁😁😁😁😁 -现在看视频就在想,是不是淘宝又出新货了?价格太贵啦,便宜点嘛 -я тоже хочу попробовать как связаться ??? -Your lifestyle is amazing. Those who thumbs down need to get a life. -As usual, a charming video! I love watching these videos. Xinnien Kuaile! -Çok tatlısın yaa 😉😊 👍👍 -Love from Bangladesh 🇧🇩 -Madan your husband is very lucky -muy hermoso todoooooooooooooooooooo -Malayali undo...? -Fairy tail girl . -Gong xi fa cai -Omg! You make everything look so delicious, I wish I was a neighbor. -Omg this video is cuteness overload! I love the bit where she covers grandma's ears and she jumped when all the pressure was released. She was concerned about grandma's ears even though she's scared. Shows you how much she cares about her grandma. Grandma was just all giggles. I've replayed that bit a few times already. Annnd the bit at the end where she peeks in through the door way and pops in with the snacks. As always, thank you for these awesome videos! They're relaxing, and always puts a smile on our face. Happy New Year! -all the love from Bangladesh -All love från Morocco + Sweden -how u make that round yellow rap pl give me recipe -Happy chinese new year -u r sooo cute 😍😍😍😍 -Woman -😍🤩😋😘😘👍 -Happy Chinese new year -뭔데 좋지 -Animals sooo cuteeee ❤ -All the love from Brazil 💖🇧🇷 and happy chinese new year 🎇 -Love u me 4m india -저 초반에 나오는 동물들은 안크는거 같네 -我剛剛發現這個視頻,很好看吔,我已經Subscribed 了你,你這個地方叫什麼?很漂亮,像個世外桃園-樣😇 -С Новым Китайским годом! Спасибо Вам за красоту❣ -DOGGOOS. SHEEPOO!!! ❤❤❤. Life is complete. -Happy Chinese new year! Love from Mexico! -Happy Chinese New Year. Love from Bangladesh. -Whooooo😍😍😍😍😍 -I love you cicikkk -I love your dog 🥰🥰🥰 -Feliz año nuevo chenese -Happy new year dear😍😍 -Stunning video again, so relaxing to watch. Happy Chinese New Year to you and your family. Mike -The kitchen utensils are so good i wish i could buy them -Superb talent -狗兒有吃的嗎? -👍😋 -한국인있나용??? -Happy Chinese New year -Love you 😍😍 -Happy new year chị ❤❤❤🎆🎆🎆🎉🎉 mãi yêu thích chị -I like ur all videos superb -love to your beautiful grandma 😄🤗🤔😘 -年的味道! -You are unimaginably awesome... Lots of love from India 😇 -sun flower seeds is famous here in the Philippines :) -The lamb is damn cute❤❤ -I wish that i want to be in your position😍😍😘😘 -Amo estos vídeos.! <3 -You are amazing 😍🤗🤩 -ur way of making video is very nice...i love nature -🌹 -Hope Grandma will live as long as possible, i love her, she is so cute -妹子的小動物都長不大 -I Love you -Best Baking Vedio Ever -Dogs very cute!!!! -Happy New year -Love you country, keep going wonderful job 👍👍👍👍 -oh my God. 😋😋😋🙄🙄🙄🙄🙄 so yummy -Music please -와 마시멜로 들어간 요리 이름 뭐예요? -Happy Chinese New Year to you and your family. ❤ -Great!!! -👎 -👎I love you +1 -haha the popcorn explose, you and your grandma are so cuteeee -Có ai việt nam đang xem voi mik ko? -太厉害了👍姑娘 -You are like those pretty good girls in fairytales I am waiting I guess we all..... when the prince come for you 😍 -小羊长大了,可以涮过火了欧耶哈哈哈 -*Hạt Dẻ?* -Como alguém pode dar deslike? Seus vídeos são maravilhosos. Parabéns!!! -superbe ! -The Digimon's song o: i love it ♥ -Don't worry, the eyelashes don't work -好疗愈。 -I'm surprised she didn't make the marshmallows herself😂 - -Ngon -Khu vườn mơ ước -헐 이건 또 무슨 고퀄리티냐 -Happy Chinese New Year! Thank you so much for sharing your life with us. I just adore your videos. Lots of Love from Alaska! -WOW, what a feast! Thanks and Happy Chinese New Year Li Zi Qi! 🎆🎇🎉🎋 -👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👍👍👍👍👍👍👍👍👌😗😗😗😗😗😗😗😗😗😗😗😗😗😗😗 -Beautiful and relaxing video -From India. 💕💕🌹 -Happy new year, everyone! -I love you sister...love from India -看的我都想吃了 -😗😗😗😗😗😗😗😗 -Happy new year! -Another lovely video!! Thank you so much 🥰🥰👏👏😴😴 -Your life is like a dream. My dream... -U r awesome. Love u from India. -hiiiii..........lovely again.....sooo relaxing and mesmerizing -😍😍😍 -Happy Chinese New Year! -很好吃 -waiting for next video plz hurry -For those wondering about the spicy beef jerky. She already demonstrate the making in another video over a year ago. That's why she only show a short clip here. Here is the link: https://youtu.be/U0ljV_Tfky0 -Awesome video 👌 👌 👌 👌 👌 😍😍 -woooowww increible sorprendente saludos desde mexico😘😘😘😘😘 -She’s superwoman. -plz make video in english i can't understand Chinese language 😫😫 -Σε θαυμάζω πραγματικά φτιάχνεις υπέροχα βίντεο χρώματα απίστευτα είσαι πολύ καλή μπράβο από Ελλαδάρα -wow i love your videos! -Me encanta ver en ti esa voluntad y energia con que haces las cosas...me encanta ver ese respeto hacia las cosas antiguas y como fusionas con las cosas de actualidad...creo que todo el mundo deberia rescatar esas comtumbres como tu las haces...me encantas tus videos! -내가 보던 운남성 요리 채널이랑 컨셉이 비슷하네 안그래도 산골짜기에서 그런 고퀄 영상이 올라온다는 게 신기했는데 중국 정부에서 지원하는 건가 보다 아무렴 좋음 그만~! -Happy Chinese new year! -Te amo. Je taime. I LOVE. ❤ -So hungry right now!!!!!! 🤪 -Happy Chinese New Year from Algeria :* -Les algeriens ako hna tani wela ani wahdi ? :p -Nice video 🙏 -Love this video!!!! 😍💛 -大夥疯狂按讚. -Fantastic food 🥘 ❤️😍❤️ -She needs to release a recipe book! -Це якесь свято Врожаю! -小羊都长那么大了,小狗还是那么小,而且狗也变了,长大的狗去了哪里? -so happiness omg -Ay, qué hermosos vídeos, nunca me los pierdo -digimon ost!!! <3 nice bgm ohhh -I'm a girl but can I marry you😍😍 -i just wish i could have been able to learn things like this, like...they do practically everything by hand. it's such a traditional way of life, it's completely lost on the rest of the world. -Heiße maronen, anyone? -I'm Bangladeshi.big fan mam -amazing!👍 .Happy New Year 🎆🎆🎆 -The little lamb is growing up too fast!!!! ❤️ -ابدااااع -Ở một mình chị có nứng lozz k nhỉ -Waiting for next video dear sista lov u 😘😘😘 -Simplemente wow, es increíble todo lo que puede hacer. Todo se veía delicioso especialmente lo dulce 🤤🤤🤤🤤🤤🤤 -yeah, New Year is coming. Its time to prepare snacks for New Year celebration (Chunjie- Xinnian) -Có ai Việt Nam không :(( -Me pregunto porqué hizo tanta comida 😱😱 que ganas de comer un poco dan 🤤 -ни хрена ни понятно.....зато красиво -Happy New Year. I from Vietnam , Love you 😘 -Your Grandma is the happiest grandma to have you by her side. Love to see you care for elderly woman. -新年快樂~ -豬年發大財! -온 세상이 저렇게 평화롭기를... -Ur hardwork super -新年快乐!小姐姐还差助理吗? -ước dì vợ t đc như e này -Вы молодец показываете как просто все надо делать . Спасибо 💖👍👍👍👍👏 -My god, I love this channel! Everything looks so perfect. -羊羊長大了😍 -Why don't you ever respond -This girl is awesome.👍👍 She is capable of doing anything on her own.Loved her videos alot.Waiting for more videos.😍😍😍😍 -Recipe in details English please -I love it that this video is much longer than all of the others, I think. Love from America! -All are fresh vegetables and fruits.....ur a lucky person...have a wonderful life...!!!!.. wishes from sri Lanka...😘 -Aux yeux et aux papilles c'est un regale !!! Le savoir faire que vous avez c'est superbe ❤️ je vous dis un grand merci pour la beauté de chaques vidéos, pour moi quant je l'ai regardent, je m'évade. L'agneau à bien grandi 🥰 milles merci. Une grosse carrèsse aux animaux. ❤️❤️❤️❤️ -Translate in english -All look delish 😻 wish u and your grandma all the happiness ♡♡ -Please tell the ingredients u used -happy new year love from nepal -Love u soo much -Que lindo toda habilidade dessa moça -好犀利! -in the world beautiful girl and verry good jab realy lovely ummmm ma love you god bless you -Digimon? 😍 -lol popcorn cannon scared the crap out of the puppies hahaha -I wish there could be more English translations...she made all these treats for ...I'm guessing New Year? But who are they all for ...friends, family??? I just love all these video's they are so beautiful and beautifully filmed... -Dạo này e mập lên vậy :)) -Happy Chinese New Year 🧧 -Love you sis from India -💓💓💓💓💓💓💓💓💓💓 -I liked that sooo much ...but didn't got that ...y she is making that dishes ...🤗🤗👍😀 -Có ai việt nam không. 🇻🇳🇻🇳🇻🇳🇻🇳 điểm danh coi. -Everything is suitable for tea time 😋 -0:24 可愛的三個跟班 -10:05 哈哈哈 -Soo just plzzzz give mee your real name -I don't know your name because it's Chinese and I'm from India -新年快樂 好厲害👍 -U r too Awsmmmmm -Happy new year!柒姑娘新年快乐🎊 -Ahh! those poor little puppies needs feeding too.. -Delicious -How old is Liziqi? Is she Laura Croft’s sister. She’s super cool! - -You seem to live in fairyland....love your videos 💕 -great -如果是我估计一边煮一边吃 牛肉干还没晾干我就吃光了 -All things in video are my favorite food. Love her. :3 -love -Puro postre :P -明けましておめでとうございます。ポップコーン製造機すごいですね。 -wonderful wonderful wonderful! -新年快乐 -satisfying... and hw lucky is her grandma..😊😊 -好厉害的厨艺!哪个幸运的男生娶了你,真有福啊。 -Tet is cominggggg -Happy Chinese New Year, from Malaysia -.....? -Omg.. Wonderful life.. Happy New year -Just understand "wo lai le" 😄😄 -So cute💖 -Very talented woman 👍👍👍so proud of you 🙏🙏🙏 -Откуда в людях столько счастья?)))))) -I love the little animals. 🥰🥰🥰👏👏🌺🌺🌺🌺 -Happy New Year. Thank You For These Best Video! -Два щеночка и барашек ходят с ней:) Так мило:))))))) -Gong Xi Fa Cai! 😘 -Aż się głodny zrobiłem 😋pozdrawiam z Polski -Очень рада, что вы продолжаете снимать видео. Киев смотрит.//I am very glad that you continue to shoot video. Kiev is looking.//我很高兴你继续拍摄视频。 基辅正在寻找。 -Serasa ga berkedip mataku!! Amazing 😍😍😍 -Hạnh phúc là khi tỷ ra cái Vid 10:12. Coi đã mắt luôn. ❤❤❤ -nhin vuon cay ăn trái mà thich quá -bang lứa tuổi mình mà cái gì cũng biết làm. -Supper -리즈치♥♥♥ -全是小时候的味道啊 -I love you -From Brazil ❤❤❤🇧🇷 -reallyyy perfecttt -സുന്ദരി ചേച്ചി ,സുന്ദരി മുത്തശ്ശി ,സുന്ദരി പ്രകൃതി എന്തിനു പൂച്ചയും പട്ടിയും sheepum വരെ അസാധ്യ സൗന്ദര്യമുള്ളോർ ... god bless you dears -Trung quốc . năm ms vv -Will u marry me 🙂 -子柒过年好,谢谢你这一年给我们一家带来的宁静愉悦,我5岁的女儿也非常喜欢你! -plz mention her name in English -I really love your videos lots of love from Spain 💜 -Happy chinese New year -小心燙手阿,妳做的都很樸實,很多親朋好友都有自己做喔~ -She does everything with so much love. -Happy Chinese New Year! Amazing Gorgeous as Always :) -You soo amazing girl😍 -Happy Chinese New Year!! I never lost any video of you !! Wish you all the best!!! ❤💫 -You are so amazing dear .You are my inspiration even all of women. Long long long live dear. -Nature is like mother always loving,providing,forgiving all she wants back is love and respect. Happy Chinese new year. love this channel so much.love from the universe. -Are chestnut shells spiky enough to stab your fingers? -Adoroo assistir esses vídeos dela,mais algum brasileiro??🇧🇷🇧🇷🇧🇷 -Super -may con cho dễ thương quá.😙 -Мне очень нравятся видео с этой девушкой! Но мне кажется или у нее взгляд бешенный немного?! И культ еды преобладает у них? -Happy new chinese year lovely girl -Elle est trop belle cette video. Magnifique. -哈哈哈,玉米放大器 -I like your life and I like you. -Happy new year. -Happy new year 2019 china -李子柒做的年貨零食視覺上讓我好想吃吃看,台灣這邊也要過年了,我家裡也要購買豬肉臘肉,糖果瓜子肉乾果乾等……我在這祝福妳和妳的家人新年快樂!😀😀😀 -你在乡村房子里的视频非常好,我更喜欢你的老房子 -Eu gostaria de ter uma caixa cheia de guloseimas chinesas 😍😍😍😍😍 -在爆的時後李子柒真可愛。 -China 😠👹👹👹👹👹👹👹👹👹 -U are brilliant always ... amazingly beautifully ... -all the love from turkey -....겨울나기 준비인가? -English subtitles please 😊 -好想回国过年呀 -This was pure heaven. -Happy Chinese new year to all. -Parabéns vc é muito inteligente! -Happy Chinese and Vietnamese new year ❤️❤️❤️ i love you so much 😘 -Your video make me feel happy ❤️ -真的很骄傲子柒的视频被这么多国家的人看到,这才是真正的中国文化。现在在子柒的视频评论里找到国人的评论跟像见了亲人一样~~ -MY LIKE.??♥️♥️ -I cant wait your next video!! -HNY from Finland!! -Người gì đâu mà khéo quá hà. -为什么不是中文的天下,佩服 -En sevdigim bolum bu oldu❤💙❤💙💕💚💖💜 -Waooooo i love all ur videos -好可愛😍😆😄 -This episode make me feel warm, I love it. -The puppies and the lamb following her was so cute -интересно откуда такие фрукты, овощи. ботаническом саду живет что ли ?? -Enga rugi, kalau punya istri sperti ini😬😬 -請問背景音樂是什麼?哪裡可以下載? -trên núi trái cây rau củ ngập mặt. -Лайк за собачек ❣ -👩‍❤️‍💋‍👨 Люблю тебя моя японочка -happy life for u dear...... 💐 -En sevdiğim ikili bi gün de bana yapsana .....ooooo muhtesèm menu tam benlik -素敵🧡❤️😍✨ -Mình rất thích cuộc sống như vậy thật là tuyệt -Your videos is amazing but dunno why I feel happy in the same time sad love from Dubai ❤ -畫質好美喔~~~~~~~~ 看得我一直流口水 -Tuyệt quá -Tết năm nay khác năm ngoái rồi 😆. Năm ngoái làm toàn đồ mặn, năm nay làm các loại mứt rồi hạt ..v..v Nhìn vườn bưởi với cam thèm thật đấy, rụng đầy đất không ai thèm nhặt luôn 😭. Còn tỷ ấy người gì đâu mà cái gì cũng biết cũng giỏi, ai phúc 70 đời mới lấy được tỷ ấy quá😚😙 -I like how she takes care of her grandmother, it shows how much she loves her. Beautiful and fascinating video as usual! -En bi sevdiğim iş kestane toplamak -小時候在台灣, 爆米花的在街坊爆米花時, 我們一群孩子也是繞著看熱鬧, 一聲巨響大家一哄而散, 之後又立刻群聚圍看, 聞香看米花, 童年美好的記憶!  如今在子柒住的地方, 開心這樣的民間小生意還繼續存在著, 希望它永存! -This video so comforting -Kongsi fat choi,, ni hao li ziqi,,, happy chinese new year,,, selamat imlek,,, aq selalu menantikan video terbaru bersama nenekmu... Salam dan cinta dari indonesia - -Appreciate the hard work she is doin -💜 -ชอบเตาหมีครับ -ผมชอบบรรยากาศและวีถีชีวิตแบบนี้มากๆเลยครับ👍👍 -I love this new year's atmosphere like that -I would love to understant any word -敢不敢做个爆竹?😂 -അപ്പോ ഇവരാണ് ഇതിന്റെ ആൾക്കാര് ...... -AMAZING!!!!!!!!! -Nếu video nào của tỷ cũng dài như vậy thì thật thích 😘😘😘 -Amei o video -Love From Kashmir -Your place,your cooking style,your pure food give me divine peace.just love you. -ohhhh your video is so good, i want see the next video. I´m your FAN -這真是子柒姐姐自己上傳的還是粉絲幫忙的呢? - Those videos have been uploaded by herself or her fans? -這真是子柒姐姐自己上傳的還是粉絲幫忙的呢? - Those videos have been uploaded by herself or her fans? -Lots of love from India ❤️❤️❤️❤️❤️😍😍😍😍😍😍😍👌👌👌👌👌👌👌😘😘😘😘😘😘😘😘😘😘😘..... I love her all videos 😍😍😍😍😍😘😘😘❤️❤️❤️❤️❤️ -استغربت بلاول انو اول فديو تنزلو بدون لحم بس للاسف طلع في لحم ههههه بكلشي تسوي لحم وخنزير -I love this her three babies fallow her everywhere lol😍💕💕 is the spring festival!!!💕💕 -Beautiful video! Happy Chinese New Year to you and to everybody! Best wishes and love from Switzerland. -Việt nam đâu có ai ko? -看完这个视频,我只想问有什么是你不会弄的吗? -Absolutely love these amazing treats! Happy Lunar New Year! Bonne Année! -I love it it was so peaceful and relaxing. Happy Chinese Nee Year everyone -น่ารักตอนตกใจกลัว -Hồ lô đường mà Trân thích uiii tỷ làm e nhớ lúc bé dc ông e cho ăn quá 🍡🍡🍡 -Happy chines new year....... -Please do a vedio about your daily skin care routine.....plz plz ... Love From India 🌸 -happyNewyear♥️今回も、めっちゃ可愛い💞ですねバレンタイン🍫かな??? -Makes a nice winter treat😋 ❄️. -像只准备过冬的松鼠! -Beautiful nature -I love how her hiar looks a little bit messy during the late part of the video so adorable -I keep repeating she jump while the man make the popcorn,,,so cute -KUNG HEI FAT CHOI TO YOU AND YOUR FAMILY and FRIENDS.MAY THE YEAR OF THE "PIG" BRING YOU BOUNTY PROSPEROUS YEAR -Whats that you don't have? -Gosh love your videos💖 -*i'm so happy that this vídeo is 10 minuts long !* 🙂🤗🤗😍😍😍😍😍😍😍😍 -_THANK YOU_ -小羊变胖了哈哈,这次有足足十分钟的视频,子柒和团队辛苦了 -I love you, from Honduras. Centro América. -Y yo que hago aqui :v no importa igual me gustan tus videos -真是难得看见这样做小吃啦 !很怀念以前过年的日子 。。。祝 ( 猪 )年各位身体健康 ! -Haii dearrr love you iam big fan on your videos I invite you come in my country and my place -👍👍👍 -happy chinese new year😍😍 -#Love #From #Malaysia -我可以点这些小吃送到印度尼西亚吗? -شيء غير معقول -جميل جدا 😍❤💘 -新年快樂!! -从B站到微博再到油管,子柒老婆我来啦*罒▽罒* -Where u live -Super yummy! In México we have same candies! Wow we have a lot in comun😍 maybe because beautiful things are comun in humans! 💖 Just adore!!!! Happy New Year to all we share Moon!💙💙💙 -Love from vietnam <3 -Like this place❤️ -看到这个想起了父亲给我做的糖葫芦,可惜父亲走了10年了,时间过的真快啊 -有想入赘的请过来报名 😂 -Hi your videos are so beautiful it is like haven from which country u belongs to amazing from india -这么多的零食,看着都是满满的幸福感 -Wow -覺得療癒 -So much work, but it all looks so good! -Happy new years. I hope you are taking care of yourself as well. -Your video it's so refreshing... i can see the process of making this food in traditional way, that i only heard it from my mom. -Your receipes are as sweet as you 😊 -Wow I love you so much 💖💝💖💝💝 -Love from Florida -Wish you a happy new year Love from Tamil nadu -0:27 wallpaper! YES!!! -Đoạn nổ bỏng tỉ đáng yêu quá -She is married or single ?who know -噢。我喜欢和你的祖母一起看你。它让我想念我的 🥰 -Si pudiera te daría mil likes eres una mujer muy trabajadora que Dios te bendiga -Hermoso...😍 -رائعة بلكل ما تحمله الكلمة من معنى -You're the best 👍💯 -本来肚子就咕咕叫了,看完视频更饿了。 -I hope i can buy all that sweets -Super I want to your food. I'm from srilanka -まさに生きてるって感じ。 -充実した理想の生活です☺️ -私もこんなふうに生活してみたい。まずは私が働き者にならなきゃだけど😹 -春节快乐哟! -I am from Peru. I love your videos!! thanks for sharing with us. :) -背景音乐数码宝贝 -看着看着就想吃了 -❤️❤️❤️❤️❤️❤️ -Your so cute.. But im hoping can you put subs on the things your doing -E tão legal ver isso -李子柒太可愛了哈哈 -I want to eat all the treats :3 -Make some healthy dog treats or food please. -Absolutely beautiful. I wish you and your grandma full of love, peace and prosperity in the next coming year.💜 -You are the best ❤️❤️❤️ love from Iraq ❤️❤️❤️can’t sleep without watching you videos ❤️❤️❤️ so satisfying -这姑娘也太能干了吧 -I love u..❤❤ -Happy new year!!!♡ -一万个赞 -Sao chỗ tỷ người ta trồng mà không ăn để trái cây chín rụn het -She is sooo lucky to just pick it from the trees -祝子柒妹妹和你的婆婆新年快乐! 身体健康! 心想事成! -Look so yummy 😳😍 -Happy new year from morocco -All love from Algéria -oh the new year celebration year of pig -অসাধারন রান্না -Happy New Year! Greetings from Italy!👏🎉 -SUPER👏👏👏👏👍👍👍👍 - -My goodness! She is so cute! 💚❤️ -woaw wtf ! -YouTube me recomendou isso -🧧 Happy Chinese New Year 🌸🎉🎉💝💝🎂🎂🍫🍫 -Omg the puppies and the baby lamb following her at the start was adorable tho -Akh Lad Jaye gana -gaana -Oh my gosh i just love her. She so talented -Bã chuẩn bị đồ ăn Tết kìa trời, chuyên nghiệp dể sợ. Giỏi quá trời giỏi -Oh my LORD the pups and sheep following you like "mommy" was just too darn sweet. -G gaana -都看到流口水了,看起来好好吃喔。那些小动物真可爱,为什么那么多柚子掉在地上不摘回来吃, 吃不完可以拿来做果酱啊. -I'm from VietNam.🇻🇳 -I always watch video of you -Can you make something for the puppies to eat once that be awesome -Thank you for your videos from Italy ❤ -You play pubg -love youuu :)) -I love food -Happy Chinese New Year! 🎉🍡🐉 -India -I am big fan -When I rich I'm would like to oder you dry stuff it's look amazing. 😘I'm you big fan. -👏👏👌 -Love the video !!! , but music too high pitch , hurts my ears. -Hii -What do you pay your small cute, loyal workers with? They follow you everywhere, they are your small guard animals. -You best -happy chinese new year! -All the love from México 🌹 -The tiny apples are so cute -Happy New Year -Love it, greatfull -her new years party is gonna be L I T -No entiendo ni medía palabra, pero me encanta esté canal. Me da paz y tranquilidad. #Mexico -Happy New Year! -Love from Bangladesh. - -中国农历新年快乐 -来自孟加拉国的爱 -好多年沒見過炒包谷花羅! -香港吃不到的😢 -被嚇到好可愛 -Happy Chinese New Year -05:58的子柒好可愛😆 -来自印度尼西亚的问候 -Có ai vn xem ko -从不会评论估计是回不完了。。喜欢大自然的生活+背景音乐 -Fake - - - - -Life cant be perfect -Happy Chinese New Year beautiful lady 😍😍😍 i'm from indonesia . -Wow hôm nay video 10' mấy luôn ❤ -Me dio hambre xD -Tự nhiên thấy nhớ cô gái này dã man khi không thấy cô ấy ra video mới😅😅 -Wonderfull -Dear God! The amount of work this beautiful woman does is insane!! And with such finesse too... It's wonderful to see her share the fruits of her hardwork with her grandmother... -best video -Such an awesome one! I love sweets!! How can anyone thumbs down her videos? This is all her hard work! -I love that....... Cooking...... 😋 -Hermoso video me alegra el dia -Its first time i watch your video more than 5 minutes☺️👍 -super vedio -😍👏👏👏👏👍🙏 -I really liked this video⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘⚘ -What a cute sheep -I love you ,You have ideas to make cooking and meny more i have happy because video your Made it possible to know how happy this life was thank so much -❤️🤟 -Muốn đc thử kẹo hồ lô 1 lần -Amazing😀😀🤗🤗 -祝子柒新年快乐,🐷年行大运,最重要还是身体健康 ,爱你哦 ❤ -来自马来西亚的粉丝 🇲🇾 -I am from Pakistan I love your videos -Happy New Year người đẹp 😍 -How can she live like somewhere with all type of fruits and vegetables?? -👍👍👍👍 -If she plays with the dogs and having cozy time it will be great video😊😊😋 -年味十足 -水果籃 櫃子可以加貼春聯 視覺年味更上層 -Mình thấy có video dạy làm loại bánh kẹo từ hoa quả khô 4:34 giông giống như trên từ chị Linh Trang nè, mọi người ai muốn học làm thì vào xem thử: https://youtu.be/qJNfBdS_e58 -Lowkey have a BIG crush on her -Delicious! I am currently studying Chinese, and when I've mastered the language, I can't wait to just watch these videos casually ;D -Did she make those many foods for selling, or storing? I guess it's too many for just two of them tho🤔 -I love your videos 😍😍 -Excellent! Everything looks yummy. Wish i can visit you this chinese lunar new year to taste all 🍬🍭of it! -Gong xi fa zhai 🎶🎉🎶🎉🎶 -Love all your vids -Niceg -Oh my gosh!! Were you going to have a party? Everything looks Great!!. What a beautiful peacefull life! I envy you...(the good way)!! Peace, love, & prosperity. -Super -ေပ်ာ္စရာႀကီးအဲလို႔ေအးေအးခ်မ္းခ်မ္းေလးဆိုရမ္းႀကိဳက္ ThankYou. -Wow. I m from Bangladesh. I thought there is huge difference between Bangladeshi food and Chinese food. After watching her video I found there are lots similarities between this two food culture. This video are quite relaxing. -谁听出来了是数码宝贝的插曲! -每當心浮氣躁的時候,看了妳的影片心情就會跟著沉澱,有時候還會不自覺會心一笑,因為那是我夢想的生活,有機會希望能飛過去看看那邊的好山好水。 -好怀念老家胡同,每年冬天都有 冰~糖~活芦儿~的吆喝🤣 -呦,在这给大伙拜个早年:祝新年快乐,升职加薪!!!!!!!!!!! -Happy New Year.... delicious sweets.. -What were the smaller red fruits on sticks that you candied with the large red apples? -These videos are inspiring me to become more self reliant when it comes to growing and storing my own foods. -From 0:00 to 5:13 The background music is "Karma" by Takeshi Abo. It's a soundtrack for the sci-fi mystery thriller game "Ever 17 - The Out of Infinity". A great game. - -The music fits perfectly well with the video. - -ps. Takeshi Abo is also the one who work on the soundtrack for Steins;Gate, another sci-fi mystery thriller which was a big hit. -Oh and one of the writers of "Ever17", Koutarou Uchikoshi, would eventually became the writer and director of the Zero Escape game series. yet another great sci-fi mystery thriller games. - -Sorry about all this info dumping. I don't know why i wrote all this. When i heard "Karma" playing in the background, i just felt the need to. I guess I'm just that much of a big fan of those Games/series i've mentioned. or maybe i'm just obsessed. welp -I'm so excited waiting your video... -Năm mới đến ước mơ bao nhiêu năm là được về nhà đi chợ Tết mà không có cơ hội 😔😔 -奶奶的红帽子好可爱 小的时候就离过年都是这样从腊月就开始准备 现在没有那种年味儿了 -🤘🤘🤘💞💞👏👏👏👏😍😍😍 -Lovely bonding between you and your pets 🥰❤️ -More satisfying video. Really good 😀👏👏👏 -李子柒好厉害哟👍 -这集好长,看的好过瘾。 比打牌赢钱还满足 哈哈哈 -This is the first YouTube's channel where I watched all the videos. you always amaze me !!! -Happy chinise new year..i like follow your video..so great your life -婆婆好可爱啊 - -Desde mi país Perú 🇵🇪 te digo muchas gracias por lo que haces, realmente te admiro y me encantan tus vídeos y la forma como nos enseñas a que las manos y el ingenio lo pueden todo. Gracias por hacer que los humanos recuperen el recurso de lo simple y creativo que lo tenemos en nuestras manos todos y que por la tecnología y la practicidad lo estamos perdiendo. Besos y bendiciones en este 2019. -Can anyone say those fruits names in english -我 喜欢 你 -I love you -Not enough to see your video only one time .😁😁 I wish I can get some. 😂😂 well done very hard worker woman 😉❤ -i really liked this one! very fun to watch! -Omg this was a 10min video. Finally!!😱😱 hope all her new videos are 10min long 😁 -Espero que ela não coma essa ovelhinha que anda com ela quando estiver adulta. -You are officially my happy pills! What a cutie 5:56 🤣🤣 -hii -from india -Giác mo -Ngon quá đi~~ ♡♡♡ -Lúc máy nổ nhìn bả cưng ghê -live in heaven.. -love you so much -nice you are very perfect -新年快乐! -Hello I am Vietnamese❤️ -Ive seen this tree becore but never knew how to cook them -Such amazing videos. -Please make a video of your garden view -Feed those poor dogiees -感谢上传,晚开了几分钟,观看数量从36万变成了37万。两百多万订阅,5个小时37万的观看量... -🌺🌷🌻🌼🌱🌸🏵️💮💐🌹🥀😘😍🤗😗😚😙💘👐👏✍️👋🤝🙏 -5:55 - 6:01 is the cutest part of the video ! -It reminds me about a game "harvest moon" -😂😀 -Hi i'm from indonesia, fantastic your vidios -Verry goods. 💓💓💓💓💓💓 -❤ -犬身而退,猪你幸福 -我是女生 都想去求婚了 -Thank you for any thing... -Good job .🎁🎁🌹🌹 -厉害👍 -You are amazing girl.. -Chúc mừng năm mới.. -Chataignier... -I LOVE THIS PART❤❤ -mmm :) -Hola quires casart con miguel ya ciento q t amooo 😎 -准备在淘宝出货了吗?😂 期待! -3:20 how cute! It looks like a cat 😍 -Có ai Quốc tịch Việt Nam không ??? -Much thanks and love from New Zealand. -Happy New Year from Armenia -Tỷ thất làm hồ lô sơn trà à -Happy Chinese New Year 🙋‍♀️ u r so cute and talented girl! -I learn a lot with your videos!!!!!!! -Cute puppy😍😍 -这么多年货!!! -HERMOSOS TUS VIDEOS LOS ADORO -Nice job Mito San. Gon will love it when he is back. -Fine cook -elle est adorable -新年快乐 -~ honestly speaking it a really wonderful... I admire her so much.. -설 연휴 잘 보내세요 -Wonderful -😇😇😇😇😇😇😇😇😇😇😇😇😇😘😘😘😘😘😘😘😘😘😚😚😚💙💙💙💙💙💙💙💙💙💙💙💙💚💚💚💚💚💚💚💚💚💚💚💚💛💛💛💛💛💛💛💛💛💛💛💛💜💜💜💜💜💜💜💜💜💜💜💜 -;* -Happy chinese new year Li Ziqi. you're amazing and talented -love from Philippines -新年快乐 -5 days more to chinese new year😄😄😄 -Chestnut look so yummy ❤️ -I wish I could understand material on video -5:59 poor doggies -I remember my favorite game when i was child (harvest moon) -Thèm quá đi toàn món ngon -Hạt dẻ với cái trái đỏ đỏ là hồ lô hay gj z mọi ng -10mins long. I really need this, I just had a terrible day -中华文化推广度实力第一啊,女孩子真的是强👍 -慢工出細活 好看 -Its 10 pm in my country.. and now I'm hungry 😢 oh God .. it looks so delicious ... -❤️❤️❤️ -5:56 hahahahahah -EXELENTE EN TODOOOO..!!!!!mil gracias!!!!! -爆米花要開時,子柒幫婆婆摀著耳朵怕婆婆會嚇著,結果反而自己被嚇得跳起來了 -🐕🐕🐕🐑 👏😎🤘. -Yêu em -5:56. 9:46. So cute so lovely. -我们这边栗子都是九月就得捡,不然就烂在树林里了,被虫蛀了 -I love it your channel and they are so cute in your puppy -I love youuu -⚘⚘⚘⚘⚘⚘⚘ -顧家勤勞賢慧的好老婆 -Good super nice 💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌻🌻🌻🌻🌻🌻🌻🌻🌻🌸🌸🌸🌸🌸🌸🌸🌸🌸🌸🌹🌹🌹🌹🌹🌹🌹🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷 -Love your videos ❤❤❤❤❤ -Mesmerizing as usual ❤️❤️ -Before someone does it, no don't pick something that look like this Chestnut, there are a couple, the poisonous one is called Horse Chestnut in a smooth shell with wort looking like things and the one you can eat is called, Chestnut and in the shell that she is breaking open. -So glad it's 10 minutes! Even if it is longer than that, I'll still watch your video. Thanks :) -Happy new year, and thank you for amazing video -Awsm vedio... -I can smell it... 🤤 -اتمنى ان تزور قناتي واتمني ان تعجبكم - Your video helps me relax a lot. Thanks for these great videos. 😍😍😍😍😍 -I almost cry cause her love for her grandma 😢 -I’m here, the class is present..... time to learn and be inspired -2019 💖🌺 -你婆婆的小狗很可爱啊。呵呵~~。 - -祝你新年快乐! 恭喜发财! -새해 복 많이 받으세요. (그리고) 부자되세요. - -春节过得很愉快! -Happy New Year. Recently found this channel and it brings me peace. Happy blessings. -Wow,amazing -Super -Love her life and pets - -Trời ơi có cái gí ma ty ko bjt ko zay -照例求背景音樂 -有個疑問...不是搬家了嗎? -^-^ 💙💙💙💙 -5:56 so cute. -這個時候有芒果? -I love you -سبحان الله يخلق لمن يشاء جنات في الأرض. سبحان من اعطاكِ القدرة والأبداع.. -I love the popcorn man! -Any mallus 😊😃 here -Superwoman 😲👩‍💻👩‍🍳👩‍🌾👧👩‍🎓👩‍🏭👩‍🎨🙆‍♀️🙋‍♀️💪💪💪💪 -❤❤❤ your videos. Thank you for sharing -Happy new year lovely one. -我吃飽了但是當我看到菜餚時我仍然感到飢餓, 新年快樂 ☺ -I’m just too emotional right now, but how it can be that this little lamb behaves like a puppy... it’s too much of cuteness for me <3<3<3 -she covered her grandmas ear when it popped loud, how sweet..<3 -0:22 sooo cute😍😍😍😍💓💖❤ -🇻🇳🇻🇳🇻🇳 -Im in love with all ur video you make me fell happy ❤️ -I don't know where are you from...but you too creative girl 👧...honest as well Beautiful. -好想回家过年啊(⊙o⊙) -Wow .... I like your videos. -Happy new year. I'm from Thailand. 😊 -0:23 I thought the follower is a white sheep :D -Tôi muốn thấy cánh tay của những người đồng hương . -Happy Viet Nam and ChinaNew Year -为子柒骄傲, -Esse estoque de gostosuras e para uma festa -Don't do over acting in next video 😂😂 -I am from India you are fantastic -I love your cook everything you can do perfect 😊😊😊😊 -5:59 so cute -Woah!!! She’s just amazed me, how awesome she is. Watching from Laos -Ko thấy mo mom nói chuyện -新年快乐! 健康长寿给你和你的家人。 -Qué buenos videos!! Me sorprendió ver güisquiles!! No sabía que los cultivaran por allá!! -Wonderfullll💗 -Subtittle please -Poor Dogs😢 -Thật yên bình. ❤❤❤ -I'm from Algeria I love your videos they are so delicate and fantastic -speechless, it's really amazing... -Awesome video -Happy Chinese Year!!🎉 -Saya suka saya suka from indonesia -ياالله ياالله شو هالحياة الروعة لك يلعن ابو التحضر والمدينة والزفت . حياتهم جنة وكل الاكل من الطبيعة كلشي موجود ياربي نيالكم -I love you video -天啊,那個栗子雪Q餅太吸引我了 -U r so cute😘😘.... love from Bangladesh 💝 💝 -😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞 -🐑 🐶 🐶 👩🏻 = 😍🤗 -love from Pakistan -💠☘️💠 Your videos r so sweet everything about you it’s so beautiful 😍 the music 🎼 on the background it’s so soothing 🥰 love 💕 your pets, son much work but u make look 👀 so easy & quick or light 2 do ☺️ u should do a live 1 day 4 us the subscribers so we could know just a little bit more about u 🙏🏻🙏🏻 have a wonderful day or night God bless always 🙏🏻🙋🏻‍♀️🌷🌷🤗😘❤️👈🏻 -Вот он где рай -他有老公嗎 -怎么看着看着就流口水了呢!😊😊👍👍 -花生瓜子糖葫芦雪花酥,遠離殺生繁殖動物肉品循環不息。歡迎使用Google搜尋「璞龍拍賣」,免會員,免費刊登家中物品。投稿賺錢連結及簽約保證賺錢連結也有。 -Đón năm mới cùng chị bảy nào mội người 🎉🎉🎉😊 -新年快乐!! -我很喜欢你的channel -Do you take fans to cook with you and to tour your place? If you do I want to come cook and live your life style for a day or two. -I am so love with your all videos -How are those dogs still so small? They have been puppies for 2 years now. -Khúc làm bắp nổ thấy chị bịt tai bà mình lại mà thấy hết hồn khói quá trời luôn -She can do almost everything! Amazing girl! Btw, how can anybody dislike this video? -Today i feel so gloomy... but your video make me smile. Thank you~ 💙 -😍🤗❤️ -She's a Supergirl 🌺🌺🌺 -Happy new year.u r so devoted to ur work.cooking is ur passion.i love all ur videos. -She's a Supergirl 🌺🌺🌺 -Sao video này chị đáng yêu quá vậy? -😍😍😍 que lindo todo! -How refreshing and peaceful to live in a village -Can't wait for another amazing video from you♥ -Snacks! 😃 -You are a Cultural Treasure! -Cok guzel yaaaa 👏👏👏👏❤❤❤☺🙋🙋 -Đáng yêu -I love Your fod it looks so god -Chúc mừng năm mới. Chị bảy!☺ -Maçã do amor e pé de moleque. 🇧🇷🇧🇷🇧🇷 -อยากทำแบบนี้บ้างจังเลย👍👍👍😍😍😍 -超棒的手工零嘴!!!!看起來很好吃......(流口水 -Wow you are amazing -Dont you buy anything from market do you have to make everything in your house <3 -Love it ! You've never disappoint and always surprising me! -Such a peaceful life...is it all for real or just for your Channel? -Please, don't reply if it's not true. Let me dream that it's still possible to just BE... -Your home simply super your recipes very very super -I love you -How can someone be soo perfect.. 👍🏻👍🏻love from India -Fantastic as always ♡ -N Happy Chinese New Year ^-^ -Happy newyear 😘😘 -I'm in love with you 💕 from your neighbor country - Việt Nam -Who's the luckiest gay???? You are a lovely and such a wonder women i never seen before!!!!! -My favorite channel alwaysssssss😍😍🌷🌸🌸🌸 hello from indonesia💞 -How you make the pancake????? -What happened to me ooohhh i see i was lose my conscious after this video :)) love you zj qi ,🥰😍 -太强了! -La borreguita ya creció. Como siempre los tres siguiéndola...... -Que video tan hermoso y dulce 💗 -😋😋😋 -👏👏👏 -Beautiful video! everything looks so delicious!! thank you for sharing this with us. greetings from Chili -enge tikoy -一个李子染顶十个宣传部 - -A living legend! -واووووووووووووو -From Philippines.... Love hour videos -Thingsemim -you great and lovely -Happy Chinese New year. -😘😘😘😘😘😘😘😘😘. -💕💕💕💕💕💕💕💕💕. -Happy new year chị ❤❤❤ 🎆🎆🎆🎉🎉🎉 -Vợ anh giỏi quá...❤️❤️ -Happy New Year and lots of love from Australia! -Please add English sub plzzzzzz -Hi i am from kerala.i like her very much. beautiful place and beautiful way of living. -Happy New Year -I like dog -ALL of your videos are awesome..enjoyed it so much! -how many like liziqi -เก่งอะไรขนาด​นั้น​😊😊 -Poderia passar minhas férias com elas -冬天還有柚子啊?! -😍😍 -i love all the videos you make , you have a great skill of cinematography , and you are all-rounder too i wish to meet you -Love from Assam -Your place is very beutyful.. -祝你新年快樂🎆。從越南🇻🇳 -Nice video, i'm from indonesia -Chúc bà luôn luôn khỏe mạnh để mãi ở bên chị -Cùng chị làm video -❤️ -子柒 新年快乐 😊❤️ -Beautiful life -🌌✨Happy new year 🎉 beautiful human🙏🌿 -力气真大 -sinien kuaile -李子柒都好用心拍片😍 -I love your videos but i sometimes fid some things difficult to udnerstand. Could you please add english subtitles? -Did she cook the peanuts in dirt?! -雪花酥看起來好厲害 -Sooooooo beautiful...😘😘😘😘😘😘😘😘😘 -Best channel, didi(sister). I love that beautiful place. I wish I can be their. Soooo beautiful 😊😊🥰🥰😍😍🤩🤩. I am from Nepal and please also write in English. Love ❤️ you a lot🥰 -I AM HERE -Hidup serasa di syurga, apa aja ada tinggal metik . -Hay đấy -Happy newyear baby -So fun watch your videos! Love all of them! -這影片看起來就是舒服,真的很好有水準 -全是小时候的味道 我要学做糖葫芦 在日本能买到山楂就不错了!好像回去过年🧨 -My grandma loves you so much. 😊 -Happy New Year! wish your grandma, you and your pets health and happiness. -СУПЕЕР ! 👍👍👍👍👍👍 -MashaAllah😍😍😍😍😍 -Happy Chinese New Year to Li Zi Qi & lovely Popo :) -your all recipes are too gooooddddd -Happy Chinese New Year <3 love from Malaysia -I don't know why, but I watch all your films. I have theories confirmed in practice that they are too relaxing. -怎么回事啊?全是外文,华人的力量呢? -Wow 😮 you’re beautiful 😍 -Feed the poooooppiieessssss!!!! -อิจฉาชีวิตแบบนี้จังเลย -子柒啊,我都跑到国外网站上来看你了 -I love that, but what is this artificial nougat????? WTF marshmallows and snacks???? -😘🙏 -Wow -我喜欢看你的视频,很漂亮 -😘😍💕 -Can I plz know your name miss pretty women -Bcoz I don't know Chinese 🇨🇳 language -Very talented young lady! It is wonderful how she cares and respects grandmother! -Happy Chinese New Year dear.. really love your content -Plz subtitles in english -这才是新年的感觉 -soo sweet😭😭😢😢😘😘😙😍 -I'm hungryyy -Vợ tôi khéo tay quá các ông ạ -สุดยอดอะ -Happy Chinese new year à tout! -Happy new year from Germany. May you and your family be blessed with health and luck. And may your hard work bring you prosperity. Your Videos are always so relaxing and help to calm down in this stressfull days. -You so cute,you know? -这辈子应该娶一个这样的媳妇!!! -Nha tỷ cũng chuẩn bị don Tết nữa, tỷ giỏi thật 1 mình chuẩn bị bao nhiêu thứ, tu làm 🍬mứt dù loại 😍😁 -太厉害了。年货都准备好了,等着看你年夜饭那, 👍👍👍 -Always creative 💕..... Happy new year 🎊. -Why dnt you give food to your dogs -Девушка - мечта! -I love your channel!!!!❤❤❤❤❤❤❤❤❤❤❤❤❤ -I love your videos! you are so sweet like a doll, this channel is my favorite! grettings from México! -好想吃冰糖葫芦😋 -I love you, sister. -I honestly thought that at 3:37 she was going to start making fondant ! Lol -Who thought the same? - -I love these videos. It brings me so much calmness. -Так захотелось всё это попробовать. =) -So wanted all of this try. =) -uau td de bom. Muita criatividade -Hello i would like to know what is the other red fruit she coated with sugar called, aside from the apples? -I love your videos, Happy New Year Gong Hay Phat Choy -At 5:55 soo cute -谢谢你,让我回忆起了小时候!特别感谢你!还有我们一直支持你!加油柒姐!你是最棒的!还有就是不想你一个人那么累了!想你找一个懂你,爱你的人一起分担!从你一开始都在关注你!从我在国内开始,到现在在国外了,还在关注你。加油💪 -小狗🐶小羊好可爱啊!大锅大灶做出的饭菜才香!爆米花开爆时,子柒的反应太萌啦! -😄😄 -很容易靜下心來把整部影片觀賞完,很喜歡妳拍的這支影片也祝妳新年快樂事事順心 -А собачкам дала еду? -Happy Lunar Year. From: India -Hạt dẻ -when she couldn't decide whether to cover grandma's ears or hers 😂 -Just love ur videos -羡慕啊,这都26了我只能加班。。。。。 -Nice video - -Great perspective from the top at the grass field. -Super love your videos❤❤❤ -Where is this? I need a peaceful place like this to live!!!!!!🙃 -Việt Nam có ai xem điểm danh điii❤😂 -Hạt dẻ đặc sản Cao Bằng mình nè 😘 -Happy Happy Lunar New Year to you Ziqi, Popo, n you all guys. Gong Xi Fa Choi. -wow......fruits and fruits and fruits......please add english subtitles...plz plz plz -From Philippines with ♥️ -喜欢看狗狗和羊 -😊 -Amazing. ❤ -She really manages to show the beauty of rural chinese lifestyle. I know it is not 100% realistic but the essence is there. Really nice work refining chinese culture in these high quality videos! -happy chinese new year to you. im so amazed with your videos, pls upload more -Salm dari indo... -Việt Nam ơi!!! -She is so cute -I love roast chestnuts ☺️ -Như thiên đường ấy ..e chúc chị 1 năm mới..AN KHANG THỊNH VƯỢNG _ VẠN SỰ NHƯ Ý -好濃郁的年味兒~ -Happy chinese new year -我来自越南,我喜欢你的视频❤️ -헐 탕후루 ..❤️ -😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍 -You are so awesome .. Really !💓 -传统零食看得我口水直流 ~ -All the love from India 😍 -Happy Chinese new year!🥰 -J aime -6:54 Is this sand ? why did she roast peanuts with sand ? -❤️ -厉害 -Happy Chinese New Year 🎉🎉🎉 -Woooaa😁 -Doken kapa mola ma... -Happy Chinese New Year!! Your video is amazing! You are amazing 😊 -Indonesia v: ? -Today's video is: Amazing!!! -Witam wszystkie filmy , które oglądałem są wspaniałe jestem pod wielkim wrażeniem wszystkiego co robisz od dań po budowę wszystkich urządzeń do domu a teren i okolica jest piękna nawet w zimie są owoce na drzewach. Ciekawy jestem jaki to rejon Chin ?. Pozdrawiam i życzę Szczęśliwego Nowego Roku Księżycowego :))) . 你好我觀看過的所有電影都很精彩,我對你所做的一切印象非常深刻,從菜餚到所有電器家居的建設,即使在冬天,樹木上也有水果。 我想知道中國的地區是什麼? 問候,祝你農曆新年快樂:)))。 -Nǐ hǎo wǒ guānkànguò de suǒyǒu diànyǐng dū hěn jīngcǎi, wǒ duì nǐ suǒ zuò de yīqiè yìnxiàng fēicháng shēnkè, cóng càiyáo dào suǒyǒu diànqì jiājū de jiànshè, jíshǐ zài dōngtiān, shùmù shàng yěyǒu shuǐguǒ. Wǒ xiǎng zhīdào zhōngguó dì dìqū shì shénme? Wènhòu, zhù nǐ nónglì xīnnián kuàilè:))). -Even if I don't understand chinese i will stil watch your videos! It is just so relaxing and I feel so peaceful thank you! Happy lunar new year! -사랑해요 ㅠㅠㅠ💞💞💕💕💞💕💕💞💕💞 -新年快乐。她真好棒。 -She can survive in the end of the world. -小柒和阿嬤好可愛 -你被嚇到的樣子🤣🤣😂 -U are my favorite .love from Kerala -يمي يمي انا بحب الكستناء كتير 😋 -I am Thailand. I love your channel a lot. 🙏💓 -New video .. Yesssss 💃💃 -You're so precious I'm crying, thank you for this long video this is beautiful, also everything looks so yummy especially that marshmallow candy... Happy Lunar New Year, love you! ❤❤❤ -Tanghulu 😍 -Ra nhiều video hơn đi chi -wow, you can do it at all, i love her cooking -中华田园犬真可爱~~ -Terbaiklah -👌 -I like u so much because nature food yummy -Coloring - the 'overcast lighting': its interesting that even tho she has sunny days, they all look, due to the coloring she must choose, to be overcast days...the blue cast to them all. Goes along w the blue coloring of all the clothes... smile -びっくりするところかわいい -Happy Lunar New Year!! -This is the best video I’ve seen from your channel. I like all your videos but this ones exceptional. It’s satisfying. Love from Philippines ❤️ -I wanna marry her❤️😍 -Happy Lunar New Year -It's different video. I'm so excited too watch till end -One woman production machine that outdone the work of 10, all done with style and grace. -春节快乐🎉🎆 -5:54 she so cute -Happy lunar year xiao titi -Happy Lunar new year 李子柒 -Is the older lady her mom or grandma? -差不差燒火的,專業燒火二十年,求包養,給口食就行😂😂 -Thank you again for sharing your life, -Happy Chinese New Year!! -你的手一定很燙 -每次看都很舒心 -Her life is so busy -thực sự mình xem kênh này rất lâu rồi , kênh này đem lại cho mình cảm giác bình yên -You are very awesome great & strong woman.. amazing 😍 i'm from indonesia -You are so talented. I love your videos .Thank you so much .😍😍❤❤ -dog want love too.....this is asian meth -Enjoy your channel. Love it when you do add subtitles in English. Look forward to other videos from you. -Ako lang ba ang nag aantay parati ng video nya?😭😭🇵🇭🇵🇭🇵🇭 -ฉันมีความสุขที่ได้ดูเธอ ขอบคุณ -video lần này hay quá, xem đã thấy rạo rực không khí tết rồi <3 -She is so cute :<3... Watching this video makes me turn back the time I was in the countryside. Love ya, sis -6:12 what is next to popcorn? -Love you sweet heart. I will meet you for sure -Whether these videos are really made by her or not doesn't matter, it's still a damn good video. -Happy Chinese New Year. -新年快乐! -사랑합니다 -I hope you upload again in chinese new year 😍 -Wow baru 4 jam dah 300ribu keren banget. -😍😍😍😍😍 -Ter fav ❤ -Awwwwwe give the puppy some!!! -😍 -Ooor she was prepared for Chinese new year.. i have no idea.. cool!! -You are my idol -Em là ng VN đây có ai ng VN điểm danh phát ạ -好喜歡喜歡這一集~~~~~ -中文食物的翻译是最难的了哈哈哈!等待有一个热心的翻译!另外提前给大家拜年! -Happy Chinese new year!! This video is awesome. God bless you and your family. - -Happy new year -I always watch your videos - And i love it so much even though i don't understand what you are saying hahaha hope you could put english subtitle thanks ☺☺ - love from philippines😘😘😘🇵🇭 -子柒治愈的视频 -Thi is for imlek? -Amazing ❤️ creative .... -I like you like you like you 🧧😘😘🥰 -Paradies -冻坏老太太。 -人美,画面美,节奏美,内容美,意境美。中华文化大使。 -I love you.i am viet nam . Yummy -So great. I love it. Thanks. -She is very hard working and beautiful luv from pakistan9 -想拥有比这更快的视频片段吗?我等了很久。我是fc。你来自泰国。 -From VietNam -Happy lunar new year 🐷 -Quem filma isso tudo será, algum irmão? É maravilhoso -Wonderful work art...I need someone just like u to work for my restaurant...nice enjoy it. -祝你新年快樂。 還有小羊小狗新年快樂。 堅持做自己 😁📽️🎬📺 -호우,, -I m watching the puppies doing when they show up haha -Sao chi ay gioi qua! Ai thay xin de lai 1 like -지구촌 글자는 다보이네 글로벌 인기만빵 ㅋㅋㅋ fantastic !!! -专门过来看外国人评价的 -I love your pet. So cute 😆😆 -💋💕🌹🌻😘 -被爆米花嚇到好可愛(ㆁωㆁ*) -Вы молодец. -Happy New Year 🎊🎊 -한국인 계심? -You make everything you do look so simple to make ! Awesome 👏 -Thích nhất cái sâu kẹo hồ lo, thì ra cách làm là vậy 🍎🍎🍎🍎🍎🍎🍎👍👍👆👆 -Happy Chinese New Year from Indonesia 😄 -真想和你一起過年,看起來就非常的豐饒 -Land of paradise 😭😭😭 -ทั้งสวยทั้งแก่ง -美味しい -الي عربي يحط لايك -祝福大家,新年快乐🎊 -your life is soo great, please make more videos in the future, your videos are so inspiring, i will trade the modern world to this kind of life 😊 -狗怎麼越養越多? -四川那边还产柚子??李子柒那里什么都能种啊? -So amazing ❣️ -10:07 poor puppies, they just wanna taste!😦😣😍🐶 -Love ur pets -I know a lot of people says this to you.. just wanna say YOU ARE AN AWESOME WOMAN. -Thank you so much for showing traditional New Year treats! In the United States, we only see a fraction of what you made. Happy New Year! -look like dream........ -อุดมสมบูรณ์มากครับ -So much preparation goes into this. You're a superwoman! Happy Chinese New Year :) -真材實料的年貨,沒有任何化學添加~ -Lots of love from India. -I'd like to eat at her house for dinner...and then stay for dessert, if you know what I mean (that's not a euphemism...I really just want to eat the desserts...they look great). -From Thailand love your video so much -*This one DEFINITELY needed English subtitles so we could try to make the recipes!! PLEASE WORK TOWARDS INCLUDING ENGLISH SUBTITLES ON ALL OF YOUR FUTURE VIDEOS! PLEASE¡!¡* -Encouragement from france 😊😊😊 -Me gusta ver lo amable que es con la señora mayor. -So delicious 🥺💖💖, happy new year!! -Does the lamb go ba-a-ark? -love you liziqi...i am from bangladesh...i am your very biggest fan believe me..😍😘 -please give subtitle indonesian. thanks -This girl is far more beautiful than those of Kardashian ladies to mee... Hahah😂 -Yêu chị quá ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ -Vừa giỏi lại vừa đẹp -Happy Chinese new year ☘ -น่ากินทั้งนั้นเลย🤗 -Chella kutty 😍 -💝💝💝💝🌈 -เย้ คลิปนานขึ้นอีกนิดแล้ววว 😍😍😍😍 -Hayy , ang swerte ng asawa neto -好多年货,看的我好饿 😍😍😍 -mallu frnds like -Such an amazing Child, Happy New Year to you and Popo. -I like it 💜💜💜💜💜💜💜 love from Indonesia ❤😭😭😭💜 -🐼Wow!!!💯✔ -Đợi bã ra video mới mà chờ mòn mỏi 😭 -都是过年的味道哈哈哈 -Ohhhh goodness so. Funny.... Naughty popcorn. -¡Mmmm! Que rico. Que paciencia para cocinar. -FINALLY ❤❤ -5:59嚇噴好可愛~ -I like you 🍎 you so nice 🍏So Smart🍎I Love JAPAN 🍒 -看着年货,馋哭了 -اكو عربي 😍 -Thík cuộc sống như v💕 -Please give english subtitles..am ur hardcore fan.. -Oh I am so hungry now HAHA everything looks so delicious. -nhìn thích thật hihi -I love you -อยากรุ้จังหมากินไร 😁 -q fartura.quanta coisa gostosa.vc e mt talentoza -Your vidio is really well made😍😍😍 -Beautiful human being -Happy new year dear may your life full of love,happy and gratitude... Love you dear...💖💖💖😘😘😘 -Glad I found you. Your videos make me calm, happy, hungry and amazed all at the same time. If you ever ran a 7 day tour to just hang out with you doing your daily activities I would sign up no doubt! ❤ -Anybody from kerala? -잘보고 있습니다. 할머니랑 같이 있는 모습이 참 좋아보여요. -Outstanding -Castañas!!! Love it too!!! -幾隻小狗和小羊跟在後面好可愛(˶‾᷄ ⁻̫ ‾᷅˵) -Yey finnaly you upload it -When I watch you, even I was full, I get hungry. -Team của Việt Nam 🇻🇳🇻🇳🇻🇳 đâu rùi mn - - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -OSError: [Errno 0] Error - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 449, in send - timeout=timeout - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 720, in urlopen - method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\retry.py", line 400, in increment - raise six.reraise(type(error), error, _stacktrace) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\packages\six.py", line 734, in reraise - raise value.with_traceback(tb) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen - chunked=chunked, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request - self._validate_conn(conn) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn - conn.connect() - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\connection.py", line 394, in connect - ssl_context=context, - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\urllib3\util\ssl_.py", line 370, in ssl_wrap_socket - return context.wrap_socket(sock, server_hostname=server_hostname) - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 423, in wrap_socket - session=session - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 870, in _create - self.do_handshake() - File "c:\users\lzjun\appdata\local\programs\python\python37\Lib\ssl.py", line 1139, in do_handshake - self._sslobj.do_handshake() -urllib3.exceptions.ProtocolError: ('Connection aborted.', OSError(0, 'Error')) - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 58, in run - next_page_token = spider(next_page_token) - File "C:/Users/lzjun/workspace/python_scripts/youbute_comment/__init__.py", line 35, in spider - res = requests.get(url, proxies=proxies, params=params) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 75, in get - return request('get', url, params=params, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\api.py", line 60, in request - return session.request(method=method, url=url, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 533, in request - resp = self.send(prep, **send_kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\sessions.py", line 646, in send - r = adapter.send(request, **kwargs) - File "C:\Users\lzjun\.virtualenvs\python_scripts-yYepqiGT\lib\site-packages\requests\adapters.py", line 498, in send - raise ConnectionError(err, request=request) -requests.exceptions.ConnectionError: ('Connection aborted.', OSError(0, 'Error')) - - -Happy Chinese New Year ! Thank you ! -Put advertisement for money... your channel deserves it -i love you so much. Happy Chinese new year, -I like u so much ❤️❤️ -Lots of love 💟💟💟💟 from India -Tôi rất thích các đồ ăn này nhưng tôi sẽ chọn em này vì có người là có đồ ăn😁😁😁 -tumben 10 menit 😍 -nice.. but we need english subtitel -nice.. -5:58 ㅋㅋㅋㅋㅋ귀여웡 ㅋㅋㅋㅋ -I am new cooking so can you saw in English -Can someone explain to me in English who she is? A paid actress or a chef? -She preparing candies and snack for Chinese New Year. She is giving away the candies and snack to her fans in Weibo. -Love it😘😘!!!! -В Китае,как в Греции-есть всё. -I like your video -199 dislike? 199 jealous people, she’s amazing ❤️ -贤妻良母。 -Xie xie,wei kou hao! -New subscriber here, Hello! love your videos.. it would be really nice if you can write the names of the ingredients in english -Dogs felling hungry and l also.yarr.love you from your neighbour country🇮🇳🤗😍 -You are strong women👍 -05:58 nice reaction -Ето изумительно,талантливо,и так по настоящему!😊👍 -请问大家在欧洲如何才能弄到像李子柒用的那种可以烧火的小炉子啊,我恨透了没有火只有电做饭的日子。 -5:55 she so cute 😄 -U are amazing is there anything you can't do -婆婆好幸福喔! -Just wow!❤💪💪😍😍😍😍😍😍😍😍😍 -5:59 😂😂😂😂😂😂😂😂😂😂😂😂😂 -love you ♥️ -was this dry fruits edition???☺️☺️☺️ -💜💜💜💜💜 -The lamb thinks it’s a pet dog. I hope it doesn’t end up being a meal. -I had these candied hawthorn berries on a stick in China and they are pretty much my favorite food now...tart, tangy and sweet! -做完这么多糖球,要分给谁呢 -自己用這些點心好棒呢,被爆米花嚇到跳起來很可愛 😂 -我祝愿所有中国人和非中国人的中国人幸福快乐 -💖🙏 -Hello, what is the occasion? And how do you clean your huge wok? Thank you for all your videos 😊 -How do u wash those heavy woks? Pretty heavy -Yur babies are growing nicely, i would love to spend a vocation at yur location. Enjoying the atmosphere,food and all the different techniques u practise. Truly amazing, Loved it. -tem vn điểm danh -شنو عايشه بل الجنه كلشي يمه -想起小时候的年货小零食了 -👍👍👍🤗🍎🍎🍎 -Hi....I'm From Bangladesh!!!! Love to see your video!!! All of your video is so nice!!! Wish you all the happiness!!! Happy New Year.... -I watch what you did and all I can say is you are so amazing. -Lots of love from Fairbanks Alaska -I m eagerly waiting for your video..... -You are just too awesome at work and your recipes are one of the best.👍 -I love it -When that little sheep following you 😀😀😀 -Happy New Year!! I wish I could taste all these lovely things!!! -姐姐新年快乐! -第一次知道栗子是这样来的 -还有那个是流星吗? -Any Indians here -wow -好可愛的小根班(小狗、小羊) -Ước gì đc như chị ấy 😂😂😂 -Wow....... 😮😯😯😯😯😯😮 -I enjoy watching your videos 👌 -Very neat nd precise ! -Bagus banget video nya -When she will meet her destiny? I'm waiting here 😍 -I love your vídeos 😙😙😙😙😙 -I love your videos. God bless!!! Happy Chinese New Year 💗 -VietNam? -She looks like the perfect model for ning xi -I like your videos 💞 -Happy new year 💕💕💕 -好好看, 人美手巧 祝新年快樂,身體健康 -当爆米花部分爆炸时,我喜欢它。 -Superb... I love u... Fans from indonesia -Indonesian is here😄 -I love your videos... -Lắng nghe mùa xuân về! -好幸福ㄚ~~~ -can anyone please let me know the title in English💦 -你好才华很羡慕啊 -我爱你!! -😍😍😍amazing love your video,,happy lunar year -Happy Lunar New Year! ❤️❤️❤️ -Chúc mọi người ăn tết vui vẻ 🤗 -Take all of my UWU. -❤❤ -ohh my heart is melting😭i love your videos so much❤️❤️❤️❤️ -看得我好饿啊!!! -子柒姐姐在爆爆米花的時候好可愛ww -Love your video from India -Can someone tell me what she is preparing for? So interesting! -English subtitles please... -Please make bak kwa -*Who were knowing about chainese new year only from these comments* 😚 - - -Edits: like me !?.. -woww so much delicious ❤ -Happy Chinese New Year -อยากกินจัง -капец вкуснятская вкусняка -Как все красиво!💗💗💗 -Love from South India 💙😍😍 😍 -sắp đến tết r ae ơi =)) -女神の可愛い一面が見れて嬉しいです!! -新年快楽!! -これからも作品楽しみにしてます。 -amizing food!!! -Its amazing how she did all of em by herself 😱❤👏👏👏 -Ohhh my god u r awesome girl,im a women but u r tempting me to marry you -小毛孩們全部乖乖的跟在身後,太可愛了 - -Mê gia vị của chị -Happy New Year -U r a extraordinary girl -Việt Nam đâu điểm danh nè -Super! 🤗🌹🤗 -李子柒姐姐你是我的偶像。新年快乐!❤️🇨🇳🇨🇳❤️ -哇数码宝贝bgm! -Great ☹️❤️❤️ -you are rich lady, you have anything. i love your chanel so much. -新年快樂! -shez a wizard, isnt she? -Спасибо за позитивное и красивое видео, ждем следующего -These sweetmeats look delicious🤤. Beautiful video as always. I wish you and your Granny a happy lunar new year. -Ya extrañaba los vídeos 😆😆bendiciones Gracias x este lindo video -หมาน้อยหิววววว -Very nice 👌👌 -子柒太牛了 -Super women is back! I am sniping my coffee and get ready to work. Perfect timing to watch this beautiful talented lady -Щенки такие худенькие( -你好, 你好, 你和你奶奶好嗎?我喜歡看你的指示..。我很想去。是世界的這個地方.....。我喜歡山的背景...... 謝謝你美好的一天.....。 -Love your life -영상보면 방학때마다 시골에서 보냈던 그때 생각이남 ㅎㅎ 어릴때 마당 평상에 누워서 여름에 수박먹으면서. 별이 진짜 우스스 떨어질것처럼 하늘이 반짝반짝✨그때가 너무 생각나고 그리워요. 간접적으로 느낄수있어서 좋아요 모든지 뚝딱만드시는것도 대단 고양이오븐 ,옷도 만드시고 대나무로 의자도 뚝딱 만드시는거보면. 대박 !!멋있어요 ㅎ💓💓😊😊😊👍🏻 -What a woman u r , wow I'm just amazed, hats off u girl, and my 💓 wishes to u and happy new year, enjoy, love from India. Keep posting , I like u sooo much , I'm a staff nurse and having 2 children's. -What’s not to love... -I love u Leziqi... Happy chinese new year.. -What a way of Life. -春節可以到你家作客嗎? -In Vietnamese -Your videos are such a joy to watch. Rather you have captions, or not I'm always caught up in the magic of it. -Who took video from above? Please answer me. -Hpy Chinese New Year!!! Greetings from India ✨🌈💕 -Love -За тобой интересно наблюдать -Happy Chinese New Years , My Idol. -粮食放大器。。开炮。。 -💖❤️😍 -Mantulll -Quảng cáo fitme, toàn gái xinh, cho hỏi nhóm j vậy ta? Vn điểm danh ☺️ -Mom I found perfect girl for me 😍😋 -Baby sheet is so cute! -ชอบมากค่ะติดตามทั้งในเฟสและในยูทูปภาพสวยมากๆๆ -Amazing as always! All those goodies looked delicious. Anyone know what the orange fruit was that she sliced and dried? Looked alot like mango without the big seed. And granny's hat...love it! -Wow nice video nd nice girl....... 🌹🌹🌹🌹❤️❤️❤️❤️❤️👍👍👍👌👌👌👌👌 -看了這個視頻 讓我不禁想說還有什麼是她不會做的嗎 -Nhìn ngon quá đi 😍😍 -All these things are preparing for enjoying our lovely stomach 😍😍 -Pleeeease give something to the doggies too... -Those seeds you were cracking in the beginning I love those..roasted .. we call it Thyosolo-thi 😋 -Anyone her crazy fan's here??😊😉😍 -happy holiday, best wishes to you all! 新年吉祥万事如意! -She house have everything. Looked great ❤❤ -English...... subtitle plz -I really love your videos. I wish I could taste your food. Advance happy new year ❤️ -很好啊!!! -Hay quá, ước gì mình như cô ấy -Bonjour Mademoiselle ! -I was waiting for your videos, I feel like it's worth waiting 😍😍😍😘😘😘. Lots of love from India🇮🇳 -Love you -I'm from Spain, i love your videos! -Super top -Such a wonderful place to live ❤️❤️ -Gong xi gong xi 2019! -😊😊😊😊😊👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻❤❤❤❤❤❤❤❤❤❤❤❤😘😘😘😘😘😘😘😘😘😘😘😘👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻 -Thank you for uploading! I feel like watching Harvest moon because of the bgm 😄 -So so industrious.. Love the way you prepare food -Me gusta mucho este programa! Hay algo que Quiero saber, y, Es ; si estas personas, se Comen a los perros??? Me pueden responder?? -she is just amazing... big hugs from the caribbean -There should be subtitles to her recipes. -Me encantas¡¡¡¡ -very very fun!!!♥♥ -From Bangladesh. -A nice video...happy new year 😍😙😗😗 -Love from vietnam -4:36 it's look good.😋 -nhìn thích thật . trái gì cũng có ,rau củ gì cũng có ... -Wish you happy new year -To lovely girl 🌞😘🤗 -This video probably one of the best ! -狗狗好萌阿~ -這樣的年貨點心也太豐盛了<3 -小羊羔长得好快啊! -Love china, love the people here -Happy new year -روعة ما اجمل المكان والابداع 🌹🌹🌹😘🍡🍡🍡🍡 -❤❤ -😍😍 love u -your videos r truely amazing....soo calm n soothing..Lots of love from India 😍😊 -Beautiful girl 🌸🌸🌸 -🌳👍🏼👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👏🏽👌😋🙌🏽🙌🏽🙌🏽🙏🏽 -Chúc mừng năm mới! Tết Nguyên Đán vui vẻ! -好有圣诞feel -想吃 -狗子踩着火盆不烫joy吗😂 -😍😍😘😘 -Hello 😀😃 superstar -the gifts look great! happy new year! -Winter snacks 🤗🤗 -ME DA TRISTEZA VER A LOS PERRITOS VELANDO LO QUE USTEDES COMEN Y VEO QUE EN NINGUN MOMENTO USTED LE DA COMIDA ME GUSTAN SUS VIDEOS SUS COMIDAS QUE PREPARA -many fruits in the this video I know very well, we have in here too delicious, just we cook a little different ways.... Nice video byebye love from Eu..Y'.. -Woww -Wonderful -Your Video's give me immense peace and joy 🙏 -Çok hamaratsın köyde bekar kuzen var zengin seni onula baş göz edelim olma mı - -Fan Việt Nam ạ! -Very nice chines life style -I feel for the dogs 😆 -ชอบมาก น่ารักสวยเก่งได้เป็นเมียโครตสบายเลย -Chinese Traditional Snacks For The Chinese New Year - - -Chinese sugar-coated fruit -Spicy beef jerky -Dried mango -Peanut sesame brittle -Roasted chestnuts -Popcorn -Salty sunflower seeds -Fried peanuts -Crispy fried egg roll (egg liquid 50g, milk 120g, plain flour 100g, honey, granulated sugar 50g, corn oil/unsalted butter 50g) -Snowflake crisp (non-stick pan: important, marshmallow 200g, milk powder 130g, cranberry, chestnuts, cookies, dried strawberries, corn oil/unsalted butter 40g. The ratio of marshmallow, milk powder and butter is so important. The crisp will not be so hard or too soft, but chewy at the right ratio. ) -우리나라 처럼 뻥튀기가 있구나ㅏㅏ신기쓰 -I like your programs -Cinderella in the forest foraging for food with her friends. -Lindo -السلام عليك عمل في القمة واصلي متتبعتك من الجزائر -Very beautiful videos, but could you translate names of food in English? And happy Lunar New Year -Dễ thương quá đi mất. Thất tỷ e yêu chị nhiều lắm 😘😘😘😘😍😍😍😍 -💗💗💗 -...... Yes one girl can do everything...... You are my inspiration dear ..... -Ngóng mai ms thây sư tỉ lên video ms -看來有好多吃的零嘴,好想要唷~ -Wow... Fan from India -撿栗子時,一直跟在後面的小狗與小羊好可愛啊。另外,李子柒是萬能的吧,什麼都會做。 -I thought it was for a feast something like that. Whom are you sending it to??? Is it me😱???😆😆😆 -我是四川德阳的好近啊哈哈哈 -You so late in video upload why sister -Wow beatifull video tanks -A full video with snacks yum yum 😋 😋 -Happy chinese new year -This is one way to wake up in the morning and start a new day. Great video and the work you had to do to produce this is awesome. -May this new year be better than the last for you and your family. -very nice video. wish you a very Happy New Year. -是幸福的味道 -Im from Việt Nam 🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳..i love you forever.. -Lots of love from Assam(India) ♥️♥️ -So cute. I love your video. -Loved ittt -Welcome backkkkkkkkkkk -Chuẩn bị tết đây rồi -Love you -Kari Digimon! Me encantan tus vídeos! Saludos desde Argentina! -Việt nam điểm danh -子柒啊!追完微博,b站,我来油管了 -Happy new year 2019 -In Peru, we call "maná" to popped corn, it is very popular in Cusco. -Paradise place. -Anyone plz tell me name of this place. -Everytime I thought the video was gonna end it just kept going - -Love the long videos xD -I loved it -My goodness very beautiful video and very clear...your fan here in the Philippines... -Ur a cute child -Happy Chinese new year to year. Hoping that you have wonderful year ahead ❤️ -what is that spiky thing??? -Happy lunar New year guys -ชอบมากๆ -好豐富啊~😋 -May I know what is that crystal-like stone you always put on your recipe? Is that a home-made sugar cane or a processed sugar -钩针编织在我的频道欢迎 -Niece. ..👏👏👏⚘my name is shaymaa. I love in Baghdad -Happy Chinese new year ..... Thank you -感谢所有我学会以不同方式生活的视频,要了解自然,去爱它,尊重它,享受我的沉默时刻。愿宇宙充满你的祝福。 -我是来自玻利维亚 - 南美洲的作品,我希望与大家分享一些我住的地方的照片。 -So beautiful and so peaceful -wonders full video nice video -Haha how cute was that, her 3 buddies following her 😆😆 -Oi!!! Uma delicia não? Ao menos imagino que é uma deliciaaaaa !!!!!! -عربي مر من هنا -с новым годом))) -i think all the dislikes are jealous western women -Que lugar maravilhoso! Amo seus videos❤🇧🇷🇨🇳 -nữ thần của tôi -祝你过年快快乐乐! 看起来很轻松啊! -Pls do have english translation coz i oove ur videos -Türkiye 🇹🇷🇹🇷🇹🇷🇹🇷🇹🇷 -❤❤❤👍👍👍👍 -👌👌👌👌💖💖💖 -А барашек то подрос))))) -I love you -Very very impressed! I admire you a lot! 😇 -Miss you so bad -any one from nepal -奶奶头上戴的帽子好特别哦,有人知道是什么特殊寓意么 -she very good cooking -One of the best, survival skills *cough* i mean, video *blush* -I love this videos you cook very good big kiss -Wan'an ;),,,,, happy chinese new year,..... i'm from indonesia. :) -I love your videos. From Azerbaijan -好多小狗狗 是養多少隻啊 真可愛的小狗狗 -Qong xi fa cai Jie Jie😆 -好丰盛的年货! 春节快乐! -I like you verry much... -This sweet lil lady is incredible so full of life and energy allways busy and from what i see on time she's truly a delight and a pleasure to watch again i say one of gods lil Angels hard at work........ -Thích chị quá -They look absolutely beautiful and delicious -Simply fantastic as always! Unbelievably great. But why this distracting not fitting music? Your wonderful videos with pure working/cooking sounds are much better in my opinion respectively for my kind of taste. Nevertheless: Thanks a lot for making, taping, editing, uploading and sharing. -Happy new year dear show your videos with urdu or english subtitle so that we can also enjoy. Love from Pakistan -Cho mk xin cánh tay của vn nào -Ai vn like nha -Yêu quá ❤ -😍 -This was my first to see a 10min video that you have. Im so happy. Its been a loooong time! Iloveyou! ❤😍 -I like in your video’s♥️. Good luck and happy chinese new year. I from indonesia😍 -so many nuts in this episode it's driving me nuts... -Happy Chinese new year🎆🎆 -I'm from North-East India and our tribe name is Karbi... We karbi people also celebrate our new year on 1st February😊 -Happy New yaer -I like flower vase on the table where she cooks, they are simple, wild, natural but very beautiful -جيد عضيم. مشاء الله -又过年了 -Great video. Boom ! Scary. -Love you 😍 🥰🥰🥰 -Happy New Year ❤️😍 -Việt nam❤ - -I love the way u make everything look so yummy n easy and all from scratch. Happy Chinese new year -一只小羊,两只小奶狗,乡间的小路,小姑娘。我的心都化了。治愈。谢谢。 -lindo demais -5:55 is the best moment for me. Kind and caring act plus your cute reaction. Such an adorable girl... 🌸🌼🌹🌸🌼 -Dê lớn nhanh v -Sắp có vid về thịt dê r -🤗🤗 -Maligayang Bagong Taon. -Happy Chinese New Year to all of you -喜欢你 新年快乐🎊🎆 -Beautiful girl🌷🌷hello l am from indonesia -超级喜欢子柒,每集都喜欢。祝愿子柒新春吉祥,奶奶身体健康。期待更多视频。 -So lovely to watch your video -Happy Chinese new year 😊❤️🎊🎉 what's the name of the background music? -Chúc mừng năm mới from Vietnam -อยากชิมบ้างจัง -😃 -Kalo liat ini. Hidup serasa tanpa beben 😇😇 -This Video is just fantastic!!! I love it sooo much!!!😍😍😍😍 -The sheep is getting bigger and bigger every upload. So as the puppies. I can still remember when u created that clay oven. -5:55 hi -Yeah it's Li Ziqui the phénomène i dream of tasting one of these récipes🍽️ -我问 吃 瓜i哦 券 -I like your video -Giỏi vãi chưởng -Happy Chinese new year from Indonesia -VN đâu rồi ? -Happy Chinese New year sis🎇 -это рай что ли ? у нас даже картоха сама не растет -có ai người việt xem k -1:36 là quả j vậy -Hay quá chắc tỷ chuẩn bị đồ Tết -all of this from the creation of God -5.17 digimon adventure 1 ost ☺️☺️ -Finally. Happy my day. -Where is location on video? -I love your video. Happy new year 😘😍💜💗💓 -Bellissimo . Con questo mi sono innamorato della vita in campagna -now that's a lucky man -Happy Lunar New Year!!! 🙏🏻🙏🏻🙏🏻🙏🏻 -After completion of this video also I can't take my eyes off -Happy Chinese New year 😘😘🎉🎉🎉 I really appreciate all your videos.. mild song with a wonderful nature 😘😘😘🌹🌹🌹🌹🌹 -Jan 31, 2019 posted 3 hours ago video already has over 236,000 views.... that's 1,300 views per minute, amazing. :) -The dogs are so cute lol! And that sheep that think it’s a doggo -Plaese Show us, how you Feed the dogs 😍🤗 -Happy Chinese New Year -🙏🙏🙏🙏🇨🇳🇨🇳🇨🇳🇨🇳💕 -Happy lunar new year , wishes from Canada. -I LIKE THAT CULINÁRY. - -YOU ARE CRIATIVE. - -CONGRATULATIONS. -very nice 😍 -I love you sister -Happy Lunar New Year -I like your vidéos . Im from frensh 🤩🤩🤩🤩🤩 -Love your videos ❤️ I am from Thailand 🇹🇭 -Happy Chinese new year 🧧 🧧🎉🎉🎊🎊🎉 -All your videos have a quality of documentaries, i love your valuable works. -Love from Turkey 💚 -I am an Indian 😘😘😘😘😘😘😘😘😘😘😘😍 a good fan of Chinese food,a biggest fan of you -ماعرف ليه لازم اشوف فيديواتها ب استمرار -❤❤❤❤❤❤❤ -I can watch her for 1 hour straight 😄 -Phim tên j z -She is so bless -❤ -Where is this place? Would love to visit it. 🙂 -Happy Chinese New year 🐷 -Nhìn mấy cây bưởi quýt....chín mà ham quá. Cái gì cũng có sẵn đã thật -5:16 What's the name of this song? -i love your cooking -Lucu topi nneknya.aq dh sub ce.sinnienkuaile -perfect girl... -Щасливого Китайського Нового Року Вам і бабуні! -虽然很可能没人懂这个梗,你知道阿基米德原理么? -Thôn nữ 😪 giá như cô ấy còn độc thân -好厉害,好可爱 -又要過新年了 -Cool -希望婆婆 永远健健康康 -Why she packed all stuff? -മലയാളികൾക്ക് ലൈക് അടിക്കാം ...👍🏻 -You are so beautiful, thank you for these wonderful videos. -Happy chinese new year my favourite young lady!! Im from Malaysia -wow. such a great passion and talent. you are very bless Li. Happy New Year -we also have ricepop and cornpop in Vietnam. its so similar to what you showed in video. It not sweat like popcorn, just alitter sweat form the corn itself. -Thankyou dear -Love u sooooo much and love ur all videos,from afghanistan -那隻羊好可愛 -5:57 cute momment😁😁😁 -А для чего они это все сделали? -No kids -Cừu đáng yêu -Video is very very BEAUTIFUL and I LOVE YOU SO MUCH -厲害了!我的姑娘! -祝在座各位大家新年快乐,猪年大吉! -李子柒小姐姐的影片就是視聽的享受。 -原来我们从小到大爱吃的零食都是这么做出来的!你太神奇了!谢谢你让我们看到这个视频,身心愉悦! -子柒一个人包揽了所有年饼太强了 -i love your videos. happy lunar new year❤ -plz provide english name...of ingredients.. -本片精華5:56,也太可愛了😍 -the red fruit that look like apple /is that tiny apple -Love from indonesia -First time knowing how tanghulu was made. Happy Chinese New Year Supergirl! 😊💕🎉 -💖 -Vừa đẹp vừa giỏi nữa - -Türkiye 🤗 -❤❤❤🌷🌷👍👍 -6:01 那腿都吓飞了 😂 -You deserved so much love and respect ♥️ god blessed to you and your family #sunshine #keepdoingthework -❤❤❤ -شي حلو والله يا رتيني عايشة بهل مكان -This is enough to make me want to learn some mandarin.. or is this one of the other dialects? Obviously i'm clueless here. -شي بشهي. وهالترتيب👍❤️absolutely amazing. -يوجد عربى -美 -💕💕 -Có ai ng việt nam lạc vào đây ko -Người viet nam xem điểm danh hihi -Mình cực kỳ thích những video của tỷ luôn, đậm chất cổ xưa và gần gũi với cuộc sống nông thôn, rất khác biệt so với video của những người khác 💚 -Fantastic Fantastic Fantastic really I liked this video and your cook all your cook in fact this life so amazing and wonderful life too thanks my dear for sharing and happy Chinese New year-- greetings -I love you girl .. I really idolized you 😊 -Lol when the popcorn boom 😂😂😂 -猪年快乐! -You and your pets are so cute and sweet 😍😘 ur my favorite -Happy chinese new year ☺💐 -Hạt rỗi -a wish of Luna Newyear....... Please! upload your old videos onto youtube! I cannot watch it beacause Im form driffrent region -All the best for coming year ahead dear❤ -Translate please -相変わらずかわいいですねえ癒される -Happy Chinese New Year 💕 -I'm in love with this beautiful lifestyle -😍😋 -Nice -ชอบจัง FCไทย -Video as always made perfectly👌 quite and peaceful. And what about those puppies, awww😻 they are touching my heart every time when I see them. -Babushka has the best hats! -gooood👍👏❤️🥰 -Супер, вкусняшек наготовила, можно открывать интернет магазин =) -Việt Nam đâu r -What are those for? Will you sell them? -Happy New Chinese year dear Li Zi Qi 🎉🎈🍡🍭🍬 Greetings from Istanbul to the most amazing girl and grandma ❤️ -CÓ AI VIỆT NAM KHÔNG? -Wow -Helo bọn tàu😁 -爆米花開罐時子柒的反應好可愛! -Cả thế giới đồ ăn. Ngon và đẹp. Chúc bạn và bà một năm mới nhiều sức khoẻ, vui vẻ -nice cook and delicious ... -Super -Happy chinese new year...gong xi fat choi -Omg..just speechless -Happy Chinese New Year!!! Ur really the best even for Holidays!!😍😍 -👌👌👌super -săp tết rui xem video nay cua chị em càng nôn hơn -I am always soo hungry after watchng your video. You really talented. My respect from indonesia -Does anyone know where is the video of the sheep and that wool purple gown she sewed? -Cuteness overloaddd -Happy Chinese new year -Woa ! tự làm mứt ăn tết , giỏi ghê.😚😚😚 -Madam how much monthly income in YouTube really very speed subscribe -Happy Chinese New year -This looks lovely! 💗 -Excuse me, which country are you from? China? Taiwan? -Giỏi quá. nấu nhiều món nên đầu bả sù luôn kìa -Người việt đâu hết rồi -Happy New Lunar Year! All that was delicious!! -Tu That that la kheo leo -Happy new year Thất Tỷ -#Bìnhyên vl:)) -Ur so beautiful n cute -good -English subs please and thank you -擦 我竟然好想成为那条毛茸茸的狗 -You are the most my favorite Channel! I'm trying to inform your channel for my subscribers! -Is there something you can’t do??!! -Happy Chinese New Year Beautiful Lady and to Popo 😍😍😍 - -I'm so inlove with all your videos... Well Done -6:00 haha so cutee -Hello ms. Lizi i love all of your videos. Hope to see you soon. Happy Chinese New year. Love from Philippines. -很可爱的小羊 -ชอบดูทุกคลิปเลยค่ะ😊😊😊😊 -So nice u . I like your video so much. U r the super woman.😘😘 -I love animals following her, as if she is their mother 😍😍😍. Is that the same lamb from her previous videos? -Took you a few days to get your sweeties prepared. Great *video editing* one have to watch closely showing the transition or one would think 🤔 you did all that cooking in one day. Happy New Year! -Wow you made a lot of delicious treats. Idk which I like to try the most. -呵呵~~妳這隻可愛的小丫頭~~好久不見了喔~~哈哈~~難得有200多萬的訂閱率~~加油~~呵呵~~~ -是不是没去核啊 -Happy chines year sistur.... -Happy Chinese New year! -Happy new year . love you so much 😘😘😘😘😘😘😘 -Love you lot fm India -How do you get the sheep to follow you? so cute. -Hey guys look at the lamb he grews woww -Ai lấy dk c ấy chắc hp lắm. Đảm quá mà -I am from indonesia i like you cooking😂😊😊 -Wow am in love with your video all look beautiful and I want eat ☺ -Im from Brazil, and I ever see your videos , I love you style ! Bye -好饿好饿好饿 -👍🏻👍🏻👍🏻👍🏻💐 -คนไทย รวมทางนี้ Goodjob Frome Thailand -ジャジャジャジャーン -って万国共通なんかな? -Thương chết đi được, tỷ di dau cũng có hai con chó nhỏ và một con cừu con chạy theo 😘😁 -Chị gái ơi, cuộc sống của chị là mơ ước của em đấy! -HAPPY CNY ❤❤❤ -Ah birde anlayabilsek çince ☺ valla hayraninizim yaptiginiz emege -Finally... Have been impatiently waiting for your video, you? - -I love you -Có ai là người vn trong đây ko -My from vietnam -Great vid as always. Happy Chinese New Year! -5:58😂😂😂 -Wonderful (y) -ลูกอะไรคับ -I love watching your videos this is so relaxing -Wow I didn't know noughts r made from mashmellows 👍🏼😋 , I hope I can order a box of everything I c here 😆 -Thế là mỗi việc làm bỏng ngô Thất Tỷ k tự làm đc ak😂😀😂😂😀 -Ciao.cappuccetto.rosso.ti.adoro.🌞❄ -You are a wonder lady..Happy new year dear to you,your grandma and little cute puppies😊 -Nih mbak2 kyknya bisa apa aja deh.. -I love ur videos but can u write everything in England because I can't understand what you are making and plz write the quantity of ingredients -Happy New Year everyone 🎉 -Plz write in english too -The place where you live iş really great and you do very well 😊 -Happy Lunar new year darling!! Love & huggs from Sri Lanka. 💐💕🌹 -happy Chinese new year I'm from India -omg ur work is pricelesss.....pliz upload frequently we have learnt a lot from u... -Hiii...from India -❤❤❤👍👍👍👌👐👐🌼🌻🌹🌼🌹 -5:57 so cute -Drama Queen 😂 -Happy Chinese new year ❤️ -5:58 She is so cute KKKKKKK -Wow..u r all videos are Lovely.. -Happy Chinese New Year -Tus videos son un placer que disfruto mucho, gracias por mostrarnos lo increible de gran cultura China. -6:00 she is cute 😂😂 -Love u❤❤,, from Bangladesh 🇧🇩 -Cuteness overload in this video, super love love love 😍😍 -Nice -Admittedly, she has my respect and admiration -Оболденное видео, все так красиво, подача блюд и сладостей. Радость для глаз. Видимо к празднику готовятся! -you so funny 😂😘😗😗 -Вот мне интересно, как может все расти одновременно ??? -For the title and info in the description box -“Peanut, sunflower seed and candied haws on a stick, jerky, dried fruit and snowy flaky cake—— stocking up on New Year Snacks - -“ Another New Year is approaching 😆😆 -Candied haws, tossed peanuts and sunflower seeds and all varieties of sweet deliciousness... -things I had always been looking forward to in my childhood. -This year I added an additional compilation of New Year snacks, -which has a total length of 10 minutes~ -Happy chinese new year dear! -I've said this before about her videos: The puppies are always different in each video. She either has really bad luck with her dogs running off or she's making recipes on the side YouTube won't let her show. - -It always amazes me in the comments how many people think she does all of this by herself. -Love from India.....👌 -What was that big stones she put at first? -Excellent! Thanks for sharing again. Can you also make the translation possible? -おばあちゃん可愛い -Love u .. from VietNam -She is adorable! ❤ -I love your daily activities vlog 💖from Kangleipak north east India -👏👏👏quanta delicía 😋🇧🇷🇧🇷 -She is beautiful 😘 -Một cuộc sống mà chắc ai cũng ao ước -9:48 -Eres asombrosa, eres perfecta, me encantas mujer!! ❤️ -رياحه نفسيه واحلا شي ستك يعني الجده🌺🌻🗻👩‍🌾🤩😘😘😘 -In any video you are not taking care of your puppies plz give some food for puppies also -Bánh kẹo tết -Follow up from Iraq🇮🇶 - -I always follow your creativity, Madam and all your videos -I hope to sit in your village where tranquility, tranquility and beautiful nature and the latter is just a wish😂 - -🇮🇶跟進伊拉克 -我總是關注你的創意,女士和你的所有視頻 -我希望坐在你寧靜,寧靜,美麗自然的村莊,後者只是一個願望 - -متابعك من العراق 🇮🇶 -دائماً اتابع ابداعاتك يا سيدتي و كل فديوهاتك -أتمنى ان أجلس في قريتك حيث الهدوء و السكينة و الطبيعة الخلابة و بالأخير تبقى مجرد أمنية -Adoro seus vídeos! -可愛い┗=͟͟͞͞( ˙∀˙)=͟͟͞͞┛ -10 minutes in heaven 💜💜 -Nhìn thèm dễ sợ á trời ơi :( -หมาก็หิวนะจ๊ะ...ขอกินด้วยนะ -ประเทศคุณน่าอยู่และอุดมสมบูรณ์มากๆ -😙😙😙😙😙 -Giỏi quá chị ơiI love youHappy new year -Que mujer tan increíble todo lo que hace tanto la comida como las manualidades lo hacen tan facil Diosito tan solo dame un solo don de esta mujer ! Jajaja saludos desde Chile -The little lamb is so cute... poor thing gonna be killed later -Waw iyu buah yang pertama itu enak bangat aku suka bangat -😁🅰🅰😁😁😁😁😁 -🅰😁😁🅰😁😁🅰😁 -🅰🅰🅰🅰😁🅰🅰🅰 -🅰😁😁🅰😁😁🅰😁 -🅰😁😁🅰😁😁😁😁 -很厉害啊,什么也可以做啊 -nice video -Eu amo os animais -Happy New Year!!! -Alimente os cachorrinhos -tq fr uploaded a new video am waiting -Yeeyyy new video... i waiting this -太俏皮了 爆米花那邊好可愛 -7:13. Duggu so cute😘😘😘😘 -So wonderful like from Morocco -All of your foods look so delicious 😍 -Talented Angel 👼!!! -I am watching I am happynies -I am from India🇮🇳 -🇸🇬👍 -คนจีนมีปัญญามากแม้ในการทำอาหารก็ทำได้หลากหลาย...และคนจีนก็เป็นชาติแรกของโลกที่รู้จักการพิมหนังสือ...แม้พระพุทธศาสนาที่ดีที่สุดก็อยู่ที่จีนคือท่าน"เว่ยหล่าง" -Super -子柒吓得跳起来好可爱!!! -Fairy lady -It's great. Happy New year -Wow😲😲😲amazing sweet thank you for video i love you. -Hello Angel 👸 -Hi liziqi from indonesia 💞💞 -Happy new year to ziqi and her grandma...Actually u guyz gets new year twice a year...So lucky......I really wanna come there and celebrate with u dear...Don't forget to invite us...And I will buy all the candies you have made..Love you -Gk ono wong Indonesia nonton opo iki 😂 -Happy new year 2019 -5:10 so beauty 😮😮 -棒 -下期蒸羊羔 -U r very talented and independent girl. -Keep it up -Hallo from indonesia🇮🇩 -这个视频看着 好幸福 好想吃 -wow! - -She is so pretty and talented I wish I could meet her -WOW​ -You have a wonderfull life sist,fan from indonesia -Multi tasking multi talented sweet lady.love the nature binding lifestyle . great preparation . regards from France -Oh my gosh, she used music from the Digimon soundtrack. Makes sense since Digimon is quite popular in China. -Bịp tai cho bà mà lại chuyển sang chính mình😂 -Thank you for these kind and inspiring videos! -What are the crystals? -sou brasil tudo muito perfeito -This episode is full of amazing things and beautiful music with a pretty young lady 😍😍😍, U R really made my day ❤❤❤if I had chance someday I want to meet you and take your signature ❤💋 I wish you a happy life with a happy family 💚❤❤ -😍😍😍😘😘😘как же все красиво , -I bet it was the western women who dislike the video.🤣 -Это они так на зиму запасаются ?? -Me encantan sus vídeos, me entusiasma verlos, el clima y su paisaje, las frutas/verduras/semillas de temporada, como crecen los animales y las relaciones familiares y de amistad que tiene. Cada vídeo nuevo me asombra, como por ejemplo en este: la parte de las palomitas fue extraordinaria 😯💛 -Ai dắt tui về vs! Lạc trôi rồi -ماادري وش اقول ،،ابدددددددددداع ..😍🤩 -Qual é o seu país -Hello beautiful sister, watching from Philippines 😍❤ I love your recipes 💛 the way you cook. 💕 -四川真是好地方,好像什么作物都产 -Cutness overload -The best episode! ❤️ -Eu queria visitar este seu país -Quanta coisas gostosas -i think ur birthday or ur Chinese New year..right😍😎 -小弟在深圳祝全球华人新年快乐!身体健康,万事胜意! -Can somebody tell me more about her? I would like to know, but I don't speak Chinese. -You are too good in all work.. keep it up sis.. I love your videos and u.. from India ☺ -Love your video -its very interesting life -Feed ur puppies too -I always hit like before watching... I can predict that I'm going to like it anyways. YouTube needs a love button -ai thay c ay khéo tay ko -Sublime vidéo qui met l'eau à la bouche (qui fait saliver!!) mais je comprends que vous vendez vos produits ??? y a t'il une possibilité d'acheter ?? merci -好想和小柒一起過年啊 -This is my fav youtube video -เก่งมากจังเลย -美味しそう🥺🥺あんないっぱい作れて凄い! -微博看了再来油管看一遍 -Peace and free 🌸☘️ -дай Аллах вам такого мужа золотыми руками и самого большого счастья вам и вашей бабушке и большого здоровья вам вы супер домохозяйка золотыми руками 👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍☺😊 -Your videos always gave me peaceful feeling. Thank you for sharing with us. Happy Chinese New Year. -Mledak🤣 -Grandma's hat has ears on them! 💕 -Niceee -Beautiful video -Super.....🤩🤩😍😍😘 -Hi ,dear sis.I like you and your video very much.but I don't know your name or channel name coz I can't read Japanese . please write it in English. thanks very much . -Your PLACE was amazing its so Peaceful😍😍😍 -Omg l can't believe that this paradis on earth lm very interested when I wach your videos I love you so much and I from the Iraq -小妮子 你是不是仙女下凡間 -18般武藝沒啥能難得倒的!好神啊~ -私は暖かい季節が好きですが、 -この動画を見てると -冬も悪くないですね😭💕✨ -美味しそう、一度食べてみたい😋💭 -Happy New Year to you, your grandma, and team! -Yes another upload so excited!!! -不得不服,李子柒太全能了啊 -好豐盛的過年零嘴 -😢看著看著感動了 -Team Việt Nam -I love you very much -Love u dear....so nice life -Where she is living must be heaven on earth. -Beautiful Video -Happy Chinese New year .... Love From Thailand :) -りんご🍎飴、 -そちらにもあるんですね😍 -美味しそう✨ -栗🌰も美味しそう✨ - -こんな素敵な場所で -お菓子作りと、お料理、 -本当に憧れます✨ - -カメラが良くなりました? -画質がすごく綺麗です✨ -What is that white crystals like thing that she uses everytime? Is it sugar? If yes, where can I get that in India? -Im a girl.... Bt..... After im see this vedio im totaly waste.... 😆 -Nise -happy new year 🎉🎉🎉 -新年快乐 -Wow..i love peanuts...😍 -6:00 你很可爱😂 -Wow amazing 👍👍👌👌👌💙💚💛💜💓💛💚💙💖 -I just realized that this video has more five minutes times duration which is ten minutes, woww... And all the foods or the dessert are look so yumm. -Much Love, god bless you . -WOWWWW. ERES UNA TRABAJADORA INCANZABLE...…… ERES GENIALLLLLL. RECIBE UN.GRAN ABRAZO DESDE SANTIAGO DE CHILE...…UN ABRAZO A TU ABUELA TAMBIÉN. -Beautiful girl and hard working girl -She likes my gramma when she laugh. -Người việt có ai xem không vậy? -Damn girl u got no home but a paradise.... -Happy Chinese new year ❤ -太🐂了 -3:30, what a great idea! Chestnuts and candied apples make me think of All Saint's Day. -you are awesome!!!!! no words to explain about your talent and perfection.. -豬年快樂 -🐕🐑🐑🙅❤👍!!!!🌹🌺🍀 -Which place is this in China? -Popcorn must be more fun and laugh. -Ang sipag mo ate. -perfect girl -Selamat hari raya imlek 😇 -wow.....great -Ooohhh heaven. -Việt Nam Dâu hết r -I like her video but she never shares anything with the dogs -She is great lede -Istri idaman... 💝💝💝 -食材好豐富喔...什麼都有...😊 -How beautiful your country is!🤗❤ -Hola saludos desde El Salvador Esta chica siempre me sorprende he aprendido mucho aunque algunas veces cambio los ingredientes si no encuentro pero trato de seguir todos sus pasos simplemente excelente gracias por compartir -loev you -hi im from indonesia. -🤗🤗🤗 - -Ну и нахуя? -Very good and very fantastic day -没得吃好烦 -Love from Vietnam -I can't understand Chinese but is this preparation for Chinese New Year? I really love your video!!! -👏👏👏👏👏👏❤❤❤💕💕💕💕💕💕👍😃🇮🇹 -@ 5:57 Hahahahaha I get my pop corn from the supermarket. -色々話してくれてたまに説明も書いてあるけど中国語分からない。。 -けれどこの人の動画だけは美しすぎてついつい見に来てしまう。。 -これからもお邪魔します!! -One of your best episode's ever❤❤❤ -I like 😍😍😍😍 -ya lo... have 3 day only so fast! -爆米花啊,很久没有看到了。 -Video này thất tỷ đáng yêu quá -最后烤狗腿!!!哈哈哈哈 -With lots of love from india -Hello -الله الله عليج -she making food for chinese new year -😊😀 ชอบ ๆ -5:59 she so cute🥰 -وين العرب😀☺ -👌👌👌👌👌👍👍👍👏👏👏👏👏👏👏💕💕💕💕💕🌹🌹🌹🌹🌹 -so nice -Để có được cuộc sống như cô ấy, mình sẽ phải cố gắng thật nhiều. -- Bây giờ bắt đầu thôi. Không sẽ muộn mất. -- Cảm ơn chị đã truyền động lực cho em - Tử Thất <3 -甚麼季節還有芒果??? -Đoạn nhạc tên gì z trèn hay phết ?? -这一集的东西和工作量多到可怕!! -Đã quá z. Ơ đâu mak co nơi tuyệt nv z -Aaaaaaa hi from Vietnam -Happy new yearrrr 🔥🔥🔥 -Very inspiring video love this kind of life she have..and the way cook - -Love ly thu that from phillipines 🇨🇿 -Excelente video, corto pero bueno. Tienen que echarle comida a los perros, estan hambrientos jajaajaja. Saludos -Hot girls fishing https://www.youtube.com/playlist?list=PLWdMoEOZyIrIpqQ8GEyOIDRfrb7nHELhI -Is anyone gonna talk about the cute little puppies and a freaking cute ass sheep just following her? -╰( ´•ω•)つ──☆ °.*•。♥( ´ ▽ ` )ノ( ´ ▽ ` )ノ( ´ ▽ ` )ノ -Can you please send any Sweet's item's through courier -Happy Chinese New Year! For you and grandma.. ❤❤❤❤🎋🎋 -Chỉ cần được nếm thử 1 miếng thôi cũng máng nguyện rồi 🤗 -新年快樂 -اططلللقق حساب يوتيوب اتابعه بكل صراااحححهههه 👍🌞❤️❤️❤️ -แม่นางหายไปนานเลยคลิบนี้ดูยาวๆๆซะใจเทอเตรียมของไว้วันตุรษจีนเยอะเลย -อบเกาลัคน่ากินคั่วถั่วดินเหมือนทางประเทศไทยเลยทางภาคอิสาน -😍😍😍เทอทำเก่งทุกอย่างเลย❤❤❤ -You can doing anything. Im so exited -Love you -Happy newyear -Onnittelen teitä tästä kaunista luontoa, onnellista päivääsi. -She's an actress too, right? Are there any movies she had done where we can see more of her? She seems very talented. -Wow superb I wish if I had this life..... plucking whatever necessary from my garden.... A care free life ..... With all those animals grandma..... it's one of a kind...... Also I do have a request may I visit your place the very next time pls consider this -婆婆你好幸福啊! -I liked the video ......thats a lot of work....keep it up -Fantastic..love from tamilnadu -李子柒的那把刀,想必就是傳說中的倚天屠龍刀 -大好きです…😢💗 -5:52 ❤️ -Wow perfectly amazing 🤗🤗🤗 -영상을 보고 있다보면 살림을 야물딱지게 하고 싶은 의욕이 솟게 되네요. 예쁜 영상 감사합니다~ -💔💔💔 -ابداع هاي اشلون أبنية فنانة 👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏 -Có ai biết hạt đó là hạt gì không? -Very nice video. -You are so amazing 😃 -🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑🐑 -Oh that popcorn machine😨 -More and more I love the idea of living in the countryside or in a small town on the mountain. We prepare the chestnuts over the fire and eat them as an appetizer. We love their flavor. Your recipe is incredible. -Encantada... 😍😍😍 -I love your video <3 happy new year, lady. -From Vietnam -Ai Việt Nam lạc qua đây hông 😁 -english subtitle please...... -我竟然聽到數碼暴龍的背景音樂!! -They look soo tasty . You seem soo strong for caring those alone . I guess -hidup kat kampung tapi tiap2 hari makan makanan yang sihat dan sedap 😍 -覺得那些小動物都好幸福 能在她身邊兜圈 -上輩子一定救了太陽系 -Người Việt Nam có xem ko vậy ??? :-) -Guau todo eso hacen para el año nuevo sorprendente mis felicitaciones 😄 -Actually your videos are more beautiful and peacful without musics -Love her videos as always...but her cute pets steal the show. -Người Việt Nam có ai xem ko. Điểm danh cái nào 🇻🇳 -Chờ ra video lâu quá trời <3 -想去子柒家過年,好有年味. -На Земле более совершенней жизни и деятельности в ней Человека не может быть !!!! Славная девоча , нет предела познанию человека ,если очень этого хотеть,постигать неустанно !!! С ГЛУБОКИМ ЧУВСТВОМ УВАЖЕНИЯ И БЛАГОДАРНОСТИ С ЧЕЧНИ. -Happy Chinese new year for everyone!2019 the year of pig 🐷🐷🐷peace&love -What song is 1:02 and 7:06? -5:56 the best part of the vedio -Bom muito bom seus Vídeos 🙏😘💖🇧🇷👏👏 -Happy Chinese and Vietnam -So Amazing video -Are you eating those things or sell it? I love your videos😍😍😍😍😍😋😋😋😋😋 -Awwwww.. Give somewhat to poor little pups also!!! ☹️ -Love from Thailand❤❤❤ -Gong xi fat chai,wan se ru yi. I from indonesian,sucess for you 😘 -99个芒果山楂苹果点了踩 -Biz boşa yaşıyoruz 😣😭 -I love your videos 👍🏻. Happy Lunar New Year 🙏😊 -Y did d video end it's like heaven to watch -Có ai Việt Nam không vậy -Hello.I am from Viet Nam 🇻🇳🇻🇳 -I love you😘😘 very much 😋😋😋 -i got notification then i click immediately but its already 155,892 views :) -Меня что то притягивает к Вам, к тому месту где Вы живете, смотрю все ваши видио, очень красивая природа, и Вы, и мне кажется что я даже люблю Вашу бабушку))) где вы живете?? Напишите мне!!!tbaturina@mail.ru Давайте общаться... Вы волшебница??))) -😘😘😍😍😍 -😍😍😍 không khí Tết tràn về. Love you💜 -Wow😍 -美麗的女神美麗的人間仙境 看完心情舒暢愉悅 祝福小柒新年快樂 豬年行大運。 - -I don't know y whenever I see this girl time freezes and I am feel so good .....the entire video I just smile ....n the food that she makes is so mouth watering and delicious .....thanks for making me feel so amazing -#spreadinghappyness♥️ -10.12 Precious Minutes Of Paradise😘😘😘😘 Love From Kerala LiZiQi 😍🤗 -Bên chị cũng có tết giống ở việt nam à? -Prepared for chinese new year, so very like it this video😍 -kreatif banget seperti ini..seandainya di indonesia ada youtuber super seperti ini..subcribnya g mungkin cuma segitu -انها حقا المراة الحقيقة👍👍👍👍👍👍👍👏👏👏👏👏🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌷🌷🌷🌷🌷🌷🌷🌼🌷🌷🌼🌼🌼🌼🌼🌼🌼🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌼🌼🌼🌼🌷🌼🌼🌼🌼🌼🌼🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻🌻 -Dễ thương quá à -奇女子呀 -提前祝各位同胞新年快乐!!! -过年喽。happy new year。 -Really amazing i like your video's -❤from 🇵🇰 -Nhìn ngon dã man. Nhất là món xào ý 😭 mẹ ơi con muốn lấy chị này lm vợ =]]] -I love you -Very very nice😍 -还是自己家做的零食干货实惠,外面卖的咬一口不是灰就是虫… -The sound if the dry leaves 😍 -Hallo from indonesia 🇮🇩 -More of this long video please : ) -واو شهاتني فداكشي لي صاوبات -Whare r u form -猪年🐷了,天天开心😊。 -I really want to taste your food 😭❤ and happy chinese new year❤❤ -I hope she's will married with rich & good handsome guy! She's a good girl. -出得了廳堂,進得了廚房,子柒好厲害! -すき -小小的幸福😃 祝一切顺利😊 -I don’t think I’ve ever seen a grown dog in her videos... only puppies. Where do they go when they grow? -were those dried mangoes? i love dried mangoes!!! Advance Happy Chinese New Year! -Love it 🥰 how Teo dogs and the sheep are always with her 🤣 -That little sheep grew so much. -If not in this life, at lease through these videos i can live like this -She's the richest person on Earth. -One of the few people who live life like how you are supposed live it!! - -Much love and support! -Happy lunar new year -please you do house tour -viet nam diem danh cai coi -No words.... -😍👍 -Aku sngt mngagumi dan menyukai vidio anda -This remind me of my old memory. from korea. thanks-~^^~ -สวัสดีค่ะ -Very relaxing video -Olha que lugar maravilhoso!! Que animais lindos ! Que receita maravilhosa ! Bjs do Brasil -God bless u dear...... -Cutie dogie, uwuuu -Omg! I know this music, I've played this game and cried in the end :( -She made nougat -So beautiful environment -my first time seeing marshmallows in this channel~ -Người j mà giỏi thế,ai lấy đc chị này chắc tu dữ lắm,mik là con gái mà còn hâm mộ nữa nak,😍😍😍 -Hi, I'm from Indonesia, really like your video, it looks really fun that you do 😊 ✨ -栗子真是自然赐给人类最好的礼物,又香又甜又粉,实在太美味了 -This is wonderfull -Good job -I'm from Morocco 😍😍💞💪😎 -芒果切下来是怎么忍住不吃的.. -Wat was dat yellow fruit -happy new year!!! -Love u so☺☺ -🙋‍♀️😙💖👏🇧🇷 -Happy new year ❤️ -u never fail to amaze me. by the way, anybody knows why she prepared so many yummy food??? -love from indonesia ❤ -Việt Nam điểm danh cái nhẹ nào ^_^ -Very good harvest. -The preservation techniques are also very good. -Peace in your video -happy lunar new year! -Mong chị có thể làm nhiều video về mứt ạ -super -舒服的感觉 -小姐姐,你棒棒的 -🇹🇭🇹🇭🇹🇭🇹🇭😘😘😘😘👌👌👌💖💖💖🤟🤟🤟 -So beautiful -Happy Chinese New Year, Ms Li ! -Best of health to grandma! -I really really want to try them -喜歡子柒的自然優雅💓 -Hai sister ur vid all r nice I am waitting for ur vid sister -Yêu c dữ luôn huhu làm toàn đồ ăn vặt. Chắc là để cho tết sắp tới huhu -i love you!!! -😍😍😍 -What a great video, also could anyone tell me the name of the song at 5:16? -EDIT: OMG I knew it,it was from digimon adventure all along ( shouri zen no theme ), props to editor for the great taste!! -Love your video 😍 Any Malaysians here ? -Happy Chinese new year! Could someone please translate for us? I'm so lost and the food looks amazing. -祝各位新年快乐,万事如意!Happy New Year to everyone! -Serena, e muito linda. seus videos me trazem paz. amo cozinha com simplicidade e criatividade como você. -Happy Chinese New Year! 祝全球华人新年快乐🍾️🎊🎈 -tumben durasinya lamaa -Love from indonesia ❤ -💟🌻💟Very nice and creative video. You are very hardworking woman. Take care of yourself and be happy always. God bless you and your family. Happy Chinese New Year From Malaysia Fan of you 💟🌻💟 -Omg nt getting words -有夠讚!! -tasty 🥞 -So nice. Love from Bangladesh -Amazing video -Alright... now i really envy you -China(支那)new year -امووووووووت عليج روعه شنو هل طبيعه لي جننننننننننننن😍😍😍😍😍😍😍😍😍😍love you so mach😍😍😍😍😍😍😍 -跟只羊莫名喜感 -子柒 新年快乐 -😮😮😮 -Beautiful video. Hello from France -I love your videos so much. Please put english subtitles -How amazing yr life gurl..im alwys waiting u video.. -Nếu ngay nao đó ôg tiên cho anh 1 điều uoc a uoc chi muốn bên e chứ k làm tổng thốg mỷ đâu - -這小姑娘太厲害了,生活一點也難不到她 -Adoro i tuoi video, mi fanno sognare! Un caloroso saluto a te e alla tua nonna dall'Italia!!!🤗 -Love you. -这个 时候 我们的这个四川柑 才是真正甜 欢迎大家去四川 我们的家乡 -ฉันชอบผู้หญิงคนนี้ เก่ง มีความสามารถ -MULTI TALENT - -💋💋 😘😘😘 💕💕 -Beautiful dear👌 -祝所有華人豬年快樂 -我最爱爆米花了 -happy chinese new year! -豊穣な土地柄なんですね。 -個人的な意見なのだが、君はもう少し太っても良いと思います。もう少しだけ、ね。 -Super 😋😋😋👌 -Omg u r genius 😍😘 -Hello from 👋 Việt Nam 🇻🇳 -very like in chanel -Nice video y u nt show ur parents where is ur family advance happy new year -I like watching your cannel -Nice Chinese sister -Can any angel 😛 write all of the recipes she made? 😢😢😢😢😢😢 -Great video and food 👏 -aww..you and your pets..like momma like son -🤗🤗🤗🤗🤗 -Lạc trôi -I wont ths sheep 😙😙 -Please translate to English -I come from VietNam and i like it -I want that girl for 2 century and now I had met . -From Cambodia -great -5:45 -I wish i understand what you said. So lovely... -Good -新年快乐 -Tết -I wish i could like her...good job.....happy new year -Me encantan tus vídeos...Saludos desde MEXICO -Шустрая деваха. -3 nam theo dõi chị -Brasil , Brasil -I saw she is a dj and she also wears modern clothed -Espetacular! -Tet is coming. Lunar new is coming. We have a Tet holiday in Vietnam. Best wishes for you all. Good luck. -What's is the white thing that she put in the water ?? -Happy Chinese new year 🎊🎊 -台灣同年的女生沒人可以如此多才多藝,祝賀新年快樂 -avelã? nutella? hmmm -子柒新年快樂 -beruntungnya kamuuuu🤩 -Es agradable ver con la delicadeza que trabajáis. Un saludo desde España. -Will try it next year.lol -Wow 👍 -I'm fall in love with your channel 😭😭❤❤ -- Nepal 👋 -🌷🌷🌷🌷🌷♥️♥️♥️♥️♥️ -Happy Chinese new year everyone!(・ω・)ノ -Unkind women.... -When her little dogs are want some food she don't give them -Love from indonesia ❤️ -It's brilliant!!! Beautiful girl, beautiful nature.Your video i can see forewer. -❤❤👍👌🔝😍😘 -อยากกินเลยคะ -Nice -That's a lot of food! I wish I could join the party! -Chinese New Year next week. -Its just WOW😋😍 -Hope they dont eat those doggies for supper though -❤️❤️❤️❤️❤️❤️❤️ -I wish to stay with her atlest 10 days... 😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭 -看到想去她家裡拜年了 -Trót lỡ yêu cô ấy rồi. Giờ phải làm sao đây. 😂😂😂 -Bom dia adoro seu vidio acho lindo as paisagem e tudo ai 💋💋💋💋💋💋💋 -Is there any occasion?? -0:02 i was like "wait, one of dogs seems a bit... different? Ohh yeah" 😀 -Nice video ! Really enjoyable to watch. -كم جميله هاته الحياه التي تعيشينهااا اتمني ان اعيش متلهاا بعيده عن كل الضوضاء...... اتمني -I saw ur every single video.... -This video i like the most......😍😍 -Lots of love from india......🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳 -我是你印度最大的粉丝🧡🧡🧡 -i gained 2 kg from this video only -Is that tanghulu? -👍👍👍👍👍👍👍👍👍👍👍👍👍👍 -这火盆不烫手吗?狗狗手趴上去了 -I love to watching your video, -After a long time 😍 -Happy Chinese new year -yass yasss yasss ! thank u for sharing your vid! happy chinese new year -Việt nam điểm danh -😍😍😍 -😍🌷👌 -Your videos are so mesmerising. I wish I could visit your house some day and pluck fruits vegetables as you show in the videos. Please make little long videos -这么好的视频我居然是翻墙出来看到的! -Happy lunar new year to China from Viet Nam -1:39 wow - -Is it like Apple ? -Happy chinese year.... -Indonesia here.... -Salam... -原來葵花瓜子生作這幅模樣,我還以為跟西瓜差不多呢 -Happy Chinese new year! don't forget to invite me😋 -Amazing...,⛩️🎎🎉🎉 -awesome video tq u -Finally a new video. 💕 -Senin peşinde koşan kuzuyu Allah'ım ne tatli -:超级赞👍👍👍 -为什么羊在后半段失踪了,死哪里去了?害我一直挂念。。 -👍👍🇮🇮🇶🇮🇶🇶 -🌟祝大家新年快乐,阖家团圆,身体健康,快快乐乐,达成所愿❣️🍀🍀 -天呐,太棒了,太美好了,过年零嘴好多呀,新年快乐!子柒 -Super - -I really love your videos, and your little puppies and sheep. 😊😊 -simply Awosome -Any Indian viewers - - -From Kerala -真的很像世外桃源哦😄😄👍👍👍👍👍 -هل يوجد عربي يتابع هذه الجميله -Чудо девушка- все умеет и собой хороша!Прямо релакс ее выпуски. -It looks very... restful there. -Is there anything you cannot do? This video has put me in awe. I really love it. Please make some more. I'm a big fan of your videos. Happy Chinese New Years from San Francisco. -*Liếm màn hình* 😍 chị mở được cả cái sạp đồ ăn tết rồi đấy.. -Happy chinese year. Masaknya banyak sekali. -哈哈哈,被爆米香嚇到滿搞笑的^^ -I can read only one word in Chinese -It's li ziqi 😇😇😇😇 -看子柒的视频,炸我的豆腐丸子。祝子柒和婆婆农历猪年平安健康!祝天下华人农历猪年平安健康,吉祥如意! -هو ده عسل -Everything is Sweet as 🍯 -Snack time😍😍😍 -5:59 -ขอเสียงคนไทยหน่อย -Nice -Đói quá à. 😋😋 -很喜欢她在山上往下喊的时候,恬静,没有城市的喧闹 -Gosto muito dos seus vídeos, e essas comidas gostosas que vc faz , com os próprios frutos da casa , muito interessante, -. -I love your dedication and this is the favourite video of my life . -通常在以往的視頻中.李小姐多少都顯示有点多愁善感狀。在大叔爆米花的過程中,她掩着奶奶耳朵,雀躍地驚呼.才難得地一睹那少女的情懷。 -OMG... So loveee your video, your amazing thank you for great movies.... ❤👍👍👍💪💪💪💪😘 -yes muis -养这么多狗你们就打算吃吗? -You are very cute 🤗😊 -سبحان الخلاق العظيم -花生 用石頭炒的 長知識了.. 長大了之後 沒吃過 "再欉黃"的水果了 -富足的農村生活令人響往~ -真的太棒了,做了好多美食,好有年味啊! -How is possible around your house you have hundreds of everything edible? -I want to live the place like this -Beautiful -اكو عرب او بس اني 😥😢 -YOU ARE SO INSPIRING -这种爆米花机器外国人一定会以为是炸弹💣 -Happy New year Sister -Vợ tương lai của tui đấy các bạn -Verrei li solo x imparare l'arte dolciaria -Perché quello che vedo è arte! Molto brava -🍊🍊❤️❤️ -第一次这么前排 -oh my! All those sweets all hand made, thank you for this video very enjoyable.👍🏼 -happy new year -中国传统文化民间大使👍 -💜💜💜 -terbaiklah biniku ne -Theo dõi từ khá lâu nhưng chưa bao giờ để lại bình luận. Tôi thật sự thích cảnh vật, núi rừng, những món ăn được tạo nên từ chính những thứ do mình trồng, .... cảm giác như những tiểu thuyết điền văn thật sự hiện ra trước mắt vậy. Cảm ơn vì tất cả! -這集的子柒把我萌得一臉血...... -I love -happy new year to you, happy your family. -Can somebody list all the ingredients she used to make the marshmallow sweet at 3:33 -Pleaseeeeeee -Ai VN đam mê cái này kh ạ có hú hú Sub chéo nàooo -也只有她的视频少冥孕,轮子来搞乱了吧。 -Chi nay hay qua goi that ☺😄😄 -Ui hạt dẻ kìa -婆婆的帽子好可愛呀😆 -Are you sale all these food for price? -Как вы всё красиво делаете 👍👋💐🇷🇺 -Hello i'am from Indonesia ,i like your video 😘 -Enjoyed fully, lovely 😘 -6 am in Colombia (South America) and i want to eat all those candies!!!!!! -Plz english . -I cant understand . -Merhaba canim.kolay gelsin.cok guzelsin.cok beceriklisin.o bahcelerde ve seni gormeyi oyle istiyorumki seni zevkle izliyorum daima. -Türkiye -Hi everybody . My Name is Ngọc . I’m from Việt Nam 😘😘💐💐😇😇🇻🇳💐💐😘😘 -always waiting this channel to upload video ♡♡ -What a dreamy lifestyle! 😍 😋 😋 Is that place open for tourists? Wanna experience your life. -☺☺☺ -im ur fan from resently, i can't stop wotching ur videos 😍😍🤗🤗❤️❤️❤️im from 🇱🇰 sri lanka -🐕🐕🐕🐕🐕🐕 -I can't understand your language but i still love you bcz you respect and obey your parents Allah bless you friend do yor best -黄黄的是什么果 -Nice -真美 -Nay video dài hơn tí coi đã quá -that lamb looks tasty -She is the BEST😍😍😍😍😍😍😍👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻 -завидую вам) -NICE VIDEO ! ! ! NOTHING ELSE TO SAY ! ! ! Hello from FRANCE ! ! !😍💖🍎🍓🍚💛🌟🍭🍄🍔 -7:35 What is that? -Có cô vợ như này ngày ngày được ăn ngon...hihi -양 엄청 컷다 ~~ 귀여워 ~~ 고양이 화덕도 오랜만(?) 인듯 ㅎㅎ 정듬... -Wanna marry you sweet girl -U are an angel your videos are amazing thank you soo much for given this wonderful vedios and happy chainees new year -The dogs are so cute -Such peaceful life i wish i can live with nature like you -Cô gái thiên thần :) -abba waiting for ur vid -❤️😍😍😍😍 -I want to visit ur home...😍 -I have no words to say what can I say hmmm... you are super strong women I wish u all the success may God bless you more an ur loving grandmother an those chocolates so fantastic... Good luck stay blessed -Eonni,,,,😍😍😍 -Hình quá ảnh đẹp quá sống động. -Bả kiếm đâu ra được nguyên 1 đội quân đủ các giống loài đi theo bả cưng quá 😂😆 -Only want to say Allah bless you sister... Love you so much -You are insanely talented. and I'm insanely in love with you -She got magic in her hands! ✨ -你好!李子柒。。新年快乐。。 -Барашек подрос - -Khéo tay quá -sen ve doğa bir bütünün muhteşem harika keşke bende orda yasasam -I love you too -Чекаю на ваші відео з нетерпінням. Це дуже красиво! Дякую вам і вашій знімальній групі, а особливо операторові, дуже професійна зйомка. Я сам художник і кожен раз любуюсь вашою роботою. Теплий привіт з далекої України. -不紧长得好看手艺也这么棒,几乎没有不会的 真厉害 不过这位小姐姐是哪里人啊😄 -Am I the only one who always waits for her new videos?! -Owaw!!! -Нет слов о трудолюбие китайских женщин...ещё так красиво снято.... -小狗狗好可爱,小山羊也那么乖的跟着😊😊😊 -Superb preparation -棉花糖和市售餅乾大概是子柒的影片中最現代化的食品ㄌ -Wow wow wow -Eng subtitle plzz -Việt Nam điểm danh. 🙋‍♂️ -Love seeing these lil adorable puppies in all these recent videos! -This is my wife -vn đâu điểm danh đi -好棒的零食啊!!!! -please do the English language and the Arabic language I love you so much were are you from I will come to you -I LIKE YOU VERY MUCH -什么平底锅 太好用了吧 -有動物的陪伴真的幸福,羊咩咩跟小狗狗超級可愛 -I always wait for her video eagerly -Có ai VN k -supersin -nice -Amazing video. The nature is so beautiful and the food looks really delicious. I love it how you show everyone how our ancestors lived⚒️because of your videos I want to visit China. Greetings Jasmin -واو أبداع -I watch every YouTube you had I like you do -❤ -You are very talented❤ -Happy Chinese new year -Love you girl... -ชอบเวลาคุณทำอาหารมากเลย From thailand -có ai việt nam ko -Í miss HOME -Love you and take care of your health💗🌸 -Your a good cook, good Baker, nice architect, wonderful craft worker.... awesome -Bưởi rụng ko ai thèm ăn à trời -😍😍😍😍😍😍😍😍 -Real world Ghibli :) -打開視頻, 我又見到子柒了。 你是一個很了不起嘅女孩子! 在生活裏面找尋自己嘅樂趣! 做起事來頭頭是道, 你有什麼事情難道你, 你可以太雜貨店了。 希望你你來 一年 介紹你多啲烹飪技術給我們睇! 祝你和奶奶幸福 快樂!😀 -Nhà em này như cái Lotte vậy, cc gì củng có -I love you..... -Very nice video 😘😘😘😘😘😘😘😘😘😘😝😘😘😘😝😘😘😘 -i just loved her😍 -You 're special. And your videos are comfortable -一下做那麼多零嘴 -看到的都有份? 小盆油們樂歪了! -那裡學來的本事噢? 真行! -I love video -😋😋😋😋😋 -垂涎三尺阿😋 -最後爆米花爆開的聲音讓妳嚇到的樣子好可愛,終於是有點表情了😂😂 -Happy Chinese new year -🇨🇳 🇨🇳 🇨🇳 🇨🇳 🇨🇳 🇨🇳 🇨🇳 🇨🇳 -💕💕💕💕💕💕💕💕💕 -all your videos...tbis one is my fav. -Божечки где же этот рай на земле находится😊 -i want to ᵐᵃʳʳʸ ʰᵉʳ ᵍᵒᵈ ᵖˡᵉᵃˢᵉ -Suka bngt ntn video Cici ini...from Indonesia 👍 -Happy Chinese New year my motivated girl ❤❤❤ wish you luck in your life. -the place is very beautiful.... love it -Magiccccc -全能老婆第一名 -5:59☺️☺️☺️🤣🤣🤣🤣 -Thank you so much wonderful as always ,I will like it to have the chance to buy this products ,or to live 2 mouth with this quality of life,really congratulations!! 👍👍🙏🙏❤️❤️🌷and also happy new year ! 💥🌠🎉🎉🎉 -新年快樂 -Your place called PARADISE -Haha -Do you feed your dog? They seem very hungry -5:40 这不是数码宝贝的BGM吗😂 -really nice video...romantism... -5:56 so cute :3 -I wish i can go to youre home 🤗 -10:10 li zi qi is bringing that cone like a happy child! -Amei o vídeo para bem🤗🤗🤗🤗🤗🤗🤗🤗 -Nice video 👌👌👌👍👍👍👏👏 -💗🙏 adore your way of living a life 🥰 -Ela esta gravida ou gordinha? -長這麼大,頭一次看到葵瓜子果實是這麼簡單就能弄出一大堆! -整部片讓我驚喜連連,留個言,掌聲鼓勵小柒,期待下部片子,哈哈! -always wanted to try tanghulu! 😋 -Her level of dedication is incredible -جميييييل -幺妹儿,你这个更新速度有点慢哦 -I hope one day to travel to China -Thanx for sharing your world of how you live and what you do on a daily basis.You are smart highly intelligent and I love your beautiful spirit .You are awesome I love your videos your cooking your grace.🇺🇸💝💝💝👍👍👍👍👍 -Beautiful. ☺😊😙😘😚😍👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👍👍👍👍👍👍👍👍👍👍 -Pon en español los ingredientes 😢😭 -Wawwww sooooo beautiful she is so innovative -Awsome video -Worth waiting -Love from India 💖💖😘 -Sooo peaceful I have no words 💖💖💖💖💖💖💖💖👏👏👏👏👏👏👍👍👍👍form India -the best ever,vid -中国粉丝报道 -hihiii - -l like this - -i from indonesia -It’s just wow I luv to watch ur channel -都被外国人占领啦,国人多留言啊 -เก่งจัง💚💚 -another amazing video!❤️ --love from Philippines -I love u sister. ..I don't understand ur language. ...ur life....and of course ur food. I am vegetarian ...bt watching ur vedios. ....I feel like living a life with u....lots of love from india😍 -Happy Chinese year -*Happy New year* -좋은영상 고맙습니다 마음이 너무 편해지네요 ^^ -😍😍😍😍 - -1:09 I like it 🤣🤣🤣 -Chị đóng gói để bán àh mn? Hay để ăn tết? -好想去你家过年哦! -143 -اقسم بالله تحس براحة نفسية وانت تشوف هالبنت وتشوف الإبداع اللي تسويه -女神我❤️妳 -Hi ! -I from viet_nam -Mọi người có ai là người vn ko ạ -ماشاءالله شوحلو -At 6.00 ..hahahaha cute 😂😂 -gong xi fat cai cece ,, kiss dari indonesia 😘🇲🇨 -子柒,你的年夜饭吃啥咧?👀 -Your video is so amazing. ❤❤❤ -I like video of you very much. -From Thailand. -Love you from Japan -aaaaahhhh amazing 😍😍😍 -Long time no see -I feel relaxed when I see her videos. Big fan of her.luv u from India -栗子红烧肉我的最爱 -好多零食啊,之前看到平安夜时的糖苹果,就想起糖葫芦了。 -糖葫芦如果不嫌麻烦,可以更细致一些, -用线绳横着勒开,竹签扣去核,然后砂锅熬糖,石板晾凉。^^ -Hvala.....predivno lijep pozdrav 💞🤗💞🤗💞🤗💞 -you are awesome, wish i had a friend like you. -My respect from VietNam. -非常好的视频。 谢谢! -Love you dear I like your videos most god bless you you are so sweet your work is so great and you are where you living that surrounding is very very good so you have great life thanks god bless you. -哇!過年未免也吃太豐盛了吧!什么零嘴都有太讚了 -Yes yes yes a love you -Indonesia ✋ -Notif squad❤️💕 -Как в сказки :) -Your videos are a visual treat to our eyes...keep posting..love from India🇮🇳🇮🇳🇮🇳🇮🇳🇮🇳 -翻墙上油管看高清HD版,比微博版好看多了,2刷。 -Love you from kerala -终於又看到妳的视频…祝~妳与妳的老奶奶新春愉快,万事顺意 💙🎉🎆🍊🌹🌞💐🎊🍻 -555 น่ารักกกกก -Yayy for the baby sheep :) -hola eres una mujer muy especial todo lo que preparas se ve muy rico -Gee The CCP must have up the productions filming budget!  Woo Hoo! -One day.i will go to chineseeee -super! -Everyone like a lead a life like this -5:59 tỷ said: hết hồn cái hồn còn nguyên 😂😂 -Спасибо огромное!!!Ваши ролики прекрасны!!! -Good -I adore your videos. Your hard work and dedication is so inspiring😊 love from Colorado US! -Не, ну видео класс. Все отлично сделано, да и сама она хороший человек😇😊 -The best season I ever seen!!! Love this one ☝️. Never bored seeing you!! -HAPPY CHINESE NEW YEAR 🧧 -I love your videos. Love from Germany DE -cô ơi cô ko cẩn thận là trúng người đó -嫁人,做娘,做奶奶吧!中国才有希望! -開始為過年準備了 -1:46. what's that?? is that a salt ? -Te admiro. Casate conmigo.. Perù -А куда это все она отправляет?? Это какой-то праздник?? -子柒姐姐你好美 -看到你就流口水 -我是重庆高富帅 -嫁给我你不后悔 -香车宝马任你挑 -杀猪宰羊做火腿 -金银首饰备齐全 -娶你回家人生美 -❤❣❤ -ชอบมากเลยช่องนี้ ถึงบางครั้งจะฟังไม่รู้เรื่องก็เถอะ😁🤗 -Goshh..what a life..so glad to see u in 10 mins😊 -被嚇到也太可愛了吧//// -Happy New year! -子柒,新年快乐 -She must be getting ready for Chinese New Year -一小时一万赞,你们真行 -Lowkey I'm learning mandarin so i can send her love letters -5:59 omfg she's so cute 😍💞😭 -All the best -ấm cúng quá.. :) -What typ of stove she used any one know?? -0:44 what's that balls ?? -Linda demais ❤ belo vídeo 👍 -雪花酥好漂亮!😍。。。口水流下来了! -she's so sweet, covering her grandmother's ears ;((((((((((((((( - - - - -my uwus are broken -saya dari indonesia loh -I love your videos I'm from India -IIove you so so so much -A great girl 😍 -👍👍👍👍👍👍👍👍 -5:58 is the cutest thing I've ever seen 😍💞 -Super sis -Я не знаю китайської мови, але дивлюсь ці відео завжди. -Хочеться все спробувати, а ще хочеться погодувати цуценят і погладити ягнятко. -I want to meet you -Hello Tỷ Tỷ -Happy chinese new year 🤗 -Nougat!!! -الله 😍عندكو لب وفول وابو فروه زينا 😀😀 -OH FUCK ME. -as always the master of an art work. -All is naturel .....like your life style -But we need translation..... -Wish u happy Chinese year from Algeria..... -It's so relaxing to watch your videos.. But now I feel like addicted 😇 -好有愛💋💋 -Идеальная деваха ,я бы женился на ней честное слово . -Сам не леньтяй и таких же вокруг себя вижу . -So beautiful -so many recipe -Love from Indonesia -I love the way you Live.. 😍 I want to be like that too.. -Cute puppy babies💕💕 -Love from 🇮🇳 India -روعة روعة معيشة هايلة احسن من هم الدنيا لي عايشينو -我能一口气吃3个柚子 😋 -happy new year <3 -Soundtrack digimon? -I love you chinese lady. -Best regast from Lima, PERÚ in South America. -Невероятная чудо женщина - -I Love You -Always waiting for a new video... -10:05 😂😂😂 -Its Heaven .love you😍😍😍😍 -How nice...! ( From Sri Lanka ) -Plz give the subtitles in English also -Aku suka vidio ini -5.59 kwai 😂 -she can do everything -Chất lượng ghê -日本人です🎵 -この女性は何歳ですか? -5:55 Oh... dear❤️ I can’t stop watching all of puppies and you 🥰 -Cái này ở quê mình kêu là cốm nỗ. -8ㅅ8 정말 힐링 영상이고... 중국어 공부해야하나 능력자님들 도와주세요 자막이 필요해요 -മലയാളീസ് ഉണ്ടോ ഇവിടെ??? 😍😍 -那些小狗狗好可愛 -I am a big fan of your videos. Lovelots from Philippines💛 -Desde Argentina, no me pierdo tus videos, me encanta todo, cómo cocinas los paisajes el trato con tus animales y como malcriado a tu abuela. Lamento no entender tú idioma, espero te traduzcan esto. Seguí asi -Una belleza de producción...toda mi admiración desde Chile!!! -👌👌👌👌👌 -Super active -Your sheep grown -I like her videos. It's hard working women but real life happiness -这是富豪的生活吧。 -🇧🇷🇧🇷🇧🇷🇧🇷👏👏👏😍😘😍😘👍👍 -農曆新年 快到了 李子柒 祝福妳 每天都快樂 無憂無慮 身體健康 也祝福妳奶奶 長命百歲 萬壽無疆 來自台灣地區 一個平凡人的祝福 -I love your videos from Turkey 🇹🇷 -5:59也太可愛啦!😝😍 -ابو فروة 🌚 -Kangen😘😘 -This woman would be the perfect wife 👰 -2:24 ..ok this is what Kung Fu Panda ate in his movies ... -I don't understand what u do that's why I want to translate to english -English subtitle please 😭 -Hey ... i was missing you a lot. .. thanks for your video. ...😙 -Iam Chennai I love your video.all video in watch it again and again -For what you are packing all this? -You will have this for yourself or what you will do? -Woo, amazing! For you, everything can be made by yourself. Fresh and healthy!For us , everything we only purchase :( -I regularly watching ur video. It's really interesting to watch. U r the most energetic girl ever i saw. Ur pets are very cute. -每一天都要认真的活着 -商人根本賺不到子柒的錢,什麼都會做,要是天下女子都如此勤勞麻利,可以說商家要喝西北風了。😊😊😊 -Bà Tỷ thật có phúc khi có Tỷ!❤️ -I love your video ❤️👍 -Does she sell those yummy candies? I want some!! -Happy chinese year li zi qi -A very talented chef I like the way u cook so amazing ❤️😍 -Hello from Azerbaijan. Nice video💓 -Please tranlate ur videos to english ur greaaat -Các bác có thấy vợ em xinh đẹp lại đảm đang không -Happy Chinese New Year from Malaysia 🇲🇾 -Em yêu chị -FC. จากไทยค่ะ -Hahaha so funny -가을이야 ? 겨울이야? -Nice -sekali dengan anjing2 pon tekejut da....hahahahahhaha -뻥튀기 자칠씨 예쁘고.귀여워~~^^♡♡ -any malayaleees -😘😘😘 -春到了🤗🤗 -I love nature as rich as nature photography. I am from Iraq -NICE VIDEO👍 -媽!快來看,有仙女。 -Maravilhosa! -❤️ -Love from Vietnam!! <3 -過幾天就農曆新年了,祝各位同胞新年快樂!中華民族因各位而偉大! -好厲害年貨零食是要賣的?還是送我的? -Happy chinese new year -Hẳn là Tết -you videos is perfect, I'm from Turkey. -A long video! 😍😍😍 -I wish I will be her husband in the future. 😂😅😜 -Dog so cute -😏😏 -FC คับพี่คนสวย. -Nhìn thấy tỉ tim bình yên. -Happy new Year to You and your granmother -I love your videos from New Zealand -Pretty 😍😘❤ -哎呀~我看着都饞,好想住在子柒家 -I realy realy like u And ur video u r liveing so 👍 nice place i so excite will u r new video good lucks 🦅🦅🦅🦅🦅🦅🦅🦋🦋🦋🦋🦋🦋🦋🌟🌟🌟🌟💫💫💫🌈🌈🌈🌈🌈🌈🌹🌹🌹🌹🌹🌺🌺💋💋💋💋🥰🥰🥰🥰🥰 that all for u -好厲害,好像仙女下凡,施法術變零食。 -9:14看到一个人头(应该是雾形成的吧) -5:55 漂亮 -根本不知道什么东西是什么 -น่ากินมากค่าาา ชอบอ้าาา😍😙 -#หิววว -I love that sun flower seeds..hi from Kerala -She is so cute😊 -Ĉu vi edziĝis? -You are amazing woman. I really happy see u , take care of your grandma. Hope you have wonderful Chinese new year. And prosperity and happiness always surround you. Gbu -Why do people even bother to dislike -I encourage people to watch the full ad :3 -fk the soundtrack is from digimon n now im feeling nostalgic n sad n relaxed all at the same time😭 -I love all of your videos, 💚 from Indonesia -Countdown Lunar New Year ... 👍👍👍🙏🙏🙏 -Plz publish more of ur cookies food and variety of food -you make it for China new year ? -So energetic .... refreshing video...thanks a lot...from india -Ini menginspirasi banget, rasanya mau punya lingkungan kaya gitu udara bersih, air bersih, tanaman semua subur - -Happy new year -怎么字幕又没了 -Hi -I like your videos -Iam in indian from kerala -your name please -What the name of snack she make it white color?? -Salam kenal dari Indonesia 👍🏻 -Oh I wish I lived there 😶 -Bom dia seus vídeos são muito bom parabéns!!!! -苹果的糖葫芦是传统的吗? -Beautiful video. As always! ♥ -I love all your videos, I am from Malaysia. -I wish you put English Tittle ❤️ -Có ai Việt Nam xem ko ?? -Wowww amazing video.love from India -Superr😋😋😋 -可愛いいいい -Sooooo yummyyyyyy!!!! Is all of that for new year?¿ -Iis good video😍😍 from indonesia i love u😘😘 -love love -I love u r video -اكو عرب بالطياره الصينيه هههههه -你结婚了吗? -Không biết tết tỷ tỷ có làm video mứt tết không :)) -Hand made candies are the best. Hello from Malaysia -I love you -탕후루~~~♡ -I love your videos there so relaxing and calm all the way from new Zealand 😍 -When me subs this channel it just have 800+ subs, now 2.2 million subs. Wow amazing .. and i like again .. - - -Ignore my bad english 😃😃😄😄 -Everything is awesome for you..😍 -10 minutes of pure meditation 😍 😘 ❤ 💕 💗 💖 💞 💖 -👏👍💞 -子柒姐,妳真的好歷害呦,好希望能成為妳朋友,但,我知道是不可能的。 -Love from Indonesia -😍😘😘 -I'm waiting for your videos like a girl waiting for her crush to come..... Your video make my day.... Thank you soo much 😊😊 -бабулька просто топчик)) -Your videos are always beautiful and peaceful that inspire me a lot! Happy Chinese New Year ! Love from London💕 -LOTZ OF LOVE FROM India !!!😊😊 -Love your vids! Cheers from Philippines! -Chinese new years... Happy new year.. From indonesia... 😍😍😘 -Buenos días desde España (Spain) 😁❤ -I love how elegant you look while you cook. You're so inspiring! 😀💖💖 -I have watched all of your videos😍 and everytime I keep waiting for your new post😅 -Really great vdo ,i love your vdo from Thailand , the dogs alway cute your food look great and delicious 🥰🥰😍i love for watching -I admire your creativity love from Germany🤗👏👍😋🤩 -so quite i like u .....have meny house li ziqi -这是你们要找的中文评论 -I from Vietnamese ❤ -Are you in earth or some other planet i like your videos it keeps me very peace -Wow nice vedio today -Know what I like most about her style of living? The only plastic products I see are her toothbrush and the bags. Everyone is bitching and moaning how much plastic is polluting our environment, yet not a damn thing is done; except, this girl is living with minimal plastic. She got my utmost respect and love. -I love you 😍😍 -冬天有芒果耶 -Lunar New Year!!! I'm VietNamese -新年 -Very nice 👌👌👌 -Fairy cooking #FC #Thailand ♥️👩🏻‍🌾☘️ -it reminds me of PS1 harvestmoon -Love ur video so much. -Best luck for u -I​LOVE​YOU😘😘 -您好! 我非常喜欢你的视频,我要去你的国家工作。 祝大家健康.....! -Lý tỷ nấu ăn tuyệt thật đó!Đây có lẽ là video mà tỷ ấy làm hay nhất trong kênh rồi -Best video by far🎊🎉💖💗💘❣ -I love your videos from Philippines. -Woww! Looks so much delicious <3 -i love to watch your videos <3 -Hello my talented sis love u and ur video love u so much love from pakistan -happy Chinese new year advance 🎉🎉 -Awesome👌 -🥰🥰🥰🥰🥰🥰🥰🥰🥰 -It’s almost time for Lunar New Year 🧧 🐖 -这原材料都不便宜 -子柒:如果能夠同妳把茶談歡,及食到妳煮一頓晚餐🥘🥗不枉此生。 -2019 01 31🐷 -👍👍👍👍👍👍👏👏👏👏👏👌👌👌👌🇦🇲🇦🇲🇦🇲🇦🇲🇦🇲 -I wish I could be there 😘 -Sao cái quái quỷ gì bà cũng biết làm hết vậy trời ơi... Hết sức là dễ thương :)) -أحبكي أااااااه لو كنتي مسلمة ياااا أختي ❤❤❤❤❤❤❤❤❤❤❤❤❤❤🙏 -😍😍😍 -I love you so much 😘😘😘 -Слюнки потекли! Как всё красиво и вкусно! -OMG semuaa tersedia bahan buat malanan ...is the best -I love your videos i'm cambodai💜❤💜❤💜❤💜❤💜❤❤💜❤💜❤💜💜💜 -Một mình bà chị cân hết đám bánh mứt tết :v -You are so adorable, I love your videos😃😃 -Dammnn i really want to visit her place and have food that she cook.. Agree thumbs up.. -love your videos from Brazil! -నిన్ను చూస్తే చాలా హాయిగా😃😃😃😃 అనిపిస్తుంది....love, you😘😘😘😘 -Ur vedios are something out of this world.. Ur village is beautiful... And u are such a talented person.. want to watch more and more vedios from u... Love from India 💓 -My crush -후반부 bgm 이름이 뭔지 아시는분? -รักเธอมากคะ -I love you so much <3 happy new year ^^ -How can some one dislike such a beautiful video.. -😊😊😊👍👍👍 -ชอบมากๆๆทำคลิปบ่อยๆๆน๊ะคับ -Your videos are amazing , it’s total treat to eyes. Best wishes from India -Wow!!!! With love from phillipines 😘😘 -So sweet -your grandma so cute in big red hat with ears ^^ -婆婆的帽子好乖哟哈哈哈哈 -Like magic😍 -Siêu thị sống khổng lồ -Your video so nice and amazing. I saw about 20 videos or more within 2 days. -You are so cute, beautiful, creative, strong girl and I love the way you take care of your grandmother. -Love and respect you from Vietnam. - -She's so cute when she's shocked. -實在是太療癒了..... -_5:35_开始是数码宝贝的歌曲 -5:57so cute from Thailand -you store food for personal consumption?? im so amazed.. -Chinese woman so beatiful -👍👍👍👍👍 -太牛了! -Mangos in NZ have Huge cores, you only get a tiny amount of fruit yet your seems majotty fruit. were being ripped off it seems. -NO MATCH......SIMPLY SPEECHLESS..... -GONG - XI - FA - CAI I love You -🇹🇷❤👏 -年味十足啊 -East or west -You are cooking style always best.... -These videos are little gems. I treasure each one and marvel at your life. You bring such joy to the tasks of your days, joy to your grandma and I hope and believe to the people around you. I have gained a whole different perspective of China from watching these glimpses into a way of being I had no concept of before. Today I saw some humour in you, the little kick and jump from the loud bang, so cute. You are a blessing to this world. -Strawberry please -Wow yummy -염소 많이컷네 -I love your Video 🌸🌸💓 -Chỉ muốn lấy em làm vợ là đủ -Just woowwww awesome -Wow you cook a lot today. Is it preparation for Chinese New year next week? -我们柒柒人美心善50万奖金说捐就捐了 -Có ai Việt Nam không ✋✋ -Năm mới vui vẻ nha Thất tỷ -Amazing video I like your preparation of sweets 😍 -Love U -Every 2 days want video from u.... because I love ur channel 😍😘 -I want to ask you what your name? -Việt nam ơi có ai ko Like di -ใครคนไทยบ้างเม้นหน่อยครับ -子柒零食添春意,烘托年味舊時情! -心靈手巧孩提味,逗弄奶奶賺疼惜! -What -You are so beautiful sister I love you -Hi from philiphine -适合养老,现在有小孩,有家不方便,等小孩长大后,而且,经济稳定,我是很愿意在那里生活的。 -Isn't the music from an old castelvania game on nds ? -😘😘😘❤ -u should give it some food -The most beautiful video of you fairy😚😗😚😗😚😗😚😗😗😚😗😚😗😚😗😚😗😚😗😚😚😗😚😗😚😗 -🌰 🌰🌰 🐶 🐶🐶 🐑 🐑🐑❤️❤️❤️ -Finally new videos ❤️❤️❤️ -Magical -Love the entire video. You are amazing girl -Halo cute girl. Love you from indonesia -Song Name? -😘💕 -happy chinesse new year -看起來好好吃……😋😋😋😋😋 -我小时侯也很怕,爆米花呯一声。请问黃色那个是什么生果?看到草莓糖好想吃,我也很想去李子柒那里走一趟呀! -from philippines -❤❤❤❤❤❤❤❤ -فدوة يا ربي حبيتها وعشقتها وادمنت عليها ما شاء الله الطبيعه اتجنن كلشي يمها حلو والاحلى هي 😘😘😘 -Your Videos Always make me Feel peaceful. And My Dream is live in the place like your area when I grow old. With Beautifu Scenery, Nice Weather, Warm Sun, Foggy Road 😇 -I love your videos from Ukraine -So cute. 😍 kong hei fat choi! -💖💖love from Bangladesh!! -I love it ❤❤❤ -puppy is hungry -Какая трудолюбивая -Мага аябай жакты,сонун экен.Мага окшоп тушунуп тушунбой коргондорго салам. -So inspired, love from Cambodia! -HAPPY NEW YEAR 🎉🎉🎊 -Can anyone tell me what's her name? -What's song -may pinoy ba dito ? -Mmmm, roasted chesnuts -I Love you . I am form Turkey. 💝💝💝💝💝💝 -Coi tóc tai Kia dễ thg qua -Amazing, greetings from Morocco. -مغربية مرت من هنا 😘 -Tempat mereka tinggal serasa di surga. Bikin iri. Subhanallah -I'm SO HAPPY to see you (again), and thanks for uploading a long video <3 -💕💕💕💕💕💕 -Best ... From Pakistan -نفسي اعرف هلكميات هاي كلها بتعملها لمين مش فيه حد معاها الا جدتها -I really really love your videos. Please keep on sharing 😀 -From Philippines with love. -犬にもっと優しくして? -Festival food ❤ -thật vui vì cô gái chúng ta yêu quý luôn hạnh phúc (fr M fan vietnam) -Love this video most -I'm frm india -Such an amazing talent she has. -โอ้ยยยชอบบบบ -ว้าว -thanks for the ten-minute twelve-second video. I like it ❤ and I am satisfied to watch the video - -Always waiting your next video - -Sending ❤ from INDONESIA -kẹo hồ lô huyền thoại đây Sao 😘😘😘😘 -这个四川妹纸的视频,比舌尖上的中国观看次数多好多呀,佩服! -6:23のはアカン(汗) -集合体恐怖症にはキツイ(゚ω゚;) -It's Chinese New year, well done -This peanut -👍 -Wow you preserved all foods it's really awesome.... -You have so many offseasonals fruits. -I wish I could also have such a beautiful place like yours❤ -Love your videos. -Lots of love from Nepal -For Wat festivals? -Happy chinese new year to all of you there!!🍺🍺🍺✨✨✨🎉🎉🎉👏👏👏 -I love u from Thailand.❤ -Every time I saw her video....i feel like....gone to old days....very special feeling....Love from india -Everything looks so yummy and she is so skilled its like watching an artist create a masterpiece everytime. -So beautiful video... -i love the peanut forest.. - l m from Indonesia. -She's prepared everythings to welcome china new year. Indonesian says Imlek... 🤭🤭🤭😍😍😍🇮🇩🇮🇩🇮🇩 -I missed your videos! Your videos makes me feel happy and relax, you're amazing! 😍😍😍 -sampean terlihat cekatan sekali.. suka liatnya.. from Indonesia 🇮🇩 -I love it! ❤❤❤ and now, i'm hungry. 😂 Love from Philippines! -Chinese new year food? yum -Người việt vào xem đâu điểm danh nào.... -صباحؤؤؤ -روعه ❤❤❤ -5:59 chị hết hồn cute ghê 😇 -Hay -Always feeling jealous about your lifestyle,, lot's of love from Bangladesh ❤️ -Chuẩn bị tết❤❤ -我从未见过如此能干美好的姑娘。新年快乐🎆🎊🎉你的视频让我心情愉快! -Chúc mừng năm mới Tỷ 🥰🥰 -Việt Nam 31/1/2019 ( 26 Tết) -😇❤ -Your video is so amazing from India 😍😍😍 -I LOVE THIS VIDEO SOO SO MUCH!!! HAPPY NEW YEAR!!!!! -SNACKING TIMEEE!! -😊😊 귀여워 -Æ Việt nam điểm danh -Love from #Myanmar 💖 -Gostei muito desse vídeo, parabéns! -👌👍💕 -最近幾年都覺得沒什麼過年的感覺, -不知道為什麼看完子柒的影片後才真的覺得過年快到了,也很期待這次的過年 -👍👍👍🐕🐩😙😍😘😀🍋🍊🍓🍒🍅🍎🍏🍇🍿🍦🍹🙋🎭 -I love your video😘😘😘i'm from Indonesia😉😉😉 -Happy new year 🙌🙌,LY TU THAT -1st time I'm seeing plastic covers in ur videos -Love from Pakistan @} ;- -婆婆的毛線帽好可愛阿 -кто втюрился в неё? отмечаемся ) -Sắp tết có khác ❤ -I like you Naaa😍😍😍 -😻😻😻😻 -You always amaze me. Luv ur video .watching from philippines🇵🇭😍 -so cute -this is the star wars of daily chores video ^^ -I hope i live just like the way you live with your puppies and your lamb..all love from algeria -Amazing😍😍😍 -Amazing video, not kaleng2, wkwwkwwkkkk, love from indonesia. -I'm India 👌 😘😘😘😘😍😍😍😍🙋 -Something it is not right it is like we say 1+1= 5 how can she do all that -Paling enak itu , suka banget sama makanan satu itu , -Your videos are always refeshing, and always great -Am I the only one who wait for ur video notification -واااو 😍 -Love from Ph 🇵🇭 ❤️ -5.58😊 -😍😍😍 -李子柒~你好啊~你家什么都有~好幸福啊~ -This is the best video ever..😘😘 -Happy Chinese New Year -Love from philippines.😊 -Indonesia taiwan hadir , ko bersama yah update nya yg satu nya , konien datang jadi pada siap" nunjukin makanan kalian hebat , -Lots of love from India ❤️❤️😘 -Cutei pie😘😘😘 -👍 -I love you from Bali, Indonesia❤❤ -Digimon theme anyone? XD -I didn't want the video to end 😍 -I would definitely love to live there forever. ❤️❤️❤️ -ชอบค่ะ ติดตามดูทุกคลิบ เพราะรุ้สึกว่าดูแล้วเพลินดีค่ะ เวลาทำกับข้าวชอบเปิดดู ยังใงก็ขอให้ทำคลิบให้ชมเรื่อยๆนะคะ ชื่นชอบค่ะ from Thailand -Nice -So proud of him. I love it i remember before the Girls befor was happy and Ejoy to Kocking but now i dont no if the have like this.. -Simple and cute -Hallo.. I Am from indonesia. ❤ -From turkey muhittin topalak kazlicesme 💓 -I love u for all video waiting for next video ...... -พี่เก่งจังทำได้หมดทุกอย่าง -I'm from VietNam and I love you <3 -Nice😍😍😍👌🏻 what happened? -Việt Nam đâu điểm danh nào ae. -I immediately clicked this when I saw it was your video♥️ I love your content, very much☺️ -Actually she can split and update it as 4 video and earn but she is so gud -For anyone wondering, it’s customary to prepare some snacks over the Lunar Festival to entertain visiting relatives and friends. I guess they can also be used as gifts. Usually people would buy them from shops but of course Ziqi always takes it up a notch and makes everything from scratch! They look amazing as always! -Hiiii -I'm from India (gujrat) -I'm always wait you video -You're too good -wow -5:59 was the cutest reaction -I feel nostalgic when watching the video, I miss my simple life in my country, my village our life was simple like this.... -So peaceful . What a wonderful life. Love your. Videos -Are you reaal wooow ❤️❤️❤️😍 -Like 😍👏 -Love from indonesia -Menunggu komen yg mengatakan saya dari indon....., dancok dancok...!!! -哇,看到小時候才有的爆米香,好吃! -nice video -Miss please use subtitle in English. -Those curious little animals are sooo cute! -i'm really afraid that she's going to eat that little lamb:( -I love you ❤ -Ai việt nam điểm danh nào -👏👏👏👏👏💗💗💗 you -😭这才是真正的过年嘛 -好想去你家做客!把零食吃光! -Lv u... 😘😘😘Good evening -Please provide English subtitles -Love from 🇵🇭 -Khéo tay quá chị gì ơi -Thailand😍 -憑一把刀成為世界巨星 -Adoro seus vídeos.tudo muito lindo !👍😊 -Việt Nam ới 😂😂 -❤️ -I was hopefully waiting for new videos at last.. 💓 -Love from Israel -🇮🇱💞🙂Amezing video big like👍💋 -Very interesting and beautiful video,Love it🌸Please share some snacks with the cute pets🐩🐐💞 -Amazing 😘 -poor dogs, i feel like they arent being fed properly -10分鐘.....子柒很少有時間這麼長的影片.這期看得真過癮!...希望以後的影片也都能加長些..不然總是意猶未盡❤❤❤ -밤 주울때, 한국의 빨간코팅 목장갑을 -권하고 싶네요~^* (전천후 입니당) -아! 강정이 예쁘게 만들어 졌어욧-♥ -예쁘고 맛난 먹거리 만들어서 포장을 -하네요! 한글 자막이 없어 유추할뿐~* -영상에서 양치하는거 자주 나오는데 넘 귀엽고요, 작업할때 장화신는것도 넘 멋져요. -기분 낼때(주로 겨울)는 여러색의 긴망또를 번갈아 입는데 매우 아름다워요. ~^^ -저와는 이름에 성씨가 같네요!~♥ -Amazing farm all vegetable at fruit harvest ur farm love it harvest fresh food yummy😋 from Philippines🇵🇭mabuhay -indonesian? ada? 😊 -5:59😂😂❤ -Very good -希望每次你的视频都加长时间。你的视频我每次看N遍…… -I adore your video💕 Please tell me the breed of sheep and tiny dogs xxx -My dream home is your place. Lots of fresh fruits and vegetables around the house. The scenery is lovely too.💕💕 -小羊都长大了 -Which planet is this? Why so beautiful? Love from Malaysia, Earth -Wuo Han Ai ni ♥♥♥♥♥♥ -Dưới đất rụng đầy mà ko lấy nuuuuu -"Mary has a little lamb" the nursery rhyme has turned into life ....😃😃 -China is no more a developing country if girls with divine qualities like you still exists. You are masterpiece for china. Agree or not ? -留个名,祝所有华人猪年快乐,各有其福,健康平安! -Amazing -Hello love your videos are just in an other Laval lots of love from Pakistan.:) -I love your video very much. I feel rilex -Luv from India 🇮🇳😘 -❤️ -😍😍😍😍😍 -Pls give the English subtitle we eagerly waiting. You are very active sister. -한참을 빠져 들게하는 영상입니다 -she queen of food design nation of chinesssssss love from cambodia -Yên bình thật đấy -She's gained weight💖💖💖 -OMG. Digimon Adventure OST!!💘💘💘 -Menina trabalhadora bom dia do Brasil -Anh tàu khựa nào mà lấy đc bạn gái này thì đúng là có phúc thât -Absolument magnifique ! !!!!!!!! -Hello from Russia! Thank you for your work))) It's amazing ^-^ -so healing and peaceful -What fruit is that? -At least give English subtitle, if you're uploading it on YouTube... Please!!!!! -Haha she is doing Nougat candy too. -Watching her video is really relaxing for me. They showcase the beauty of living simply. -I really love this video - - - -❤Philippines🇵🇭❤ -❤️❤️❤️❤️ From 🇳🇵 Nepal -Кто с России ставьте лайк. -Very very awesome and hard work u have done👌👌👌👌👌 -А я люблю ее видео из России! 🌷 -Omg i love sunflower seeds ❤❤ -Te mega adora -Many people said they desired her lifestyle. It's not that easy folks. Not even for the old folks. I live in the city but my parents hometown are in the countryside, so I occasionally come to visit. Let's just say it's extremely boring. Not even my parents can handle it. I think you need to reach a certain "I can't stand this bs, toxic city and lifestyle anymore" threshold, then you can commit to an uneventful lifestyle. -Amazing video I felt a great sense of relief 😍 watching from Algeria , -Who is from Philippines here.? -突如其來的不沾鍋 -👌🏻💐🧿🇹🇷🙏🏻🙋‍♀️💕👏🏼👏🏼👏🏼🇹🇷 -We call it cattus in nepal -Omg finally u r back. I was waiting fr me u r worlds most beautiful -I love your videos ❤❤ From Viet nam ❤ -Lovely inspiration.... Beauty and fresh food... Your amazing and great job!! -5:59 So cute and nice video. From Thailand 🇹🇭 ❤️ -Chúc mừng năm mới -Здоровья девушке. Поддержим лайками. Когда появится канал про нашу деревню? -😍😍😍 -Love your videos from Philippines 🇵🇭 -perfect -他非常幸运 -is this Valentin's special?? -i 'm always waiting your video -My wife love and like your videos ... please upload new videos soon as soon -I love your channel , from TURKEY 🇹🇷 -Vietnamese 🇻🇳🇻🇳🇻🇳??? -She prepared a lot for CNY. -期待子柒的年夜饭 -横顔ちょっとTWICEのミナに似てる! -Running out of Chinese music? -😍😍😍😍😍😍 -I want to taste everything... Lots of resources ... Wait is that a tiny apple? -Kaya bgt dia apa apa tggal metik. Indah nya tggl dsna -her life is full of happiness, I love her -5:40 爆米花机=粮食放大器 -💞🐱🐥🐕🦋💞💗 -ur just amazing😍 -😍😍😍😍😍😍😍😍😍 -I'm speechless!!! You're an Angel!!! -So beautiful !!!! -LOVE FROM THE PHILIPPINES 🇵🇭!!!! -Multitasking n beautiful -I've been waiting for your 😊 -I love you 😍😘 -Love from Turkey, I love the way you live. Is just simple and peace full. ❤️ -Imlek,? -Beautyfull , sangat Indah sekali video nya -Diz girl is multitalented n very hard working 😍😍😍 -i love your videos i like u so much liziqi -This is my no +966541782462 -Aku suka banget kaya di syurga😍😍😍😍 -Film favorit😘😘😘 -Seus vídeos são de ótima qualidade parabéns e um abraço aqui do Brasil:) -i love this video -爆米花的那个真的很真实 -10 minutes of enjoyment, wow! -Yyeay! Finally! I love all of your videos. Love from Indonesia❤️ - -I LOVE YOU😘😘😘 -I like ur vdo from Bangladesh -Oii beautiful -Love from India❤️❤️❤️ -Essa sim, é uma #GIRLPOWER ! -مهضومه -The Love for you from Vietnam ❤️ -I want that popcorn cooker 😂😂🤣🤣 -Wife that hoe. -I just loved they way you prepared you're so amazing -The way she closes her grandma'S ear was so cute. Love you ☺ -There are so many videos plotting like this here in youtube now, but I must say you are the original (the concept) and that what makes me adore you so much❤ love from philippines -_Kapan mbak rabi mu ? gelem rabi karo aku po ra . wes ayu pinter masak gelem nyambut gawe . hehehe_ ... from Java Indonesia 😗😗 -Haha you so cute. I love your video so much. Love you❤ -- From VietNam- -I’m so hungry now -J'aime 😍😍😍😍😍 -I want talking with you little bit -Sooo satisfying -Aww she is so cute 😍 -Tôi chờ Bà cả ngày hôm nay. cuối cùng pà cũng xuất hiện. Linh cảm đúng mà 😘😘😘 -I love love your videos. I want to visit it 😍 -Wow i only love your video -l love you're video's form Kerala -Love her hard work -Hope that she will get a husband as hardworking as her 🤣 -Phong cảnh đẹp thật -1. 沒失望, 又看到小動物了. 希望那羊羔以後不會被吃吧? 2. 米花爆時, 立刻把手移開婆婆的耳, 換遮自己的耳, 這不是普通人能做到的呀 -ได้สักครั้งจะไม่ลืมบุญคุณ💜😜 -Happy New year 😊😊😊 -Omg mãi mới chờ được -I love your videos😍 -Mantul -U r amazing 😍😍😍😍😍 -കണ്ടിരിക്കാൻ തോന്നുന്ന വീഡിയോസ്....i love your video s -Thiên thần của tôi😍 -Top ! -I'm waiting for ur vedios tq for uploading -Love to see you back.i am waiting for your video. -You're preparing for Lunar new year 2019? I'm from Viet Nam. I love this video💛💜我爱你❤ -Love from india g -Very nice video I love you from Thailand 😙😙💖💖💖💖 -You are amazing relented girl,I appreciate you, good job,keep it up,I like your vedio, love from Pakistan -I really love this videos!!!💖❤ -LOVE~from马来西亚 -Wow beautiful place -i really want to know the real accoubt youtube of this girl. i think everybody love to upload her vidio. we 💝 her so much -I feel like the lunar new year is already here now!!! -Your dogs look ever so hungry. Don't you feed them? -👍👍👍 -Wow I'm the happiest person who is waiting for your video...love you -i love u n ur videos love from nepal. i dont miss ur single videos. i keep waiting for your videos. 😍😍 -👍 -Best video of the month i watchd -Tooo gud ❤ -Very nice recipe. -❤❤❤❤❤❤❤❤❤❤ -Mmm yummy! :) greetings from Poland! -Подготовка к Новому Году?)Спасибо за видео)Привет с Камчатки! -Happy Chinese New Year -이런게 진정한 크리에이터 콘텐츠지.. 응원합니다 -Ước gì được về quê -Sorry im late -우리 자칠이 멋져! -i fallen love with this Girl...... -I am waiting for your next video -Happy Lunar New Year!!! -การใช้ชีวิตของเธอช่างหน้าอยู่จิงๆชอบเทอน่ารัก 😍 -I have great admiration for your work ethic ❤️ -I really love watching your videos. When im tired suddenly people wants to get rest but me not. cause Before I sleep I watch your video first -i love your video from india -Nice -Best video ever Sis. Always wait for the notification to watch your videos.🤗❤ -👏👏👏👏👏👏👌👌👌👌👌😘😘😘😘😘😘 -sekarang ga bisa dioffline yampun :') -終於等到您視頻了 -nhớ về tuổi thơ kẹo hồ lô -💞💞💞💞💞 -الطبيعة تخبل والطلي مالتج كيوت هههه -I love your video from Bangladesh -👍🏻🥰♥️♥️ -เด็กๆน่ารักจัง.. -Thank you for this wonderful video... evry time i m wching that cute puppys 😍😍😘😘😘...Love you... From india keralam. -Love ur video....😍😍😍😍😘😘😘so Beautify -Your'e amazing😍😍😘😘😘 -Love your videos🤗🤗🤗 -I am ur bid fan from Bangladesh -你怎么什么都会!!!🍋 -The way she ran to cover grandma's ears 😊😍 -😍😍😍😍😍😍😍 -Watching your videos just make me want to move somewhere in the mountains and leave my life in the city behind. -Yeah soo nice..you art woman. -do you cook every day or just for video making? I was very inspired by what you always cook, soon the Chinese new year, so you prepare all the snaks by making your own, very amazing -VN đâu like phát :v -恭贺新禧,祝身体健康、事业发达。 -😌💨❤ -Bao giờ mới khéo tay như lày cơ chí -😘😘😘😘💓💓💓💓💓💓💓 -Huhu -Awesome -hello from planet earth -love your channel -Wao ur videos are superb.how u manage things is amazing.love ur videos❤❤. -Always loves ur videos from India😍 -Are u human? -Happy new Chinese year 🎉 -Ohhh my lady.... 😍😍😍😍😍 - -Hello, how are you ? I love grilled chestnuts ! in my region "Limousin (France) we have a specialty that is "Black pudding with chestnuts".. thank you to you ! happy Thursday. -6:00 she's so cute. i really adore her. 😍😘 -love 👍❤ -4:07 time to skip this video 😂😂 -我觉得你的视频好棒,也可以学到很多东西。有两个小小的建议:第一,如果有些食品或者配料,能不能把中文名加上(若有可能也能加英文)?因为我们也想知道是什么。第二,厨房太暗,若是能把厨房也能搞的亮堂(甚至像其他房间一样美美的),这样光线啥的对你拍视频也有帮助,看过有一期弄冰水鱼的,感觉晚上实在太暗了。 -I feel hungry 😍😋 -Osm video -I love your cooking style -You are so cute -每次看到那夜景就覺得..超美的!! -😍 -love your videos -love from india -she is unreal!wish we had women like her in America. -영상 긴 거 자주 올려주세요 -Can someone translate it in English please... eagerly wants to know what's all that?? -Getting ready for Chinese New Year. Nice! -🙂🙂🙂 -có ai đang xem như tui ko cho like coi VIỆT NAM -Tỷ làm bánh đón tết -I want to wish you happy chinese year 🍊 -So nice to see your video. -beautiful video <3 -she prepared food for Chinese New Year -I really like her super idealistic -Chúc mọi người ăn tết mạnh khoẻ -😍 -祝你和婆婆,新年快乐。 身体健康。 万事如意 -马来西亚的朋友 -I love your videos love from india -in each video u r doing so many things using also many ones too & there're so many your videos... ყოჩაღ ქალო! -You're so cute haha -Love to watch Ur video's 😊👌👌👌🇮🇳 -Omg what a beautiful video , such a hardworking lady . -Is this is your bussnise😐😵 -Add English subtitles -حياة طبيعية روعة -Всем мирным людям привет из России!!Всем добра и благополучия!🌟🌟 -Woa -:'(( the weather is too cold and puppies do not have warm clothes (sign) -Aww i love her😍😍💗💗 -. -. -. -from:Malaysia🇲🇾 -I love this video..! Nice ..✌️ -Пупаууу -Дидидидянг -Nice video😘😍 -Hey viewers -Assalaamualaikum -See my channel too... I'm making traditional authentic dishes in simple and easy way... Subscribe to my channel too.. -Made with ease served with pride alhamdulillah mashaallah... -This video makes me smile from ear to ear.😍 Thank you! -just woow love from Bangladesh 😍😍😍😍 -Giỏi thế 👍 ( VIET NAM) -so much sweets 😀 -that exploding popcorn maker brings back so much childhood memories in China, the loud bang followed by the aromatic smell. -简直太棒了! -I was just thinking about hiw much i love your videos, this morning; and here you are! Thank you for sharing another piece of your life 🖤 -😘😘😘😘😘😘😘😘😘👍👍👍👍👍👍👍👏👏👏👏👏👏👏👏👏⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩⁦🇩🇿⁩😄😄😄😄😄😄رهيبة جدا ونشيط الله يبارك 👏 -很美啊!😙 -Always in a expectation ..... To ur video.... U and those lovely kids .... Awesome...love you from india. ❤❤❤❤❤❤❤❤❤💚💚💚💚💚💚💚💚💚💚💚 -Love your video, happy for you -太厉害了!都自己吃咩? -Fc vietnam😘😍😘😍 -or jaha ap rh te ho butful -Owe...😌 -❤️❤️ -หิวเลยอะ -我很向往这种生活,这种环境就像世外桃源,和相爱的人过着与世无争的生活相伴终老。 -زووور جوانا 😍😘😘 -Dogs need food -后半段bgm响起的时候,突然就泪目了 -Enak bngt ya... Semua bikin sendiri... -Indonesia mn suaranya..... -Great effort. Thank you for spreading this world with love. This video and last year's New Year video are two my favorites ! -☺️ -nice video 😙😙❤ -ni ho ma i'm from indonesia i just wanna say happy chinese new year to all chinese in the world gong xi fa cai, year of pig land. -Always cool to recognize some recipes! Very nice video once again -Классные видео 🇺🇦 -plz use English subtitles -Каеф -10 menit 😍😘 -bahut Acha ye h ap Ka looking video or bajo Karo -Love your all videos from Myanmar <3 -😍😍😍 -like your all video. ..love and good wishes from India -Please make something for puppies also... love from Karnataka... India -I always enjoy watching your video. I'm rooting for you. Keep up the good work! - -from Japan. °ʚ(*´˘`*)ɞ° -The moment she shouted was cutest of all -awww honey, missed u😍😙 -hay ghê nhể 😊😊 -Wowww...😍😍So good❤ -Very cool 👏👏🤔Can you see my channel specialized in Arabic cooking😉 -Yang selalu ku nanti2. Miss you nuna -ມັກຫຼາຍ🇱🇦 -Respect from Egypt beautiful girl -น่ารัก -<3 -❤❤❤👍 -one of your bests!!!!! love yah! -Das ist doch digimon tai und kari musik 😢😢😢😢ich mus immer weinen -I love you story 😍 -I love you💖 -Exlent madam -In case you don’t understand what she is making in the video: the various snacks for Chinese/lunar new year. -Happy lunar new year!! Time to come back home, time for old meals (^_^)! -I love your Video form in Bangkok Thailand -Next video -This for Chinese new year??? -I love you,😍 - -*എന്തു മനോഹരമായ ജീവിതം* ♥️♥️ -I always wonder why they don't touch the skin of that fruit. Is it itchy or something? Please tell me in a nice way. Tsk. Anyway. Your video is great! Thank you for uploading such a wonderful video. It calms me down. I love you. :) -新年快樂🎇 -She is great -wow i like it. -Love your videos.I enjoy watching them. Cute dog . -Winter stock from expert -I love how she protected her grandma , so cute -Happy new year and thanks for the content -Cute family with small animals....love all your videos.....yummy send me some..... -You have enough steminer.never feel tiered.love from india,assam. -Kok domba nya bisa ngikutin dia kaya gitu 😂😂😂 -Those little dogs and the lamb melts my heart ❤❤❤ -De Uruguay..!! 🤗🤗 🙋‍♀️🐱🐈🌻 -I love your video from Indonesia ❤ -新年快樂。婆婆身體健康 -Good -I love you ❤ -cool -Waaaaw😊💟👍👍👍👍 -wow..😍😍😍❤ -Happy chinese new year!!!🎉🎊🎆🎇 -Falling in love with your place and your lifestyle every time -I'm not sure why, but the soundtrack really reminds me of Nausicaä of the Valley of the Wind for some reason. -Finally you upload the video I am waiting for a long time👌👌 -Мужика ей надо, чтоб помогал) -Gong Xi Fa Chai 🎊🎉 -The dogs and the lamb follows her everywhere.. thats so cute... -Hit like if u r from INDIA -أول تعليق عربي 😍😍😍 -Russia love this video -Elenize saglik.guzel kizim.allah nazardan korusun. -You cook so many different kind of sweets and nuts, but haven't shown you're eating any if those. -I could't resist to make comment,those puppies and a little sooooo adoreableeee ,and of course with such a beautiful owner . -OMG YOUR SO CUTEEE😍 -Like from Indonesia -ماشاء الله تبارك الله -أحكي عن روعه الطبيعة وخيراتها🌷 -سبحان الله الذي سخر الأرض وماعليها للإنسان - -ولا أحكي عن ابداع البنت وصبرها وجهدها وقوة تحملها💪🏼 -واضح انها مستمتعه وهي تعمل - -الفيديو جمال وابداع 👍🏼 -الحمدلله ع النعم العظيمة هذا من فضل ربي❤️ -I love Video from VIETNAM 🇻🇳 -Fan Thất Tỷ đâu rồi, điểm danh đi ❤. -Oh my God i love the little lamb follow you every where also the puppies, so cute, and your cooking is fantastic -Tôi yêu cách sống của bạn, đó là ước mơ của tôi, nhưng nó sẽ không bao giờ thành hiện thực. -Просто рай -*5.59 I love you...* -Amazing as usual ♥♥♥ -Yeu em -❤️From India -So many people love you from Viet Nam. I'm Vietnamese too 🤣 -Im so stressed right now as my hair is falling off but thanks to you for relieving some of my stress! Love from the Philippines! -5:55 She is so cute 😁💜💜😍 -i lov u r video from INDIA -😙👋 -Chị ơi chị có người yêu chưaa :)))) -Your sheep so cute. -Hy -Woww really super I miss this place superr cooking -Happy New Year -Who else is here from Pakistan? -Is this food prepared for a wedding of something likr that, or just to storage? -LOVE YOU SOOOOO MUCH 😍😍😍 -I love this video plz make some more videos like this -😍😍😍😍😍 -10Mins longer I love it, thanks for your generousity!Love from Belgium.. -hmn..baked chestnuts!.wow!. -Говорят китайцы плохо готовят заушы фиг оттянешь. -Waiting is worthfull.. Lots of love and best wishes.. Keep uploading plz.. -Love all your videos! -i love your videos...how I wish there are English sub to it -My girl,i love you!!! -五分多开始的bgm好像是数码宝贝御台场的bgm? -Watching this video made me so happy -Nice -😙😙😙😙😙😙😙😙😙😙😙😙😙😙😙😙😙😙😙 -I'm from Indonesia,I love this video 😍😘💝 -Very nice -Love from india -Kerala -😆😆😆 -😍😍😍😍 -子柒姐姐被吓到时好可爱 -祝你新年快乐🎊 -Chestnuts my favorite sunflower seeds also. -I love this place.., your family is really grateful and you live a happy in nature environment. -6:00 😍😍😍😍555 -From indonesia -😍😍😍😂😂😂 salam from indonesia -Love your videos -I watched your video day before yesterday accidentally and now im addicted to your channel 💗💗 -Oh 10 minutes now, I really exited and love it 💚 -Que maravilla 😊✋ -Very nice photography. All of your videos are very well crafted. Greetings from México -Happy new year!!! -ມັນເບີ່ງຄິບເຈົ້າຫລາຍ ຕິດຕາມທຸກຄິບ From LAOS 🇱🇦 ☺️☺️ -Bonne année fée de la montagne -I love this video and your all videos super -Gong xi fa cai! -From Vietnam say Hi -Why we can't download the video i love the way u do -I was convinced that mango has no pit like i need that -น่ารักจังเลยค่าติดตามอยู่นะค่ะ -Tudo que você faz parece ficar maravilhoso. Quero um dia almoçar com você comer das suas delícias. Parabéns. -Love you -Cute video ever - -Nice -15000 views in 10 minutes?! you are very popular -Nice video -i love your video from indonesia 😍😍😍 -Almost first-ish -Wow so relaxing -AS VREA SA TRAIESC CA ACEASTA FATA -Amazing. -Việt Nam đâu? (.) phát nào!! >< -Beautiful 💝 thank you! -Some one explain me -I've watched all your videos and always wait for your latest video . Loves from Padang (Indonesia) -Chị ấy quá giỏi -Xiên hồ lô ngào đường trong truyền thuyết đâu à -😍😍😍😍 -😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘😘 -Her hands reminds me of my mom. -❤❤❤ from Philippines. 🇵🇭🇵🇭🇵🇭 -💙 -10' chậm hơn 13N người -Your videos are treat for my eyes my god i felt so nice love you...... -I love your videoss -YES ANOTHER AWESOME VIDEO❤️ -Hai.. Iam from INDONESIA 😗 nice video-- -Xem đầu -Who else liked the video before playing it 😊 -I love ur videos..you are very diligent and beautiful from india -5:59😂😂😂 -What happens if we touch those nuts without gloves? -Beautiful video as always, very relaxing, it calms my heart. The puppies are so cute -Lamb and baby dog so cute , and also you, so sweet 😊😊😊😘 -SOO NISE ..FROM OMAN -собачек тоже сьест -❤️ -❤ from indonesia -جميل -ilove your videos,, from Saudi Arabia ❤️❤️❤️ -That is called Kora in my local language... -小时候就是这样吃这种爆米花 -все так легко и просто -I have never seen making popcorn like that before... this channel is so unique -ຢູພາບໄດຂອງຈີນນີນະ -too perfect 🌟🌟🌟🌟🌟 -Love from kolkata 😘😘😘😘😘😘😘 -Always love your video! -Yang dari indonesia mana like nya, 😂😂😂😂 -I'm a last watching this video..😂 -Chúc mọi người ăn tết vui vẻ -mg family members of the world 😄😄😄 -😀😀😙😙😙😘😘😚😚 -What is the name of the red colour fruit.. awesome video dear.. -Happy Lunar New Year!!! I come from Viet Nam and I'm Vietnameses! -Hai love from thoothukudi -I love your video❤ -喜欢你。祝你们元旦节快乐 -What's name of fruit on 1.35? -아 장갑끼고 일하네요...마음이 조금 놓이네요 -Chúc mọi người ăn tết vui vẻ -I love your video💓💓💓💓💓💓💓💓💓💓💓💓💓💓from Bangladesh 💜💜💜 -I'm from kerala India ♥️ -I loves your videos from Padang (Indonesia)😍 -ngge punc do yam kalakchei -Không biết chị ấy nói tiếng việt được hhông ta -Im from Kerala really love your vedios😍 -finally I like it 😍 -Thanks -生日快乐^^ -ชอบมากกก😍 -Love your grandma 💜💜 -I love your video from Indonesia 💖💖💖 -😍😍😍 -I usually see this candy on Chinese ancient films. And now i know how to make it, great job! -子柒做的我都超愛!!口味水都流出來了! -Im from Vietnam :)) -Love from india -I love you so match ...taima from Jorden arabic -❤❤ -hello from Malaysia 🇲🇾🇲🇾🇲🇾🇲🇾🇲🇾🇲🇾😍 -😍😍😍😍😍😍😍😍😍 -Like❤ -Your movement when preparing popcorn so cute! -आप का वीडियो बहुत अच्छा है -冰糖葫芦是什麼果实 -Chị giỏi quá -Yummmy foods! 🤤🤤😲😲 -她很可愛😘😘😘😘 -祝生活愉快 -Lunar new year is coming, wish you and your family happy ❤❤ -Cái đóa là hô lô đường hả m.n -Ai vn trl em cái 😂 -как всегда отличное видео ...музыка ,обстановка . обожаю))). не устаю восхищаться милой девушкой -From indonesia -Hii miss love from india -I 💜U -The white dog is so cute.😁 - -Love from Bangladesh 💙 💚 💛 💜 ❤ -From Karnataka 😍😍 -เป็นอะไรที่ดูแล้วเพลินมากกกก -Mesmerizing videos... Really love it.... From india -Your vedios are great👍💯 , love from 🇵🇰 Pakistan -Nice your video -Nin hau. - -4 minutes, 5798 views. I am drunk on the number. -Love the food💜💜💜💜💜💜😘😘😘😘😘😘😘 -This is what dreams are made of!! Love ur vids -Awwwww😍 your pets❤️❤️ -Hello!from Japanese! -I love you💓 -Im not chinese… -Halloween from tamilnadu ♥♥ -ชอบ -Ga slalu nunggu video terbarunya.. nntn video nya meski d ulang2 ga prnah bosen...😊😊 -Your video is so amazing. Love from Indonesia. ❤️😍🇮🇩 -FINALLY~ -Simply beautiful i loves your video from India 😍😍😍 -I like your video -Thank you!!! -So so so nice -มาแล้วววว😄😊 -💓💕💗💙💚💛💜💝💞💌 -😂😂😂😂😂🐕🐕🐕🐑🐑🐑🐏🐏 -I am badly waiting for your video.... -Very nice and relaxable... -Nice videos 💕💕💕- From Malaysia..😘 -Love from India -♥️♥️ -I miss you😘 -💓💓 -不错 -Im a great fan of you -Every day I will watch your videos👍 -From kerala -lots of love from Bangladesh. -I like you and your cooking -My favorite channel on utube👍 -This is my addiction these videos my therapy She can make Elma şekeri❤️ -She's getting more and more beautiful living in such peaceful and fresh area. -Hey ki youshould really like my comments iam your hardcore fans from manipur north east india 😊😋 -新年新片,大家新年快樂 -好想吃! -Always refreshing and mind blowing videos -Indonesia........ -😍😍😍😍😍😍 -Always waiting your new video ❤❤😊 -❤❤❤❤ 我喜欢这个频道,我喜欢北京,她很有创造力,她自己做所有事情,我希望我和她一起生活,所以我少跳过去帮助她🤩❤❤ -I like you, love from india -Hi love ur vdo love from Nepal... -Top first comment : What i wanna say that I'll praise her before i watch it cause i am sure that each video is a masterpiece and i feel relax whenever i watch it <3 -wow cute puppys,,nice video -I love your videos.... -Wonderful -Iam russia -love you so much your fan in thailand -i think is so good if you have sub english -love you! OXOX -Yes I always see those fruit sugar coated candies in Chinese movies sorry I dunno the name 😁 -Love her -❤️ from Ukraine 🇺🇦 -It's a good life,i want this life so much...💙💙💙 -Good morning 🤗😃😃😃 -Another video to watch! Thanks! -I love your videos from India -hello. Watching from PHIL -💓💓💓 -💗💗 Thailand -Tiểu muội muội em giỏi quá. Yêu em 💕 -hi -I'm waiting for your videos -Lovely girl -รักเธอ.💛 -this just made my day better <3 -Hello -👍👍😊😊 -妳好! -Nougat (roasted chestnut, dried strawberry, raisin & crackers), Candied fruit skewer, Jerky, Dried Mango, Peanut & Sesame brittle, Toasted Peanuts & Sunflower seeds, Wafer Rolls, Popped Rice and Corn -Did I miss anything? 🤔🤔🤔 -Fan Việt Nam 😘😘😘💪 -LOVE in ARIQ -Do chestnuts pop like popcorn if you don't crack them? I've never cooked them... -Xem thứ 240 cmt 2 -2LoVE -I love this video! 每次看到李子柒的影片,都有一種很想去四川旅遊的感覺。這次看完以後又更加有這個想法了 -Ni hao... -like đầu cmt đầu xem đầu nè việt nam điểm danh đi. 姐姐祝 你 有 一 个 春 节 快 乐 和 幸 福 :))) -❤️❤️❤️😍 -Superb -. -My future wife -Ae vn đâu cho mình thấy cái tay các bạn nào -well done -Hooo hoooo... M so happy to c u -Wishing I had such cute doggos 😍😍😍 -Most awaited video -second -First 😀😁🤣 finally can write this momentous comment! -14 -Malaysia fans here -Amazing -Hello friends follweurs duct yutoube -Woohhoo finally u r back.....its like a vacation when i get ur notification -Dây -Miss you!! -Strong lady^^ -thanks for uploading the new video...love -우왕ㅎㅎ오늘도 역시 대단하셔요♡언니♡♡ -中文评论,这次要靠前! 吃糖葫芦咯 ···· -Hi I come from Thailand 😊😊😊😊 -คนจีนงามงามขอ้ยนี้ยากไปยูนำเจ้าเลย -OMG those puppies are so cute and a little lamb 😍 following her 💖💖 -Happy new year, best wish for u -😍😍😍😍 - -Not a single day pass when I don't see your videos these are beautiful -وه وه احلا من تنزل 💛💛💛💛💛💛✔️ -Happy Chinese New Year! Love lots 💖 From Philippines 😍 -1-я ураа -Woww -Có ai ở đây 0 ta... 😇😇😇 -ชอบมาก ติดตามเลยค่ะ -I love yoy do you love me -Nice video....... 👍 -😀😀😀 -🥰🥰🥰 -Chúc mừng năm mới...thiên thần...😍 -First komen 😍😍😍 -Love you... From indonesia -Yes first im i've been waiting your new video -Yaaay second -Việt Nam điểm danh🔥🇻🇳 -like! -First like first comment 😂😂😂love you sister ❤❤❤ -💕💕💕 i love -Hello from Massachusetts! I love your channel -I instantly clicked when I got the notification, yet there's always 54 likes. Wow. On my channel, it takes months to get even half of the amount of likes she gets in less than 1 min haha -I’m from Mexico 🇲🇽 -Love frm India..... Suprb video... -I love u soooo muchhh u r the real queen -I love you ❤❤❤ -🤗🤗🤗 -Xem đầu =)) VN like với 😂 -Awesome 👌👌😍 -gooddd, 😆😆😆😆🖒🖒🖒🖒🖒 -I love it! -2 -19 -Buah berangan -1st🥰🥰🥰🥰🥰🥰 -The first one of millions, please like my comment -👏❤❤ -#TeamVietNam -🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳🇻🇳 -한국인 일빠! -Hai love from tamilnadu ❤️❤️ -Indonesia First😂 -I Love you Cece -I from indonesia 😊 -第十三 -😍😍😍 -😍😍😍 -Yêu chị ❤️ -2 -安安 -❤️ -👍 -Hi 👋 -Missyou -. Hello ♥️ -Hello -❤️❤️❤️ -رائع💜 -Love u -more power to you♥️♥️♥️ -aw aw mee -2 -2 -Love you -❤💙💚💛💜🖤 -😘😘😘 -nice -Love -2 -頭香 -Hello -١ -1111111 -Hi -1 -💜💜💜💜💜 -1コメ! -1 - -Process finished with exit code 0 diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217.zip" "b/\345\233\275\346\227\227\345\244\264\345\203\217.zip" new file mode 100644 index 0000000..b346bc6 Binary files /dev/null and "b/\345\233\275\346\227\227\345\244\264\345\203\217.zip" differ diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/__init__.py" "b/\345\233\275\346\227\227\345\244\264\345\203\217/__init__.py" new file mode 100644 index 0000000..51c9f4b --- /dev/null +++ "b/\345\233\275\346\227\227\345\244\264\345\203\217/__init__.py" @@ -0,0 +1,23 @@ +from PIL import Image + +""" +注意: +1、运行前请确保安装了python3环境 +2、请先安装PIL库,命令是: pip install PIL +3、遇到任何问题可通过关注公众号【Python之禅】获得作者的帮助 +""" + + +def main(): + avatar = Image.open("header.jpg") # 加载头像 + flag = Image.open("flag.jpg") # 加载国旗 + avatar_width, avatar_height = avatar.size # 获取头像宽高 + flag_size = (int(avatar_width / 3), int(avatar_height / 3)) + flag = flag.resize(flag_size, Image.ANTIALIAS) # 将国旗大小缩放到头像的 1/9 + avatar.paste(flag, (avatar_width - flag_size[0], avatar_height - flag_size[1])) # 放置在头像右下角 + avatar.show() + avatar.save("new_avatar.jpg") # 保存新头像 + + +if __name__ == '__main__': + main() diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/flag.jpg" "b/\345\233\275\346\227\227\345\244\264\345\203\217/flag.jpg" new file mode 100644 index 0000000..23fd537 Binary files /dev/null and "b/\345\233\275\346\227\227\345\244\264\345\203\217/flag.jpg" differ diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/header.jpg" "b/\345\233\275\346\227\227\345\244\264\345\203\217/header.jpg" new file mode 100644 index 0000000..46e8371 Binary files /dev/null and "b/\345\233\275\346\227\227\345\244\264\345\203\217/header.jpg" differ diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/new_avatar.jpg" "b/\345\233\275\346\227\227\345\244\264\345\203\217/new_avatar.jpg" new file mode 100644 index 0000000..5fed26d Binary files /dev/null and "b/\345\233\275\346\227\227\345\244\264\345\203\217/new_avatar.jpg" differ diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/new_avatar1.jpg" "b/\345\233\275\346\227\227\345\244\264\345\203\217/new_avatar1.jpg" new file mode 100644 index 0000000..823c5fb Binary files /dev/null and "b/\345\233\275\346\227\227\345\244\264\345\203\217/new_avatar1.jpg" differ diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/readme.md" "b/\345\233\275\346\227\227\345\244\264\345\203\217/readme.md" new file mode 100644 index 0000000..02cf710 --- /dev/null +++ "b/\345\233\275\346\227\227\345\244\264\345\203\217/readme.md" @@ -0,0 +1,5 @@ +# 国旗头像生成 + +[源代码](./__init__.py) + +![](./new_avatar.jpg) diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/\345\233\275\346\227\227.png" "b/\345\233\275\346\227\227\345\244\264\345\203\217/\345\233\275\346\227\227.png" new file mode 100644 index 0000000..43685fc Binary files /dev/null and "b/\345\233\275\346\227\227\345\244\264\345\203\217/\345\233\275\346\227\227.png" differ diff --git "a/\345\233\275\346\227\227\345\244\264\345\203\217/\345\233\275\346\227\227\346\270\220\345\217\230\345\244\264\345\203\217.py" "b/\345\233\275\346\227\227\345\244\264\345\203\217/\345\233\275\346\227\227\346\270\220\345\217\230\345\244\264\345\203\217.py" new file mode 100644 index 0000000..2b3ff55 --- /dev/null +++ "b/\345\233\275\346\227\227\345\244\264\345\203\217/\345\233\275\346\227\227\346\270\220\345\217\230\345\244\264\345\203\217.py" @@ -0,0 +1,37 @@ +from PIL import Image + +""" +注意: +1、运行前请确保安装了python3环境 +2、请先安装PIL库,命令是: pip install PIL +3、遇到任何问题可通过关注公众号【Python之禅】获得作者的帮助 +""" + + +def main(): + avatar = Image.open("header.jpg") # 加载头像 + flag = Image.open("国旗.png") # 加载国旗 + + width = min(flag.size) # 取长宽比较小的那个 + flag = flag.crop((0, 0, width, width)) # 裁剪图片成正方形 + avatar_width, avatar_height = avatar.size # 获取头像宽高 + flag = flag.resize(avatar.size) # 将国旗缩放成头像大小比例 + + weight = 2 # 透明度 + + for w in range(avatar_width): + for h in range(avatar_height): + rgba = flag.getpixel((w, h)) + alpha = 255 - w // weight + if alpha < 0: + alpha = 0 + new_rgba = rgba[:-1] + (alpha,) + flag.putpixel((w, h), new_rgba) + + avatar.paste(flag, (0, 0), mask=flag) + avatar.show() + avatar.save("new_avatar1.jpg") # 保存新头像 + + +if __name__ == '__main__': + main()